summaryrefslogtreecommitdiffstats
path: root/bridge/irc/irc.go
Commit message (Expand)AuthorAgeFilesLines
* 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-141-19/+19
* Make gocritic linter happyWim2018-11-081-3/+2
* Make unparam linter happyWim2018-11-081-6/+4
* 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
* Use default values part 2 (irc)Wim2018-03-061-0/+6
* Use default values (irc)Wim2018-03-061-4/+4
* Fix panic on sending messages between reconnects (irc). Closes #385Wim2018-03-051-0/+5
* Use viper (github.com/spf13/viper) for configurationWim2018-03-041-47/+49
* Improve debug messagesWim2018-02-281-5/+5
* Refactor using factoryWim2018-02-271-34/+27
* Small fixes to ircWim2018-02-271-12/+30
* Set event channels to lowercase (irc). Closes #375Wim2018-02-221-1/+1
* Add DebugLevel option (irc)Wim2018-02-221-2/+11
* Add more debug for events (irc)Wim2018-02-221-1/+3
* Use prefixed-formatter for better loggingWim2018-02-211-2/+2
* Move Sirupsen => sirupsenWim2018-02-201-1/+1
* Truncate messages sent to IRC based on byte count (#368)tsudoko2018-02-081-2/+6
* Send chat notification if media is too big to be re-uploaded to MediaServer. ...Wim2018-02-031-0/+3
* Add space between colon and URL for uploaded media (#360)ValdikSS2018-02-011-1/+1
* Add comment to file upload from telegram. Show comments on all bridges. Close...Wim2018-02-011-0/+3
* Convert received IRC channel names to lowercase. Fixes #329 (#330)Anssi Kolehmainen2018-01-061-1/+1
* Add RejoinDelay option. Delay to rejoin after channel kick (irc). Closes #322Wim2017-12-231-0/+1
* Refactor and add MediaDownloadSize to GeneralWim2017-12-191-7/+4
* Split on UTF-8 for MessageSplit (irc). Closes #308Wim2017-12-071-1/+2
* Fix irc ACTION regression (irc). Closes #306Wim2017-12-071-3/+2
* Add MessageSplit option to split messages on MessageLength (irc). Closes #281Wim2017-11-241-0/+5
* Use mediaserver urls for irc,gitter and xmppWim2017-11-241-4/+2
* Add initial support for an external mediaserver. #278Wim2017-11-241-0/+15
* Fix strict user handling of girc (irc). Closes #298Wim2017-11-111-1/+11
* Fix panic on empty paramsWim2017-11-081-0/+4
* Add ServerName to TLSConfigWim2017-11-081-1/+1
* Replace sorcix/irc and go-ircevent with gircWim2017-11-081-104/+103
* Try again to strip colors correct. #286Wim2017-10-281-3/+1
* Strip irc colors correct, strip also ctrl chars (irc). Closes #286Wim2017-10-261-1/+3
* Add support for Quakenet auth (irc). Closes #263Wim2017-09-201-0/+8