summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Send unknown command numeric and add more options to proxyHEADmainluk3yx2022-05-132-13/+17
|
* Add time tag to multiline messagesluk3yx2022-05-121-2/+9
|
* Proxy newlines as separate messages for nowluk3yx2022-05-121-0/+9
|
* Fix PONGsluk3yx2022-05-121-1/+1
|
* Prepend PING messages with "proxy:"luk3yx2022-05-121-6/+18
|
* Add CAP negotiation to idc_irc_proxy.pyluk3yx2022-05-121-47/+68
|
* Add idc_irc_proxy.pyluk3yx2022-05-121-0/+183
|
* 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
|
* Fix stupidityluk3yx2022-05-021-1/+1
|
* Add __init__.py temporarilyluk3yx2022-05-021-0/+3
|
* 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-213-0/+167