Commit Graph

765 Commits

Author SHA1 Message Date
Rylee Fowler 2c00acc71d Merge upstream pull request #391 from aynik/fs-backlog-loading
Loads backlog from filesystem if logging enabled.

closes #8

Conflicts:
	client/js/libs.min.js
2015-08-04 21:33:18 -05:00
Rylee Fowler 92460a354a Merge upstream pull request #382 from TobiasBales/unread-marker
Add basic unread marker

closes #13

Conflicts:
	client/js/libs.min.js
	client/js/shout.js
2015-08-04 21:32:17 -05:00
Rylee Fowler 04a2c9a659 Merge upstream pull request #320 from janza/client-plugins
Client plugins

closes #14
2015-08-04 21:17:10 -05:00
Christine Dodrill 73ecbc4aa2 correct more ampersands to bangs 2015-08-04 18:03:42 -07:00
Christine Dodrill e97b1d4628 Elemental-IRCd compat: modeflag ! support
Elemental-IRCd has mode flag ! as channel admin

Ref #15
2015-08-04 17:54:20 -07:00
Christine Dodrill 3708c1d593 Shout -> Shuo branding
Closes #16
2015-08-04 17:46:53 -07:00
Christine Dodrill a2769f786a update readme, bump package version 2015-08-04 17:33:24 -07:00
Christine Dodrill 9dbe50322d Only compare lowercase representations of usernames
Closes #6
2015-08-04 17:15:55 -07:00
Christine Dodrill fe9752516e mend travis for real 2015-08-04 16:37:14 -07:00
Christine Dodrill f449fdcbb7 mend travis 2015-08-04 16:34:02 -07:00
Christine Dodrill 0d44b405b6 Enable travis 2015-08-04 16:20:28 -07:00
William Boman 7e10dc8254 client/js/shout.js: no longer closes Notifications in Safari
Closes #11
2015-08-04 16:16:37 -07:00
William Boman d0c6f8aae3 client/js/shout.js: tag Notifications to reduce spam
Closes #10
2015-08-04 16:16:11 -07:00
Duncan 013156fa04 Prevent browsers leaking referrer headers
Closes #9
2015-08-04 16:14:29 -07:00
Christine Dodrill f8cbc36baa Update README, package.json 2015-08-04 15:50:07 -07:00
Mattias Erming 2cee0ea6ef Increase process.setMaxListeners 2015-04-29 12:55:34 -07:00
Mattias Erming 7138ca6bda Bump version 2015-04-16 01:18:27 -07:00
Mattias Erming 0ea6890e87 Fix undefined 'displayNetwork' in template 2015-04-16 01:14:37 -07:00
Mattias Erming eb608611d5 Fix Crypto theme top margin 2015-04-16 01:09:34 -07:00
Mattias Erming 71846dbadc Revert fonts 2015-04-16 01:07:13 -07:00
Mattias Erming 62bd6b6f32 Merge pull request #397 from aynik/crypto-theme
Added Crypto theme made by @aynik
2015-04-15 21:52:06 +02:00
aynik 5ac16653b5 increased font size 2015-04-15 19:42:47 +02:00
aynik 4adba8a71c adjusted general monospace chat font size 2015-04-15 11:59:44 +02:00
aynik a5ee8e1cf4 switched Droid Sans Mono for Inconsolata-g, defined Leto under different weights 2015-04-15 11:54:03 +02:00
aynik 53453f2ee3 fixed top margin 2015-04-14 21:43:50 +02:00
aynik 37ec35c3a9 created 2015-04-14 21:43:50 +02:00
aynik e3399be4f6 fixed log parser 2015-04-14 21:14:57 +02:00
aynik 3e384d8bc6 removed in-memory buffer for logs 2015-04-14 15:16:43 +02:00
Mattias Erming 29b66ff0ec Ignore localhost links 2015-04-06 10:40:12 -07:00
aynik 3c5b9360ed Fixed not closing stream and returning 2015-04-04 15:23:57 +02:00
aynik 2b5dd621d7 Fixed last line part saving 2015-04-04 15:20:00 +02:00
aynik 5a8b660d73 Fixed attempt of parsing Msg objects 2015-04-04 14:55:26 +02:00
aynik b5fba69545 Loading backlog from filesystem if logging enabled, having only ~200 messages per channel in memory 2015-04-04 02:15:37 +02:00
Tobias Bales 813da27348 Add basic unread markers 2015-03-29 22:52:15 +02:00
Tobias Bales 2b9b0351e0 Add editor config file 2015-03-29 22:41:06 +02:00
Mattias Erming 544c281bf6 Update README.md 2015-03-29 15:43:58 +02:00
Mattias Erming baef7e0438 Update README.md 2015-03-29 15:42:16 +02:00
Mattias Erming 8bf438992a Merge pull request #356 from jancborchardt/development-setup
add development setup instructions, thanks @hennevogel, fix #355
2015-03-29 15:41:27 +02:00
Mattias Erming 50c9d7cb82 Merge pull request #380 from aspic/configurable-network-display
Adds configurable network form display
2015-03-23 00:33:31 +01:00
Kjetil Mehl 20103a29a5 Adds configurable network form display 2015-03-22 15:58:28 +01:00
Mattias Erming cf88a9dc36 Fix Travis CI errors 2015-02-06 05:43:19 -08:00
Jan-Christoph Borchardt 42a73f9b7b add development setup instructions, thanks @hennevogel, fix #355 2015-02-06 13:49:35 +01:00
Mattias Erming e1c8f5a174 Release 0.50.0 2015-01-22 09:49:51 -08:00
Mattias Erming e94341f8b0 Merge pull request #344 from PangeaCake/patch-1
Escape 'topic' message
2015-01-22 18:48:55 +01:00
Mattias Erming 203e9a8747 Merge pull request #334 from japesinator/zenburn
Added zenburn theme
2015-01-22 18:45:22 +01:00
Mattias Erming ef041d6612 Fix topic exploit 2015-01-22 09:29:28 -08:00
PangeaCake 6c852a849a Prevent HTML injection through /topic!!!!
Really big security issue here.
2015-01-21 19:04:01 -08:00
JP Smith 705e207c53 made theme not suck 2015-01-12 09:57:58 -06:00
Mattias Erming 890c751bb6 Bump version 2015-01-11 14:55:58 -08:00
Mattias Erming 928cf38dfe Merge pull request #336 from janza/expand-chat-window
expand main chat window when userlist is hidden
2015-01-11 23:41:38 +01:00