EuIrcBot icon indicating copy to clipboard operation
EuIrcBot copied to clipboard

Scrollback enhancement: Additional module to publish logs somehow (maybe do stats too; see pisg)

Open cbgbt opened this issue 11 years ago • 3 comments

A module that takes logs of the IRC channel, configurable to write them to a file or to publish them online somehow. Perhaps via S3.

cbgbt avatar Jul 16 '14 00:07 cbgbt

But muh infoleakz

jbury avatar Jul 16 '14 00:07 jbury

Would be disabled for most channels, I imagine. Still a useful module.

cbgbt avatar Jul 16 '14 00:07 cbgbt

See the "scrollback" module. It does the logging, but it could be augmented to be improved in many ways. Right now it uses a flatfile and loads the entire thing into memory to do operations. This isn't ideal. It makes it difficult to e.g. search by username.

There's a desire to improve it, but no immediate plans. Feel free to tackle it.

A means to upload logs to s3 / webpage them / whatever should be yet another module that relies on scrollback. Scrollback should be improved as needed.

euank avatar Jul 16 '14 05:07 euank