Go to file
khlieng 17e88b6e46 Send the userlists to the client separately 2015-02-12 02:44:15 +01:00
client Made backspace work on input history items 2015-02-12 02:14:56 +01:00
storage Made backspace work on input history items 2015-02-12 02:14:56 +01:00
.gitignore Added title bar and basic message and command input 2015-01-21 03:06:34 +01:00
irc.go Added more options to the connect form, added support for more IRC commands on the server, added Font Awesome 2015-02-07 03:10:58 +01:00
json_types.go Added /whois, /invite, /kick, /msg and /say 2015-02-10 02:25:28 +01:00
main.go Gzipped assets 2015-02-05 01:37:34 +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.go IRC output gets queued until RPL_WELCOME, added tcp timeouts and error handling, store selected tab in localStorage, more design work, upgraded to lodash 3.0.0 2015-01-30 00:38:51 +01:00
websocket_handler.go Send the userlists to the client separately 2015-02-12 02:44:15 +01:00