Commit Graph

  • 95d56dbca2 Added tag release-1.1.2 for changeset 7278eb0d067d mappu 2017-02-06 16:44:27 +1300
  • 761d0bfad5 build: set build version in binary at build time v1.1.2 mappu 2017-02-06 16:43:17 +1300
  • 1d3f16e6c6 change default hub name in sample file mappu 2017-02-06 16:43:07 +1300
  • e5ceadb03a doc: changelog mappu 2017-02-06 16:39:27 +1300
  • 6999069fd7 server: set SERVER header on all requests (even SIO ones), display version on startup mappu 2017-02-06 16:35:25 +1300
  • 5da61d5922 whitespace in sample config file mappu 2017-02-06 16:27:33 +1300
  • d33ba5c085 remove 'extern' from config files mappu 2017-02-06 16:27:14 +1300
  • a28e5ce9b0 remove extra /conf/ request mappu 2017-02-06 16:25:49 +1300
  • 3448cb7eeb don't require extern mappu 2017-02-06 16:20:31 +1300
  • ba941adfdd client: fix padding around user count in title mappu 2017-02-06 13:54:24 +1300
  • 48d96f9efe Added tag release-1.1.1 for changeset d14041daa7bb mappu 2017-02-06 13:46:20 +1300
  • 1a1f361e60 doc: changelog v1.1.1 mappu 2017-02-06 13:45:22 +1300
  • 3f1f575652 fix minifier generating malformed content mappu 2017-02-06 13:44:56 +1300
  • e2af839101 Added tag release-1.1.0 for changeset a2c92b262f33 mappu 2017-02-06 12:25:57 +1300
  • 659576c7e1 doc: changelog v1.1.0 mappu 2017-02-06 12:24:50 +1300
  • 0c5279e254 build: include clientpack.php in source archive mappu 2017-02-06 12:19:05 +1300
  • 99cf8ebe49 custom favicon support mappu 2017-02-06 12:18:21 +1300
  • 1189d6fe60 remove unused config.app.name/version mappu 2017-02-06 12:18:07 +1300
  • 96c3e6ea7d remove unused key from sample config mappu 2017-02-06 12:00:19 +1300
  • 1a64f79394 client: minify/combine CSS/JS/HTML via extra build step mappu 2017-02-06 11:58:38 +1300
  • 692537c6f0 client/js: clearer state machine for html5 notification permissions mappu 2017-02-06 11:58:21 +1300
  • d2b1d23ba6 client/js: remove dead code (1) mappu 2017-02-06 11:58:00 +1300
  • bc80c94a6f client/socket.io: reduce size of MIT boilerplate mappu 2017-02-06 11:57:40 +1300
  • fd79d94a20 doc: preliminary changelog (2) mappu 2017-02-05 23:11:52 +1300
  • d17ad14914 doc: preliminary changelog mappu 2017-02-05 23:10:55 +1300
  • 763f5030d1 client: make warn-on-close optional, default false mappu 2017-02-05 22:47:25 +1300
  • aa8d89d14b client: display unread message count in the title mappu 2017-02-05 22:43:21 +1300
  • d937491545 client: add warning popup if closing the tab while the connection is still open mappu 2017-02-05 20:57:38 +1300
  • 226e6751c6 client: separate NEW vs NEW-PM titles, move user count to the end of the title mappu 2017-02-05 20:52:24 +1300
  • 9060b87e94 client: 'unread' support for the main tab mappu 2017-02-05 20:46:50 +1300
  • 78b7af7fbc css: add some whitespace between bottom of text and the input box mappu 2017-02-05 20:11:10 +1300
  • ff075e2e7e client: fix clearing ALL unread flags when clearing a single one mappu 2017-02-05 20:07:28 +1300
  • ef9057383d client: fixes for previous mappu 2017-02-05 20:07:15 +1300
  • 0951bf821e client: page visibility detection infrastructure (but it doesn't do anything yet) mappu 2017-02-05 19:59:43 +1300
  • a60e4bb0c2 client: fix closed tabs coming back from the dead in some cases mappu 2017-02-05 19:43:31 +1300
  • 7b5dbde7a6 client: add disconnected/reconnected messages into PM windows mappu 2017-02-05 19:43:23 +1300
  • 3c2f0c7368 html5 notifications (disabled by default) for PMs when PM tab is not active mappu 2017-02-05 19:35:59 +1300
  • 1cc6cd2b90 patch issue in r46 mappu 2017-02-05 19:09:08 +1300
  • 3f077f15f0 client: support shift+tab to autocomplete backward mappu 2017-02-05 18:29:44 +1300
  • ade4439f92 server: add log message on successful upstream connection mappu 2017-02-05 18:24:32 +1300
  • edffaac74b server: remove dead code mappu 2017-02-05 18:24:22 +1300
  • ceb7420e18 client: display join/parts for PM tabs (regardless of global join/part setting) mappu 2017-02-05 18:13:45 +1300
  • 56ced01e97 client: clickable magnet links mappu 2017-02-05 18:09:53 +1300
  • 3c1db1266e client: add noreferrer to outgoing links mappu 2017-02-05 18:06:18 +1300
  • 4a4e9e694d client: custom date formats (minutes/seconds/full) mappu 2017-02-05 18:03:44 +1300
  • c619be5917 client: chat scrollback: clamp to edges rather than wrapping mappu 2017-02-05 17:49:59 +1300
  • afd190b7cc client: chat scrollback with ctrl+up / ctrl+down mappu 2017-02-05 17:48:25 +1300
  • a927add8c5 client: clearer state transitions, separate disconnected state mappu 2017-02-05 17:35:45 +1300
  • 0a5db6a015 client: patch one case of not clearing userlist, set spellcheck attr when in text-entry mode mappu 2017-02-05 17:28:35 +1300
  • e15a6afceb client: automatically reconnect with same username if we lose connection to the server mappu 2017-02-05 17:17:51 +1300
  • c19b0fe521 also load stock username text when we get a reconnect page mappu 2017-02-05 17:15:20 +1300
  • 1eaabb099d client: only clear the screen on first load, not on refresh mappu 2017-02-05 17:09:18 +1300
  • b26b3a695e prevent displaying sentinel pass if no pass was used mappu 2017-02-05 17:06:58 +1300
  • b30beac2b5 obfuscate saved password when re-logging in mappu 2017-02-05 16:58:13 +1300
  • 39e84f2744 client: display description/email/client tag/share size on hover, display operators in green mappu 2017-02-05 16:47:54 +1300
  • 7ceed88dfa server: send user details mappu 2017-02-05 16:47:39 +1300
  • c7e40ab6c1 whitespace mappu 2017-02-05 16:14:57 +1300
  • 35994e81c6 drop dead code mappu 2017-02-05 16:14:02 +1300
  • 2c94713ba0 persistence_set/get functions, save the join/part status mappu 2017-02-05 16:11:52 +1300
  • e9b3fedb17 save last username/pass for login mappu 2017-02-05 16:03:43 +1300
  • d0219cb16a fix superfluous nl2br mappu 2017-02-05 15:58:19 +1300
  • d0d52e931e favicon: include 256x256 32bpp in the icon mappu 2017-02-05 15:57:09 +1300
  • 0ec9ae30b4 embed MIT license in socket.io JS file mappu 2017-02-05 15:54:23 +1300
  • 490d20b807 bump bundled socket.io from 1.4.5 to 1.7.2 mappu 2017-02-05 15:48:59 +1300
  • 299a1c12e1 remove some very old pre-tab private message stuff mappu 2017-02-05 15:43:52 +1300
  • a9dc45f727 css: also support consecutive spaces in system messages mappu 2017-02-05 15:43:16 +1300
  • 5f8544f031 css: fix malformed text-size-adjust parameters mappu 2017-02-05 15:41:28 +1300
  • ea87419abc css: support consecutive spaces in chat messages mappu 2017-02-05 15:40:44 +1300
  • d5e8e051e3 conf: new Web>ExternalWebroot key to load from /client/ directory mappu 2017-02-05 15:37:27 +1300
  • 656125e790 conf: remove App>Debug key mappu 2017-02-05 15:34:32 +1300
  • 0892666ead Added tag release-1.0.2 for changeset 46fe53368241 mappu 2016-11-29 20:19:35 +1300
  • 6fef5c37cb readme v1.0.2 mappu 2016-11-29 20:19:29 +1300
  • 59abd3c50c always set an nmdc clientversion mappu 2016-11-29 20:12:49 +1300
  • 610563b35c update libnmdc import path + compatibility mappu 2016-11-29 20:10:15 +1300
  • f3ad1fba8a readme mappu 2016-10-09 16:56:06 +1300
  • 9268c4da4c Added tag release-1.0.1 for changeset 9ed95938d809 mappu 2016-10-08 17:00:30 +1300
  • 9361e7ddec readme v1.0.1 mappu 2016-10-08 17:00:25 +1300
  • ee59a4a773 improve backward compatibility with dcwebui2 config files mappu 2016-10-08 16:51:19 +1300
  • 2047762e62 scripts: also make source tarball mappu 2016-10-08 16:41:34 +1300
  • 16aa97b6e5 Added tag release-1.0.0 for changeset 769fad81e3f8 mappu 2016-10-08 16:33:59 +1300
  • afb4a0b26d readme v1.0.0 mappu 2016-10-08 16:33:54 +1300
  • aaa0782103 client: fix an issue not clearing userlist on exit mappu 2016-10-08 16:30:54 +1300
  • a5db3c94c7 include config file in build artefacts mappu 2016-10-08 16:30:42 +1300
  • 6ff0805b1b default route support mappu 2016-10-08 15:19:58 +1300
  • 45e0cb4424 usercommand support mappu 2016-10-08 15:19:53 +1300
  • 44e7c0fbcf nicer state change display mappu 2016-10-08 15:19:47 +1300
  • f23aee143a update default conf file mappu 2016-10-08 15:19:37 +1300
  • 86652e790c initial commit mappu 2016-10-08 14:58:37 +1300