Go to file
const an teen 459a35718b days instead files 2021-12-26 07:33:09 -05:00
html timeout between trigger messages answering (1.1 secs by default) 2021-12-24 15:17:02 -05:00
screenshots 2.0.2 regexp 2021-12-25 08:59:22 +00:00
systemd Update 'systemd/ircabot.service' 2021-12-13 12:26:29 +00:00
.gitignore 2.0! 2021-12-04 17:44:09 +03:00
README.md Update 'README.md' 2021-12-13 08:49:30 +00:00
applicationdata.cpp empty channel fix 2021-12-06 06:58:02 -05:00
applicationdata.h 2.0! 2021-12-04 17:44:09 +03:00
connectiondata.cpp empty channel fix 2021-12-06 06:58:02 -05:00
connectiondata.h empty channel fix 2021-12-06 06:58:02 -05:00
global.cpp separate search by string and regexp 2021-12-24 13:29:52 -05:00
global.h Web content caching 2021-12-05 13:52:19 -05:00
html.qrc 2.0! 2021-12-04 17:44:09 +03:00
httpserver.cpp days instead files 2021-12-26 07:33:09 -05:00
httpserver.h separate search by string and regexp 2021-12-24 13:29:52 -05:00
ircabot.pro 2.0! 2021-12-04 17:44:09 +03:00
ircclient.cpp timeout between trigger messages answering (1.1 secs by default) 2021-12-24 15:17:02 -05:00
ircclient.h timeout between trigger messages answering (1.1 secs by default) 2021-12-24 15:17:02 -05:00
ircclientstarter.cpp Channel topic displayed via title attribute in page (main header) (and bit refactors) 2021-12-16 13:00:15 -05:00
ircclientstarter.h 2.0! 2021-12-04 17:44:09 +03:00
main.cpp 2.0.2 release 2021-12-25 03:41:07 -05:00
version.h 2.0.2 release 2021-12-25 03:41:07 -05:00

README.md

IRCaBot

An undemanding IRC logger with a functional web interface.

Download ircabot

User features
  • The web interface displays the current online for each chat, with nicknames highlighted in the log;
  • Search with regular expressions;
  • 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");
  • 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.
Admin features
  • Unlimited number of servers and chat rooms;
  • Ability to use one nickname for all connections, or unique for each server;
  • Nickname authorization support via NickServ;
  • Customizable triggers for issuing information by bot in chat;
  • Low system resource consumption: connecting to two servers and active use of the web interface requires ~20MB RAM.

First start (Debian/Ubuntu/etc)

# Qt5 C++ framework dependencies:
sudo apt install qt5-default

# Create a configuration file template:
./ircabot --example ./config.conf

# Edit config.conf for your case.

# Start ircabot with new configuration file:
./ircabot --config ./config.conf
Install
  • Edit systemd/ircabot.service;
  • Copy service file to /lib/systemd/system/;
  • Run ircabot: sudo systemctl start ircabot.service;
  • Enable (for autorun at system startup): sudo systemctl enable ircabot.service.