CyTube/lib
calzoneman 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.
2014-04-10 16:10:55 -05:00
..
database Fix isIPBanned 2014-03-25 17:22:48 -05:00
io Fix a typo and an undefined variable case 2014-04-08 18:06:37 -05:00
web Use correct io.domain for sioSource in acp 2014-04-04 01:09:48 -05:00
acp.js ACP stats 2014-02-12 23:52:38 -06:00
actionlog.js Fix a few things 2013-12-26 10:17:33 -05:00
api.js Begin the long process of refactoring the database 2013-12-11 22:20:21 -06:00
asyncqueue.js Use asyncqueue clientside too 2013-10-01 13:35:29 -05:00
bgtask.js Hopefully fix some background task issues 2014-03-09 22:36:39 -05:00
channel.js Add missing return statement 2014-04-08 16:51:47 -05:00
chatcommand.js Add poll timers 2014-02-08 23:58:27 -06:00
config.js Add missing default keys to config.js 2014-04-07 14:41:21 -05:00
customembed.js Fixes 2014-02-18 21:56:54 -06:00
database.js Fix #332; add more helpful errors 2014-03-09 11:42:45 -05:00
emitter.js Continue fixing things 2014-01-06 09:55:12 -06:00
filter.js Move server files to lib/ to clean up root directory 2013-09-05 13:48:05 -05:00
get-info.js Add support for Vimeo's OAuth ("advanced") API 2014-04-04 20:06:16 -05:00
logger.js Finish password recovery 2014-02-01 13:03:08 -06:00
media.js Add volume normalization and vimeo workaround 2014-02-02 20:04:50 -06:00
notwebsocket.js Move server files to lib/ to clean up root directory 2013-09-05 13:48:05 -05:00
playlist.js Patch a memory leak caused by an earlier failsafe 2014-04-10 16:10:55 -05:00
poll.js Add XSS filter 2014-01-23 11:45:08 -06:00
server.js Patch a memory leak caused by an earlier failsafe 2014-04-10 16:10:55 -05:00
torblocker.js Fix exception handler exception 2013-11-14 16:44:40 -06:00
ullist.js made slightly more efficient in response to comments 2013-09-18 22:23:23 -07:00
user.js Fix a typo and an undefined variable case 2014-04-08 18:06:37 -05:00
userplaylists.js Change the way unregistered channels work 2014-02-02 15:50:05 -06:00
utilities.js Fix #331 2014-03-09 11:24:57 -05:00
xss.js Add XSS filter 2014-01-23 11:45:08 -06:00