ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid
(Current path doesn't exist after revision 1586)
r126
File Last Change
 ../
servlink/ 90 (18 years ago) by knight: - Finialise svn:ignore keywords to fix everything
doc/ 90 (18 years ago) by knight: - Finialise svn:ignore keywords to fix everything
contrib/ 125 (18 years ago) by knight: - Fix my nasty code
messages/ 90 (18 years ago) by knight: - Finialise svn:ignore keywords to fix everything
etc/ 90 (18 years ago) by knight: - Finialise svn:ignore keywords to fix everything
help/ 90 (18 years ago) by knight: - Finialise svn:ignore keywords to fix everything
tools/ 90 (18 years ago) by knight: - Finialise svn:ignore keywords to fix everything
modules/ 126 (18 years ago) by db: - attach/conf cleanup take 2 - Each client has now one AccessItem for its connect stored in localClient->iline - The corresponding class is now stored in localClient->class The ramifications of this move are, there is no conf list to traverse to find the AccessItem, the class is instantly available from the localClient struct without having to traverse the confs list and indirectly through the aconf. This speeds up get_sendq etc. functions. As a bonus, at least 4 fewer bytes are used in the Client struct, since a dlink list is 4 words. It does mean there is no longer a separate conf oper, which leads to the kludge of patching the clients iline into an oper conf when a client opers up. I don't think the oper flags are used after the client is opered, so the patching operation may not be necessary. - Server confs are stored in ->serv->sconf as before but attaching happens much earlier. - server hub/leaf masks continues to be a dlink list but linked from the ->serv which is only allocated for servers. - cleaned up some comments, added a comment, notably to check_server() which badly needed it. - Pass ClassItem or AccessItem etc. in when it makes more sense than passing in struct ConfItem. This simplified and clarified rebuild_cidr_class() And lo, there was a great rejoicing.
src/ 126 (18 years ago) by db: - attach/conf cleanup take 2 - Each client has now one AccessItem for its connect stored in localClient->iline - The corresponding class is now stored in localClient->class The ramifications of this move are, there is no conf list to traverse to find the AccessItem, the class is instantly available from the localClient struct without having to traverse the confs list and indirectly through the aconf. This speeds up get_sendq etc. functions. As a bonus, at least 4 fewer bytes are used in the Client struct, since a dlink list is 4 words. It does mean there is no longer a separate conf oper, which leads to the kludge of patching the clients iline into an oper conf when a client opers up. I don't think the oper flags are used after the client is opered, so the patching operation may not be necessary. - Server confs are stored in ->serv->sconf as before but attaching happens much earlier. - server hub/leaf masks continues to be a dlink list but linked from the ->serv which is only allocated for servers. - cleaned up some comments, added a comment, notably to check_server() which badly needed it. - Pass ClassItem or AccessItem etc. in when it makes more sense than passing in struct ConfItem. This simplified and clarified rebuild_cidr_class() And lo, there was a great rejoicing.
include/ 126 (18 years ago) by db: - attach/conf cleanup take 2 - Each client has now one AccessItem for its connect stored in localClient->iline - The corresponding class is now stored in localClient->class The ramifications of this move are, there is no conf list to traverse to find the AccessItem, the class is instantly available from the localClient struct without having to traverse the confs list and indirectly through the aconf. This speeds up get_sendq etc. functions. As a bonus, at least 4 fewer bytes are used in the Client struct, since a dlink list is 4 words. It does mean there is no longer a separate conf oper, which leads to the kludge of patching the clients iline into an oper conf when a client opers up. I don't think the oper flags are used after the client is opered, so the patching operation may not be necessary. - Server confs are stored in ->serv->sconf as before but attaching happens much earlier. - server hub/leaf masks continues to be a dlink list but linked from the ->serv which is only allocated for servers. - cleaned up some comments, added a comment, notably to check_server() which badly needed it. - Pass ClassItem or AccessItem etc. in when it makes more sense than passing in struct ConfItem. This simplified and clarified rebuild_cidr_class() And lo, there was a great rejoicing.
libio/ 107 (18 years ago) by adx: - fixed header name collision on linux *yawn*
TODO 36 (18 years ago) by michael: - test
RELNOTES 84 (18 years ago) by lusky: test commit, hybrid-commits@ should really be working now
README.PLATFORMS 33 (18 years ago) by knight: - svn:keywords
BUGS 33 (18 years ago) by knight: - svn:keywords
README.FIRST 33 (18 years ago) by knight: - svn:keywords
INSTALL 33 (18 years ago) by knight: - svn:keywords
Hybrid-team 33 (18 years ago) by knight: - svn:keywords
LICENSE 33 (18 years ago) by knight: - svn:keywords
install-sh 33 (18 years ago) by knight: - svn:keywords
doxygen.conf 33 (18 years ago) by knight: - svn:keywords
configure 64 (18 years ago) by adx: - removed external references from string/ - still to do : misc net comm
Makefile.in 59 (18 years ago) by adx: - move non-irc related sources to /libio - todo: make it independent of the rest of code
configure.ac 64 (18 years ago) by adx: - removed external references from string/ - still to do : misc net comm
11 directories and 13 files shown

Properties

Name Value
svn:ignore Makefile *~ *.rej *.orig *core *.o config.status config.cache config.log autom4te.cache .depend .kdev*