goshuirc / bnc

a simple irc bouncer written in go
https://goshubnc.org/
MIT License
17 stars 3 forks source link

Log query/channel messages to disk #16

Closed DanielOaks closed 7 years ago

DanielOaks commented 7 years ago

ZNC separates it out by day by default. I'm wondering how specific we should get with it. We'll likely do something like a custom format so peeps can have it however they want, with a default of per-day.

DanielOaks commented 7 years ago

This will just be a simple writing lines to files thing, same as ZNC does. Config will likely be something like: enabled (bool), format (strong), root directory for logs (defaults to ./log if no choice is made).

prawnsalad commented 7 years ago

This was part of https://github.com/goshuirc/bnc/issues/18