forked from l4u/irssi_log_viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
pradhans0906/irssi_log_viewer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
============================ Irssi Log Viewer ============================ If you run your irssi on a server and perhaps you like to read the chat logs in the browser without connecting to the shell. This program is designed for that and runs on a php enabled web server. == Installation Just copy all files to your web directory. Afterwards set the path to your irssi log files (default /home/user/irclogs) in config.php. Maybe you have to customize the configuration of irssi because of file permissions (see below). == Irssi Customizing This script needs read permissions on files/folders of irssi log directory. Mostly the web user and irssi user isn't the same. Then you should add the following line: settings = { core = { ... log_create_mode = "644"; #sets file permission of log files to rw-r--r-- }; "fe-common/core" = { autolog = "yes"; }; #enables auto logging }
About
this php application displays the contents of your irssi log directory in the browser.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published