| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Add a version command. | 2016-07-14 | |
| | | | | | | | | | | *NOTE*: Reflects the state of git only at the time the bot is started. Version is not updated in any way at runtime. First field is the newest commit that exists both locally and on GitLab. Second field is the output of `git describe --all --long --dirty`. Third field is the latest commit locally. | ||
| * | Prevent public regex access in ;help | 2016-07-07 | |
| | | |||
| * | BOOM GOES THE XML | 2016-03-13 | |
| | | | | | | | | | | | | | This likely introduces twenty new bugs, but on the other hand it avoids twenty thousand other issues (most of them relating to XML::Simple doing the utterly wrong things all the time and configuration merely mitigating the issues, rather than fixing the core problem) so chances are it's more than worth it. We check if there's shiny new JSON-based config in place already; if not, we try to load XML config and convert it to the new format. The old config files are left untouched in case we fucked up somehow. | ||
| * | fix feature wherein ;bllookup failed to indicate what ID was being looked up | 2016-02-19 | |
| | | |||
| * | Add ;explain command (needs work still) | 2016-02-18 | |
| | | |||
| * | Show who requested a ;quit in the quit message. | 2016-02-17 | |
| | | |||
| * | Fix showhilights to be able to check against nicks that were manually added ↵ | 2016-02-17 | |
| | | | | | to the config with uppercase letters | ||
| * | Add a ;nicks command to track down known nicks, searching by host. ↵ | 2016-02-17 | |
| | | | | | Incomplete / much more work to be done. | ||
| * | fix commands | 2016-02-15 | |
| | | |||
| * | ASM::Commander: print where a command was received | 2016-02-14 | |
| | | |||
| * | ;suppress: don't touch the monitor flag | 2016-02-14 | |
| | | |||
| * | Clean up excessive use of lc | 2016-02-09 | |
| | | |||
| * | Don't allow double suppression. | 2016-02-05 | |
| | | | | | It breaks things. | ||
| * | Removed a tab | 2016-02-01 | |
| | | |||
| * | use a different URL in ;source | 2016-01-21 | |
| | | |||
| * | Shorten the URL provided via ;investigate | 2016-01-21 | |
| | | |||
| * | Have the Inspect/opalert routines print a backlog to an incident-specific ↵ | 2016-01-21 | |
| | | | | | logfile, rather than a single file, and include a shortlink to this logfile when generating alerts | ||
| * | Handle !ops without target in PM better | 2016-01-15 | |
| | | |||
| * | Massive cleanup of Commander | 2016-01-15 | |
| | | |||
| * | Remove errant space | 2016-01-14 | |
| | | |||
| * | Add vim modelines and fix inconsistent indentation | 2016-01-14 | |
| | | |||
| * | Fix ASM's memory usage display to be more accurate | 2016-01-14 | |
| | | |||
| * | Register command-processing handlers inside of the command module, rather ↵ | 2016-01-14 | |
| | | | | | than having the event handler module call the command handler module | ||
| * | Remove commands.xml, move everything kinda-nicely into the main Commander ↵ | 2016-01-14 | |
| | | | | | module. | ||
| * | Really disable smartmatch warning | 2016-01-12 | |
| | | |||
| * | Disable Autovivification in all the things, enable autoflush on STDOUT, fix ↵ | 2016-01-12 | |
| | | | | | some things in accountsToNicks | ||
| * | 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 | ||
| * | Better undef-checking -> less warnings | 2015-12-26 | |
| | | |||
| * | Rework module paths | 2015-09-24 | |
