aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml (follow)
Commit message (Expand)AuthorAgeLines
* rework SyncProxy to use globally available channelsMax Audron2021-11-29-0/+3
* remove no longer needed feature flag so we can compile on rust stableMax Audron2021-11-29-0/+2
* add statetracker to workspaceMax Audron2021-09-28-1/+1
* add Traits for syncable objectsMax Audron2021-07-25-1/+5
* change IRC MessageType to be a bitflag instead of enumMax Audron2021-07-21-0/+2
* WIP: impl more signalproxy objectsMax Audron2021-04-05-1/+3
* WIP: impl signalproxy typesMax Audron2021-03-09-1/+1
* reorganize tests and add quassel featuresMax Audron2021-01-21-10/+16
* Merge branch 'client'Max Audron2021-01-04-16/+33
|\
| * add message parsing feature flagsMax Audron2021-01-04-0/+13
| * update dependenciesMax Audron2021-01-02-11/+16
| * updateMax Audron2020-10-16-4/+0
| * update paperworkMax Audron2020-10-16-2/+5
* | WIP: function apiMax Audron2020-09-26-0/+1
|/
* add parsing of signalproxy messagesMax Audron2020-05-02-0/+1
* finish parsing of primitive typesMax Audron2020-04-25-5/+14
* update depsMax Audron2020-04-12-0/+2
* sort featuresMax Audron2020-01-23-6/+12
* updateMax Audron2020-01-22-2/+12
* le tokioMax Audron2020-01-21-0/+2
* updateMax Audron2020-01-19-0/+1
* initial implementation doneMax Audron2020-01-13-0/+1
* initMax Audron2020-01-10-0/+10
td>-1/+1 2021-06-05fix tanka dependency pathMax 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 the log_msg function was poping the newest message and replacing it with the newest message, it should be poping the oldest messages. 2021-05-16add deployment stuffMax Audron-6/+27786 2021-05-15add container buildMax Audron-2/+35