IRC logger in C++. Chat log with cute web interface.
acetone c37cf0884f hf5 | 1 year ago | |
---|---|---|
html | 2 years ago | |
screenshots | 2 years ago | |
systemd | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
applicationdata.cpp | 2 years ago | |
applicationdata.h | 2 years ago | |
captcha.cpp | 2 years ago | |
captcha.h | 2 years ago | |
connectiondata.cpp | 2 years ago | |
connectiondata.h | 2 years ago | |
global.cpp | 2 years ago | |
global.h | 2 years ago | |
html.qrc | 2 years ago | |
httpserver.cpp | 1 year ago | |
httpserver.h | 2 years ago | |
ircabot.pro | 2 years ago | |
ircclient.cpp | 2 years ago | |
ircclient.h | 2 years ago | |
ircclientstarter.cpp | 2 years ago | |
ircclientstarter.h | 2 years ago | |
main.cpp | 2 years ago |
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
.