IRC Logger w/ Web front end by MrKubax10
Go to file
2023-09-09 10:58:26 +02:00
static Frontend: Add support for HTML templates 2023-09-06 20:09:20 +02:00
templates Frontend: Implement user logging in 2023-09-08 22:05:21 +02:00
configuration.pm Start implementing HTTP frontend 2023-09-05 19:46:15 +02:00
database_settings.sql
frontend_routes.pm Frontend: Add logout_action 2023-09-09 10:58:26 +02:00
frontend_session.pm Frontend: Add logout_action 2023-09-09 10:58:26 +02:00
frontend.pm Frontend: Implement user logging in 2023-09-08 22:05:21 +02:00
logger.pl Frontend: Add public channel list and channel log file list 2023-09-06 21:51:11 +02:00
main.pl Frontend: Add public channel list and channel log file list 2023-09-06 21:51:11 +02:00
prepare_database.sh
README.md Create README.md 2023-09-05 11:34:45 +02:00

irclogger_web

irclogger_web is a highly configurable IRC logger with web frontend. It's written in Perl.

Installation

  1. You need to have Perl and SQLite3 interpreter installed.
  2. Following Perl packages have to be installed: DBI, DBD::SQLite.
  3. Run ./prepare_database.sh to create SQLite3 database for storing users, servers and logged channels.
  4. See configuration.pm and adjust it to your needs.
  5. Run perl main.pl to start HTTP server and logger.