3567087c48Update config.template.yaml and server files for new listen syntax
calzoneman
2014-04-11 10:52:51 -0500
fb0533bd94Convert server definitions to be more flexible
calzoneman
2014-04-11 00:14:52 -0500
04dbb3444bFix 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
e973813718Patch 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
324fa6c81aFix a typo and an undefined variable case
calzoneman
2014-04-08 18:06:37 -0500
5c9c096209Merge branch '3.0' of github.com:calzoneman/sync into 3.0
calzoneman
2014-04-08 16:52:13 -0500
15ebd294a6Merge branch 'vimeo_oauth' of github.com:calzoneman/sync into vimeo_oauth
Calvin Montgomery
2014-04-04 20:07:01 -0500
a2f2b1adc2Add 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
bdd4744b8cAdd 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
4577a2dbd5Start working on vimeo advanced api support
Calvin Montgomery
2014-04-04 11:37:30 -0500
92e05b96c8Use correct io.domain for sioSource in acp
Calvin Montgomery
2014-04-04 01:09:48 -0500
42e590c6fdFix#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
a484b6c6a1Implement layout reversal as per #336 - compactLayout() now reverses the changes made by fluidLayout, synchtubeLayout, hdLayout
calzoneman
2014-03-29 16:57:53 -0500
43be6402a0Fix edge case of emotes directly succeeding one another in a message
calzoneman
2014-03-27 11:03:27 -0500
de145d00c7Fix incorrect logging of user IP in User.login
calzoneman
2014-03-27 10:14:26 -0500
f482a4e3b8Correct typo; didn't cause errors but best to fix it anyways
calzoneman
2014-03-27 10:11:50 -0500