-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
The current thought is to use a database to store logs, having the log for each channel in a separate table.
The columns in the table would then be nick, timestamp, type, and message.
MySQL or some actual proper database would be preferable, if we can get a server going and maintained for that.
We can use sqlite, but scalability becomes a problem, and we start having to split logs per year or even month (still unsure as to how well sqlite scales, my guess is not well)
Moving the user aliases into this same database for easy stat-creation would also be good.