Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | mmanager: SQL query command | Cara Salter | 2023-04-07 |
| | | | | Change-Id: Iee7640e7310ce83a01887f354b9f5471a0c5c1df | ||
* | sentry: Add sentry support | Cara Salter | 2023-04-06 |
| | | | | Change-Id: I3cff2a05c63e88abddc8eff6a3ee9a9f73a5172d | ||
* | modules: Fix issue with unloading modules bound to OnMessage | Cara Salter | 2023-04-03 |
| | | | | | | | | | | When unloaded, modules attached to OnMessage events would still be part of the list used by FOREACH_MOD to send events to, leading to a segfault. This changes the behavior of load and unload to place new modules at the *start* of the event handler arrays, leading them to already be processed by the time the bot gets to the ModuleManager. | ||
* | reactions module | Cara Salter | 2023-03-30 |
| | |||
* | modules! | Cara Salter | 2023-03-30 |