]> jfr.im git - irc/quakenet/newserv.git/commit
Separated the authext functionality from the nick module.
authorsplidge <redacted>
Fri, 1 Jun 2007 23:59:31 +0000 (00:59 +0100)
committersplidge <redacted>
Fri, 1 Jun 2007 23:59:31 +0000 (00:59 +0100)
commit575832752b154c1aab94004e0bb262a31989216a
tree3d44aaf6598c5293c4a8c17eeef07cb08572538f
parent47a18d370f1694df9fe02ac779127d30a0dc1598
Separated the authext functionality from the nick module.

The new authext module does not depend on the irc module, which allows
modules which attach items to authexts to not depend on irc.  Perfect for
allowing the IRC module to be reloaded without having to reload your service
database.
authext/Makefile [new file with mode: 0644]
authext/authext.c [new file with mode: 0644]
authext/authext.h [new file with mode: 0644]
nick/nick.c
nick/nick.h
nick/nickalloc.c
nick/nickhelpers.c