Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | hid: another round of general code cleanups | Přemysl Janouch | 2018-08-01 | 1 | -91/+92 | |
| | ||||||
* | hid: bringup of what we have this far | Přemysl Janouch | 2018-07-31 | 1 | -24/+36 | |
| | ||||||
* | hid: port configuration and initialization | Přemysl Janouch | 2018-07-31 | 1 | -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, unused | Přemysl Janouch | 2018-07-30 | 1 | -18/+66 | |
| | ||||||
* | hid: use time.Time and time.Duration | Přemysl Janouch | 2018-07-30 | 1 | -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, KILL | Přemysl Janouch | 2018-07-30 | 1 | -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, DIE | Přemysl Janouch | 2018-07-29 | 1 | -7/+329 | |
| | ||||||
* | hid: port PRIVMSG, NOTICE, NAMES, WHO, WHOIS/WAS, TOPIC, SUMMON, USERS | Přemysl Janouch | 2018-07-29 | 1 | -34/+486 | |
| | ||||||
* | hid: first round of mixed fixes and cleanups | Přemysl Janouch | 2018-07-29 | 1 | -207/+253 | |
| | ||||||
* | hid: add a work in progress IRC daemon | Přemysl Janouch | 2018-07-28 | 3 | -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. | |||||
* | tls-autodetect: mark issues, fix initialization | Přemysl Janouch | 2018-07-24 | 1 | -6/+10 | |
| | ||||||
* | tls-autodetect: avoid a goroutine leak on timeout | Přemysl Janouch | 2018-07-23 | 1 | -1/+1 | |
| | ||||||
* | tls-autodetect: finish inQ overrun handling | Přemysl Janouch | 2018-07-22 | 1 | -10/+17 | |
| | ||||||
* | tls-autodetect: fix client-initiated shutdown | Přemysl Janouch | 2018-07-22 | 1 | -28/+29 | |
| | ||||||
* | Rename client.kill to client.closeLink | Přemysl Janouch | 2018-07-21 | 1 | -4/+4 | |
| | ||||||
* | tls-autodetect: put most of the server code in place | Přemysl Janouch | 2018-07-15 | 1 | -52/+136 | |
| | | | | So far we act up when it is the client who initializes the shutdown. | |||||
* | Initial commit | Přemysl Janouch | 2018-07-15 | 3 | -0/+369 | |
Add a work-in-progress demo chat server with TLS autodetection. It needs to be perfected before I move on to writing an IRCd on the foundations. If history is of any indication, this might lead towards a nice set of applications. |