summaryrefslogtreecommitdiffstats
path: root/bridge/irc
Commit message (Expand)AuthorAgeFilesLines
* Refactor utf-8 conversion (irc) (#1767)Wim2022-03-192-4/+35
* Fix panic in irc. Closes #1751 (#1760)Wim2022-03-121-2/+4
* Add support for client certificate (irc) (#1710)Wim2022-02-051-1/+31
* Allow binding to IP on IRC (#1640)Santtu Lakkala2021-11-291-0/+1
* Add UserName and RealName options for IRC (#1590)Iris Morelle2021-10-161-2/+9
* Add a MessageClipped option to set your own clipped message. Closes #1359 (#1...Wim2021-05-271-6/+10
* Add support for stateless bridging via draft/relaymsg (irc) (#1339)James Lu2020-12-301-16/+57
* Make handlers run async (irc) (#1325)Wim2020-12-051-7/+7
* Join on invite (irc). Fixes #1231 (#1306)Wim2020-11-222-0/+19
* Add support for irc to irc notice (irc). Fixes #754 (#1305)Wim2020-11-222-4/+21
* Add PingDelay option (irc) (#1269)Wim2020-10-211-1/+8
* Add even more debug for irc (#1266)Wim2020-10-201-0/+7
* Skip gIRC built-in rate limiting (irc) (#1164)James Lu2020-06-241-0/+2
* Only colour IRC nicks if there is one. (#1161)TheHolyRoger2020-06-241-1/+1
* Update dependencies / vendor (#1146)Wim2020-05-241-1/+1
* Add StripMarkdown option (irc). (#1145)Wim2020-05-231-0/+5
* Add extra space before colon in attachments (irc). Fixes #1089 (#1101)Wim2020-04-191-2/+2
* Be less lossy when throttling IRC messages (#1004)Qais Patankar2020-02-091-6/+2
* Add scripting (tengo) support for every outgoing message (#806)Wim2019-04-191-5/+0
* Add verbose IRC joins/parts (ident@host) (#805)chotaire2019-04-181-1/+6
* Fix deadlock on reconnect (irc). Closes #757Wim2019-04-151-1/+4
* Revert fix for #722. Closes #781Wim2019-04-061-4/+0
* Return when not connected and drop a message (irc). Fixes #786Wim2019-04-061-0/+1
* Use default nick if none specified (irc). Fixes #785Wim2019-04-051-1/+1
* Support quits from irc correctly. Fixes #722 (#724)Wim2019-02-171-0/+4
* Upgrade to latest girc version (irc) (#718)Wim2019-02-162-3/+3
* Handle servers without MOTD (irc). Closes #692Wim2019-01-241-0/+1
* Fix possible data race (irc). Closes #693Wim2019-01-241-1/+1
* Move golangci-lint configuration to file (#635)Duco van Amstel2018-12-051-4/+1
* Fix multiple channel join regression. Closes #639Wim2018-12-031-1/+0
* Refactor irc handlers. Fix linting (#611)Wim2018-11-282-259/+304
* Add option to send RAW commands after connection (irc). Fixes #490 (#604)Wim2018-11-251-0/+10
* Rework connection logic (irc)Wim2018-11-231-14/+25
* Fix Nickserv logic (irc) #602Wim2018-11-221-9/+18
* Fix golint linter issues and enable it in CI (#593)Duco van Amstel2018-11-151-7/+7
* Fix IRC line splitting. Closes #584 (#587)Duco van Amstel2018-11-142-80/+19
* Make gocritic linter happyWim2018-11-081-3/+2
* Make unparam linter happyWim2018-11-082-7/+5
* Clean up various stuff (#508)David Hill2018-11-071-1/+4
* Check nickname on kick (irc). Closes #488Wim2018-08-271-1/+1
* Add a bit more debugging (irc). #482Wim2018-08-161-0/+1
* Stop numbers being stripped after non-color control codes (irc) (#465)John2018-07-111-1/+1
* Reconnect on quit. (irc) See #431 (#445)Liam Stanley2018-06-091-18/+20
* Prevent white or black color codes (irc) (#434)Yuval Langer2018-05-291-1/+2
* Fix format string bug (irc) (#428)Kazuhiro NISHIYAMA2018-05-181-1/+1
* End IRC username formatting with a total formatting reset (irc) (#425)Yuval Langer2018-05-181-1/+1
* [WIP] Colorize username sent to IRC using its crc32 IEEE checksum (#423)Yuval Langer2018-05-111-2/+8
* Add support for CJK to/from utf-8 (irc). #400Wim2018-05-111-14/+25
* Handle file comment betterWim2018-05-061-0/+3
* Add support for NoSendJoinPart. Closes #382Wim2018-03-061-0/+3