IRC Logger w/ Web front end by MrKubax10
Go to file
2023-09-23 15:03:20 +02:00
static Frontend: Add support for deleting current account 2023-09-23 14:59:49 +02:00
templates Frontend: Add support for deleting current account 2023-09-23 14:59:49 +02:00
configuration.pm Logger: Better application log formatting 2023-09-17 20:21:14 +02:00
database_settings.sql Add support for disabling channel logging 2023-09-21 20:07:25 +02:00
frontend_routes.pm Frontend: Add support for deleting current account 2023-09-23 14:59:49 +02:00
frontend_session.pm Frontend: Session storage fixes 2023-09-23 14:10:19 +02:00
frontend.pm Frontend: Add support for deleting current account 2023-09-23 14:59:49 +02:00
LICENSE Add LICENSE 2023-09-10 18:28:54 +00:00
logger.pm Add support for turning off server connections 2023-09-22 21:29:33 +02:00
main.pl Run frontend at main thread 2023-09-13 22:10:14 +02:00
prepare_database.sh Relicense to GNU AGPL 3-or-later 2023-09-11 18:55:32 +02:00
README.md Fix word order in README.md 2023-09-23 15:01:26 +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 interpreter and SQLite3 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.