Commit Graph

287 Commits

Author SHA1 Message Date
Ken-Håvard Lieng 2e763d916d Remove eventemitter2 and ify-loader 2017-04-12 03:44:28 +02:00
Ken-Håvard Lieng ee43d2fe27 Use React Hot Loader 3 instead of React Transform 2017-04-12 00:00:59 +02:00
Ken-Håvard Lieng ee42e5300a Update irc nick test 2017-04-11 06:14:45 +02:00
Ken-Håvard Lieng e84f2dd993 Improve nick change handling 2017-04-11 06:04:59 +02:00
Ken-Håvard Lieng 0a6d8bfb20 Remove FindUserChannels test 2017-04-11 04:46:17 +02:00
Ken-Håvard Lieng 18651c1a10 Fix race condition with NICK and QUIT when multiple dispatch users are in the same channel 2017-04-11 03:49:52 +02:00
Ken-Håvard Lieng 3393b1b706 Update .eslintrc 2017-04-09 23:49:37 +02:00
Ken-Håvard Lieng f7c8203ed1 Upgrade client dependencies (React 15.5) 2017-04-09 23:28:55 +02:00
Ken-Håvard Lieng d8b456568f Bump travis go version 2017-04-07 22:51:25 +02:00
Ken-Håvard Lieng b2263a4527 Add ErrNicknameInUse constant 2017-04-06 23:31:11 +02:00
Ken-Håvard Lieng 961c0415a0 Handle nick collisions by right-padding with _ 2017-04-06 23:26:58 +02:00
Ken-Håvard Lieng 50dc0ef64f Fix handling of PART messages with no reason 2017-04-04 22:57:01 +02:00
Ken-Håvard Lieng 52f929ec45 Strip last character from ACTION messages 2017-03-30 05:13:50 +02:00
Ken-Håvard Lieng 007dd3fe63 Use list key provided by react-virtualized in UserList 2017-03-30 04:53:54 +02:00
Ken-Håvard Lieng 6a9942a655 Set scrolldown flag on tab changes in willUpdate instead of receiveProps 2017-03-30 04:37:55 +02:00
Ken-Håvard Lieng 80efb750f9 Rename util.scrollBarWidth() 2017-03-30 04:18:25 +02:00
Ken-Håvard Lieng 9d5707dd3c Use forceUpdateGrid() in UserList 2017-03-30 04:12:30 +02:00
Ken-Håvard Lieng e19280c2c7 Fix wrapWidth for channels on small screens 2017-03-29 23:45:09 +02:00
Ken-Håvard Lieng bb8a4d180e Prevent unnecessary wrapWidth updates 2017-03-28 23:55:50 +02:00
Ken-Håvard Lieng 3b0734bb4d Update webpack.NoErrorsPlugin name 2017-03-28 23:18:55 +02:00
Ken-Håvard Lieng dd94480c58 Add React Virtualized to README library list 2017-03-27 23:42:27 +02:00
Ken-Håvard Lieng a4bbf8364a Upgrade reselect to 3.0.0 and react-virtualized to 9.4.0 2017-03-27 23:35:59 +02:00
Ken-Håvard Lieng 346ba3fdb3 Fix SearchResult component name 2017-03-24 21:18:02 +01:00
Ken-Håvard Lieng eca5761098 Linkify search results properly 2017-03-24 21:14:45 +01:00
Ken-Håvard Lieng 8eea1e5cb0 Prevent favicon requests 2017-03-23 20:55:34 +01:00
Ken-Håvard Lieng 0e87c4d038 Merge branch 'master' of https://github.com/khlieng/dispatch 2017-03-23 20:39:15 +01:00
Ken-Håvard Lieng f8d57f1b6d Upgrade react-virtualized to 9.3.0 2017-03-23 20:38:27 +01:00
Ken-Håvard Lieng decd952667 Fix README demo link 2017-03-16 22:50:07 +01:00
Ken-Håvard Lieng 800a97cd8b Update README.md 2017-03-16 22:47:26 +01:00
Ken-Håvard Lieng 7c7821f829 Clean up ChannelStore 2017-02-21 21:38:48 +01:00
Ken-Håvard Lieng 9f055da1a0 Keep op/voice prefix when changing nick 2017-02-21 13:56:04 +01:00
Ken-Håvard Lieng 8dfcf47281 Fix nick changes with op/voice 2017-02-19 22:26:48 +01:00
Ken-Håvard Lieng a5071fbd62 Add OSX travis builds 2017-02-18 22:18:01 +01:00
Ken-Håvard Lieng be98d3c4d0 Add go 1.8 travis build 2017-02-17 02:12:54 +01:00
Ken-Håvard Lieng 29abe1f2a2 Use RSA test key with NULL parameters 2017-02-17 02:09:50 +01:00
Ken-Håvard Lieng 35514abc27 Remove babel-plugin-transform-decorators-legacy 2017-02-17 02:00:00 +01:00
Ken-Håvard Lieng e6892ccd2d Use React.PureComponent instead of pure-render-decorator 2017-02-17 01:46:39 +01:00
Ken-Håvard Lieng 531792b14a Move ref callbacks into class bound methods 2017-02-16 22:56:32 +01:00
Ken-Håvard Lieng 77b53bfc5e Update client dependencies 2017-02-16 03:55:50 +01:00
Ken-Håvard Lieng c5062066cb Update travis versions 2017-01-26 23:48:55 +01:00
Ken-Håvard Lieng b64613d459 Update go and node versions on travis 2016-12-17 00:21:45 +01:00
Ken-Håvard Lieng cc3b1e3a82 Add Message.LastParam() 2016-12-17 00:11:44 +01:00
Ken-Håvard Lieng 83056c5396 Prevent panicing when parsing invalid messages 2016-12-16 23:49:37 +01:00
Ken-Håvard Lieng cf759883aa Slice the params instead of building a new channel slice in the PART handler 2016-12-16 23:17:15 +01:00
Ken-Håvard Lieng 29fad58252 Merge pull request #4 from DanielOaks/fix-trailing
Remove Trailing param
2016-12-16 22:07:26 +01:00
Daniel Oaks 0293a7f4a5 Remove Trailing param 2016-12-12 16:42:12 +10:00
Ken-Håvard Lieng 7af50d52b9 Install npm packages with yarn on travis 2016-10-12 21:25:31 +02:00
Ken-Håvard Lieng 6876a5129a Add yarn lockfile 2016-10-12 21:19:00 +02:00
Ken-Håvard Lieng 85db780d72 Allow travis build failures on tip 2016-10-11 22:15:40 +02:00
Ken-Håvard Lieng d0cb211e42 Add go 1.7 travis build 2016-10-10 20:25:11 +02:00