const an teen 2022-01-04 11:36:48 -05:00
commit 72bfbd2e8b
7 changed files with 7 additions and 3 deletions

View File

@ -9,11 +9,14 @@ An undemanding IRC logger with a functional web interface.
- Search with regular expressions; - Search with regular expressions;
- To get the log as plain text, you need to substitute the `.txt` to the link; - To get the log as plain text, you need to substitute the `.txt` to the link;
- To hide the message in the log, you can put a dot at the beginning (message will be displayed as "Blinded message"); - To hide the message in the log, you can put a dot at the beginning (message will be displayed as "Blinded message");
- Connection status to the servers is displayed in real time (green check mark or red cross). This allows you to judge whether the log is up to date. - Connection status to the servers is displayed in real time (green check mark or red cross). This allows you to judge whether the log is up to date;
- Real time reading chat via JavaScript and AJAX magic.
<img src="https://notabug.org/acetone/ircabot/raw/master/screenshots/screenshot-1.png" /> <img src="https://notabug.org/acetone/ircabot/raw/master/screenshots/1.png"/>
<img src="https://notabug.org/acetone/ircabot/raw/master/screenshots/screenshot-2.png" /> <img src="https://notabug.org/acetone/ircabot/raw/master/screenshots/2.png"/>
<img src="https://notabug.org/acetone/ircabot/raw/master/screenshots/3.png"/>
##### Admin features ##### Admin features
@ -21,6 +24,7 @@ An undemanding IRC logger with a functional web interface.
- Ability to use one nickname for all connections, or unique for each server; - Ability to use one nickname for all connections, or unique for each server;
- Nickname authorization support via NickServ; - Nickname authorization support via NickServ;
- Customizable triggers for issuing information by bot in chat; - Customizable triggers for issuing information by bot in chat;
- Real time reading mode may be disabled via configuration file (for JS haters, etc);
- Low system resource consumption: connecting to two servers and active use of the web interface requires ~20MB RAM. - Low system resource consumption: connecting to two servers and active use of the web interface requires ~20MB RAM.
#### First start (Debian/Ubuntu/etc) #### First start (Debian/Ubuntu/etc)

BIN
screenshots/1.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
screenshots/2.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

BIN
screenshots/3.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
screenshots/4.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB