../
|
auth.h
|
3324
(11 years ago)
by michael:
- Moved s_auth.c to auth.c
|
channel.h
|
2865
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
channel_mode.h
|
3695
(11 years ago)
by michael:
- Removed CHFL_DEOPPED flags which is no longer needed with TS6
|
client.h
|
3518
(11 years ago)
by michael:
- Removed unused macros; cleaned up comments
|
conf.h
|
3674
(11 years ago)
by michael:
- conf.h:struct config_file_entry: changed 'oper_only_umodes' and 'oper_umodes'
to unsigned int types. Otherwise we may expect integer overflows in the future
if more user modes get added.
|
conf_class.h
|
3087
(11 years ago)
by michael:
- conf_class.h: use an enum for flag types
|
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
|
3364
(11 years ago)
by michael:
- defaults.h: revert previous change
|
event.h
|
2865
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
fdlist.h
|
2881
(11 years ago)
by michael:
- Use the i/o subsystem to execute scheduled writes. Patch provided by Adam.
|
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
|
hook.h
|
2846
(11 years ago)
by michael:
- hook.h, hook.c: fixed indentation, removed whitespaces/tabs
|
hostmask.h
|
3553
(11 years ago)
by michael:
- find_address_conf(): constification
|
irc_string.h
|
2970
(11 years ago)
by michael:
- Move myctime() from irc_string.c to s_misc.c
|
ircd.h
|
2865
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
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
|
3085
(11 years ago)
by michael:
- listener.h: use an enum for flag types
|
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
|
2916
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
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
|
2865
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
numeric.h
|
3573
(11 years ago)
by michael:
- Replaced remaining sendto_one() with sendto_one_numeric().
SND_EXPLICIT idea derived from ircu.
|
packet.h
|
2865
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
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
|
3322
(11 years ago)
by michael:
- Moved irc_res.c to res.c
- Moved irc_reslib.c to reslib.c
|
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
|
2865
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
s_bsd.h
|
2865
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
send.h
|
3651
(11 years ago)
by michael:
- send.h: removed unused kill_client_serv_butone() prototype
|
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
|
3595
(11 years ago)
by michael:
- stdinc.h: disable printf format __attribute__
|
supported.h
|
3347
(11 years ago)
by michael:
- Moved files:
s_user.c -> user.c
s_misc.c -> misc.c
s_serv.c -> server.c
|
user.h
|
3347
(11 years ago)
by michael:
- Moved files:
s_user.c -> user.c
s_misc.c -> misc.c
s_serv.c -> server.c
|
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
|