Teknikode
be69c71065
Added missing handlers to the interface.
pirms 5 gadiem
Teknikode
044e3fc6e5
Updated readme
pirms 5 gadiem
Teknikode
cb0ffe6d05
Finished Relay module.
Added Helper class with some Mode extensions.
pirms 5 gadiem
Teknikode
2a34193ae9
Added additional relay handlers
pirms 5 gadiem
Teknikode
a6108c4c66
Added initial relay handlers.
pirms 5 gadiem
Teknikode
3be96ac393
Added initial Relay module.
Added .IsChannel static to Channel class.
pirms 5 gadiem
Teknikode
e29ccefa6e
Fixed 'g' argument for sed.
pirms 5 gadiem
Teknikode
cddefd772e
Fixed reversal.
pirms 5 gadiem
Teknikode
66addf9520
Fixed backwards sed search
pirms 5 gadiem
Teknikode
2e9c0bb2c7
Fixed issue where messages weren't being saved.
pirms 5 gadiem
Teknikode
255bb52ff8
Modified Sed module to keep messages in memory instead of parsing database.
pirms 5 gadiem
Teknikode
d304268c69
Modified spam check to not reset session every time, only on spam commands.
pirms 5 gadiem
Teknikode
85b2afe3f6
Merge branch 'master' of http://git.teknik.io/uncled1023/Combot
pirms 5 gadiem
Teknikode
0f034bff74
Added message cleaning for detecting nicknames
pirms 5 gadiem
Teknikode
2f8d8e4ef0
Added CTCP logging to file.
pirms 5 gadiem
Teknikode
36b79ba801
Added parsing of location to remove bad characters
pirms 5 gadiem
Teknikode
228b911063
Added ability to log to file.
pirms 5 gadiem
Teknikode
9a1559e6e2
Changed default source code location.
pirms 5 gadiem
Teknikode
f53656996b
Added Spam checking for commands.
pirms 5 gadiem
Teknikode
1136f0814f
Fixed issue where a highlight would be triggered if a word contained a nick.
pirms 5 gadiem
Teknikode
258f8684d5
Added logging of invites.
pirms 5 gadiem
Teknikode
97c03724cd
Added lock around tcp send to prevent race conditions between sending threads.
pirms 5 gadiem
Teknikode
b1301ff307
Modified Wolfram Alpha results beautifier.
pirms 5 gadiem
Teknikode
1c1dec5480
Merge branch 'master' of https://github.com/uncled1023/Combot
pirms 5 gadiem
Aaron Miller
1c283529ed
add formatting cleanup to W|A results
pirms 5 gadiem
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).
pirms 5 gadiem
Teknikode
1a3730c993
Modified error messages and some commands to return as silent (notice or priv message)
pirms 5 gadiem
Teknikode
30ca0c79ae
Removed old module.
pirms 5 gadiem
Teknikode
9f47432a1e
Added to git ignore
pirms 5 gadiem
Teknikode
27e9aa4dad
Changed location of Module source.
pirms 5 gadiem
Teknikode
94064ebb18
Fixed exception when no description found for youtube.
pirms 5 gadiem
Teknikode
fa201d4f89
Changed invalid command arguments message to be silent.
pirms 5 gadiem
Teknikode
5f3d8bddfd
Fixed issue where a user could add multiple triggers.
pirms 5 gadiem
Teknikode
d5a61c63b4
Finished management of Custom Commands.
pirms 5 gadiem
Teknikode
88cebd04e6
Fixed issue where Nickname was being set as host for kicked nicks.
pirms 5 gadiem
Teknikode
4874a3b308
Added 'GetCommand' function to parse a string for the command.
Added management of custom commands and basic command execution.
pirms 5 gadiem
Teknikode
278071b693
Added initial Custom Commands module.
Modified SED to be faster.
pirms 5 gadiem
Teknikode
546575cc7e
Fixed youtube api still at version 2 for gathering description.
pirms 6 gadiem
Teknikode
049b1422b9
Added whois module.
Fixed messaging where it was adding the nickname as host and realname.
pirms 6 gadiem
Teknikode
b5636cf402
Added 'Delete' trigger to config as well
pirms 6 gadiem
Teknikode
f67ee07caa
Merge branch 'patch-1' of https://github.com/emgram769/Combot into emgram769-patch-1
pirms 6 gadiem
Teknikode
7e8164934a
Modified description of times.
pirms 6 gadiem
Teknikode
6210e073c6
Added timed devoice and ban/timed unban response for spam response.
pirms 6 gadiem
Teknikode
06e1df9c6f
Added timer project.
pirms 6 gadiem
Teknikode
93fd94ebd9
Added Timer module.
Added execute command as nick.
Added check for positive time for timed ban.
pirms 6 gadiem
Teknikode
6cb9719227
Fixing visual studio
pirms 6 gadiem
Teknikode
1912f1f45e
Added controller to handle multiple bot instances.
Changed interface to deal with the controller directly.
Added listing of connected servers.
pirms 6 gadiem
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).
pirms 6 gadiem
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.
pirms 6 gadiem
Teknikode
8ac5907a2c
Optimized the quote searching queries.
pirms 6 gadiem