Teknikode
255bb52ff8
Modified Sed module to keep messages in memory instead of parsing database.
5 years ago
Teknikode
0f034bff74
Added message cleaning for detecting nicknames
5 years ago
Teknikode
2f8d8e4ef0
Added CTCP logging to file.
5 years ago
Teknikode
36b79ba801
Added parsing of location to remove bad characters
5 years ago
Teknikode
228b911063
Added ability to log to file.
5 years ago
Teknikode
9a1559e6e2
Changed default source code location.
5 years ago
Teknikode
f53656996b
Added Spam checking for commands.
5 years ago
Teknikode
1136f0814f
Fixed issue where a highlight would be triggered if a word contained a nick.
5 years ago
Teknikode
258f8684d5
Added logging of invites.
5 years ago
Teknikode
b1301ff307
Modified Wolfram Alpha results beautifier.
5 years ago
Aaron Miller
1c283529ed
add formatting cleanup to W|A results
5 years ago
Teknikode
8c388b2f76
Moved message delay to TCP send to account for all tcp messages.
Added support in SendMode to group multiple modes together (max of 4).
5 years ago
Teknikode
1a3730c993
Modified error messages and some commands to return as silent (notice or priv message)
5 years ago
Teknikode
27e9aa4dad
Changed location of Module source.
5 years ago
Teknikode
94064ebb18
Fixed exception when no description found for youtube.
5 years ago
Teknikode
278071b693
Added initial Custom Commands module.
Modified SED to be faster.
5 years ago
Teknikode
546575cc7e
Fixed youtube api still at version 2 for gathering description.
5 years ago
Teknikode
049b1422b9
Added whois module.
Fixed messaging where it was adding the nickname as host and realname.
5 years ago
Teknikode
b5636cf402
Added 'Delete' trigger to config as well
5 years ago
Teknikode
7e8164934a
Modified description of times.
5 years ago
Teknikode
6210e073c6
Added timed devoice and ban/timed unban response for spam response.
5 years ago
Teknikode
93fd94ebd9
Added Timer module.
Added execute command as nick.
Added check for positive time for timed ban.
5 years ago
Teknikode
6cb9719227
Fixing visual studio
5 years ago
Teknikode
1912f1f45e
Added controller to handle multiple bot instances.
Changed interface to deal with the controller directly.
Added listing of connected servers.
5 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).
5 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.
5 years ago
Teknikode
8ac5907a2c
Optimized the quote searching queries.
5 years ago
Teknikode
fcdcc5ba1c
Fixed issue where long results would cause Combot to flood.
5 years ago
Teknikode
cdf7ae6575
Updated youtube search to use the new UI. This requires an API key.
5 years ago
Teknikode
2e6a4b9d66
Fixed mispelling in 'Quitting' seen message. Closes Issue #28
5 years ago
Teknikode
0e4182ea54
Changed default ban host style.
5 years ago
Teknikode
dcec871b0c
Fixed where number of messages sent was not checking just your messages, but all. Closes Issue #26
5 years ago
Teknikode
0e81b88f15
Fixed issue where large files was causing out of memory exception. Issue #31
5 years ago
Teknikode
248498df0c
Modified to match new 'AddNick' function call.
5 years ago
Teknikode
09bbb95b69
Allows version to be used without a nick specified
5 years ago
Teknikode
5b3a83d3f4
Fixed issue where if no nickname was specified, command would still look for it (exception).
5 years ago
Teknikode
d84b6abbde
Changed file format for config files to .json
Changed checked in file to be *.Default.json
5 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.
5 years ago
emgram769
22d2de5c59
add "delete" to intro methods (same as "del")
I often forget which one it is, why not have both?
5 years ago
Teknikode
65bb76ed82
Moved youtube url parsing to the Url Parsing module.
5 years ago
Teknikode
fa496aaa36
Added max title length to url parsing.
5 years ago
Teknikode
70419e89c5
Added required argument for String.Format in Messages. Fixes #12
5 years ago
Teknikode
9f350982c4
Made for loop to foreach.
6 years ago
Teknikode
e0357f558a
Added error handling around github user repo viewing. Fixes #10
6 years ago
Teknikode
0605e2bdeb
Added webexception handling for modules that create a connection. Fixes #8
6 years ago
Teknikode
e09d520c2f
Added check to kick/ban to check kicking/banning nick's privilege against the target - should fix #6
6 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.
6 years ago
Teknikode
6bd517284a
Modified Git command to allow string repository name to be added for information.
6 years ago
Teknikode
97c4305d78
Added Github Module.
Added error events for modules and database.
Fixed command empty string exception.
6 years ago
Teknikode
0a6bcb2d82
Fixed possible NullReferenceException points for asynchronous methods.
6 years ago