| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support ircv3's extended-join | 2018-09-03 | 1 | -5/+14 | |
| | | |||||
| * | Support account-tag and account-notify | 2018-09-03 | 1 | -1/+15 | |
| | | |||||
| * | Remove channel from autojoin when BitBot parts it | 2018-09-03 | 1 | -4/+10 | |
| | | |||||
| * | typo! targer -> target | 2018-09-03 | 1 | -1/+1 | |
| | | |||||
| * | Support IRCv3's chghost and invite-notify | 2018-09-03 | 3 | -9/+24 | |
| | | |||||
| * | Added !resetpassword in permissions.py | 2018-09-03 | 1 | -0/+18 | |
| | | |||||
| * | Send CAP END when we're not waiting for any capability handshakes | 2018-09-03 | 2 | -0/+5 | |
| | | |||||
| * | Make CAP functionality more part of the framework and support message-tags and | 2018-09-03 | 3 | -23/+59 | |
| | | | | | multi-prefix | ||||
| * | Add greeting.py | 2018-09-03 | 1 | -0/+13 | |
| | | |||||
| * | Print mode changes in print_activity | 2018-09-02 | 1 | -0/+10 | |
| | | |||||
| * | received.mode -> received.mode.channel (and bugfixes!) | 2018-09-02 | 1 | -3/+5 | |
| | | |||||
| * | up min/max duck show time in ducks.py | 2018-09-02 | 1 | -1/+1 | |
| | | |||||
| * | give an Exports object (actually, ExportsContex object) to each module, to | 2018-09-02 | 67 | -151/+172 | |
| | | | | | facilitate things like !set and !channelset without using the events system | ||||
| * | IRCLogging -> Logging | 2018-09-02 | 2 | -2/+2 | |
| | | |||||
| * | Add virustotal-api-key to bot.conf.example | 2018-09-02 | 1 | -0/+1 | |
| | | |||||
| * | Also optionally (attempt to) kick users that send malicious urls in | 2018-09-02 | 1 | -3/+10 | |
| | | | | | check_urls.py | ||||
| * | Add check_urls.py, to opt-in check for malicious urls | 2018-09-02 | 1 | -0/+34 | |
| | | |||||
| * | Update reloading config on USR1 | 2018-09-02 | 1 | -2/+5 | |
| | | |||||
| * | change wolframalpha.py to use the "short answer" api | 2018-09-02 | 1 | -30/+8 | |
| | | |||||
| * | Merge pull request #16 from dngfx/master | 2018-09-01 | 1 | -2/+2 | |
| |\ | | | | | Fix iterations | ||||
| | * | Fix iterations | 2018-09-01 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge pull request #15 from dngfx/master | 2018-09-01 | 1 | -2/+46 | |
| |\| | | | | | Finish ducks.py! | ||||
| | * | Fix duck stats | 2018-09-01 | 1 | -1/+1 | |
| | | | |||||
| | * | Uncomment duck stats | 2018-09-01 | 1 | -2/+3 | |
| | | | |||||
| | * | Merge branch 'master' into master | 2018-09-01 | 1 | -0/+4 | |
| | |\ | |/ |/| | |||||
| * | | re-add self.events in ducks.py | 2018-09-01 | 1 | -0/+1 | |
| | | | |||||
| * | | Don't persist timer, use events.on("send.stdout") | 2018-09-01 | 1 | -7/+6 | |
| | | | |||||
| * | | Merge pull request #14 from dngfx/master | 2018-09-01 | 1 | -51/+1 | |
| |\ \ | | | | | | | Massively optimise ducks.py and remove a bunch of cruft. | ||||
| * | | | Remove unneeded "import gc" in ModuleManager.py | 2018-09-01 | 1 | -1/+1 | |
| | | | | |||||
| * | | | Merge pull request #13 from dngfx/master | 2018-09-01 | 1 | -28/+24 | |
| |\ \ \ | | | | | | | | | Switch ducks to booleans and validations. | ||||
| * | | | | Log when a module is unloaded, including how many references are left to the | 2018-09-01 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | module object | ||||
| * | | | | Don't purge children on purge_context() in EventHook, make event_context | 2018-09-01 | 2 | -18/+11 | |
| | | | | | | | | | | | | | | | | | str(uuid) instead of just uuid in ModuleManager | ||||
| | | | * | Re-toast ducks.py! | 2018-09-01 | 1 | -0/+39 | |
| | | | | | |||||
| | | | * | Revert "Toast off ducks.py with .duckstats" | 2018-09-01 | 1 | -44/+2 | |
| | | | | | | | | | | | | | | | | | This reverts commit 3044b83 | ||||
| | | | * | Toast off ducks.py with .duckstats | 2018-09-01 | 1 | -2/+44 | |
| | | | | | |||||
| | | | * | re-add self.events | 2018-09-01 | 1 | -0/+1 | |
| | | | | | |||||
| | | | * | Don't persist timer, use events.on("send.stdout") | 2018-09-01 | 1 | -7/+6 | |
| | | | | | |||||
| | | | * | Remove unneeded "import gc" in ModuleManager.py | 2018-09-01 | 1 | -1/+1 | |
| | | | | | |||||
| | | | * | Log when a module is unloaded, including how many references are left to the | 2018-09-01 | 1 | -0/+6 | |
| | | |/ | | | | | | | | | | module object | ||||
| | | * | Massively optimise ducks.py and remove a bunch of cruft. | 2018-09-01 | 1 | -51/+1 | |
| | |/ | |||||
| | * | Convert to booleans and validation. | 2018-09-01 | 1 | -28/+24 | |
| | | | |||||
| | * | Don't purge children on purge_context() in EventHook, make event_context | 2018-09-01 | 2 | -18/+11 | |
| | | | | | | | | | str(uuid) instead of just uuid in ModuleManager | ||||
| | * | Merge pull request #16 from jesopo/master | 2018-09-01 | 1 | -15/+4 | |
| | |\ | |/ |/| | Hrmph | ||||
| * | | BitBot is single threaded! | 2018-09-01 | 1 | -15/+4 | |
| | | | |||||
| * | | Merge pull request #12 from dngfx/master | 2018-09-01 | 1 | -0/+0 | |
| |\| | | | | | Change 8all.py to 8ball.py | ||||
| | * | Omg I can't spell. | 2018-09-01 | 1 | -0/+0 | |
| | | | |||||
| * | | Merge pull request #11 from dngfx/master | 2018-09-01 | 3 | -60/+147 | |
| |\| | | | | | Lots of module update, and new modules | ||||
| | * | omg it's the future (#15) | 2018-09-01 | 3 | -23/+80 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Database.UserChannelSettings.find_all_by_setting * Turns out we didn't need find_all_by_setting * Actually, we do need find_all_by_setting * Table name typo * Add Utils.bold and Utils.underline * Added functionality to load, unload and reload modules from a command! | ||||
| | * | Move lists out of scope | 2018-09-01 | 2 | -29/+27 | |
| | | | |||||
| | * | Add 8ball module | 2018-09-01 | 1 | -0/+30 | |
| | | | |||||
