aboutsummaryrefslogtreecommitdiff
path: root/src/primitive/message.rs (follow)
Commit message (Collapse)AuthorAgeLines
* upgrade to rust 2021 editionMax Audron2021-12-02-1/+1
|
* change IRC MessageType to be a bitflag instead of enumMax Audron2021-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 objectsMax Audron2021-04-05-3/+5
|
* reorganize tests and add quassel featuresMax Audron2021-01-21-3/+77
|
* add message parsing feature flagsMax Audron2021-01-04-40/+61
|
* refactor everythingMax Audron2020-04-29-0/+201
>Max Audron-8/+8 2021-06-05switch to https url for tanka util libMax Audron-2/+2 2021-06-05bump version to 1.0.2Max Audron-2/+2 2021-06-05add tanka ci configurationMax Audron-1/+1 2021-06-05ready tanka deploy for CIMax Audron-32/+69 2021-06-05remove tanka vendoringMax Audron-27651/+0 2021-05-26Release 1.0.1Max Audron-3/+3 2021-05-26fix log breaking once buffer fullMax Audron-2/+33 2021-05-16add deployment stuffMax Audron-6/+27786 2021-05-15add container buildMax Audron-2/+35