Movie Night chat bridge MOVED TO https://git.ihatebeinga.live/IHBAGang/movie-night-chat https://git.ihatebeinga.live/IHBAGang/movie-night-chat
epicmorphism f428297a5f add the STATS command | 4 rokov pred | |
---|---|---|
private | 4 rokov pred | |
LICENSE | 4 rokov pred | |
README.md | 4 rokov pred | |
api.rkt | 4 rokov pred | |
chat.rkt | 4 rokov pred | |
ircd.rkt | 4 rokov pred | |
macros.rkt | 4 rokov pred | |
main.rkt | 4 rokov pred | |
unheck-html.rkt | 4 rokov pred |
This projects aims to create a bridge for the chat programed used in MoveNight. So far, this is work in progress. At the moment it is a simple IRC server that relays messages back and forth. Unfortunately, error handling is abscent, and errors from the MoveNight chat are not propagated. But hey, it kinda works.
By default, the ircd binds on port 6667 on all the available addresses.
Use the command line options --port
and --host
to change that.
The command line option --url
specifies the URL for the MovieNight chat server
(usually it is wss://movie-night-domain/ws
).
To produce logs set the env variables PLTSTDOUT or PLTSTDERR to "warning" or "info". See the Racket docs on loggers for details.
/STATS
provide some basic statistics about the streamThis developement is known to work on Racket v7.5 with packages:
raco pkg install rfc6455
)Build it with raco make main.rkt
and run racket main.rkt
.
Or: build native with raco exe main.rkt
.