Commit graph

  • ca72d79193 Update help.html for /clear calzoneman 2013-05-23 00:05:43 -04:00
  • a5c297365c Fixes; implement /clear command calzoneman 2013-05-23 00:03:37 -04:00
  • 4e364f45a6 Add permissions editor; fixes for bans calzoneman 2013-05-22 15:38:16 -04:00
  • 12c1f4acf8 Fix sort error for connection log calzoneman 2013-05-22 10:56:27 -04:00
  • 0b29aa5d0e Fix YouTube search calzoneman 2013-05-21 12:18:15 -04:00
  • f8b0b06caf Add username bans, tweak ban interface calzoneman 2013-05-21 12:17:01 -04:00
  • 505c628eb9 Tweak bans calzoneman 2013-05-19 17:23:35 -04:00
  • ea9132624a Fix index.html to work in non-root directories calzoneman 2013-05-19 13:34:14 -04:00
  • cf2e1213a9 Give feedback when a queue fails calzoneman 2013-05-19 13:06:39 -04:00
  • 01fc746334 Implement #137 calzoneman 2013-05-19 12:56:13 -04:00
  • 3e2683642e Fix ACP calzoneman 2013-05-17 19:04:39 -04:00
  • 886834e822 Fix broken URLs from last commit calzoneman 2013-05-17 18:56:11 -04:00
  • 6dc0a33bda Separate ports for webserver and socketio It came to my attention today that some firewalls block websocket traffic on port 80. For this reason, I have split out the webserver and socket.io traffic to 2 different ports. In config.js, IO_PORT is the socket.io port. This should NOT be port 80. WEBSERVER_PORT is the port that the built in webserver will bind to (can be port 80, but this requires root permissions). You will connect to yourhostname:WEBSERVER_PORT, and use yourhostname:IO_PORT as IO_URL. calzoneman 2013-05-17 18:39:49 -04:00
  • 66fbbb77ce Add Justin.tv support calzoneman 2013-05-17 14:39:58 -04:00
  • 79ec535358 Improve chat button calzoneman 2013-05-17 13:36:58 -04:00
  • 8671edd106 Add option for send button in chat calzoneman 2013-05-17 11:23:11 -04:00
  • 74bdffea58 Fix race condition which caused users to lose moderatorship calzoneman 2013-05-17 11:02:45 -04:00
  • 767cfdd76e Improve announcements; remove debug console.log calzoneman 2013-05-16 22:48:37 -04:00
  • 8da604fd8a Solve #130 calzoneman 2013-05-16 22:39:33 -04:00
  • 777d767466 Fix incremental dumping of channels calzoneman 2013-05-16 22:37:33 -04:00
  • 5f41217595 Update default bold filter to disallow impersonation calzoneman 2013-05-16 00:01:07 -04:00
  • a8d8f346d4 Add editors for CSS and JS calzoneman 2013-05-15 11:34:27 -04:00
  • b3cb87aab6 Add a little note about emoticon filters calzoneman 2013-05-15 10:44:15 -04:00
  • 91e3049e61 I could swear I fixed announcements before calzoneman 2013-05-14 22:32:59 -04:00
  • 25a2c053e9 Fix login page to load user theme calzoneman 2013-05-14 18:07:55 -04:00
  • ad54cffee1 Make it clear that custom css/js are URLs calzoneman 2013-05-14 17:50:05 -04:00
  • c1c3e4c47f Add ustream support calzoneman 2013-05-14 17:22:47 -04:00
  • e45489b77c Fix polls not autoscrolling chat calzoneman 2013-05-14 13:15:58 -04:00
  • ce99233596 Reduce amount of data sent in media updates calzoneman 2013-05-14 11:35:11 -04:00
  • 69550c7a51 Fix errors when video is hidden calzoneman 2013-05-14 11:19:03 -04:00
  • d0b3f9014a Make links unaffected by chat filters calzoneman 2013-05-13 19:54:52 -04:00
  • 4fe8ab164d Fix leader function calzoneman 2013-05-13 19:44:51 -04:00
  • 22b10e3ffa Implement #123 calzoneman 2013-05-13 18:05:01 -04:00
  • 59fa9aa029 Fix video height inconsistency on fluid layout calzoneman 2013-05-13 16:15:12 -04:00
  • 4620fb2d56 Add unregistration for channel admins calzoneman 2013-05-13 15:41:29 -04:00
  • 27cfbcb61a Fix #121 calzoneman 2013-05-13 15:06:09 -04:00
  • 46fa93c35d Update help.html calzoneman 2013-05-13 11:51:34 -04:00
  • 1d50eee225 Fix /afk breaking chat calzoneman 2013-05-12 23:35:25 -04:00
  • 12c2ef8669 Fix race condition for fluid layout calzoneman 2013-05-12 22:13:28 -04:00
  • b98a785740 More modal fixes calzoneman 2013-05-12 22:11:32 -04:00
  • a6fff1c849 Fixes calzoneman 2013-05-12 21:37:03 -04:00
  • c7e63391f6 Add fluid layout option calzoneman 2013-05-12 21:15:05 -04:00
  • b00e63b622 Fix #119 calzoneman 2013-05-12 20:46:28 -04:00
  • a9dbd908c4 Merge branch 'master' of https://github.com/calzoneman/sync calzoneman 2013-05-12 20:42:36 -04:00
  • ebe48798fe Implement user profiles Existing installations will have to apply the following SQL: ``sql ALTER TABLE registrations ADD profile_image VARCHAR( 255 ) NOT NULL , ADD profile_text TEXT NOT NULL `` calzoneman 2013-05-12 20:41:02 -04:00
  • ed4c4c7fe1 Update README.md Calvin Montgomery 2013-05-12 17:33:23 -03:00
  • c6446d6f84 Begin working on profiles calzoneman 2013-05-12 16:15:39 -04:00
  • 3959b02b93 Fix #113 calzoneman 2013-05-12 11:48:41 -04:00
  • d9ed665540 Show page title in channel list calzoneman 2013-05-12 11:46:19 -04:00
  • 3af35cb268 Add links to playlist entries and the index page calzoneman 2013-05-12 11:41:14 -04:00
  • 161c8517b2 Change icons for next and temp, update help.html calzoneman 2013-05-11 18:15:48 -04:00
  • 369517945b Implement #106 calzoneman 2013-05-11 15:21:14 -04:00
  • 2622aaac41 Implement #107 calzoneman 2013-05-11 15:12:51 -04:00
  • aba806018c Add Total row to channellist calzoneman 2013-05-11 14:53:33 -04:00
  • 0f2c17b828 Fix #105 calzoneman 2013-05-10 18:06:58 -04:00
  • dd67179fd4 Variable sync accuracy calzoneman 2013-05-10 16:31:04 -04:00
  • bafce39107 Show timestamps on continued messages calzoneman 2013-05-09 21:12:01 -04:00
  • ab2118da48 Implement #101 calzoneman 2013-05-09 17:59:02 -04:00
  • 6168523a1c Refactor callbacks calzoneman 2013-05-09 12:05:39 -04:00
  • 5bb9ba7c61 Default filters apply to all channels (#97) calzoneman 2013-05-09 10:11:25 -04:00
  • 05d6d5b120 Fix #98 calzoneman 2013-05-06 21:09:33 -05:00
  • d102ca8815 Fix #95, Fix #96 calzoneman 2013-05-06 11:24:55 -05:00
  • f9efad01ea Improve/fix youtube search results calzoneman 2013-05-05 18:52:16 -05:00
  • 9ea04b9f01 Making a video temporary no longer uncaches it calzoneman 2013-05-04 18:41:56 -05:00
  • d0a42a614b Quickfix for race condition on player load calzoneman 2013-05-04 18:20:46 -05:00
  • 703ac3ce4f Add temporary videos calzoneman 2013-05-04 17:54:28 -05:00
  • 62e80cec63 Add password change (#88) calzoneman 2013-05-04 13:01:04 -05:00
  • 27c1f78dbd Add banlist to acp calzoneman 2013-05-04 12:30:38 -05:00
  • b2fd687307 Fix #92 and #93 calzoneman 2013-05-04 12:02:38 -05:00
  • 622788f7e7 Implement #91 calzoneman 2013-05-04 11:53:07 -05:00
  • 281c498911 Add date to logs (#85) calzoneman 2013-05-04 11:43:38 -05:00
  • 1b376d3177 Fix cross-domain policy for reading logs calzoneman 2013-05-04 11:40:46 -05:00
  • 873f51a7ac Fix new registrations table generation calzoneman 2013-05-03 16:27:12 -05:00
  • e524fca989 Add logviewer to ACP calzoneman 2013-05-03 15:53:10 -05:00
  • 627fcec448 Unload empty channels Calvin Montgomery 2013-05-03 22:15:05 +04:00
  • 923ecc2bf3 Add API endpoints for global ban management Calvin Montgomery 2013-05-03 21:52:14 +04:00
  • 4195bbaa17 Limit guest login rate calzoneman 2013-05-02 22:13:46 -05:00
  • e62a02673c Fix #82 calzoneman 2013-05-02 22:02:25 -05:00
  • cecb5db6c7 Fix #81 calzoneman 2013-05-02 21:56:31 -05:00
  • 3da4baba52 Fix #80 calzoneman 2013-05-02 10:34:12 -05:00
  • cf1546ed72 Fix #79 calzoneman 2013-05-02 10:28:29 -05:00
  • 1d90ea48d2 Implement #78 (as an option) calzoneman 2013-05-02 10:25:39 -05:00
  • dbf41e3499 Fix old style URL redirect calzoneman 2013-05-01 18:17:19 -05:00
  • b36fd3518e Fix index.html calzoneman 2013-05-01 17:57:59 -05:00
  • 288da92e6f Remove login from index.html since it's unnecessary calzoneman 2013-05-01 17:54:55 -05:00
  • 41de5c5d7a Add homepage channel list calzoneman 2013-05-01 17:49:34 -05:00
  • 5b7eed3541 Sort usernames in connection log calzoneman 2013-05-01 17:24:07 -05:00
  • d8894f0280 Add timestamps (optional) to chat messages calzoneman 2013-05-01 16:03:03 -05:00
  • 3600a3114a Transition channel page away from index.html calzoneman 2013-05-01 13:39:01 -05:00
  • 7a2f3efcff Fix #74 calzoneman 2013-05-01 13:03:03 -05:00
  • ab3dd208c3 Alert on wrong credentials (#76) calzoneman 2013-05-01 13:02:06 -05:00
  • 6a3e248ea5 Add donation link to footer calzoneman 2013-04-30 17:09:30 -05:00
  • f76b509430 Pressing enter on media URL queues next calzoneman 2013-04-30 11:15:03 -05:00
  • b0cc87e193 Add site footer calzoneman 2013-04-30 11:13:06 -05:00
  • 130d22a754 Add multiple chat filter editor calzoneman 2013-04-30 11:09:32 -05:00
  • af8fcbb673 Improve anti-chatflood calzoneman 2013-04-30 10:30:59 -05:00
  • 9bc712c003 Mask user IPs for nonadmins calzoneman 2013-04-29 20:01:46 -05:00
  • d43f39caa1 Better channel bans calzoneman 2013-04-29 18:59:51 -05:00
  • e315407a48 Allow range IP bans calzoneman 2013-04-29 17:06:39 -05:00
  • 4b0e920dc6 Begin improving filters calzoneman 2013-04-29 12:29:31 -05:00