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