../
|
auth.h
|
3324
(11 years ago)
by michael:
- Moved s_auth.c to auth.c
|
channel.h
|
4023
(11 years ago)
by michael:
- channel.h: removed Channel.last_invite; it's not used anymore
|
channel_mode.h
|
3925
(11 years ago)
by michael:
- Fixed bunch of compile warnings with -Wconversion
|
client.h
|
4027
(11 years ago)
by michael:
- client.h: fixed comment
|
conf.h
|
4080
(11 years ago)
by michael:
- conf.c, conf.h: change some structures to anonymous structures
|
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
|
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
|
3929
(11 years ago)
by michael:
- Greatly speedup d-line lookup. Instead of testing every single client against
every existing d-line just check the just added ban against connected clients.
Also now check d-line _before_ looking for a matching exempt{}
|
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
|
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
|
2865
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
numeric.h
|
3767
(11 years ago)
by michael:
- /INVITE without any parameters now shows a list of channels a client is invited to
|
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
|
3844
(11 years ago)
by michael:
- send.h: update comment
|
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
|
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
|
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
|