You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
771 B
37 lines
771 B
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|