| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Allow multiple event handlers to be added for the same event. Increased ↵ | 2016-01-14 | |
| | | | | | version number to allow for depending on this ability | ||
| * | Remove commands.xml, move everything kinda-nicely into the main Commander ↵ | 2016-01-14 | |
| | | | | | module. | ||
| * | Process DNS lookups when syncing ban/quietlists asynchronously | 2016-01-14 | |
| | | |||
| * | More bugfixes and improvements | 2016-01-13 | |
| | | | | | | | | | | | - Request and save the real IP when syncing - Handle our nick not matching what we want it to be when we're kicked - Minor style consistency fix - Greatly improve channel syncing - Retrieve hostname/IP bans and quiets better - Clean up generation of reversed IP for DNSBL checking - Improve getHostIP's detection of real hostnames | ||
| * | Speed up DNS lookups | 2016-01-13 | |
| | | |||
| * | Get rid of string_blacklist related stuff. | 2016-01-13 | |
| | | |||
| * | Bugfixes and improvements | 2016-01-13 | |
| | | | | | | | - Stop asking ChanServ to be unbanned from a channel - Only sync channels we actually join - Fix NickServ message detection (I wish they used numerics) | ||
| * | Really disable smartmatch warning | 2016-01-12 | |
| | | |||
| * | Added the ability to do connection debugging in Net::IRC without doing ↵ | 2016-01-12 | |
| | | | | | full-blown debugging, and made use of that feature in meta.pl. Also fixed the debugging output of Net::IRC to print to STDERR regardless of what debug method is used | ||
| * | Disable Autovivification in all the things, enable autoflush on STDOUT, fix ↵ | 2016-01-12 | |
| | | | | | some things in accountsToNicks | ||
| * | Disable autovivification in Classes.pm and add some undef checks to reduce ↵ | 2016-01-12 | |
| | | | | | warnings. | ||
| * | Use Tie::CPHash to make %::sn and %::sc case-insensitiveish. | 2016-01-07 | |
| | | | | | | | | Clean up commands.xml and fix some bugs Add clone detection Minimize some excessive warnings Greatly improve syncing speed | ||
| * | Fix 100% cpu usage from how FIFO was being select()ed | 2015-12-26 | |
| | | |||
| * | Create a fifo, relay it into masterchan (awesome for git web hook, and for ↵ | 2015-12-26 | |
| | | | | | making dwfreed wonder how the bot is talking) | ||
| * | Better undef-checking -> less warnings | 2015-12-26 | |
| | | |||
| * | Add support for SSL in Net::IRC fork | 2015-12-25 | |
| | | |||
| * | General code cleanup (removing unused functions / old commented out code / etc.) | 2015-12-25 | |
| | | |||
| * | Tweak Net::IRC's version to be 0.90, so that we can require >0.90 in ASM and ↵ | 2015-12-25 | |
| | | | | | it will croak if it's using stock Net::IRC | ||
| * | Allow nickserv accounts to be configured as hilights via $a:account | 2015-12-25 | |
| | | |||
| * | Fix memory leaks and state corruption introduced by ↵ | 2015-12-25 | |
| | | | | | ed53ab7178841862af88f05fafe56a7b8504d527 | ||
| * | Add tracking of nickserv account on join database logging | 2015-12-24 | |
| | | |||
| * | Added ability to have regex-based blacklisting | 2015-12-20 | |
| | | |||
| * | Ignore channels that are +s and not monitored when making actionlogs | 2015-12-18 | |
| | | |||
| * | Fix warnings for newer perl | 2015-12-11 | |
| | | |||
| * | Better services handling | 2015-12-04 | |
| | | |||
| * | Better netsplit lag handling | 2015-12-04 | |
| | | |||
| * | Only dprint on_whofuckedup called when we care | 2015-11-29 | |
| | | |||
| * | Actually increment pongcount every call | 2015-11-29 | |
| | | |||
| * | Ignore lag for 2 minutes after a netsplit | 2015-11-26 | |
| | | |||
| * | Ignore lag while syncing, no matter how long | 2015-11-26 | |
| | | |||
| * | alleviate FPs on foolish floody humans | 2015-10-16 | |
| | | | | | | Try to avoid alerting a splitflood on stuff like "lol" said by various human-looking beings and the like | ||
| * | Parse cmode +S | 2015-09-24 | |
| | | | | | | We probably should parse ISUPPORT but meh, I'm lazy tonight and this was found already in the wild on the production instance. | ||
| * | Rework module paths | 2015-09-24 | |
