You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
JustAnotherArchivist e9a9b74599 Replace LF with two spaces пре 2 година
contrib/modules Replace LF with two spaces пре 2 година
LICENSE Switch licence from GPLv3+ to AGPLv3+ пре 2 година
README.md Switch licence from GPLv3+ to AGPLv3+ пре 2 година
config.example.toml Separate POST and GET auth пре 2 година
http2irc.py Add DeprecationWarning for auth пре 2 година
testserver.py Add welcome message and PING handling пре 4 година

README.md

http2irc

http2irc is a web server and IRC bot. It accepts messages over HTTP POST and sends them to IRC channels. A flexible module system allows for transforming the incoming data into an IRC message as needed.

License

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 https://www.gnu.org/licenses/.