Commit Graph

12 Commits

Author SHA1 Message Date
osmarks 4d5ed52f7f telephony semioverhaul 2021-04-05 19:08:37 +01:00
osmarks 9936827f4d Logging message fixes, bridge overhaul, associated fixes 2021-03-25 17:56:29 +00:00
osmarks d8344d9759 Unified bridge system
ABR can now bridge to IRC, because of course.
It can also bridge Discord to Discord.
Bridging works transitively because I have a fairly elegant (if I do say so myself) way of handling it:
links are internally point-to-point, and when something is sent in a channel with links configured the bot traverses the graph of links to work out where to send to.
It is planned to expose a private websocket API to synchronize with other servers providing virtual channels.
This system is now used for telephone calls.
There may be issues in certain situations due to the lack of (meaningful) transaction support in aiosqlite.
The telephone command has been extended with (un)link commands, currently only for me as they can link anywhere.
2021-02-25 17:48:06 +00:00
osmarks 6d18a5c56e change things, somehow 2021-01-14 09:38:32 +00:00
osmarks b8af7a9ccc remove caching layer from apiotelephone 2020-11-01 13:15:23 +00:00
osmarks c150526df8 minor refactor 2020-11-01 12:05:01 +00:00
osmarks 6b56ba5f00 no pings via apiotelephony 2020-10-30 13:06:25 +00:00
osmarks f0f0726998 removal of bug, probably addition of new ones 2020-10-27 16:35:56 +00:00
osmarks 9b48a5086c slightly more docs 2020-10-11 17:13:56 +01:00
osmarks 977f3352d6 fix status command 2020-10-11 16:26:29 +01:00
osmarks a2e0c4a649 fix mod check 2020-10-11 16:17:13 +01:00
osmarks f902ca0d64 modularize it, add mostly working phone function 2020-10-11 14:40:39 +01:00