aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAge
* Finish spotifyspotifyCara Salter2023-04-15
| | | | | | for now Change-Id: I77c7d319ddf37c7259f4de89567f9a6719f88796
* Automagically refresh spotify tokensCara Salter2023-04-15
| | | | Change-Id: I883f28a88776e0a04b90e6d07c255a3fd9f05977
* init spotifyCara Salter2023-04-15
| | | | Change-Id: I6796976649ee59f4e647148e77d76effa7315f73
* modldr: Support modules in a different path from exeCara Salter2023-04-10
| | | | Change-Id: If56998535b8067b29ea34c760ac2da4339174983
* meta: Add sentry supportCara Salter2023-04-07
| | | | Change-Id: Icda968ab189d601c5e390dfee094ae4419cce9e6
* sentry: Add sentry supportCara Salter2023-04-06
| | | | Change-Id: I3cff2a05c63e88abddc8eff6a3ee9a9f73a5172d
* pg: Add postgres supportCara Salter2023-04-06
| | | | | | Supports migrations Change-Id: Ifca8358d4f57a4b417f1d972e400e98767e01bb5
* modules: Fix issue with unloading modules bound to OnMessageCara Salter2023-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.
* Finish reactions moduleCara Salter2023-03-30
|
* reactions moduleCara Salter2023-03-30
|
* modules!Cara Salter2023-03-30