| Commit message (Expand) | Author | Age |
| * | Update the temp version of settings.xml to use SSL by default |  William Heimbigner | 2016-01-21 |
| * | Updated rules.xml to reflect updated classes and because Ukikie asked nicely |  William Heimbigner | 2016-01-20 |
| * | Ignore "netsplits" from sigyn and eir |  William Heimbigner | 2016-01-20 |
| * | Suppress a warning when someone was /kill'd without a reason |  William Heimbigner | 2016-01-19 |
| * | Handle !ops without target in PM better |  Doug Freed | 2016-01-15 |
| * | Remove usage of legacy $::inspector |  Doug Freed | 2016-01-15 |
| * | Massive cleanup of Commander |  Doug Freed | 2016-01-15 |
| * | Clean up some stray comments and add support for Inspect to hook invite events |  William Heimbigner | 2016-01-15 |
| * | Fuck perl |  Doug Freed | 2016-01-15 |
| * | Remove spammy line from Inspect.pm |  William Heimbigner | 2016-01-15 |
| * | Register inspect hooks inside the inspect function, no longer inspect topic c... |  William Heimbigner | 2016-01-14 |
| * | Fix async DNS resolution to handle things better |  Doug Freed | 2016-01-14 |
| * | Remove errant space |  Doug Freed | 2016-01-14 |
| * | Add vim modelines and fix inconsistent indentation |  Doug Freed | 2016-01-14 |
| * | Fix ASM's memory usage display to be more accurate |  Doug Freed | 2016-01-14 |
| * | Insert the logging hook for quit messages after state-tracker has duly molest... |  William Heimbigner | 2016-01-14 |
| * | Fix a bug where part of the DNS routines could be called with an undefined va... |  William Heimbigner | 2016-01-14 |
| * | Eliminate some unneeded global variables (and consequently, some warnings) |  William Heimbigner | 2016-01-14 |
| * | Move channel logging hooks into the logging module, rather than calling them ... |  William Heimbigner | 2016-01-14 |
| * | Move Statsp-logging stuff from Event.pm into a separate module |  William Heimbigner | 2016-01-14 |
| * | Register services-processing handler inside the services module, rather than ... |  William Heimbigner | 2016-01-14 |
| * | Register command-processing handlers inside of the command module, rather tha... |  William Heimbigner | 2016-01-14 |
| * | Allow multiple event handlers to be added for the same event. Increased versi... |  William Heimbigner | 2016-01-14 |
| * | Remove commands.xml, move everything kinda-nicely into the main Commander mod... |  William Heimbigner | 2016-01-14 |
| * | Process DNS lookups when syncing ban/quietlists asynchronously |  William Heimbigner | 2016-01-14 |
| * | More bugfixes and improvements |  Doug Freed | 2016-01-13 |
| * | Prevent changing/deleting flags of users with d |  William Heimbigner | 2016-01-13 |
| * | Speed up DNS lookups |  William Heimbigner | 2016-01-13 |
| * | Get rid of string_blacklist related stuff. |  William Heimbigner | 2016-01-13 |
| * | Use named capture groups for the restrict function |  William Heimbigner | 2016-01-13 |
| * | Bugfixes and improvements |  Doug Freed | 2016-01-13 |
| * | Missed a semicolon |  Doug Freed | 2016-01-13 |
| * | Add a marginally better help function, e.g. ;help ;hilight |  William Heimbigner | 2016-01-13 |
| * | Send the investigate URL in a separate message |  Doug Freed | 2016-01-12 |
| * | Really disable smartmatch warning |  Doug Freed | 2016-01-12 |
| * | Use named capture groups in anticipation of a smarter help function, and allo... |  William Heimbigner | 2016-01-12 |
| * | Added the ability to do connection debugging in Net::IRC without doing full-b... |  William Heimbigner | 2016-01-12 |
| * | Disable Autovivification in all the things, enable autoflush on STDOUT, fix s... |  William Heimbigner | 2016-01-12 |
| * | Disable autovivification in Classes.pm and add some undef checks to reduce wa... |  William Heimbigner | 2016-01-12 |
| * | Fix a line in commands.xml that potentially caused state corruption when usin... |  William Heimbigner | 2016-01-07 |
| * | Use Tie::CPHash to make %::sn and %::sc case-insensitiveish. |  William Heimbigner | 2016-01-07 |
| * | Fix 100% cpu usage from how FIFO was being select()ed |  William Heimbigner | 2015-12-26 |
| * | Create a fifo, relay it into masterchan (awesome for git web hook, and for ma... |  William Heimbigner | 2015-12-26 |
| * | Better undef-checking -> less warnings |  William Heimbigner | 2015-12-26 |
| * | Add support for SSL in Net::IRC fork |  William Heimbigner | 2015-12-25 |
| * | General code cleanup (removing unused functions / old commented out code / etc.) |  William Heimbigner | 2015-12-25 |
| * | Require our custom version of Net::IRC by specifying version 0.90 or higher |  William Heimbigner | 2015-12-25 |
| * | Tweak Net::IRC's version to be 0.90, so that we can require >0.90 in ASM and ... |  William Heimbigner | 2015-12-25 |
| * | Allow nickserv accounts to be configured as hilights via $a:account |  William Heimbigner | 2015-12-25 |
| * | Add indexes to joins table schema |  William Heimbigner | 2015-12-25 |
| * | Fix memory leaks and state corruption introduced by ed53ab7178841862af88f05fa... |  William Heimbigner | 2015-12-25 |
| * | Merge branch 'master' of ssh://gitlab.devlabs.linuxassist.net:608/asm/antispa... |  William Heimbigner | 2015-12-25 |
| |\ |
|
| | * | Add 'account' field to joins table schema |  William Heimbigner | 2015-12-21 |
| * | | Add tracking of nickserv account on join database logging |  William Heimbigner | 2015-12-24 |
| |/ |
|
| * | Added ability to have regex-based blacklisting |  William Heimbigner | 2015-12-20 |
| * | Set monitor=yes and silence=no by default for new channels |  Doug Freed | 2015-12-19 |
| * | Ignore channels that are +s and not monitored when making actionlogs |  Doug Freed | 2015-12-18 |
| * | Delete user from htpasswd when deleting privileges |  Doug Freed | 2015-12-18 |
| * | Missing semicolons |  Doug Freed | 2015-12-11 |
| * | Resurrect the default channel config |  Doug Freed | 2015-12-11 |
| * | Fix warnings for newer perl |  Doug Freed | 2015-12-11 |
| * | Commit database schema |  Doug Freed | 2015-12-11 |
| * | Update and clean up default config |  Doug Freed | 2015-12-11 |
| * | Better services handling |  Doug Freed | 2015-12-04 |
| * | Better netsplit lag handling |  Doug Freed | 2015-12-04 |
| * | Only dprint on_whofuckedup called when we care |  Doug Freed | 2015-11-29 |
| * | Actually increment pongcount every call |  Doug Freed | 2015-11-29 |
| * | Ignore lag for 2 minutes after a netsplit |  Doug Freed | 2015-11-26 |
| * | Ignore lag while syncing, no matter how long |  Doug Freed | 2015-11-26 |
| * | ;hilight: detect bad argument order |  Janik Kleinhoff | 2015-11-06 |
| * | alleviate FPs on foolish floody humans |  Janik Kleinhoff | 2015-10-16 |
| * | Parse cmode +S |  Janik Kleinhoff | 2015-09-24 |
| * | Rework module paths |  Janik Kleinhoff | 2015-09-24 |
| * | on_nick: pass the inspector an event with the *new* nick |  Janik Kleinhoff | 2015-09-04 |
| * | Allow running without a database |  Janik Kleinhoff | 2015-09-04 |
| * | Restrictions are now regexes |  Doug Freed | 2015-08-06 |
| * | Redefined the meaning of lag |  Doug Freed | 2015-08-06 |
| * | Removed some DNSBL hacks |  Doug Freed | 2015-08-06 |
| * | Remove proxybl and add incredibl |  Doug Freed | 2015-08-06 |
| * | Fix various things |  Doug Freed | 2015-08-05 |
| * | ;investigate: remove unmatched parenthesis |  Janik Kleinhoff | 2015-06-05 |
| * | checkRegged: append the usual !att suffix |  Janik Kleinhoff | 2015-05-04 |
| * | checkRegged: respect monitor flag |  Janik Kleinhoff | 2015-05-04 |
| * | Hopefully fix xresult interpolation for multi-channel alerts |  Janik Kleinhoff | 2015-04-21 |
| * | Fix whoGotHit to anchor properly |  Doug Freed | 2015-04-16 |
| * | %::synced: always lowercase channel names |  Janik Kleinhoff | 2015-04-06 |
| * | modules/inspect.pl: add "no$id" restrictions |  Janik Kleinhoff | 2015-04-06 |
| * | modules/event.pl: track our own nick |  Janik Kleinhoff | 2015-04-03 |
| * | Skip alerts for unsynced channels |  Janik Kleinhoff | 2015-03-10 |
| * | commands.xml: older List::Util doesn't have none(), so use grep |  Janik Kleinhoff | 2015-03-10 |
| * | Avoid putting channels in autojoin more than once |  Janik Kleinhoff | 2015-03-08 |
| * | Use defined-or operator in some more places for clarity |  Janik Kleinhoff | 2015-03-08 |
| * | Don't trigger splitflood on lots of humans using a single bot command |  Janik Kleinhoff | 2015-03-08 |
| * | Add some checks for STATUSMSG prefixes on channels |  Janik Kleinhoff | 2015-03-07 |
| * | ;monitor, ;silence: return default if flag isn't set either way |  Janik Kleinhoff | 2015-03-01 |
| * | commands.xml: add a ;silence command (like ;monitor) for the silence flag |  Janik Kleinhoff | 2015-03-01 |
| * | modules/util.pl: diagnostics |  unknown | 2015-03-01 |
| * | Net/IRC/Event.pm: replyto: handle STATUSMSG |  Janik Kleinhoff | 2015-03-01 |
| * | dnsbl.xml: remove defunct DNSBLs |  unknown | 2015-03-01 |
| * | modules/classes.pl: remove a return in the dnsbl code |  unknown | 2015-03-01 |