Commit Graph

2624 Commits

Author SHA1 Message Date
calzoneman 0b1a27a131 Destroy socket on disconnect to prevent dangling sockets 2013-04-11 11:23:45 -05:00
calzoneman 3f2095b14e Fix banning 2013-04-10 19:51:30 -05:00
Calvin Montgomery 179460c5b5 Update README.md 2013-04-09 16:44:47 -05:00
calzoneman fac962795a Fix un-unbannable bans 2013-04-07 19:31:52 -05:00
calzoneman 176dd58284 Support RTMP streams 2013-04-07 14:38:50 -05:00
calzoneman 109260e46c Fix chat messages not working for anonymous users 2013-04-06 20:56:47 -05:00
calzoneman 0365de5a1a Tweaks to ACP and channel options 2013-04-06 16:08:26 -05:00
calzoneman 6944ea930e Layout/CSS tweaks 2013-04-06 16:02:20 -05:00
calzoneman 9842d59901 Allow graceful client reocnnection on server restart 2013-04-06 15:47:27 -05:00
calzoneman ae5693f3ed Fix regexes not having the /g flag when reloaded from disk 2013-04-05 21:37:22 -05:00
calzoneman b7cdc0c056 Force channel names to be lowercase
Since MySQL is case-insensitive, treating varying cases as unique names was a prroblem.
Existing channels with uppercase names should not be affected as the database lookup finds a match without case sensitivity.
2013-04-05 14:03:35 -05:00
calzoneman 823ab91d04 patch a couple of bugs 2013-04-04 18:22:11 -05:00
calzoneman dea52ae78b Fix issue#24 2013-04-04 17:54:05 -05:00
calzoneman fc1c5d4896 Bugfix youtube search 2013-04-04 15:55:43 -05:00
calzoneman 66dde5f337 Bugfix for moderators 2013-04-04 15:41:41 -05:00
calzoneman 0e49f06fbf Fixes and stuff 2013-04-04 14:56:43 -05:00
calzoneman 362fd0ab23 Implement YouTube search, minor fixes, remove "Play Next" button 2013-04-04 11:39:43 -05:00
calzoneman f7bc601fed Fix Issue#23 2013-04-04 11:05:01 -05:00
calzoneman 11f1ab60f9 Change leader icon to be a star because why not 2013-04-03 18:02:14 -05:00
calzoneman 28a0a95851 Fix a bunch of stuff; refactor clientside 2013-04-03 17:56:03 -05:00
calzoneman 5880be6f68 Fixes; start refactoring clientside 2013-04-03 15:18:35 -05:00
calzoneman 42a76c4632 Add YouTube playlist support 2013-04-03 13:18:10 -05:00
calzoneman 7e9907ebdc Finish refactoring 2013-04-03 12:47:41 -05:00
calzoneman f4019e8b83 Complete refactoring [untested] 2013-04-03 12:10:05 -05:00
calzoneman 6877b103f2 Merge branch 'master' of https://github.com/calzoneman/sync into refactoring 2013-04-03 11:46:55 -05:00
calzoneman 7def0b174f Bugfixes
- Better YouTube URL parsing
- Check for invalid regexes and report them
- Channel names are no longer case-sensitive
2013-04-03 11:39:51 -05:00
calzoneman b61970652d Continue refactoring 2013-04-02 22:56:44 -05:00
calzoneman 0afc184402 Begin refactoring 2013-04-02 14:39:56 -05:00
calzoneman 52fe508628 Implement voteskip 2013-04-02 14:07:22 -05:00
calzoneman 2ee182eb48 Fix checkbox glitchiness (Issue#21) 2013-04-02 11:16:26 -05:00
calzoneman c175f461d1 Fix playlist movement bug (Issue#16) 2013-04-02 10:55:14 -05:00
calzoneman fab4039fc1 Add MOTD and chat filter interface 2013-04-01 16:02:09 -05:00
calzoneman a0c26ee0e5 Better fix for previous commit 2013-03-31 20:29:39 -05:00
calzoneman 28b9bdb54d Fix layouts breaking chat 2013-03-31 20:10:57 -05:00
calzoneman c97e6f3f84 Extra fix for Issue#18 2013-03-31 18:38:20 -05:00
calzoneman 802cb19976 Fix Issue#18 2013-03-31 18:35:35 -05:00
calzoneman 19ee0491c3 Add a few layout options 2013-03-31 17:30:46 -05:00
calzoneman ddc5016497 Serverside support for custom chat filters 2013-03-31 14:27:54 -05:00
calzoneman 954751ec6c Autogen chandump and chanlogs folders 2013-03-31 13:31:56 -05:00
calzoneman 6ba6db1965 Patch italic regex to not kill URLs
:
2013-03-30 01:16:41 -05:00
calzoneman 7b11651e1e Prevent chat from autoscrolling when mouse inside 2013-03-30 00:55:25 -05:00
calzoneman 31fd011b4d Blink tab title when your name mentioned 2013-03-30 00:49:41 -05:00
calzoneman 6fbe2732c7 Fix queue issues when moving videos 2013-03-29 15:05:08 -05:00
calzoneman 328b38f319 Add chat modifiers and history 2013-03-29 13:15:46 -05:00
calzoneman d788721b3f Update help page, fix acp login bug 2013-03-28 18:56:29 -05:00
calzoneman 546d50f917 Support click and drag to move; add play button; dump channels on exit 2013-03-28 18:51:08 -05:00
calzoneman 25421514d2 Fix playlists because ytapi returns inconsistent results 2013-03-27 15:27:15 -05:00
calzoneman 9faada9891 Fix semicolon 2013-03-27 15:15:35 -05:00
calzoneman 30cab284b0 Fix acp for bcrypt update 2013-03-27 15:13:41 -05:00
calzoneman 448d774b0d Wrap bcrypt in a try-catch 2013-03-27 15:02:43 -05:00