https://github.com/chfoo/irclogger-viewer
Replacement viewer for irclogger logs
https://github.com/chfoo/irclogger-viewer
Last synced: 10 months ago
JSON representation
Replacement viewer for irclogger logs
- Host: GitHub
- URL: https://github.com/chfoo/irclogger-viewer
- Owner: chfoo
- License: mpl-2.0
- Created: 2021-10-11T23:22:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T23:56:55.000Z (over 4 years ago)
- Last Synced: 2025-03-13T21:24:20.146Z (about 1 year ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# irclogger-viewer
This is a simple Rust web server that mostly replaces the [irclogger](https://colas.nahaboo.net/Code/IrcLogger) Bash scripts for viewing IRC logs. A replacement was needed because the original has security issues.
If you want to use this as well, note that you may need to change some of the code since the URLs are hardcoded.
To build the app, install Rust and run the command `cargo build --release`.