| Commit message (Collapse) | Author | Age |
| | |
|
| |
|
|
|
| |
For now this is a relatively quick-and-dirty transition, but this
enables us to reuse ASM::DB from the website. Yay
|
| |
|
|
|
|
|
|
| |
This fixes T9. It's not a particularly nice fix, and the code
surrounding this could really use some cleanup, but it works.
ASM::Commander did not return a true value explicitly so we have to do
that as well. It's a coincidence that it worked until now ...
|
| |
|
|
|
| |
This removes the ;nicks and ;explain commands. Actionlogs and alertlogs
are untouched for now. Cf. T8 for motivation.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
*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.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
to the config with uppercase letters
|
| |
|
|
| |
Incomplete / much more work to be done.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
It breaks things.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
logfile, rather than a single file, and include a shortlink to this logfile when generating alerts
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
than having the event handler module call the command handler module
|
| |
|
|
| |
module.
|
| | |
|
| |
|
|
| |
some things in accountsToNicks
|
| |
|
|
|
|
|
| |
Clean up commands.xml and fix some bugs
Add clone detection
Minimize some excessive warnings
Greatly improve syncing speed
|
| | |
|
| |
|