Commit Graph

124 Commits

Author SHA1 Message Date
khlieng 7aae7685c5 Add early search prototype on the client, add leave button 2015-05-11 03:39:34 +02:00
khlieng deba58dbff Use replaceState for /connect redirects 2015-05-05 00:46:12 +02:00
khlieng d440aac023 Send null server list to new users 2015-05-04 23:52:34 +02:00
khlieng 79095154ca Add clear command and get rid of the development flag 2015-05-02 01:02:21 +02:00
khlieng d1a82a65b5 Switch to gorilla/websocket 2015-05-02 00:20:22 +02:00
khlieng c7bf27f8aa Add license 2015-05-01 23:50:06 +02:00
khlieng e63c012aad Add cobra, move the server code into its own package 2015-05-01 22:59:46 +02:00
khlieng bb729a5c8e Make gulp run go-bindata 2015-04-30 00:45:02 +02:00
khlieng 3365832ce3 Add message logging and search server side 2015-04-29 23:54:44 +02:00
khlieng 6378131a9d Rewrite vendored imports in subpackages, get rid of assetfs and implement filesystem on top of bindata that supports -debug, update build instructions 2015-04-27 00:45:49 +02:00
khlieng 65229f7a9e Update readme, store data in homedir/.name_pending instead the cwd, move client build output back to client/dist 2015-04-23 00:44:40 +02:00
khlieng 891f7b2f10 Embed static assets with go-bindata 2015-04-22 22:58:20 +02:00
khlieng 883ff2b081 Merge branch 'master' of https://github.com/khlieng/name_pending 2015-03-04 18:49:52 +01:00
khlieng 8a75cdec32 Move client build output to bin/assets 2015-03-04 18:49:31 +01:00
Ken-Håvard Lieng 594caf3708 Update README.md 2015-03-04 18:44:26 +01:00
Ken-Håvard Lieng 1b3a4fd610 Create README.md 2015-03-04 18:41:25 +01:00
khlieng fca0f6887e Vendor dependencies with godep 2015-03-04 17:38:10 +01:00
khlieng d25311d07f Improve line wrapping perf 2015-02-27 16:58:46 +01:00
khlieng 2f1e72876b Handle double hashtag channel names in URLs 2015-02-22 09:52:37 +01:00
khlieng 518a530f43 Render userlist to a div if theres only one user 2015-02-22 09:03:03 +01:00
khlieng cc743a837a Store selected tab in the URL 2015-02-22 08:57:52 +01:00
khlieng b83efcbb9e Add /help, make /part take an optional channel param 2015-02-21 14:11:29 +01:00
khlieng ccb0149b3d Add /away 2015-02-21 13:06:05 +01:00
khlieng ed9a1c3216 Handle characters getting added to the channelname when joining, throw more ES6 at everything 2015-02-21 11:40:20 +01:00
khlieng fca2985d9b Sprinkle some ES6 on it 2015-02-21 07:48:25 +01:00
khlieng 518d3eaa07 Replace reactify with babelify 2015-02-21 07:23:25 +01:00
khlieng 4ae9ffa2bc Add clickable nicks in messages for starting private chats 2015-02-21 07:11:38 +01:00
khlieng 14dee89304 Make indenting lines after the first work with the new message rendering 2015-02-21 06:25:52 +01:00
khlieng 305ee753e3 Add keys to MessageBox 2015-02-19 01:13:23 +01:00
khlieng 2aeb8c97a3 Make styling work with the new message rendering 2015-02-18 22:55:08 +01:00
khlieng 9e301843d2 Linkify URLs in messages 2015-02-17 01:27:02 +01:00
khlieng b06cfafe94 Remove unused css 2015-02-16 22:00:31 +01:00
khlieng d8446d0b90 Fontello icon font 2015-02-16 21:53:01 +01:00
khlieng fb77c29fd9 Make React Infinite stop throwing when theres only one child 2015-02-16 00:02:21 +01:00
khlieng ae78ac5017 Pull reconnect code out of main(), add missing params and error handling 2015-02-15 23:44:07 +01:00
khlieng 6e223c172f Initial pass on MessageBox rendered with React Infinite and js line wrapping, fix line wrapping bug, disable browser line wrapping 2015-02-15 23:27:00 +01:00
khlieng 3042ed5ec6 Add line wrapping functions and switch to monospaced font 2015-02-14 23:38:14 +01:00
khlieng 42e8f2547d Handle casing differences between join commands and actual channel names 2015-02-13 00:17:45 +01:00
khlieng 17e88b6e46 Send the userlists to the client separately 2015-02-12 02:44:15 +01:00
khlieng b7cafc5327 Made backspace work on input history items 2015-02-12 02:14:56 +01:00
khlieng 8a790a6fe2 Persist input history in localStorage 2015-02-11 02:48:28 +01:00
khlieng 1faf310ebd Added chat input history navigable by the arrow keys 2015-02-11 02:37:28 +01:00
khlieng 21160be407 Chat input autofocus 2015-02-10 02:39:19 +01:00
khlieng ed09a97ade Added /whois, /invite, /kick, /msg and /say 2015-02-10 02:25:28 +01:00
khlieng 5df364a3a4 Improved state updates when parting and quitting 2015-02-09 02:06:24 +01:00
khlieng 99ef788906 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
khlieng d11aa3ff4e Redirect to /connect if its a fresh instance with no stored UUID 2015-02-08 02:07:56 +01:00
khlieng c15feaa310 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
khlieng e942924c15 Nick changes get handled properly by the server IRC client, user count stays hidden when the selected tab is not a channel 2015-02-07 00:16:51 +01:00
khlieng 0a47f2ae4a Cleaned TabList up by pulling stuff out into TabListItem, userlist resize listener gets removed on unmount 2015-02-06 02:32:25 +01:00