https://github.com/aatxe/spilo
A minimalistic IRC bouncer in Rust.
https://github.com/aatxe/spilo
bouncer irc minimal
Last synced: over 1 year ago
JSON representation
A minimalistic IRC bouncer in Rust.
- Host: GitHub
- URL: https://github.com/aatxe/spilo
- Owner: aatxe
- License: agpl-3.0
- Created: 2017-10-02T14:06:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T01:59:14.000Z (almost 8 years ago)
- Last Synced: 2024-09-14T23:51:14.733Z (almost 2 years ago)
- Topics: bouncer, irc, minimal
- Language: Rust
- Homepage:
- Size: 39.1 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# spilo [![Build Status][ci-badge]][ci] [![Crates-io][cr-badge]][cr] [![Built with Spacemacs][bws]][sm]
[ci-badge]: https://travis-ci.org/aatxe/spilo.svg
[ci]: https://travis-ci.org/aatxe/spilo
[cr-badge]: https://img.shields.io/crates/v/spilo.svg
[cr]: https://crates.io/crates/spilo
[bws]: https://cdn.rawgit.com/syl20bnr/spacemacs/442d025779da2f62fc86c2082703697714db6514/assets/spacemacs-badge.svg
[sm]: http://spacemacs.org
A minimalistic IRC bouncer built with [the irc crate](https://github.com/aatxe/irc).
## License
```
spilo - a minimalistic IRC bouncer
Copyright (C) 2018 Aaron Weiss
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
```