aboutsummaryrefslogtreecommitdiff
path: root/xS
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | All the basic elements should be there now, we just need to port PING timers and fix some remaining issues and we're basically done.
* 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
| | | | | | | | It improves the code significantly over explicit int64 conversions. Despite carrying unnecessary timezone information, time.Time also carries a monotonic reading of time, which allows for more precise measurement of time differences.
* hid: port MODE, STATS, LINKS, KILLPřemysl Janouch2018-07-301-22/+560
| | | | | Now all the commands have been ported but we desperately need to parse a configuration file for additional settings yet.
* 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
The port is more than viable but it's also sort of all-or-nothing and versioning needs have come before I've had a chance to finish it.