Anope IRC Services

Anope.org => Anope General => Topic started by: Patrice Chevee on April 11, 2015, 07:06:52 PM

Title: Is that a way to dialog with anope via http?
Post by: Patrice Chevee on April 11, 2015, 07:06:52 PM
Hello everybody,

sorry for this question which could be that of a beginner.... I already met some webpages where it is possible to record one's nickname on anope (for the specific server the webpage is dedicated to). I presume, it is also possible to send some specific commands to anope via http, using a web server oriented language like php or perl/cgi. As an example: I would like that the suscriber to the irc server webpage be automatically voiced as soon as he is on the server (assuming he is logged on nickserv). How can I do this?
Title: Re: Is that a way to dialog with anope via http?
Post by: Adam on April 11, 2015, 07:16:54 PM
See docs/XMLRPC
Title: Re: Is that a way to dialog with anope via http?
Post by: Patrice Chevee on April 23, 2015, 06:24:17 PM
Can you please answer with a more human answer, different from RTFM? I don't know what is docs/xmlrpc, where to find this doc, etc.

Thanks
Title: Re: Is that a way to dialog with anope via http?
Post by: Adam on April 23, 2015, 06:32:51 PM
In the Anope source tree? Where else would it be? https://github.com/anope/anope/tree/2.0/docs/XMLRPC
Title: [SOLVED] Re: Is that a way to dialog with anope via http?
Post by: Patrice Chevee on April 27, 2015, 09:07:55 PM
Thanks. At least I know that there is a source tree for Anope, and now I know what is its url.
Title: Re: [SOLVED] Re: Is that a way to dialog with anope via http?
Post by: katsklaw on June 09, 2015, 04:36:36 AM
Thanks. At least I know that there is a source tree for Anope, and now I know what is its url.

The file you downloaded from the website is also a "source tree". It is a tree of directories that contain the source code. "docs/XMLRPC" is a directory path relative to the anope directory. It is assumed that you know how to use your Operating System of choice. Teaching you what a directory path is, is outside the scope of this site and if you do not know how to navigate and/or use your Operating System, you need to stop and learn it first.

The answer of "see docs/XMLRPC" is not by any measure of the term an "RTFM" type response. The fact that you think it is suggests you do not know your OS. You will have a much easier time installing and maintaining ANY application, not just Anope, if you first learn how files are structured on your OS of choice.