]> jfr.im git - irc/quakenet/newserv.git/commit
Seperated the chanindex functionality into a separate module.
authorsplidge <redacted>
Fri, 1 Jun 2007 23:56:52 +0000 (00:56 +0100)
committersplidge <redacted>
Fri, 1 Jun 2007 23:56:52 +0000 (00:56 +0100)
commit47a18d370f1694df9fe02ac779127d30a0dc1598
treed6b846913239f7008727a333439c049d0e710bee
parent34da4416e8e4a0d7c20acc39b524b679bb7e42d2
Seperated the chanindex functionality into a separate module.

The chanindex module does not depend on IRC, which allows modules which
attach to chanindexes to not depend on IRC either.  Useful for (e.g.)
allowing the IRC stack to be restarted without reloading a service database.
chanindex/Makefile [new file with mode: 0644]
chanindex/chanindex.c [moved from channel/channelindex.c with 82% similarity]
chanindex/chanindex.h [new file with mode: 0644]
channel/Makefile
channel/channel.c
channel/channel.h
channel/channelalloc.c