IRC Logger w/ Web front end by MrKubax10
Go to file
2023-09-12 20:28:06 +02:00
static Frontend: Add support for adding servers 2023-09-12 10:19:46 +02:00
templates Frontend: Show private channels if user has access to them 2023-09-11 10:12:37 +02:00
configuration.pm Start implementing HTTP frontend 2023-09-05 19:46:15 +02:00
database_settings.sql Frontend: Create default user if no users are present in database 2023-09-11 10:08:12 +02:00
frontend_routes.pm Frontend: Display private channels list if user has access to them 2023-09-12 20:28:06 +02:00
frontend_session.pm Relicense to GNU AGPL 3-or-later 2023-09-11 18:55:32 +02:00
frontend.pm Frontend: Don't allow viewing private channel logs without access 2023-09-12 20:21:15 +02:00
LICENSE Add LICENSE 2023-09-10 18:28:54 +00:00
logger.pm Frontend: Add support for adding servers 2023-09-12 10:19:46 +02:00
main.pl Relicense to GNU AGPL 3-or-later 2023-09-11 18:55:32 +02:00
prepare_database.sh Relicense to GNU AGPL 3-or-later 2023-09-11 18:55:32 +02:00
README.md

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.