Teknikode
1912f1f45e
Added controller to handle multiple bot instances.
...
Changed interface to deal with the controller directly.
Added listing of connected servers.
8 years ago
Teknikode
ebb8720f9c
Added logging of nick changes under the nick info and nicks.
...
Added banning of all hosts a nick has been (As well as unbanning).
8 years ago
Teknikode
6f2266a481
Fixed issues where trying to load large pages and getting stuck.
...
Added timeout for large pages.
Added sequential reading for titles so that the entire page doesn't need to be downloaded.
Separated parsing for title to it's own function.
8 years ago
Teknikode
8ac5907a2c
Optimized the quote searching queries.
8 years ago
Teknikode
d0a43145b6
Updated default config file to show more detail and allow a working run.
8 years ago
Teknikode
bbc40a0635
Updated database to remove auto-increment and add default values for nickinfo.
8 years ago
Teknikode
f62ea18591
Updated readme and database file.
8 years ago
Teknikode
fcdcc5ba1c
Fixed issue where long results would cause Combot to flood.
8 years ago
Teknikode
cdf7ae6575
Updated youtube search to use the new UI. This requires an API key.
8 years ago
Teknikode
2e6a4b9d66
Fixed mispelling in 'Quitting' seen message. Closes Issue #28
8 years ago
Teknikode
0e4182ea54
Changed default ban host style.
8 years ago
Teknikode
dcec871b0c
Fixed where number of messages sent was not checking just your messages, but all. Closes Issue #26
8 years ago
Teknikode
0e81b88f15
Fixed issue where large files was causing out of memory exception. Issue #31
8 years ago
Teknikode
248498df0c
Modified to match new 'AddNick' function call.
8 years ago
Teknikode
09bbb95b69
Allows version to be used without a nick specified
8 years ago
Teknikode
7ccaf57e0b
Fixed white space.
8 years ago
Teknikode
5b3a83d3f4
Fixed issue where if no nickname was specified, command would still look for it (exception).
8 years ago
Teknikode
bb0bd71831
Removed tctp-read sleep.
8 years ago
Teknikode
b2cf52a218
Add check to see if config file exists, and if not, copy the default file.
...
Add logging of nickname information.
8 years ago
Teknikode
d84b6abbde
Changed file format for config files to .json
...
Changed checked in file to be *.Default.json
8 years ago
Teknikode
968e7649e7
Fixed rules being able to be added by anyone.
...
Fixed rules not checking channel access.
Fixed privalege being added for nick in all channels when message type was for a channel.
Added handling of exceptions for Mysql database.
8 years ago
Teknikode
65bb76ed82
Moved youtube url parsing to the Url Parsing module.
8 years ago
Teknikode
0550b52294
Fixed bot not ghosting when nick was taken. Fixes #13
8 years ago
Teknikode
fa496aaa36
Added max title length to url parsing.
8 years ago
Teknikode
4db22eecd0
Fixed unable to ban/kick someone that isn't in the channel if you have access.
...
Added release notes for 3.0.4
8 years ago
Teknikode
86ccb5a932
Fixed new line issues.
8 years ago
Teknikode
a7d9aff42e
Updated readme to include MySQL requirements.
...
Added SQL database import.
8 years ago
Teknikode
70419e89c5
Added required argument for String.Format in Messages. Fixes #12
8 years ago
Teknikode
3bb0513424
Merge branch 'master' of teknik.io:u/uncled1023/Combot
8 years ago
Teknikode
97efa5d4ed
Fixed incorrect access comparrison for nicks.
8 years ago
Teknikode
9f350982c4
Made for loop to foreach.
8 years ago
Teknikode
e0357f558a
Added error handling around github user repo viewing. Fixes #10
8 years ago
Teknikode
0605e2bdeb
Added webexception handling for modules that create a connection. Fixes #8
8 years ago
Teknikode
e6468d3d8b
Fixed possible null reference.
8 years ago
Teknikode
add0fe41da
Initial addition of ReleaseNotes.
8 years ago
Teknikode
e09d520c2f
Added check to kick/ban to check kicking/banning nick's privilege against the target - should fix #6
8 years ago
Teknikode
ef8b14906d
Decreased message buffer to reduce lag and memory usage.
...
Changed github credentials to Token based.
Removed auth as it is not needed.
8 years ago
Teknikode
6bd517284a
Modified Git command to allow string repository name to be added for information.
8 years ago
Teknikode
97c4305d78
Added Github Module.
...
Added error events for modules and database.
Fixed command empty string exception.
8 years ago
Teknikode
0a6bcb2d82
Fixed possible NullReferenceException points for asynchronous methods.
8 years ago
Teknikode
ce739996b5
Fixed build not creating directory if doesn't exist.
8 years ago
Teknikode
1b2c7903b1
Added basic console app for those who do not want a GUI.
...
Changed build procedure to use one directory for all output.
8 years ago
Teknikode
5e0e08ed16
Removed nuget directory
8 years ago
Teknikode
429aa11a1b
Added NextVersion file
8 years ago
Teknikode
7233f64df4
Added reason to self kick.
8 years ago
Teknikode
7d377cc237
Fixed Update overwriting all modules.
...
Added check for module enabled on non-command handlers.
Changed version number in About and Version Reply to product version.
Changed Seen where you can only use it in a channel.
8 years ago
Teknikode
0559185d72
Fixed module load and unload not being called (duplicate commands).
...
Fixed errors with Seen module.
8 years ago
Teknikode
535f0bc262
Modified help to not give redudent info.
8 years ago
Teknikode
beade0abcd
Added events for commands.
8 years ago
Teknikode
011f81db8b
Added Command class for handling bot commands.
...
Added command specific info types.
Modified all instances of bot commands to use the new class.
8 years ago