ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include
r4461
File Last Change
 ../
auth.h 4445 (11 years ago) by michael: - auth.h: update documentation
channel.h 4404 (11 years ago) by michael: - Minor documentation updates
channel_mode.h 4102 (11 years ago) by michael: - Add CHACCESS_REMOTE for servers remote Clients
client.h 4439 (11 years ago) by michael: - Renamed various variables
conf.h 4415 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
conf_class.h 3933 (11 years ago) by michael: - Added max_channels to class{} blocks
conf_db.h 2865 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
dbuf.h 3113 (11 years ago) by michael: - Update dbuf.h, dbuf.c
defaults.h 4340 (11 years ago) by michael: - Renamed structures to meet code conventions
event.h 4339 (11 years ago) by michael: - event.h: style correction
fdlist.h 4461 (11 years ago) by michael: - Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really has to be a 'fde_t' pointer. - Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
gline.h 3323 (11 years ago) by michael: - gline.h: updated comment
hash.h 3289 (11 years ago) by michael: - Made free_list_task() only take one parameter
hostmask.h 3553 (11 years ago) by michael: - find_address_conf(): constification
ipcache.h 4372 (11 years ago) by michael: - ipcache.h: update documentation
irc_string.h 4309 (11 years ago) by michael: - Backported auth code related cleanups from newio branch
ircd.h 4106 (11 years ago) by michael: - ircd.h, ircd.c: change some structures to anonymous structures
ircd_defs.h 3421 (11 years ago) by michael: - Get rid of LOCAL_CHANNELLEN; change CHANNELLEN to 50
ircd_getopt.h 2865 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
ircd_signal.h 2865 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
list.h 2865 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
listener.h 4428 (11 years ago) by michael: - Added listener_release() and make use of it
log.h 2865 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
memory.h 3504 (11 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
mempool.h 4086 (11 years ago) by michael: - Let mp_pool_get() clear memory
misc.h 3347 (11 years ago) by michael: - Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
modules.h 3089 (11 years ago) by michael: - modules.h: use an enum for flag types
motd.h 4351 (11 years ago) by michael: - motd.h, motd.c: renamed Motd::hostmask to just Motd::mask just because it's kinda missleading since the mask can also be a class name
numeric.h 4313 (11 years ago) by michael: - Improved AWAY throttling to allow for better fine-tuning
packet.h 4461 (11 years ago) by michael: - Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really has to be a 'fde_t' pointer. - Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
parse.h 3163 (11 years ago) by michael: - parse.h: removed redundant comment
patchlevel.h 2865 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
res.h 4460 (11 years ago) by michael: - conf.c:conf_dns_lookup(): use gethost_byname_type() - res.h, res.c: removed gethost_byname()
reslib.h 3322 (11 years ago) by michael: - Moved irc_res.c to res.c - Moved irc_reslib.c to reslib.c
restart.h 3167 (11 years ago) by michael: - Get rid of restart() wrapper function
resv.h 2865 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
rng_mt.h 1662 (12 years ago) by michael: - Fixed inconsistent svn file properties
rsa.h 4113 (11 years ago) by michael: - Make use of binary_to_hex() in ssl_handshake() and ssl_server_handshake()
s_bsd.h 4461 (11 years ago) by michael: - Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really has to be a 'fde_t' pointer. - Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
send.h 4461 (11 years ago) by michael: - Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really has to be a 'fde_t' pointer. - Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
serno.h 1592 (12 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
server.h 3347 (11 years ago) by michael: - Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
stdinc.h 3800 (11 years ago) by michael: - stdinc.h: whitespace commit
user.h 4088 (11 years ago) by michael: - Cleaned up UID introduction / NICK change related code
userhost.h 2865 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
watch.h 3109 (11 years ago) by michael: - Applied Adam's sendto_one_numeric() changes
whowas.h 2865 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
0 directories and 47 files shown