emgram769
22d2de5c59
add "delete" to intro methods (same as "del")
...
I often forget which one it is, why not have both?
7 years ago
Teknikode
65bb76ed82
Moved youtube url parsing to the Url Parsing module.
7 years ago
Teknikode
0550b52294
Fixed bot not ghosting when nick was taken. Fixes #13
7 years ago
Teknikode
fa496aaa36
Added max title length to url parsing.
7 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
7 years ago
Teknikode
86ccb5a932
Fixed new line issues.
7 years ago
Teknikode
a7d9aff42e
Updated readme to include MySQL requirements.
...
Added SQL database import.
7 years ago
Teknikode
70419e89c5
Added required argument for String.Format in Messages. Fixes #12
7 years ago
Teknikode
3bb0513424
Merge branch 'master' of teknik.io:u/uncled1023/Combot
7 years ago
Teknikode
97efa5d4ed
Fixed incorrect access comparrison for nicks.
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
e6468d3d8b
Fixed possible null reference.
7 years ago
Teknikode
add0fe41da
Initial addition of ReleaseNotes.
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
ce739996b5
Fixed build not creating directory if doesn't exist.
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
5e0e08ed16
Removed nuget directory
7 years ago
Teknikode
429aa11a1b
Added NextVersion file
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
beade0abcd
Added events for commands.
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
ae90d71ad3
Added required file to release build.
7 years ago
Teknikode
fda1ed0e02
Removed development tag.
7 years ago
Teknikode
0c2d327e32
Added default Combot.Servers.config
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
be673a80bb
Modified README to match latest version.
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.
7 years ago
Teknikode
b484cb1d6c
removed redundent files.
7 years ago
Teknikode
3aacb21720
Added new modules.
...
Fixed some minor bugs.
Revamped UI to allow viewing of multiple servers/channels.
7 years ago
Teknikode
ac75a69e78
Added MySQL Database support for storing data.
...
Added logging module.
Started Configuration module.
Started Introduction module.
7 years ago
Teknikode
6e68050d7b
Added command to get all valid arguments given a users input.
...
Fixed dependent arguments.
Removed uneccesary files.
7 years ago