source: code/trunk/README.md@ 364

Last change on this file since 364 was 337, checked in by contact, 5 years ago

readme: extend copyright notice to all contributors

soju now has multiple contributors. Even if they weren't explicitly
listed as copyright holders, they still retain copyright ownership for
their contributions. Make this clear. See [1].

[1]: https://www.linuxfoundation.org/blog/2020/01/copyright-notices-in-open-source-software-projects/

File size: 1011 bytes
RevLine 
[336]1# [soju]
[2]2
[290]3[![builds.sr.ht status](https://builds.sr.ht/~emersion/soju/.build.yml.svg)](https://builds.sr.ht/~emersion/soju/.build.yml?)
4
[53]5A user-friendly IRC bouncer.
[2]6
[53]7- Multi-user
8- Support multiple clients for a single user, with proper backlog
9 synchronization
10- Support connecting to multiple upstream servers via a single IRC connection
11 to the bouncer
12
[78]13## Usage
14
[330]15 go run ./cmd/sojuctl create-user <username> -admin
[317]16 go run ./cmd/soju -listen irc+insecure://127.0.0.1:6667
[78]17
[189]18Then connect with username `<username>/chat.freenode.net` and join `#soju`.
[91]19
[265]20See the man page at `doc/soju.1.scd` for more information.
[123]21
[53]22## Contributing
23
[123]24Send patches on the [mailing list] or on [GitHub], report bugs on the
[130]25[issue tracker]. Discuss in #soju on Freenode.
[53]26
[2]27## License
28
[52]29AGPLv3, see LICENSE.
30
[337]31Copyright (C) 2020 The soju Contributors
[53]32
[336]33[soju]: https://soju.im
[53]34[mailing list]: https://lists.sr.ht/~emersion/public-inbox
[123]35[GitHub]: https://github.com/emersion/soju
[98]36[issue tracker]: https://todo.sr.ht/~emersion/soju
Note: See TracBrowser for help on using the repository browser.