parent
009d4e2108
commit
8a6e4f731c
1 changed files with 37 additions and 0 deletions
@ -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 |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in new issue