IRC logger in C++. Chat log with cute web interface.
acetone c37cf0884f hf5 | il y a 2 ans | |
---|---|---|
html | il y a 2 ans | |
screenshots | il y a 2 ans | |
systemd | il y a 2 ans | |
.gitignore | il y a 3 ans | |
README.md | il y a 2 ans | |
applicationdata.cpp | il y a 2 ans | |
applicationdata.h | il y a 2 ans | |
captcha.cpp | il y a 2 ans | |
captcha.h | il y a 2 ans | |
connectiondata.cpp | il y a 3 ans | |
connectiondata.h | il y a 3 ans | |
global.cpp | il y a 2 ans | |
global.h | il y a 2 ans | |
html.qrc | il y a 2 ans | |
httpserver.cpp | il y a 2 ans | |
httpserver.h | il y a 2 ans | |
ircabot.pro | il y a 2 ans | |
ircclient.cpp | il y a 2 ans | |
ircclient.h | il y a 2 ans | |
ircclientstarter.cpp | il y a 2 ans | |
ircclientstarter.h | il y a 3 ans | |
main.cpp | il y a 2 ans |
An undemanding IRC logger with a functional web interface. Flagman instance (for example).
.txt
to the link;# 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
systemd/ircabot.service
;/lib/systemd/system/
;sudo systemctl start ircabot.service
;sudo systemctl enable ircabot.service
.