aboutsummaryrefslogtreecommitdiff
path: root/hid
Commit message (Expand)AuthorAgeFilesLines
* hid: clean up/finalize loggingPřemysl Janouch2018-08-061-27/+26
* hid: move off of the log packagePřemysl Janouch2018-08-061-34/+32
* hid: port logging facilitiesPřemysl Janouch2018-08-061-0/+99
* hid: cleanupsPřemysl Janouch2018-08-061-12/+15
* hid: port IRC tests from liberty, fix tag parsingPřemysl Janouch2018-08-062-1/+30
* hid: rename connCloseWrite to connCloseWriterPřemysl Janouch2018-08-061-11/+11
* hid: add the first testsPřemysl Janouch2018-08-061-0/+139
* hid: fix SSL 2.0 autodetectionPřemysl Janouch2018-08-041-1/+1
* hid: add support for customized repliesPřemysl Janouch2018-08-031-5/+41
* hid: unify exit codes with the flag packagePřemysl Janouch2018-08-031-1/+1
* hid: cleanupsPřemysl Janouch2018-08-031-22/+31
* hid: fix listener shutdownPřemysl Janouch2018-08-031-1/+8
* hid: fix nickname verification in the user MODE messagePřemysl Janouch2018-08-021-1/+1
* hid: port default formatting strings to fmtPřemysl Janouch2018-08-021-4/+4
* hid: ircSendToRoommates -> ircNotifyRoommatesPřemysl Janouch2018-08-011-4/+3
* hid: figured out how to port timeoutsPřemysl Janouch2018-08-011-20/+64
* hid: another round of general code cleanupsPřemysl Janouch2018-08-011-91/+92
* hid: bringup of what we have this farPřemysl Janouch2018-07-311-24/+36
* hid: port configuration and initializationPřemysl Janouch2018-07-311-106/+427
* hid: port IRC 3.2 message tag parsing, unusedPřemysl Janouch2018-07-301-18/+66
* hid: use time.Time and time.DurationPřemysl Janouch2018-07-301-45/+42
* hid: port MODE, STATS, LINKS, KILLPřemysl Janouch2018-07-301-22/+560
* hid: port PART, KICK, INVITE, JOIN, AWAY, ISON, ADMIN, DIEPřemysl Janouch2018-07-291-7/+329
* hid: port PRIVMSG, NOTICE, NAMES, WHO, WHOIS/WAS, TOPIC, SUMMON, USERSPřemysl Janouch2018-07-291-34/+486
* hid: first round of mixed fixes and cleanupsPřemysl Janouch2018-07-291-207/+253
* hid: add a work in progress IRC daemonPřemysl Janouch2018-07-283-0/+1629