Go to file
2015-02-17 01:27:02 +01:00
client Linkify URLs in messages 2015-02-17 01:27:02 +01:00
storage Made backspace work on input history items 2015-02-12 02:14:56 +01:00
.gitignore
irc.go
json_types.go Added /whois, /invite, /kick, /msg and /say 2015-02-10 02:25:28 +01:00
main.go Fontello icon font 2015-02-16 21:53:01 +01:00
message_handler.go Added /whois, /invite, /kick, /msg and /say 2015-02-10 02:25:28 +01:00
session.go Added /quit, the server IRC client gets cleaned up properly when quitting, pulled command handling out into a separate file 2015-02-09 01:00:30 +01:00
websocket_handler.go Pull reconnect code out of main(), add missing params and error handling 2015-02-15 23:44:07 +01:00
websocket.go