Commit graph

143 commits

Author SHA1 Message Date
calzoneman 7ab1202617 Fix google drive links with \xkk in them 2014-02-15 17:32:22 -06:00
calzoneman 0abc71c8e9 Fix vimeo and hopefully make it more fault tolerant 2014-02-04 16:04:22 -06:00
calzoneman 2558a87e96 Fix vimeo 2014-01-27 18:04:04 -06:00
calzoneman f7932166b2 A few small fixes 2014-01-20 11:59:53 -06:00
calzoneman 22a6a4617c Fix race condition 2014-01-08 16:44:31 -06:00
calzoneman 00dd092fef A few minor fixes to the vimeo workaround 2014-01-08 16:26:52 -06:00
calzoneman 73235e5fbb Fix some volume sync issues and another small issue 2014-01-07 19:30:30 -06:00
calzoneman d14ee4f0db Add mediaelement player 2014-01-07 11:32:48 -06:00
calzoneman eaf01f4d8a Vimeo workaround 2014-01-07 00:46:30 -06:00
calzoneman 6d6bf69828 Fix custom embed titles 2014-01-05 16:39:12 -06:00
calzoneman 234b15831e Fix a potential error issue with get-info's domain 2014-01-02 22:38:12 -05:00
calzoneman 2c66de146e Increment version number 2014-01-02 18:39:36 -05:00
calzoneman 22e1253422 Fix typo in previous commit 2014-01-02 18:34:40 -05:00
calzoneman 3460b0544c Fix corner case causing TypeError in userJoin
I believe this issue was caused by a single user in the channel being kicked for a duplicate login, thereby unloading the channel while the for loop was iterating, so this.users became undefined before the loop exited and thus there was a TypeError for reading this.users.length
2014-01-02 18:32:49 -05:00
calzoneman 10de5df3c6 Minor bugfixes 2013-12-17 23:07:01 -05:00
nuclearace c0431eb3e7 fix allow_voteskip 2013-12-17 22:35:28 -05:00
calzoneman 57fe5eea4d Fix a typo 2013-12-15 18:55:15 -06:00
calzoneman 46baa5532f Modify /api/channels and /api/allchannels not to include videourl 2013-12-13 00:35:15 -06:00
calzoneman 65ce2f661d Fix a slight bug with passworded rooms 2013-12-11 14:30:53 -06:00
calzoneman fb355272fc Fix #316 2013-12-06 15:21:32 -06:00
Calvin Montgomery c00ce26d57 Merge pull request #315 from calzoneman/xss
Minor correction to xss.js
2013-12-05 19:34:01 -08:00
calzoneman 3ced278bd0 Support links in polls 2013-12-01 17:20:42 -06:00
calzoneman 6cf2c40240 add extra user input validation and truncation 2013-12-01 17:10:37 -06:00
calzoneman 20ca0b5e1b Add some soft limits to user.js 2013-11-30 10:50:02 -06:00
calzoneman 2a84eab386 merge master into roompassword 2013-11-29 22:53:08 -06:00
calzoneman 3f1e665922 Add strict type checking to channel options 2013-11-29 21:21:49 -06:00
calzoneman 873330e991 Fix #312 2013-11-29 21:09:19 -06:00
calzoneman cb4a931c30 Treat passworded channels as private 2013-11-26 11:16:04 -06:00
calzoneman 81b5c0eeaa Fix bug with userJoin, add password support to channel API 2013-11-26 11:06:10 -06:00
calzoneman d006099fc7 Start working on room passwords 2013-11-25 16:20:15 -06:00
calzoneman 0945fc0d7b Clean up loadDump 2013-11-24 23:20:41 -06:00
calzoneman 01464ed394 Fix a few minor express issues 2013-11-24 18:13:58 -06:00
Calvin Montgomery 7f3561bd27 Merge pull request #311 from calzoneman/chatthrottle
Chat Throttle
2013-11-21 15:51:07 -08:00
calzoneman 714d302cf9 Automatically calculate cooldown 2013-11-21 17:50:17 -06:00
calzoneman 2f8b304b68 Fix /m and path traversal ActionLog 2013-11-21 17:46:33 -06:00
calzoneman d36dcc5352 Exclude mods from chat throttle, add extra description to options 2013-11-20 10:14:39 -06:00
calzoneman 85e413bcdf Fix issues with chat logging after chat format refactoring
- Fix '<username.undefined>' in log
- Fix channel log filter
2013-11-20 10:10:01 -06:00
calzoneman b50dc3a626 Fix greentext bug 2013-11-19 16:14:33 -06:00
calzoneman ee9b19b0ff Start switching chat flood system 2013-11-19 15:14:40 -06:00
calzoneman 2361ecddae Fix permissions on /a 2013-11-19 13:19:51 -06:00
calzoneman b250f3c64b A few tweaks, cleanup 2013-11-18 11:11:00 -06:00
calzoneman 0e95ef2aa4 Continue refactoring 2013-11-17 15:32:19 -06:00
calzoneman 6e99990ef0 Start refactoring commands 2013-11-17 13:12:56 -06:00
calzoneman 681911ffb1 Fix #307 2013-11-15 10:24:43 -06:00
calzoneman f8e4a3fc34 Fix exception handler exception 2013-11-14 16:44:40 -06:00
calzoneman 436df375c7 Fix #305 2013-11-10 22:26:30 -06:00
Calvin Montgomery 22e2180790 Merge pull request #304 from calzoneman/userupdaterefactor
Refactor broadcastUserUpdate
2013-11-09 10:43:04 -08:00
calzoneman b6f4702570 Continue refactoring, tweak sban 2013-11-09 12:33:18 -06:00
calzoneman d7a0297a8b Resolve merge conflict 2013-11-09 01:56:28 -06:00
calzoneman 30c5f67d4d Start refactoring leader and rank 2013-11-08 22:12:17 -06:00