| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 9 days | add error for unkown sync message slot_name | Max Audron | -43/+51 | |
| 9 days | NetworkList and signalproxy objects error handling | Max Audron | -504/+693 | |
| 10 days | Syncable trait error handling | Max Audron | -91/+152 | |
| 10 days | handshare and signalproxy/rpccall error handling | Max Audron | -91/+165 | |
| 10 days | use ProtocolError for From derive | Max Audron | -7/+7 | |
| 10 days | clean up clippy lints | Max Audron | -259/+242 | |
| 10 days | replace all match_variant instances with try_into | Max Audron | -134/+111 | |
| the match_variant macro was unclear, unreadable and no longer needed as we have automaticly derived from implementations for all Variant enum fields now | ||||
| 2025-07-27 | remove old readme.org | Max Audron | -35/+0 | |
| 2025-07-27 | temporarly fix nested network repr parsing for variant types | Max Audron | -39/+39 | |
| 2025-07-27 | fix sessioninit message wrongly using NetworkMap to convert a field | Max Audron | -4/+5 | |
| 2025-03-03 | update roadmap | Max Audron | -2/+10 | |
| 2025-03-01 | implement rpc calls | Max Audron | -64/+762 | |
| 2025-03-01 | add UserType implementation for required signalproxy objects | Max Audron | -13/+131 | |
| 2025-03-01 | remove old quassel attributes from derive macros | Max Audron | -37/+36 | |
| this was used across the different derive macros and already replace by macro specific network and setter attributes. | ||||
| 2025-02-27 | extend docs and reorganize files | Max Audron | -1281/+321 | |
| 2025-02-26 | implement NetworkId UserType | Max Audron | -108/+196 | |
| 2025-02-26 | implement IdentityId | Max Audron | -8/+79 | |
| 2025-02-26 | refactor variant deserialization | Max Audron | -123/+59 | |
| 2025-02-26 | refactor deserialize and serializevariant trait | Max Audron | -90/+80 | |
| move stuff around a bit to sepperate it out for deserializevariant | ||||
| 2025-02-26 | refactor variant serialization code | Max Audron | -256/+405 | |
| 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 | |
