├── .gitignore ├── COPYING ├── Dockerfile ├── README.docker-permissions.md ├── README.md ├── discord-tos-violation-warning.jpg ├── docker-compose.yml ├── extract-unicode-emojis-from-js.py ├── gw-ws-har-decode.py ├── rdircd ├── rdircd.defaults.ini ├── rdircd.service └── rdircd.unicode-emojis.txt.gz /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mk-fg/reliable-discord-client-irc-daemon/HEAD/.gitignore -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mk-fg/reliable-discord-client-irc-daemon/HEAD/COPYING -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mk-fg/reliable-discord-client-irc-daemon/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.docker-permissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mk-fg/reliable-discord-client-irc-daemon/HEAD/README.docker-permissions.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mk-fg/reliable-discord-client-irc-daemon/HEAD/README.md -------------------------------------------------------------------------------- /discord-tos-violation-warning.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mk-fg/reliable-discord-client-irc-daemon/HEAD/discord-tos-violation-warning.jpg -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mk-fg/reliable-discord-client-irc-daemon/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /extract-unicode-emojis-from-js.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mk-fg/reliable-discord-client-irc-daemon/HEAD/extract-unicode-emojis-from-js.py -------------------------------------------------------------------------------- /gw-ws-har-decode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mk-fg/reliable-discord-client-irc-daemon/HEAD/gw-ws-har-decode.py -------------------------------------------------------------------------------- /rdircd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mk-fg/reliable-discord-client-irc-daemon/HEAD/rdircd -------------------------------------------------------------------------------- /rdircd.defaults.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mk-fg/reliable-discord-client-irc-daemon/HEAD/rdircd.defaults.ini -------------------------------------------------------------------------------- /rdircd.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mk-fg/reliable-discord-client-irc-daemon/HEAD/rdircd.service -------------------------------------------------------------------------------- /rdircd.unicode-emojis.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mk-fg/reliable-discord-client-irc-daemon/HEAD/rdircd.unicode-emojis.txt.gz --------------------------------------------------------------------------------