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