Teknikode
0e4182ea54
Changed default ban host style.
7 years ago
Teknikode
dcec871b0c
Fixed where number of messages sent was not checking just your messages, but all. Closes Issue #26
7 years ago
Teknikode
0e81b88f15
Fixed issue where large files was causing out of memory exception. Issue #31
7 years ago
Teknikode
248498df0c
Modified to match new 'AddNick' function call.
7 years ago
Teknikode
09bbb95b69
Allows version to be used without a nick specified
7 years ago
Teknikode
5b3a83d3f4
Fixed issue where if no nickname was specified, command would still look for it (exception).
7 years ago
Teknikode
d84b6abbde
Changed file format for config files to .json
...
Changed checked in file to be *.Default.json
7 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.
7 years ago
Teknikode
65bb76ed82
Moved youtube url parsing to the Url Parsing module.
7 years ago
Teknikode
fa496aaa36
Added max title length to url parsing.
7 years ago
Teknikode
70419e89c5
Added required argument for String.Format in Messages. Fixes #12
7 years ago
Teknikode
9f350982c4
Made for loop to foreach.
7 years ago
Teknikode
e0357f558a
Added error handling around github user repo viewing. Fixes #10
7 years ago
Teknikode
0605e2bdeb
Added webexception handling for modules that create a connection. Fixes #8
7 years ago
Teknikode
e09d520c2f
Added check to kick/ban to check kicking/banning nick's privilege against the target - should fix #6
7 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.
7 years ago
Teknikode
6bd517284a
Modified Git command to allow string repository name to be added for information.
7 years ago
Teknikode
97c4305d78
Added Github Module.
...
Added error events for modules and database.
Fixed command empty string exception.
7 years ago
Teknikode
0a6bcb2d82
Fixed possible NullReferenceException points for asynchronous methods.
7 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.
7 years ago
Teknikode
7233f64df4
Added reason to self kick.
7 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.
7 years ago
Teknikode
0559185d72
Fixed module load and unload not being called (duplicate commands).
...
Fixed errors with Seen module.
7 years ago
Teknikode
535f0bc262
Modified help to not give redudent info.
7 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.
7 years ago
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.
7 years ago
Teknikode
2c651d6186
Fixed output from Search and URL Parsing not being decoded properly.
7 years ago
Teknikode
2caec3fe7e
Fixed missing channel argument.
7 years ago
My Name
1f7ff7419b
Fix indentation
7 years ago
My Name
9c6ec6ce0e
Fixing possible out-of-range index
7 years ago
Teknikode
5550e6cb53
Fixed assembly files containing extra assembly file info.
...
Added new build steps to create release directory.
7 years ago
Teknikode
284e587798
Added GitVersionTask to Nuget Packages.
...
Removed assembly versioning from property files.
7 years ago
Teknikode
c187cf53e7
Changed Database queries to synchronous from asynchronous.
...
Fixed minor bugs.
Added blacklist checking for non-command actions.
7 years ago
Teknikode
f20dc195e4
Added Decide module.
...
Fixed small bugs.
7 years ago
Teknikode
7392aedaaa
Added Sed, Rules, About, Fun, and Configuration modules.
...
Made most module responses into a shared function call.
Fixed some bugs.
7 years ago
Teknikode
84f9232686
Added spam control module.
...
Added reconnection on disconnect.
Added disconnection checking.
Fixed kicked logging.
Fixed version exploit.
7 years ago
Teknikode
85ef0f3d37
Added features to UI.
...
Added reconnect.
Fixed multiple bugs.
8 years ago
Teknikode
3aacb21720
Added new modules.
...
Fixed some minor bugs.
Revamped UI to allow viewing of multiple servers/channels.
8 years ago
Teknikode
ac75a69e78
Added MySQL Database support for storing data.
...
Added logging module.
Started Configuration module.
Started Introduction module.
8 years ago
Teknikode
6e68050d7b
Added command to get all valid arguments given a users input.
...
Fixed dependent arguments.
Removed uneccesary files.
8 years ago
Teknikode
d3d2c54096
Changed Module scheme to have each module a separate project/dll.
...
Added build configs to move required files to interface working directory.
Created Module project Template.
8 years ago