lbbs
lbbs copied to clipboard
Lightweight BBS For Linux - Bulletin Board System server software
I noticed this in my logs, like its attempting to load the TLS certs despite them not being defined > [2024-05-08 20:19:28.246] ERROR[18]: io_tls.c:922 tls_ctx_create: Could not load certificate file...
When people reply to message on Discord its contextless on IRC, as you just see the reply without any reference to the original message. There's a few ways this could...
On IRC people use `/me` fairly frequently to describe something they're doing. e.g `/me screams` - I believe this is referred to as ACTION command. Most clients display the message...
``` [2023-10-08 22:46:26.199] DEBUG[1833151]: socket.c:906 __bbs_tcp_listener: Accepting new TELNET connection from 218.150.111.190 [2023-10-08 22:46:26.199] DEBUG[1833151]: socket.c:907 __bbs_tcp_listener: accepted fd = 54 [2023-10-08 22:46:26.199] DEBUG[1833151]: node.c:275 __bbs_node_request: Allocated new node with...
If a remote console is active during shutdown, a file descriptor leak (sometimes?) occurs of the PTY master, as shown here: ``` BBS has exited ==24657== ==24657== FILE DESCRIPTORS: 7...
I've seen several instances where an entire BBS server shuts down (cleanly) because a child process exited, but this shouldn't be happening. e.g.: ``` [2023-08-17 12:30:45.829] VERBOSE[826200]: menu.c:606 bbs_menu_run: Node...