Commit Graph

  • e94ceda655 Fix the command response Zorchenhimer 2019-03-16 14:37:12 -0400
  • f9fa44ea77 Add enter for keys to autocomplete name joeyak 2019-03-16 14:27:13 -0400
  • 80be38128f Wasm client pings the server every second Zorchenhimer 2019-03-16 14:12:25 -0400
  • 75946b600b Move clients mutex lock in ChatRoom.Broadcast() Zorchenhimer 2019-03-16 14:09:58 -0400
  • f18b790c4d Wrap connection reads and writes with a mutex Zorchenhimer 2019-03-16 13:44:18 -0400
  • 5986b6d663 Move fmt before vet in Makefile Zorchenhimer 2019-03-16 13:42:17 -0400
  • c8d39f7e4c Update readme to remove some incorrect info Zorchenhimer 2019-03-16 12:47:14 -0400
  • ad4186a279 Added completion on tab for autocompleting name joeyak 2019-03-16 11:56:43 -0400
  • 57e1f3863a Added popup box and arrow controls joeyak 2019-03-16 10:13:30 -0400
  • 7297e01ab5 Add hack css font joeyak 2019-03-16 10:10:00 -0400
  • bc90744798 Move broadcast logic to be self contained in the function joeyak 2019-03-15 18:57:50 -0400
  • a3d3c170c9 Add more information to error output joeyak 2019-03-15 18:57:12 -0400
  • a717c6ef38 Converting from conn.WriteMessage to conn.WriteJson joeyak 2019-03-15 17:28:29 -0400
  • 28d43a726a Add Mod notice messages Zorchenhimer 2019-03-15 16:03:02 -0400
  • 678ccab95c Add some backend infrastructure joeyak 2019-03-15 02:19:16 -0400
  • 5554780438 More cleanup and organizing of code to ease with readability joeyak 2019-03-14 23:13:42 -0400
  • 7ce14819e8 moved funcs to be with corresponding structs joeyak 2019-03-14 23:08:22 -0400
  • 60dd98a1e7 Add infrastructure for the client to send formatted data to the server joeyak 2019-03-14 15:21:53 -0400
  • 6a2cb3f906 Fix some linting errors with error messages joeyak 2019-03-14 15:19:36 -0400
  • bb0c3ea736 Fixed printing the combined commands joeyak 2019-03-14 15:09:55 -0400
  • 653ff6fc9c Some performance tweaks to the wasm code Zorchenhimer 2019-03-14 10:10:11 -0400
  • 0effbf49b5 Rewrite ChatRoom.Broadcast() Zorchenhimer 2019-03-14 10:07:40 -0400
  • fc126d599e Fix broken multi alias commands joeyak 2019-03-14 00:21:41 -0400
  • 2ef3684c14 Some linting fixes for the common package joeyak 2019-03-13 21:24:14 -0400
  • 654d321a91 Remove testing print statements joeyak 2019-03-13 21:15:02 -0400
  • 18465c61f5 Make the chatroom send each message individually joeyak 2019-03-13 21:14:43 -0400
  • 1cd490b04a Add single-use mod passwords Zorchenhimer 2019-03-13 16:47:32 -0400
  • 5516313c79 Allow chat to be sent before the name is sent to the server joeyak 2019-03-13 16:47:19 -0400
  • fcb966dda6 Update example settings file joeyak 2019-03-13 15:28:34 -0400
  • d83d5225c8 Remove the log function which is no longer needed joeyak 2019-03-13 15:28:21 -0400
  • 2517aebe92 Break long words across lines in chat Zorchenhimer 2019-03-13 15:11:04 -0400
  • 447768f8dc Fix setPlaying() not clearing Zorchenhimer 2019-03-13 14:56:33 -0400
  • 4025622415 Wrap message lines in <div> blocks Zorchenhimer 2019-03-13 14:10:45 -0400
  • a555e626af Merge branch 'json-communication' Zorchenhimer 2019-03-13 14:00:13 -0400
  • bdd4e71261 Flesh out the JSON stuff a bit more Zorchenhimer 2019-03-13 13:42:38 -0400
  • 568344a794 Fix /playing when one argument (title) is provided Zorchenhimer 2019-03-13 13:34:26 -0400
  • 9c80269943 Start convert to JSON data b/t client and server Zorchenhimer 2019-03-13 01:09:24 -0400
  • d16839c597 Changed format tool from gofmt to goimports joeyak 2019-03-13 00:25:03 -0400
  • d77078edc3 divs in #messages are removed after set count maxes out. Default is 300 joeyak 2019-03-13 00:02:36 -0400
  • 7f2c17f041 Add minor cleanups joeyak 2019-03-12 22:55:35 -0400
  • 7ee1c1ffb8 Changing css to go from floats and widths to css grid joeyak 2019-03-12 18:15:45 -0400
  • 382b03b430 Remove anonymous functions in handler definitions Zorchenhimer 2019-03-12 12:37:32 -0400
  • cc5e5fc4be Fix layout for title and reload player button Zorchenhimer 2019-03-12 12:23:07 -0400
  • b0206a84c2 initPlayer() not being called joeyak 2019-03-12 10:33:04 -0400
  • 91b5378c84 Removed unused video.js reference joeyak 2019-03-12 10:08:55 -0400
  • 272272e29c Changed index to use templates so chat and video only versions can be made joeyak 2019-03-12 01:53:51 -0400
  • 192d97727b Renamed file since handlers are not just chat only anymore joeyak 2019-03-12 01:04:16 -0400
  • 1a217775ff Fix stream key loading Zorchenhimer 2019-03-11 23:45:23 -0400
  • 2e17d92cae
    Merge pull request #21 from zorchenhimer/wasm joeyak 2019-03-11 23:32:35 -0400
  • 5544ac817f Converted to code to using webassembly joeyak 2019-03-11 23:15:42 -0400
  • 2879ab2c95 Add stream key and listen address to settings.json Zorchenhimer 2019-03-11 23:05:01 -0400
  • c0b6b3598c Update readme Zorchenhimer 2019-03-11 17:10:15 -0400
  • a1a7f8aa3b Rework stream key parsing Zorchenhimer 2019-03-11 17:09:12 -0400
  • b62b89c13e Fix formatLinks() not working Zorchenhimer 2019-03-11 15:41:41 -0400
  • 86ba07b4f7 Write the /help command Zorchenhimer 2019-03-11 12:05:00 -0400
  • 02400b667c Fix crash when trying to mod nobody Zorchenhimer 2019-03-10 21:35:24 -0400
  • 5b75615b90 Fixup the random color code Zorchenhimer 2019-03-10 21:26:37 -0400
  • 61643f579a Fixed bug where any mod could not change color joeyak 2019-03-10 20:47:59 -0400
  • 81f02f6a51 Add debug file to gitignore joeyak 2019-03-10 20:47:39 -0400
  • ae292ccb88 removed unneeded function - escaped server side joeyak 2019-03-10 19:13:28 -0400
  • 08dbf73d99 fix ws connection when having the port in the url joeyak 2019-03-10 18:45:52 -0400
  • c60406cb2c Remove sourcemapping since map isnt there joeyak 2019-03-10 18:11:02 -0400
  • ecf64dff8a Cleaning up files and some organization joeyak 2019-03-10 16:45:10 -0400
  • 5cdafe8f42 Add favicon Zorchenhimer 2019-03-10 14:21:03 -0400
  • fff5d85aa6 updating .gitignore files Added default golang ignores to main /static/emotes/.gitingore to keep an empty folder while ignore emotes joeyak 2019-03-10 14:11:02 -0400
  • df6b6da044 Some minor fixes in readme and linting errors joeyak 2019-03-10 13:41:06 -0400
  • 3276295421 Initial commit Zorchenhimer 2019-03-10 11:42:12 -0400