summaryrefslogtreecommitdiff
path: root/miniirc_idc.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Parse NOTICE and ACTIONluk3yx2022-05-071-11/+13
|
* Process JOIN eventsluk3yx2022-05-071-5/+51
|
* Fix CHANMSG and don't swallow exceptionsluk3yx2022-05-071-3/+11
|
* IDC channels don't have a leading #luk3yx2022-05-071-3/+8
|
* Tweak PONG responseluk3yx2022-05-061-1/+1
|
* Fix escapingluk3yx2022-05-061-1/+1
|
* Don't handle echo messages if echo-message wasn't requestedluk3yx2022-05-061-1/+6
|
* Fix 001 sendingluk3yx2022-05-061-1/+1
|
* USER → LOGINluk3yx2022-05-061-1/+2
|
* Use collections.abc.Mapping where possibleluk3yx2022-05-061-4/+4
|
* Use = instead of : and make mypy happyluk3yx2022-05-061-7/+8
|
* Make Andrew happyluk3yx2022-04-241-5/+26
|
* Set self.active_caps correctlyluk3yx2022-04-241-0/+3
|
* Bugfixluk3yx2022-04-241-1/+1
|
* Don't bother trying to send CTCPsluk3yx2022-04-241-13/+11
|
* New message format (again)luk3yx2022-04-241-38/+87
|
* New message formatluk3yx2022-04-211-12/+20
|
* Fix 001 formatluk3yx2022-04-211-2/+4
|
* Initial commitluk3yx2022-04-211-0/+84