diff --git a/pages/irc_todo.md b/pages/irc_todo.md new file mode 100644 index 0000000..b5a2953 --- /dev/null +++ b/pages/irc_todo.md @@ -0,0 +1,37 @@ +title : IRC todo +author: zvevqx +published: 2025-11-22 +cat: wip +desc: ws + +... + +# The hard choise : what `ircd` to choose + +### the selection + +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 + +inspirc [https://www.inspircd.org/](https://www.inspircd.org/) +: modular , to compile from source , huge documentation , logging by default + + +### Logging solution + +- `inspirc` do 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 + +### Review logs + +- simple raw txt files +- using a irc logging system + + + + + + +