| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2025-02-26 | refactor variant serialization code | Max Audron | -1/+19 | |
| Factored out a lot of the serialization of variants into trait's that have auto impl so code duplication is much reduced | ||||
| 2025-02-26 | add MsgId and BufferId to objects where needed | Max Audron | -141/+157 | |
| some objects where still handling BufferId or MsgId as their raw types which lead to errors now that the Types are properly parsed in the varinats | ||||
| 2025-02-25 | enable transparent repr for msgid and bufferid | Max Audron | -0/+2 | |
| 2025-02-25 | Implement BacklogManager | Tobias Deiminger | -59/+113 | |
| 2025-02-25 | Use BufferId in BufferInfo | Tobias Deiminger | -10/+11 | |
| 2025-02-25 | Use BufferId in Variant | Tobias Deiminger | -2/+33 | |
| 2025-02-25 | Add BufferId as Rust type | Tobias Deiminger | -0/+39 | |
| Up to now it was represented as i32. If we introduce a newtype for it, we can handle it idiomatically as dedicated Variant::BufferId variant (instead of having it mashed into Variant::UserType). | ||||
| 2025-02-25 | Use MsgId in Message | Tobias Deiminger | -18/+6 | |
| 2025-02-25 | Use MsgId in Variant | Tobias Deiminger | -20/+37 | |
| 2025-02-25 | Add MsgId as Rust type | Tobias Deiminger | -0/+56 | |
| Up to now it was handled implicitely in Variant::UserType. Making it an explicit type allows to centralize the i32/i64 cfg dependency and to use the type for arguments in signalproxy::objects functions. | ||||
| 2025-02-24 | added session manager comments and log message | Max Audron | -1/+3 | |
| 2025-02-23 | add identity syncable to SessionManager | Max Audron | -1/+8 | |
| 2025-02-23 | add syncables for IrcUser | Max Audron | -2/+53 | |
| 2025-02-23 | move network config to it's own file and impl it's sync | Max Audron | -23/+84 | |
| 2025-02-23 | add basic network syncables | Max Audron | -39/+420 | |
| 2025-02-23 | clean up unused_import and unused_variables a bit | Max Audron | -2/+8 | |
| 2025-02-23 | fix server feature errors | Max Audron | -28/+23 | |
| 2025-02-23 | fix ircchannel and maplist network representation | Max Audron | -154/+137 | |
| 2025-02-22 | replace deprecated failure crate with thiserror | Max 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-22 | update dependencies and fix errors | Max Audron | -508/+332 | |
| 2025-02-22 | update flake | Max Audron | -94/+117 | |
| 2024-05-22 | add todos to readme | Max Audron | -16/+35 | |
