irc todo update

o2switch
erreur401 2 years ago
parent 1b01628ca4
commit 129b973994
  1. 11
      pages/irc_todo.md

@ -9,16 +9,20 @@ desc: ws
### the selection
<key>installed</key>
ircd-hybrid [https://github.com/ircd-hybrid/ircd-hybrid](https://github.com/ircd-hybrid/ircd-hybrid)
: light and *easy to setup* , the one most of irc rpi server seems to use / No logging by default
<key>installed</key>
inspirc [https://www.inspircd.org/](https://www.inspircd.org/)
: modular , to compile from source , huge documentation , logging by default
UnrealIrc [https://www.unrealircd.org/docs/About_UnrealIRCd](https://www.unrealircd.org/docs/About_UnrealIRCd)
: currently the most widely deployed IRC Server with a market share of 38% according to IRCStats.org.
### Logging solution
- `inspirc` do it by default
- `inspirc` do *really* it by default
- using a logBot from the internet
- building one
- using `irssi` irc client on the server side with logging enable in a `screen` or `tmux` session
@ -29,6 +33,11 @@ inspirc [https://www.inspircd.org/](https://www.inspircd.org/)
- using a irc logging system
### stuff of interest
irc client in flask
[https://github.com/linxlunx/flask-irc](https://github.com/linxlunx/flask-irc)
### chat gpt cheat for creating a bot
<key>untested</key>

Loading…
Cancel
Save