| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Use BufferId in BufferInfo | Tobias Deiminger | 2025-02-25 | -3/+3 |
| | | ||||
| * | Use MsgId in Message | Tobias Deiminger | 2025-02-25 | -18/+6 |
| | | ||||
| * | fix server feature errors | Max Audron | 2025-02-23 | -1/+1 |
| | | ||||
| * | replace deprecated failure crate with thiserror | Max Audron | 2025-02-22 | -18/+15 |
| | | | | | | | | | | 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. | |||
| * | update dependencies and fix errors | Max Audron | 2025-02-22 | -0/+1 |
| | | ||||
| * | rework Network derives to be more consistent | Max Audron | 2023-12-20 | -6/+4 |
| | | | | | i don't even know anymore, blame past me | |||
| * | upgrade to rust 2021 edition | Max Audron | 2021-12-02 | -1/+1 |
| | | ||||
| * | change IRC MessageType to be a bitflag instead of enum | Max Audron | 2021-07-21 | -54/+92 |
| | | | | | | | the BufferSyncer object uses this type in a bitflag manner to indicate all the kinds of change that happened. bitflag still allows very enum esque usage so the change is okay for the Message object. | |||
| * | WIP: impl more signalproxy objects | Max Audron | 2021-04-05 | -3/+5 |
| | | ||||
| * | reorganize tests and add quassel features | Max Audron | 2021-01-21 | -3/+77 |
| | | ||||
| * | add message parsing feature flags | Max Audron | 2021-01-04 | -40/+61 |
| | | ||||
| * | refactor everything | Max Audron | 2020-04-29 | -0/+201 |
