Teknikode
4874a3b308
Added 'GetCommand' function to parse a string for the command.
Added management of custom commands and basic command execution.
4 years ago
Teknikode
278071b693
Added initial Custom Commands module.
Modified SED to be faster.
4 years ago
Teknikode
546575cc7e
Fixed youtube api still at version 2 for gathering description.
4 years ago
Teknikode
049b1422b9
Added whois module.
Fixed messaging where it was adding the nickname as host and realname.
4 years ago
Teknikode
b5636cf402
Added 'Delete' trigger to config as well
4 years ago
Teknikode
f67ee07caa
Merge branch 'patch-1' of https://github.com/emgram769/Combot into emgram769-patch-1
4 years ago
Teknikode
7e8164934a
Modified description of times.
4 years ago
Teknikode
6210e073c6
Added timed devoice and ban/timed unban response for spam response.
4 years ago
Teknikode
06e1df9c6f
Added timer project.
4 years ago
Teknikode
93fd94ebd9
Added Timer module.
Added execute command as nick.
Added check for positive time for timed ban.
4 years ago
Teknikode
6cb9719227
Fixing visual studio
4 years ago
Teknikode
1912f1f45e
Added controller to handle multiple bot instances.
Changed interface to deal with the controller directly.
Added listing of connected servers.
4 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).
4 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.
4 years ago
Teknikode
8ac5907a2c
Optimized the quote searching queries.
4 years ago
Teknikode
d0a43145b6
Updated default config file to show more detail and allow a working run.
4 years ago
Teknikode
bbc40a0635
Updated database to remove auto-increment and add default values for nickinfo.
4 years ago
Teknikode
f62ea18591
Updated readme and database file.
4 years ago
Teknikode
fcdcc5ba1c
Fixed issue where long results would cause Combot to flood.
4 years ago
Teknikode
cdf7ae6575
Updated youtube search to use the new UI. This requires an API key.
4 years ago
Teknikode
2e6a4b9d66
Fixed mispelling in 'Quitting' seen message. Closes Issue #28
4 years ago
Teknikode
0e4182ea54
Changed default ban host style.
4 years ago
Teknikode
dcec871b0c
Fixed where number of messages sent was not checking just your messages, but all. Closes Issue #26
4 years ago
Teknikode
0e81b88f15
Fixed issue where large files was causing out of memory exception. Issue #31
4 years ago
Teknikode
248498df0c
Modified to match new 'AddNick' function call.
4 years ago
Teknikode
09bbb95b69
Allows version to be used without a nick specified
4 years ago
Teknikode
7ccaf57e0b
Fixed white space.
4 years ago
Teknikode
5b3a83d3f4
Fixed issue where if no nickname was specified, command would still look for it (exception).
4 years ago
Teknikode
bb0bd71831
Removed tctp-read sleep.
4 years ago
Teknikode
b2cf52a218
Add check to see if config file exists, and if not, copy the default file.
Add logging of nickname information.
4 years ago
Teknikode
d84b6abbde
Changed file format for config files to .json
Changed checked in file to be *.Default.json
4 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.
4 years ago
emgram769
22d2de5c59
add "delete" to intro methods (same as "del")
I often forget which one it is, why not have both?
4 years ago
Teknikode
65bb76ed82
Moved youtube url parsing to the Url Parsing module.
4 years ago
Teknikode
0550b52294
Fixed bot not ghosting when nick was taken. Fixes #13
4 years ago
Teknikode
fa496aaa36
Added max title length to url parsing.
4 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
4 years ago
Teknikode
86ccb5a932
Fixed new line issues.
4 years ago
Teknikode
a7d9aff42e
Updated readme to include MySQL requirements.
Added SQL database import.
4 years ago
Teknikode
70419e89c5
Added required argument for String.Format in Messages. Fixes #12
4 years ago
Teknikode
3bb0513424
Merge branch 'master' of teknik.io:u/uncled1023/Combot
4 years ago
Teknikode
97efa5d4ed
Fixed incorrect access comparrison for nicks.
4 years ago
Teknikode
9f350982c4
Made for loop to foreach.
4 years ago
Teknikode
e0357f558a
Added error handling around github user repo viewing. Fixes #10
4 years ago
Teknikode
0605e2bdeb
Added webexception handling for modules that create a connection. Fixes #8
4 years ago
Teknikode
e6468d3d8b
Fixed possible null reference.
4 years ago
Teknikode
add0fe41da
Initial addition of ReleaseNotes.
4 years ago
Teknikode
e09d520c2f
Added check to kick/ban to check kicking/banning nick's privilege against the target - should fix #6
4 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.
4 years ago
Teknikode
6bd517284a
Modified Git command to allow string repository name to be added for information.
4 years ago