Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Sat, 2 Jan 2010 20:33:10 +0000 (20:33 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Sat, 2 Jan 2010 20:33:10 +0000 (20:33 +0000)
commitcae7b1e6ebcfa73c382f672f8c94e0fb174db399
tree72673eae14e4a8615407e5ae96b63eee7b5df7a7
parenta36ad5e29241b0c89379947b13887cb6930ef3e0
Author: Kev <klmitch@mit.edu>
Log Message:

Support for extension queries.  Think of it like PRIVMSG and NOTICE for
servers; this allows pseudoservers to send each other messages.
Additionally, iauth can send messages to and receive messages from
pseudoservers.  This mechanism is introduced to make login-on-connect
easier to code, by providing an in-band mechanism for iauth to connect
the login server.

NOTE:  THIS PATCH HAS NOT YET BEEN COMPILED OR TESTED.  Sorry, but I
just got back from vacation, and will be flying out again tomorrow.  I
figured I could commit now and get others to help me test :)

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1925 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
ChangeLog
doc/readme.iauth
doc/readme.xquery [new file with mode: 0644]
include/handlers.h
include/msg.h
include/s_auth.h
ircd/m_xquery.c [new file with mode: 0644]
ircd/m_xreply.c [new file with mode: 0644]
ircd/parse.c
ircd/s_auth.c