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