Incomplete RESTful API for IRC
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.
Chris Smith caf8b09d72 License преди 12 години
etc/ivy IRC libraries преди 12 години
nbproject Add netbeans project преди 12 години
.gitignore Initial project structure преди 12 години
LICENSE.txt License преди 12 години
README.textile Add very basic readme преди 12 години
build-ivy.xml Initial project structure преди 12 години
build.xml Initial project structure преди 12 години
ivy.xml IRC libraries преди 12 години

README.textile

h1. RestIRC

h2. What is it?

_RestIRC_ aims to provide a REST-ful interface to IRC. The primary use-case is
to allow websites, scripts and applications to quickly and easily interact with
IRC to, for example, notify certain channels about events. After that, the goal
is to enable remote scripts and applications to listen to and respond to events
by registering WebHooks.

Ideally, it will eventually be possible to write a full IRC client on top of
the API without having to interact with IRC itself directly.