Commit Graph

11 Commits

Author SHA1 Message Date
osmarks d43e431c54 I forgot
weird telephone changes, helloboiseconds, I think IRC bridge fixes
2022-06-16 18:56:26 +01:00
LyricLy 8bc3277c0e
Improve support for bridging replies 2021-11-09 21:11:15 +13:00
osmarks 9c713a0980 Improve bridging capabilities 2021-10-28 12:55:40 +01:00
osmarks bdb32764fb Hopefully working autoreconnect 2021-10-16 23:15:11 +01:00
osmarks ba2ce97290 bridge attachments, other fixes 2021-07-28 20:30:37 +01:00
osmarks a68317668a IRC channel keys, minor patch 2021-05-12 17:32:52 +01:00
osmarks 9ff2b0b8b6 "deal with" invalid UTF-8 2021-04-18 12:39:49 +01:00
osmarks 9936827f4d Logging message fixes, bridge overhaul, associated fixes 2021-03-25 17:56:29 +00:00
osmarks 76e04227a7 IRC link as extension 2021-03-08 10:25:11 +00:00
osmarks fe0918120e zero width space in Discord→IRC nicknames 2021-03-06 22:25:31 +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