| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | | |||||
| * | | Cosmetic enhancement for ducks and dice. | 2018-09-01 | 2 | -11/+13 | |
| | | | |||||
| * | | Formatting request (#14) | 2018-09-01 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | | Remove superfluous code from ducks.py and introduce dice.py (DND rolling ↵ | 2018-09-01 | 2 | -37/+55 | |
| | | | | | | | | | function .roll 1d20) | ||||
| * | | Switch print() to log.info() for next-duck-wave information. | 2018-09-01 | 1 | -3/+4 | |
| | | | |||||
| * | | Merge in (#13) | 2018-09-01 | 0 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | | Fix this back to channel.send_message(), stdout just no. | 2018-09-01 | 1 | -1/+1 | |
| | | | |||||
| * | | Set a timer for sending out ducks randomly, and change some messages to stdout. | 2018-09-01 | 1 | -16/+22 | |
| | | | |||||
| * | | Adjust timing for production. | 2018-08-31 | 1 | -2/+2 | |
| | | | |||||
| * | | Introduce .killers for ducks.py | 2018-08-31 | 1 | -2/+34 | |
| | | | |||||
| | * | Added functionality to load, unload and reload modules from a command! | 2018-09-01 | 3 | -23/+80 | |
| | | | |||||
| | * | Add Utils.bold and Utils.underline | 2018-09-01 | 1 | -0/+6 | |
| | | | |||||
| | * | Merge pull request #10 from dngfx/master | 2018-08-31 | 1 | -2/+1 | |
| | |\ | |/ |/| | Ducks.py fiddling | ||||
| * | | Typo fix (#12) | 2018-08-31 | 0 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | | THE OVERLORD DEMANDS I TRASH IT | 2018-08-31 | 1 | -1/+0 | |
| | | | |||||
| * | | Change to stdout because i'm a pillock. | 2018-08-31 | 1 | -1/+1 | |
| | | | |||||
| | * | Merge pull request #9 from dngfx/master | 2018-08-31 | 1 | -29/+88 | |
| | |\ | |/ |/| | Fix decoys stacking up and attempting to take over irc. | ||||
| * | | .friends support! Yay, lets be friends. | 2018-08-31 | 1 | -2/+29 | |
| | | | |||||
| * | | Update Database.py | 2018-08-31 | 1 | -1/+1 | |
| | | | |||||
| * | | Just duck things~ | 2018-08-31 | 1 | -22/+41 | |
| | | | |||||
| * | | All the settings (#11) | 2018-08-31 | 3 | -2/+19 | |
| | | | | | | | | | | | | | | | | | * 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 | ||||
| * | | Turns out we didn't need find_all_by_setting | 2018-08-31 | 1 | -12/+0 | |
| | | | |||||
| * | | Add Database.UserChannelSettings.find_all_by_setting | 2018-08-31 | 2 | -4/+19 | |
| | | | |||||
| * | | Migrate duck data to user_channel_settings. | 2018-08-31 | 1 | -10/+18 | |
| | | | |||||
