Commit Graph

  • 518d3eaa07 Replace reactify with babelify khlieng 2015-02-21 07:23:25 +0100
  • 4ae9ffa2bc Add clickable nicks in messages for starting private chats khlieng 2015-02-21 07:11:38 +0100
  • 14dee89304 Make indenting lines after the first work with the new message rendering khlieng 2015-02-21 06:25:52 +0100
  • 305ee753e3 Add keys to MessageBox khlieng 2015-02-19 01:13:23 +0100
  • 2aeb8c97a3 Make styling work with the new message rendering khlieng 2015-02-18 22:55:08 +0100
  • 9e301843d2 Linkify URLs in messages khlieng 2015-02-17 01:27:02 +0100
  • b06cfafe94 Remove unused css khlieng 2015-02-16 22:00:31 +0100
  • d8446d0b90 Fontello icon font khlieng 2015-02-16 21:53:01 +0100
  • fb77c29fd9 Make React Infinite stop throwing when theres only one child khlieng 2015-02-16 00:02:21 +0100
  • ae78ac5017 Pull reconnect code out of main(), add missing params and error handling khlieng 2015-02-15 23:44:07 +0100
  • 6e223c172f Initial pass on MessageBox rendered with React Infinite and js line wrapping, fix line wrapping bug, disable browser line wrapping khlieng 2015-02-15 23:27:00 +0100
  • 3042ed5ec6 Add line wrapping functions and switch to monospaced font khlieng 2015-02-14 23:38:14 +0100
  • 42e8f2547d Handle casing differences between join commands and actual channel names khlieng 2015-02-13 00:17:45 +0100
  • 17e88b6e46 Send the userlists to the client separately khlieng 2015-02-12 02:44:15 +0100
  • b7cafc5327 Made backspace work on input history items khlieng 2015-02-12 02:14:56 +0100
  • 8a790a6fe2 Persist input history in localStorage khlieng 2015-02-11 02:48:28 +0100
  • 1faf310ebd Added chat input history navigable by the arrow keys khlieng 2015-02-11 02:35:52 +0100
  • 21160be407 Chat input autofocus khlieng 2015-02-10 02:39:19 +0100
  • ed09a97ade Added /whois, /invite, /kick, /msg and /say khlieng 2015-02-10 02:25:28 +0100
  • 5df364a3a4 Improved state updates when parting and quitting khlieng 2015-02-09 02:06:24 +0100
  • 99ef788906 Added /quit, the server IRC client gets cleaned up properly when quitting, pulled command handling out into a separate file khlieng 2015-02-09 01:00:30 +0100
  • d11aa3ff4e Redirect to /connect if its a fresh instance with no stored UUID khlieng 2015-02-08 02:07:56 +0100
  • c15feaa310 Added more options to the connect form, added support for more IRC commands on the server, added Font Awesome khlieng 2015-02-07 03:10:58 +0100
  • e942924c15 Nick changes get handled properly by the server IRC client, user count stays hidden when the selected tab is not a channel khlieng 2015-02-07 00:16:51 +0100
  • 0a47f2ae4a Cleaned TabList up by pulling stuff out into TabListItem, userlist resize listener gets removed on unmount khlieng 2015-02-06 02:32:25 +0100
  • 806f9aae27 Render userlist with react-infinite khlieng 2015-02-05 02:14:24 +0100
  • 5110029f3a Gzipped assets khlieng 2015-02-05 01:37:34 +0100
  • 92c316e9ea Added /nick and /topic khlieng 2015-02-04 02:43:49 +0100
  • ad4354adfc Added support for IRC actions khlieng 2015-02-04 00:55:41 +0100
  • d69281cdd6 Trailing gets added to the end of params khlieng 2015-02-03 23:33:23 +0100
  • 3214e5931a Added connect form, autoselect when joining channels khlieng 2015-02-03 22:54:46 +0100
  • 0b8e97b215 Started doing client-side routing, added some rewriting on the server to support it khlieng 2015-02-03 00:25:52 +0100
  • eec82a7dd9 Added IRC network naming, added some convenience getters to the stores khlieng 2015-02-02 01:54:26 +0100
  • 1c30da5474 MOTD now gets sent as an array of lines khlieng 2015-02-01 02:08:38 +0100
  • 736ef76bc0 Moved websocket handling on the client into its own file, added reason to part and quit messages, global system messages about a user now only gets sent to channels where the user is/was khlieng 2015-02-01 01:56:56 +0100
  • 3f335187c0 System messages now longer require an empty sender khlieng 2015-01-31 23:59:53 +0100
  • 5f43b3e78e Added nick change handling, the client now shows nick and quit messages, the userlist gets hidden when the chat window is not a channel khlieng 2015-01-31 23:35:38 +0100
  • c421dc504b Added private messaging to the client khlieng 2015-01-30 02:34:28 +0100
  • e715b1c2c0 IRC.Quit() now waits for RPL_WELCOME and then does a blocking write in a goroutine khlieng 2015-01-30 00:50:03 +0100
  • 3c02b00303 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 khlieng 2015-01-30 00:38:51 +0100
  • 5c6c43e017 Better userlist sorting, started work on default theme khlieng 2015-01-28 02:54:47 +0100
  • 721971cbb3 Added basic mode support with op/voice and userlist sorting khlieng 2015-01-25 02:35:46 +0100
  • 0c2250b268 Added multiserver messaging support to the client khlieng 2015-01-22 01:26:23 +0100
  • 9012e4dee5 Info about current irc connections now gets sent to the client, the correct nick shows up when sending messages khlieng 2015-01-22 01:03:25 +0100
  • 83ddce0468 Browserify doesnt seem to require .js extensions anymore khlieng 2015-01-22 00:32:32 +0100
  • 43a725c662 Cleaned up action naming and handling khlieng 2015-01-22 00:14:28 +0100
  • e1cb8c468d Import paths now match the repository name khlieng 2015-01-21 22:59:08 +0100
  • f42d6011c6 Added title bar and basic message and command input khlieng 2015-01-21 03:06:34 +0100
  • 508a04cf4c Init khlieng 2015-01-17 02:37:21 +0100