aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs (follow)
Commit message (Expand)AuthorAgeLines
* add twitter cancel featureMax Audron2025-12-17-7/+13
* fix non-sasl connection registrationMax Audron2025-12-14-1/+4
* fix rustls missing cryptoproviderMax Audron2025-05-06-1/+4
* write tons of documentation and reorganize some modulesMax Audron2021-10-22-1/+1
* prepare for release on crates.ioMax Audron2021-10-20-2/+2
* switch to new tracing initMax Audron2021-10-16-6/+1
* rework configuration to allow extensibility by hooksconfig-reworkMax Audron2021-10-16-1/+3
* move bot initialization out of macroMax Audron2021-10-16-0/+2
* Rename wa, change anyhow version, make reqwest dependency more specificLorenz Leitner2021-10-12-1/+1
* Add wa as hookLorenz Leitner2021-10-12-0/+5
* add about commandMax Audron2021-09-07-0/+5
* rewrite sed regex to work cross channelMax Audron2021-06-23-2/+4
* feat: adds pet command.R0flcopt3r2021-06-05-0/+5
* add intensifyMax Audron2021-06-05-2/+8
* initMax Audron2021-05-15-0/+38
d>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