summary refs log tree commit diff
path: root/src/system/mod.rs
AgeCommit message (Expand)Author
2024-11-10Delete message after command HEAD mainAshelyn Rose
2024-11-10Implement nick commandAshelyn Rose
2024-11-07Runtime uiAshelyn Rose
2024-10-07Handle case where system has no membersAshelyn Rose
2024-10-06Implement deleteAshelyn Rose
2024-10-06ReproxyAshelyn Rose
2024-10-06Allow just prefix to set ap latch without proxyingAshelyn Rose
2024-10-06Fetches target message from API when not in cacheAshelyn Rose
2024-10-06Actually carries out !edit and !s commandsAshelyn Rose
2024-10-05System manager now knows user_id of each botAshelyn Rose
2024-10-05Add sent-message cache for looking up command targetsAshelyn Rose
2024-10-05Rudimentary message parsing and upgraded time dep for 1.80.0Ashelyn Rose
2024-10-05Allow individual client to disconnect and reconnectAshelyn Rose
2024-10-03Refactor bot into separate client + gatewayAshelyn Rose
2024-10-02refactor gateway and client together into bot structAshelyn Rose
2024-10-01Refactor gateway and message aggregationAshelyn Dawn