master
Commits on Nov 20, 2017
-
hortonr6 committed
Nov 20, 2017 -
Added identification to functions I have worked on
hortonr6 committedNov 20, 2017 -
Merge branch 'master' of https://github.coventry.ac.uk/hortonr6/chatb…
hortonr6 committedNov 20, 2017 -
Added an exit function for the GUI, needs improvement but ends the co…
…nnection at least. Also added some comments
hortonr6 committedNov 20, 2017 -
manead committed
Nov 20, 2017 -
hortonr6 committed
Nov 20, 2017 -
manead committed
Nov 20, 2017 -
manead committed
Nov 20, 2017 -
Improved code redundancy and fixed bugs
mateussa committedNov 20, 2017
Commits on Nov 19, 2017
-
hortonr6 committed
Nov 19, 2017
Commits on Nov 17, 2017
-
Removed new line being created at getGoogleSearch snippet, finished t…
…esting area
mateussa committedNov 17, 2017 -
Added function to get the first search from wikipedia or google, adde…
…d testing code
mateussa committedNov 17, 2017
Commits on Nov 16, 2017
-
Added opetion to get questions from the files on GitHub
Know the chatbot can get questions not multiple type, like famous birthdays, historical days and famous quotes.
mateussa committedNov 16, 2017 -
mateussa committed
Nov 16, 2017
Commits on Nov 15, 2017
-
Fixed minor bugs, extra parentesis and more
mateussa committedNov 15, 2017 -
The link opens immediately at the moment which is better than not at all but it still won't open on click
hortonr6 committedNov 15, 2017 -
Turns out the seemingly random crashes we were having were actually being caused by an infinite while loop that was created when the user tried to send a message whilst the entry box was blank as it just kept on checking for a message without letting the user alter anything. The function now just quits early when the message is blank
hortonr6 committedNov 15, 2017 -
I will keep this up to date for now but keep using the issues tab as it is a much more effective way of tracking issues and jobs which need completing
hortonr6 committedNov 15, 2017 -
manead committed
Nov 15, 2017 -
Merge branch 'master' of https://github.coventry.ac.uk/hortonr6/chatb…
hortonr6 committedNov 15, 2017 -
Added hyperlink detection to receive message, opening link on click i…
…s still broken
hortonr6 committedNov 15, 2017 -
Added code from an external source which allows tkinter to handle hyp…
…erlinks properly within the text widget + a test file for this
hortonr6 committedNov 15, 2017 -
manead committed
Nov 15, 2017 -
mateussa committed
Nov 15, 2017 -
manead committed
Nov 15, 2017 -
manead committed
Nov 15, 2017 -
Catch links to send them to the client, to be clickable
mateussa committedNov 15, 2017 -
manead committed
Nov 15, 2017 -
mateussa committed
Nov 15, 2017 -
Reordered determineUserInput sentence type code
mateussa committedNov 15, 2017
Commits on Nov 14, 2017
-
Added quiz challenge with scoring
If user asks for a quiz challange, get the number of questions the user wants a keep track of the users score
mateussa committedNov 14, 2017
Commits on Nov 13, 2017
-
mateussa committed
Nov 13, 2017 -
Merge branch 'master' of https://github.coventry.ac.uk/hortonr6/chatb…
mateussa committedNov 13, 2017 -
Changed determineUserInput codes for answer type input
Reordered the numbers for the type of user input, to care for the diferent types of questions seperatly. Added a file to keep track of each input type code
mateussa committedNov 13, 2017