IRC Logger w/ Web front end
by MrKubax10
static | ||
templates | ||
configuration.pm | ||
database_settings.sql | ||
frontend_routes.pm | ||
frontend_session.pm | ||
frontend.pm | ||
LICENSE | ||
logger.pm | ||
main.pl | ||
prepare_database.sh | ||
README.md |
irclogger_web
irclogger_web is a highly configurable IRC logger with web frontend. It's written in Perl.
Installation
- You need to have Perl and SQLite3 interpreter installed.
- Following Perl packages have to be installed: DBI, DBD::SQLite.
- Run
./prepare_database.sh
to create SQLite3 database for storing users, servers and logged channels. - See
configuration.pm
and adjust it to your needs. - Run
perl main.pl
to start HTTP server and logger.