Go to file
2015-01-30 02:34:28 +01:00
client Added private messaging to the client 2015-01-30 02:34:28 +01:00
storage Added basic mode support with op/voice and userlist sorting 2015-01-25 02:35:46 +01:00
.gitignore Added title bar and basic message and command input 2015-01-21 03:06:34 +01:00
irc.go IRC.Quit() now waits for RPL_WELCOME and then does a blocking write in a goroutine 2015-01-30 00:50:03 +01:00
json_types.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
main.go Import paths now match the repository name 2015-01-21 22:59:08 +01:00
message_handler.go Added basic mode support with op/voice and userlist sorting 2015-01-25 02:35:46 +01:00
session.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 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.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