aboutsummaryrefslogtreecommitdiff
path: root/src/message/signalproxy/objects
ModeNameSize
-rw-r--r--aliasmanager.rs4193logplain
-rw-r--r--backlogmanager.rs4941logplain
-rw-r--r--buffersyncer.rs2758logplain
-rw-r--r--identity.rs4819logplain
-rw-r--r--ircchannel.rs9536logplain
-rw-r--r--ircuser.rs5653logplain
-rw-r--r--mod.rs269logplain
-rw-r--r--network.rs11696logplain
-rw-r--r--networkinfo.rs6010logplain
mmit/src/session/mod.rs?id=b168e9489b33191168f940146e9fc3439f753e79&follow=1'>add syncables for IrcUserMax Audron-2/+53 2025-02-23move network config to it's own file and impl it's syncMax Audron-23/+84 2025-02-23add basic network syncablesMax Audron-39/+420 2025-02-23clean up unused_import and unused_variables a bitMax Audron-2/+8 2025-02-23fix server feature errorsMax Audron-28/+23 2025-02-23fix ircchannel and maplist network representationMax Audron-154/+137 2025-02-22replace deprecated failure crate with thiserrorMax Audron-278/+194 this changes the public API in that all our methods now return a proper ProtocolError crate. Needed change anyways to properly deal with all our errors in the long run. Will still need to do a pass through the crate to remove all existing unwraps where it makes sense. 2025-02-22update dependencies and fix errorsMax Audron-508/+332 2025-02-22update flakeMax Audron-94/+117 2024-05-22add todos to readmeMax Audron-16/+35