Commit Graph

18 Commits

Author SHA1 Message Date
jesopo 2094648a51 freenode is dead long live libera.chat 2021-05-24 17:26:37 +00:00
jesopo e0c97963df update README.md contact section to point to freenode 2020-07-10 12:08:29 +01:00
jesopo b9065a2631 add contact info to README.md 2020-04-01 23:38:11 +01:00
jesopo 89a2a6c131 replace irctokens.format() with irctokens.build().format() 2020-03-12 13:53:10 +00:00
jesopo 564dec73b6 use fstring repr (!r) for Hostmask and Line __repr__s 2020-03-11 22:10:51 +00:00
jesopo 0a7d0fa173 remove `hostmasks` section of README.md; it's mostly covered in `tokenisation` 2020-03-11 22:06:23 +00:00
jesopo 18c921d02a v0.6.0 release 2020-03-11 20:29:43 +00:00
jesopo 2d30d67a36 improve tokenisation in README.md, add Hostmask to README.md 2020-03-11 18:10:43 +00:00
jesopo 7fdb69cfcd put NICK const in the right command (NICK, not USER) 2020-03-11 17:43:10 +00:00
jesopo 2d639d561c add pip3 installation instructions to README.md 2020-03-11 15:30:46 +00:00
jesopo 49d2e78475 add a stateful encoder (irctokens.StatefulEncoder()) 2020-03-11 15:17:17 +00:00
jesopo 3cdc163b87 StatefulDecoder.push() should return None when given b"" (disconnect) 2020-03-11 15:16:49 +00:00
jesopo 949b10945e implement a stateful decoder (irctokens.StatefulDecoder()) 2020-03-11 14:50:31 +00:00
jesopo 3be769be8c fix README.md "import sockets" typo 2020-03-11 13:55:41 +00:00
jesopo 47e506289f add formatting examples to README.md 2020-03-11 13:51:08 +00:00
jesopo c1c6bcaef6 add travis build status badge to README.md 2020-03-11 12:43:24 +00:00
jesopo 2a43fcc892 add comments for example output to README.md 2020-03-11 12:39:22 +00:00
jesopo ee96facb35 add irctokens.py and README.md 2020-03-11 11:32:06 +00:00