ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/include
(Current path doesn't exist after revision 1586)
r186
File Last Change
 ../
conf/ 183 (18 years ago) by adx: - copyright fixes
modules.h 186 (18 years ago) by db: - Q. When is an address not an address? A. When it is a handle! Keep track of handle address and base address of loaded module separately. The address is also used for modlist and could be derived in modlist from handle, but later.
stdinc.h 185 (18 years ago) by adx: * dynamic module support for win32
send.h 178 (18 years ago) by adx: - somehow it didn't get committed, fixing
packet.h 178 (18 years ago) by adx: - somehow it didn't get committed, fixing
setup.h.in 165 (18 years ago) by db: - committed configure changes by nenolod (William Pitcock) to check for HAVE_DLINFO - fixed logic for picking up address for the mod_list
client.h 162 (18 years ago) by michael: - Removed LocalUser.port
patchlevel.h 154 (18 years ago) by lusky: bump patchlevel to 7.3beta. Change this to 7.3beta1 when we are ready to release beta1.
ircd_signal.h 153 (18 years ago) by adx: - compile libio as a dll on win32 - next step is compiling the whole ircd as a dll to export its symbols - after that, we'll be able to support loadable *.dll modules. NOTE: m_operspy.c doesn't compile now (error at localClient->iline)
s_conf.h 146 (18 years ago) by db: - More conf cleanups, aconf->client count is no longer needed as an AccessItem can now be deleted immediately. - Note bug in s_conf.c with flush_deleted_I_P, it was trying to free MatchItems using an AccessConf this bug is in 7.1.4 as well as 7.2 flush_deleted_I_P() is no longer needed at all in 7.3 since AccessItems are removed immediately. - Fixed a few cores in server establishment, notably ->serv has to be allocated sooner since there are no confs to attach. make_server() is probably called once too often now.
resv.h 139 (18 years ago) by db: - get rid of map_conf_item and unmap_conf_item - Use an union in struct ConfItem, but only allocate memory needed
s_serv.h 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.
s_user.h 116 (18 years ago) by knight: - More GCC4 fixes
hash.h 114 (18 years ago) by knight: - Missing struct
parse_aline.h 101 (18 years ago) by db: - First pass at s_conf.c cleanup for attach clients - attach_conf() is gone replaced with attach_iline() Clients/servers have one single I line "attached", i.e. the confs list is gone. - Add attach_leaf_hub() Add a leaf or hub mask to the given server, ->serv must exist since there can be a list of hub masks and leaf masks, this continues to be a dlink list - Removed redundant find_conf_exact() This function can be replaced in all cases with find_exact_name_conf() notably because all find_conf_exact did differently was count whether an oper conf would cause an already connected client to exceed class limits. - oper_up() now takes an extra conf pointer pointing to the found oper conf, the oper flags are set in the client->iline as necessary in oper_up() - Cleaned up more prototypes that should have been moved from s_conf.h to parse_aline.h notably. find_kill() and find_gkill() - m_stats.c needs more cleanup since memory in attached "confs" is now not counted. This should be replaced with iline memory count and hub/leaf confs memory count.
ircd_defs.h 99 (18 years ago) by michael: - CHANNELLEN vs. LOCAL_CHANNELLEN fix. Local JOINs are limited to 50chars whereas remote SJOINs/JOINs can be upto 200chars for backwards compatibility.
restart.h 97 (18 years ago) by michael: - Got rid of restart(), cleaned up m_restart() and make it use server_die()
listener.h 69 (18 years ago) by adx: - splitted ircd/libio, all headers connected with libio sources have been moved for internal use only. To use libio interface, include "libio.h" (which is already done in "stdinc.h")
s_auth.h 69 (18 years ago) by adx: - splitted ircd/libio, all headers connected with libio sources have been moved for internal use only. To use libio interface, include "libio.h" (which is already done in "stdinc.h")
ircd.h 69 (18 years ago) by adx: - splitted ircd/libio, all headers connected with libio sources have been moved for internal use only. To use libio interface, include "libio.h" (which is already done in "stdinc.h")
motd.h 69 (18 years ago) by adx: - splitted ircd/libio, all headers connected with libio sources have been moved for internal use only. To use libio interface, include "libio.h" (which is already done in "stdinc.h")
channel.h 69 (18 years ago) by adx: - splitted ircd/libio, all headers connected with libio sources have been moved for internal use only. To use libio interface, include "libio.h" (which is already done in "stdinc.h")
common.h 62 (18 years ago) by adx: - reorganisation goes on, removed external references from libio/mem
channel_mode.h 49 (18 years ago) by adx: - committing from src/ is generally bad ..
serno.h 45 (18 years ago) by lusky: change to static "SVN"
parse.h 33 (18 years ago) by knight: - svn:keywords
msg.h 33 (18 years ago) by knight: - svn:keywords
s_gline.h 33 (18 years ago) by knight: - svn:keywords
rsa.h 33 (18 years ago) by knight: - svn:keywords
supported.h 33 (18 years ago) by knight: - svn:keywords
numeric.h 33 (18 years ago) by knight: - svn:keywords
ircd_handler.h 33 (18 years ago) by knight: - svn:keywords
handlers.h 33 (18 years ago) by knight: - svn:keywords
defaults.h 33 (18 years ago) by knight: - svn:keywords
hostmask.h 33 (18 years ago) by knight: - svn:keywords
m_info.h 33 (18 years ago) by knight: - svn:keywords
userhost.h 33 (18 years ago) by knight: - svn:keywords
whowas.h 33 (18 years ago) by knight: - svn:keywords
s_stats.h 33 (18 years ago) by knight: - svn:keywords
ircd_getopt.h 33 (18 years ago) by knight: - svn:keywords
1 directory and 39 files shown

Properties

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