Teknikode
dcec871b0c
Fixed where number of messages sent was not checking just your messages, but all. Closes Issue #26
6 lat temu
Teknikode
0e81b88f15
Fixed issue where large files was causing out of memory exception. Issue #31
6 lat temu
Teknikode
248498df0c
Modified to match new 'AddNick' function call.
6 lat temu
Teknikode
09bbb95b69
Allows version to be used without a nick specified
6 lat temu
Teknikode
7ccaf57e0b
Fixed white space.
6 lat temu
Teknikode
5b3a83d3f4
Fixed issue where if no nickname was specified, command would still look for it (exception).
6 lat temu
Teknikode
bb0bd71831
Removed tctp-read sleep.
6 lat temu
Teknikode
b2cf52a218
Add check to see if config file exists, and if not, copy the default file.
Add logging of nickname information.
6 lat temu
Teknikode
d84b6abbde
Changed file format for config files to .json
Changed checked in file to be *.Default.json
6 lat temu
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.
6 lat temu
Teknikode
65bb76ed82
Moved youtube url parsing to the Url Parsing module.
6 lat temu
Teknikode
0550b52294
Fixed bot not ghosting when nick was taken. Fixes #13
6 lat temu
Teknikode
fa496aaa36
Added max title length to url parsing.
6 lat temu
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
6 lat temu
Teknikode
86ccb5a932
Fixed new line issues.
6 lat temu
Teknikode
a7d9aff42e
Updated readme to include MySQL requirements.
Added SQL database import.
6 lat temu
Teknikode
70419e89c5
Added required argument for String.Format in Messages. Fixes #12
6 lat temu
Teknikode
3bb0513424
Merge branch 'master' of teknik.io:u/uncled1023/Combot
6 lat temu
Teknikode
97efa5d4ed
Fixed incorrect access comparrison for nicks.
6 lat temu
Teknikode
9f350982c4
Made for loop to foreach.
6 lat temu
Teknikode
e0357f558a
Added error handling around github user repo viewing. Fixes #10
6 lat temu
Teknikode
0605e2bdeb
Added webexception handling for modules that create a connection. Fixes #8
6 lat temu
Teknikode
e6468d3d8b
Fixed possible null reference.
6 lat temu
Teknikode
add0fe41da
Initial addition of ReleaseNotes.
6 lat temu
Teknikode
e09d520c2f
Added check to kick/ban to check kicking/banning nick's privilege against the target - should fix #6
6 lat temu
Teknikode
ef8b14906d
Decreased message buffer to reduce lag and memory usage.
Changed github credentials to Token based.
Removed auth as it is not needed.
6 lat temu
Teknikode
6bd517284a
Modified Git command to allow string repository name to be added for information.
6 lat temu
Teknikode
97c4305d78
Added Github Module.
Added error events for modules and database.
Fixed command empty string exception.
6 lat temu
Teknikode
0a6bcb2d82
Fixed possible NullReferenceException points for asynchronous methods.
6 lat temu
Teknikode
ce739996b5
Fixed build not creating directory if doesn't exist.
6 lat temu
Teknikode
1b2c7903b1
Added basic console app for those who do not want a GUI.
Changed build procedure to use one directory for all output.
6 lat temu
Teknikode
5e0e08ed16
Removed nuget directory
6 lat temu
Teknikode
429aa11a1b
Added NextVersion file
6 lat temu
Teknikode
7233f64df4
Added reason to self kick.
6 lat temu
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.
6 lat temu
Teknikode
0559185d72
Fixed module load and unload not being called (duplicate commands).
Fixed errors with Seen module.
6 lat temu
Teknikode
535f0bc262
Modified help to not give redudent info.
6 lat temu
Teknikode
beade0abcd
Added events for commands.
6 lat temu
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.
6 lat temu
Teknikode
66e4ac1876
Fixed extra space in front of first message when splitting message.
Fixed possible null exception when unable to get results from Wolfram Alpha.
6 lat temu
Teknikode
2c651d6186
Fixed output from Search and URL Parsing not being decoded properly.
6 lat temu
Teknikode
2caec3fe7e
Fixed missing channel argument.
6 lat temu
My Name
1f7ff7419b
Fix indentation
6 lat temu
My Name
9c6ec6ce0e
Fixing possible out-of-range index
6 lat temu
Teknikode
ae90d71ad3
Added required file to release build.
6 lat temu
Teknikode
fda1ed0e02
Removed development tag.
6 lat temu
Teknikode
0c2d327e32
Added default Combot.Servers.config
6 lat temu
Teknikode
5550e6cb53
Fixed assembly files containing extra assembly file info.
Added new build steps to create release directory.
6 lat temu
Teknikode
284e587798
Added GitVersionTask to Nuget Packages.
Removed assembly versioning from property files.
6 lat temu
Teknikode
c187cf53e7
Changed Database queries to synchronous from asynchronous.
Fixed minor bugs.
Added blacklist checking for non-command actions.
6 lat temu