An open API service indexing awesome lists of open source software.

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.

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 .
```