source: code/trunk/doc/ext/README.md@ 817

Last change on this file since 817 was 795, checked in by contact, 3 years ago

doc/ext: add README

All authors have acknowledged the dual license.

The second license is the same as the one used by the IRCv3 working
group.

File size: 764 bytes
Line 
1# soju IRC extensions
2
3This directory documents various soju-specific IRC extensions. All of the
4extensions are under the vendored `soju.im` namespace.
5
6Introducing a vendored extension is a good way to experiment with new ideas and
7do some field testing. If a vendored extension is successful, please open a pull
8request on the [IRCv3 specifications] repository for standardization.
9
10## License
11
12All of the specifications in this directory are dual-licensed under the terms of
13the AGPLv3, or the following terms, at your discretion:
14
15> Unlimited redistribution and modification of this document is allowed provided
16> that the above copyright notice and this permission notice remains intact.
17
18[IRCv3 specifications]: https://github.com/ircv3/ircv3-specifications
Note: See TracBrowser for help on using the repository browser.