Commit Graph

442 Commits

Author SHA1 Message Date
Ken-Håvard Lieng f502fea5c1 Update client dependencies 2018-05-16 05:01:31 +02:00
Ken-Håvard Lieng abc495f849 Update README 2018-05-16 03:54:19 +02:00
Ken-Håvard Lieng 4fafe2b158 Update gulp to 4.0.0 2018-05-16 03:46:42 +02:00
Ken-Håvard Lieng 29a225ed13 Make it run better in IE11 2018-05-06 21:36:05 +02:00
Ken-Håvard Lieng 91e5556c86 Make it run in IE11 2018-05-05 21:54:00 +02:00
Ken-Håvard Lieng de36fe682a Update server dependencies 2018-05-04 23:39:27 +02:00
Ken-Håvard Lieng fb8fec38ff Use correct hash length when reading the push cookie 2018-04-30 22:53:29 +02:00
Ken-Håvard Lieng d4d03eac12 Add promise polyfill 2018-04-30 22:41:12 +02:00
Ken-Håvard Lieng 33e0f67766 Add IRCv3 tag parsing 2018-04-29 03:49:02 +02:00
Ken-Håvard Lieng 62e115498f Deal with empty ISUPPORT param names 2018-04-29 02:13:22 +02:00
Ken-Håvard Lieng f2504cc245 Add RPL_ISUPPORT parsing 2018-04-28 20:31:44 +02:00
Ken-Håvard Lieng 735f96d3b1 Remove unused eslint rule 2018-04-27 03:14:35 +02:00
Ken-Håvard Lieng f72253966b Throw more test cases at the message parser, fix edge case 2018-04-27 02:56:35 +02:00
Ken-Håvard Lieng b4bdcd4939 Update README 2018-04-26 21:37:58 +02:00
Ken-Håvard Lieng 0648b67cb8 Use random session IDs instead of jwt 2018-04-26 21:32:21 +02:00
Ken-Håvard Lieng 6f0ea05f4b Use shorter asset hashes 2018-04-26 21:19:47 +02:00
Ken-Håvard Lieng 1b202e7c2b Make sure the cookie stored channel exists on the correct server 2018-04-26 20:25:41 +02:00
Ken-Håvard Lieng e132c8201f Use node 10.0.0 on travis 2018-04-26 19:57:39 +02:00
Ken-Håvard Lieng 4f72e164d7 Use immer 2018-04-25 05:52:55 +02:00
Ken-Håvard Lieng 7f755d2a83 Actually make sure the user is in the channel before embedding channel data 2018-04-24 21:21:42 +02:00
Ken-Håvard Lieng 8724121552 Update redux to 4.0.0 2018-04-17 21:53:41 +02:00
Ken-Håvard Lieng 0ebd2e5c38 Update client dependencies 2018-04-17 21:22:10 +02:00
Ken-Håvard Lieng 0941ed8549 Add reset-config flag 2018-04-15 01:25:21 +02:00
Ken-Håvard Lieng 39641c315f Add connect defaults readonly flag, closes #10 2018-04-15 01:02:28 +02:00
Ken-Håvard Lieng fcd204321a Fix css bundle name 2018-04-15 00:58:51 +02:00
Ken-Håvard Lieng d08bd43ba0 Hot reload server config 2018-04-15 00:57:11 +02:00
Ken-Håvard Lieng 60190fbd98 Update prettier to 1.12 2018-04-13 20:58:45 +02:00
Ken-Håvard Lieng 6ccc57ad64 Update gulp compress glob 2018-04-13 20:51:42 +02:00
Ken-Håvard Lieng 94f3777f5f Handle css with webpack 2018-04-13 20:47:39 +02:00
Ken-Håvard Lieng 3d4c1baeda Remove redundant eslint rules 2018-04-06 01:53:11 +02:00
Ken-Håvard Lieng b176b79144 Add prettier 2018-04-06 01:46:22 +02:00
Ken-Håvard Lieng 0cbbc1b8ff Update client deps: react 16.3, babel 7 2018-04-05 21:16:37 +02:00
Ken-Håvard Lieng 1ae7d867a9 Use node 8.10.0 on travis 2018-03-25 01:51:54 +01:00
Ken-Håvard Lieng 87d7337d21 Update .travis.yml 2018-03-25 01:47:08 +01:00
Ken-Håvard Lieng 19bcc51eb4 Update client dependencies 2018-03-25 01:34:41 +01:00
Ken-Håvard Lieng 20c3855ced Add go 1.10 travis build 2018-02-19 00:01:48 +01:00
Ken-Håvard Lieng b9b6928111 Add go 1.9 travis build 2017-09-02 20:28:36 +02:00
Ken-Håvard Lieng d22758227d Add link metadata fetching package 2017-07-17 23:11:36 +02:00
Ken-Håvard Lieng a4a4588ae6 Add compareUsers test 2017-07-06 07:01:14 +02:00
Ken-Håvard Lieng 8b44f68231 Move user sorting to a selector 2017-07-06 06:46:53 +02:00
Ken-Håvard Lieng c005fc7cae Add initial support for choosing to still connect when the server uses a self-signed cert and verify_vertificates is turned on 2017-07-04 11:28:56 +02:00
Ken-Håvard Lieng 3f70567d56 Trim whitespace off IRC messages 2017-07-03 23:31:14 +02:00
Ken-Håvard Lieng 8a62af5a73 Unvendor resync 2017-07-03 07:39:10 +02:00
Ken-Håvard Lieng 0a96ebb428 Improve connection handling 2017-07-03 07:35:38 +02:00
Ken-Håvard Lieng 9dffb541b9 Print ERROR messages 2017-07-03 07:25:38 +02:00
Ken-Håvard Lieng ae6ad0a5b9 Send nick_fail if the new nick is in use and the padded nick is the same as the old one 2017-07-03 01:07:55 +02:00
Ken-Håvard Lieng 403f7d0942 Copy action payload before passing it to socket handlers 2017-07-03 00:52:16 +02:00
Ken-Håvard Lieng 8a2fbaca7f Improve status tab error layout 2017-07-03 00:04:10 +02:00
Ken-Håvard Lieng 18aff3ded6 Show last IRC connection error in status tab, log IRC connection errors 2017-07-02 03:31:00 +02:00
Ken-Håvard Lieng 786d8013b9 Set InsecureSkipVerify correctly when theres no client cert, rename verify_client_certificates to verify_certificates 2017-06-30 07:20:38 +02:00