Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | degesch: add trivial SASL EXTERNAL support | Přemysl Eric Janouch | 2021-05-28 | 1 | -0/+6 |
| | | | | Just set `tls_cert`, and add `sasl` to `capabilities`. | ||||
* | kike: implement LINKS | Přemysl Janouch | 2015-06-13 | 1 | -0/+2 |
| | |||||
* | kike: implement STATS | Přemysl Janouch | 2015-06-13 | 1 | -0/+4 |
| | |||||
* | kike: implement WHOWAS | Přemysl Janouch | 2015-06-13 | 1 | -0/+3 |
| | |||||
* | kike: stubplement CAP | Přemysl Janouch | 2015-06-11 | 1 | -0/+1 |
| | |||||
* | kike: implement INVITE | Přemysl Janouch | 2015-06-08 | 1 | -0/+2 |
| | |||||
* | degesch: process RPL_TOPICWHOTIME | Přemysl Janouch | 2015-06-07 | 1 | -0/+1 |
| | |||||
* | degesch: process RPL_CREATIONTIME | Přemysl Janouch | 2015-06-07 | 1 | -0/+1 |
| | |||||
* | degesch: add a note about RPL_ISUPPORT | Přemysl Janouch | 2015-04-21 | 1 | -0/+1 |
| | |||||
* | kike: generate replies from a single text file | Přemysl Janouch | 2014-08-10 | 1 | -0/+72 |
It became a bit difficult to maintain two separate lists. Besides, the inverse generation of a message catalog from source code was a bit strange. |