Commit graph

  • cfe34112a4 Fix emote issues as discussed in #347 calzoneman 2014-04-13 02:06:28 -0500
  • 445d8be55d Fix #346 calzoneman 2014-04-12 21:54:17 -0500
  • 7c252eab2f Fix ENOENT for people with HTTPS disabled calzoneman 2014-04-12 21:52:06 -0500
  • 85c62b1579 Add login log message calzoneman 2014-04-12 12:26:14 -0500
  • 54226c0ca5 Fix race condition failing to properly log in user calzoneman 2014-04-12 12:22:30 -0500
  • 60ba970c34 Merge pull request #345 from calzoneman/serverdefs Calvin Montgomery 2014-04-11 14:10:40 -0500
  • 3567087c48 Update config.template.yaml and server files for new listen syntax calzoneman 2014-04-11 10:52:51 -0500
  • fb0533bd94 Convert server definitions to be more flexible calzoneman 2014-04-11 00:14:52 -0500
  • 04dbb3444b Fix a few memory leaks; add /gc console command 3 memory leaks were fixed - ipThrottle (due to the periodic cleaner clearing the wrong object...) - ipCount (shouldn't have leaked very much, but removing obsolete data is good practice) - lastguestlogin (again, shouldn't leak much, but should be cleared periodically anyways) A new console command (i.e. from the terminal running node) was added: /gc - If the process is invoked as node --expose-gc index.js, /gc allows you to manually invoke the garbage collector calzoneman 2014-04-10 21:54:46 -0500
  • e973813718 Patch a memory leak caused by an earlier failsafe A global object AllPlaylists was added back in v2 as a hardfix for an issue where playlists would continue to send updates after the channel was reloaded and the playlist object was obsolete. This condition should no longer happen due to other fixes, so the only thing this object was doing was wasting memory. calzoneman 2014-04-10 16:10:55 -0500
  • 324fa6c81a Fix a typo and an undefined variable case calzoneman 2014-04-08 18:06:37 -0500
  • 5c9c096209 Merge branch '3.0' of github.com:calzoneman/sync into 3.0 calzoneman 2014-04-08 16:52:13 -0500
  • 8ebacdbe12 Add missing return statement calzoneman 2014-04-08 16:51:47 -0500
  • ee4fafcc6a Add missing default keys to config.js Calvin Montgomery 2014-04-07 14:41:21 -0500
  • d6650f19ae Address #343 calzoneman 2014-04-06 00:29:34 -0500
  • a141e3dafb Merge pull request #342 from calzoneman/vimeo_oauth Calvin Montgomery 2014-04-04 20:07:21 -0500
  • 15ebd294a6 Merge branch 'vimeo_oauth' of github.com:calzoneman/sync into vimeo_oauth Calvin Montgomery 2014-04-04 20:07:01 -0500
  • a2f2b1adc2 Add support for Vimeo's OAuth ("advanced") API This allows for authenticated API requests. Currently, the only reason you would want to use this is to be able to add videos that are marked private but still embeddable. Calvin Montgomery 2014-04-04 20:03:34 -0500
  • bdd4744b8c Add support for Vimeo's OAuth ("advanced") API This allows for authenticated API requests. Currently, the only reason you would want to use this is to be able to add videos that are marked private but still embeddable. Calvin Montgomery 2014-04-04 20:03:34 -0500
  • 4577a2dbd5 Start working on vimeo advanced api support Calvin Montgomery 2014-04-04 11:37:30 -0500
  • 92e05b96c8 Use correct io.domain for sioSource in acp Calvin Montgomery 2014-04-04 01:09:48 -0500
  • 42e590c6fd Fix #340; add shadowchat option for moderators The new option allows moderators to see what shadowmuted users are saying. When enabled, messages from shadowmuted users will appear in a darker (or lighter, depending on theme) font and struck through. Calvin Montgomery 2014-04-01 11:52:20 -0500
  • 37db972d86 Minor change calzoneman 2014-03-29 18:46:53 -0500
  • a484b6c6a1 Implement layout reversal as per #336 - compactLayout() now reverses the changes made by fluidLayout, synchtubeLayout, hdLayout calzoneman 2014-03-29 16:57:53 -0500
  • 43be6402a0 Fix edge case of emotes directly succeeding one another in a message calzoneman 2014-03-27 11:03:27 -0500
  • de145d00c7 Fix incorrect logging of user IP in User.login calzoneman 2014-03-27 10:14:26 -0500
  • f482a4e3b8 Correct typo; didn't cause errors but best to fix it anyways calzoneman 2014-03-27 10:11:50 -0500
  • b82b5289f1 Fix isIPBanned calzoneman 2014-03-25 17:22:48 -0500
  • 095da3040b Merge branch '3.0' of github.com:calzoneman/sync into 3.0 calzoneman 2014-03-23 21:43:32 -0500
  • ae04c91031 Fix #337 calzoneman 2014-03-23 21:43:20 -0500
  • 594e1e09a1 Update README.md Calvin Montgomery 2014-03-21 18:15:13 -0500
  • 1f7cf66367 Fix minor issue with preJoin patch calzoneman 2014-03-21 09:26:41 -0500
  • 7134de4de5 Fix another instance where #335 could be exposed calzoneman 2014-03-20 09:18:54 -0500
  • a6434ec47f Fix #335 calzoneman 2014-03-20 09:17:19 -0500
  • 74fc6aa81b Fix #334 calzoneman 2014-03-19 22:20:33 -0500
  • ed65f3a648 Fix #333 calzoneman 2014-03-19 22:17:57 -0500
  • bd5e11c46a Fix empty channel issue calzoneman 2014-03-17 16:43:47 -0500
  • 07819f0b14 Fix race condition calzoneman 2014-03-16 21:22:41 -0500
  • aac8f3c671 Fix config template for nodemailer Calvin Montgomery 2014-03-11 21:28:26 -0500
  • d7bcf85c1b Hopefully fix some background task issues Calvin Montgomery 2014-03-09 22:36:39 -0500
  • e841196570 Fix #332; add more helpful errors Calvin Montgomery 2014-03-09 11:42:45 -0500
  • 5e152c8310 Fix #331 Calvin Montgomery 2014-03-09 11:24:57 -0500
  • 2211e4da9c Change Vimeo fallback player calzoneman 2014-03-07 20:37:20 -0600
  • 214537efdb Fix AFK count in usercount breakdown hover calzoneman 2014-03-06 15:39:59 -0600
  • 9bd984f66b Fix typo in CA file loading calzoneman 2014-03-06 15:38:46 -0600
  • 398647974c Add cafile config key calzoneman 2014-03-05 22:26:10 -0600
  • 5393734055 Allow name banning guests calzoneman 2014-03-05 17:49:49 -0600
  • 0537d0b202 Add wiki link to footer calzoneman 2014-03-05 11:22:48 -0600
  • 881f8be5c4 Fix copyright calzoneman 2014-03-04 23:56:00 -0600
  • 690ea9dbde Merge branch '3.0' of github.com:calzoneman/sync into 3.0 calzoneman 2014-03-04 16:22:29 -0600
  • b225e9ef50 Fix auto afk timer calzoneman 2014-03-04 16:22:16 -0600
  • 127e91b9d5 Fix /mute calzoneman 2014-03-04 16:20:37 -0600
  • f992d625fb Fixes Calvin Montgomery 2014-03-04 11:57:05 -0600
  • 379c121350 Fix urlRetrieve error handler calzoneman 2014-03-03 17:55:55 -0600
  • db5b407635 Fix IP Bans calzoneman 2014-03-02 22:00:24 -0600
  • f75b6b754d Minor tweak calzoneman 2014-03-02 01:38:35 -0600
  • 5082c84cc6 Fix user playlist add next calzoneman 2014-03-02 01:35:20 -0600
  • 4f0094652b Fix import script calzoneman 2014-03-01 17:43:03 -0600
  • 341d17c7b9 Fixes calzoneman 2014-03-01 17:37:59 -0600
  • b96b488c22 Merge branch '3.0' of github.com:calzoneman/sync into 3.0 calzoneman 2014-02-28 16:21:08 -0600
  • 086c2ab501 Fix chat linewrap; fix nodemailer calzoneman 2014-02-28 16:20:58 -0600
  • c93bc97a94 Hide channel settings button in chatonly for non mods Calvin Montgomery 2014-02-28 13:55:29 -0600
  • 6e1de10860 Fix unregistered channel permissions Calvin Montgomery 2014-02-28 13:53:23 -0600
  • 930402a058 Fix queueFail stacking Calvin Montgomery 2014-02-28 13:49:17 -0600
  • 8c32ce4020 Add no_h264 option calzoneman 2014-02-28 09:43:48 -0600
  • b6a1e05cd0 Fix passworded room login calzoneman 2014-02-28 09:21:28 -0600
  • d75c8dd230 Hopefully prevent more webserver crashes calzoneman 2014-02-28 09:04:41 -0600
  • 5b793710c3 Fixes calzoneman 2014-02-28 08:43:04 -0600
  • 0f4c29952f Minor fixes calzoneman 2014-02-28 00:34:50 -0600
  • 96cfe0070d fix user dropdown calzoneman 2014-02-28 00:23:41 -0600
  • 3da717adb9 Fixes calzoneman 2014-02-28 00:09:20 -0600
  • 97f682a022 Emergency fix CyTube 2014-02-28 06:47:06 +0100
  • 0dfb6df8a7 Fix a few things CyTube 2014-02-28 06:38:22 +0100
  • fd328d443d Minor fix calzoneman 2014-02-27 20:51:48 -0600
  • c44e70893b Shitty hack for cross-domain login cookies calzoneman 2014-02-27 20:50:47 -0600
  • ceab7dabf9 Merge branch '3.0' of github.com:calzoneman/sync into 3.0 calzoneman 2014-02-27 17:27:40 -0600
  • 0fdf064904 Fix linewrapping on profile-box calzoneman 2014-02-27 17:26:49 -0600
  • 99e7a521ef Tweaks Calvin Montgomery 2014-02-26 14:37:51 -0600
  • 4e2c6d486b Add /reload console command, change some internal config Calvin Montgomery 2014-02-26 14:28:24 -0600
  • 2bd6a207ba Minor fixes to channel listing calzoneman 2014-02-26 11:04:22 -0600
  • 1e2a158ae6 Add io.domain config key calzoneman 2014-02-26 10:57:49 -0600
  • 93d5980f05 Fix cross-domain cookie issue calzoneman 2014-02-26 10:50:59 -0600
  • ced68d9304 Fix layout issues calzoneman 2014-02-25 23:28:32 -0600
  • 5565dd49fd Add caching to minify calzoneman 2014-02-24 18:32:54 -0600
  • 5d9a8a1a3f Fixes calzoneman 2014-02-24 18:25:49 -0600
  • cc241da5cf Static content caching calzoneman 2014-02-23 23:27:07 -0600
  • 0f9c3b2dd1 Fix error on empty user-agent calzoneman 2014-02-20 21:26:09 -0600
  • 15dc61a761 Fix livestream issue calzoneman 2014-02-20 21:24:28 -0600
  • 644437ea42 Directory cleanup calzoneman 2014-02-18 22:00:56 -0600
  • c54915e940 Fixes calzoneman 2014-02-18 21:56:54 -0600
  • 6e0f27f254 Ability to hide playlist calzoneman 2014-02-17 19:06:49 -0600
  • 6292ca5f3f Client tweaks calzoneman 2014-02-17 18:56:36 -0600
  • 8be16303a1 Fix setChannelRank calzoneman 2014-02-17 18:51:19 -0600
  • 20e00af18d Fix filter leak calzoneman 2014-02-16 21:40:26 -0600
  • e5333056e1 Fix ip ban calzoneman 2014-02-16 17:55:05 -0600
  • f39e051699 Add chatOnly and removeVideo calzoneman 2014-02-16 17:54:33 -0600
  • 91aaed96fa Add socket.io login handler calzoneman 2014-02-16 13:27:01 -0600
  • 54102863ac Fix random playlist death bug calzoneman 2014-02-16 13:12:49 -0600
  • b37893176f Fix error message placement calzoneman 2014-02-16 02:19:51 -0600
  • 02dd57dad0 Fix casing issue calzoneman 2014-02-16 02:16:58 -0600