ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r3717
File Last Change
 ../
Makefile.am 3347 (11 years ago) by michael: - Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
Makefile.in 3347 (11 years ago) by michael: - Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
auth.c 3563 (11 years ago) by michael: - auth.c: constification
channel.c 3523 (11 years ago) by michael: - channel.c:send_mode_list(): removed TS5 leftover
channel_mode.c 3713 (11 years ago) by michael: - channel_mode.c:chm_hop(): channel halfops (%) may now no longer (de)halfop other channel members
client.c 3502 (11 years ago) by michael: - client.c:free_client(): sanitize some weird looking assert()
conf.c 3504 (11 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
conf_class.c 3547 (11 years ago) by michael: - conf_class.c:class_free(): added an assert()
conf_db.c 3504 (11 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
conf_lexer.c 3513 (11 years ago) by michael: - Added usermode +p which hides channel list in WHOIS
conf_lexer.l 3513 (11 years ago) by michael: - Added usermode +p which hides channel list in WHOIS
conf_parser.c 3513 (11 years ago) by michael: - Added usermode +p which hides channel list in WHOIS
conf_parser.h 3513 (11 years ago) by michael: - Added usermode +p which hides channel list in WHOIS
conf_parser.y 3513 (11 years ago) by michael: - Added usermode +p which hides channel list in WHOIS
dbuf.c 3113 (11 years ago) by michael: - Update dbuf.h, dbuf.c
event.c 3599 (11 years ago) by michael: - event.c: use unsigned whenever possible
fdlist.c 3602 (11 years ago) by michael: - fdlist.c: style corrections
getopt.c 3250 (11 years ago) by michael: - Fixed inconsistent style in several places
gline.c 3321 (11 years ago) by michael: - Moved s_gline.c to gline.c
hash.c 3429 (11 years ago) by michael: - hash.c:list_one_channel(): constification
hook.c 3589 (11 years ago) by michael: - Use sendto_one_numeric() everywhere
hostmask.c 3553 (11 years ago) by michael: - find_address_conf(): constification
irc_string.c 3565 (11 years ago) by michael: - Style corrections
ircd.c 3525 (11 years ago) by michael: - ircd.c:main(): make this "don't run ircd as root!!!11" message look more serious
ircd_signal.c 3063 (11 years ago) by michael: - ircd_signal.c:sigint_handler(): fixed inconsistent "SIGINT received" vs. "received signal SIGTERM" message
list.c 3335 (11 years ago) by michael: - Style corrections
listener.c 3504 (11 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
log.c 3347 (11 years ago) by michael: - Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
match.c 3565 (11 years ago) by michael: - Style corrections
memory.c 3504 (11 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
mempool.c 3504 (11 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
misc.c 3455 (11 years ago) by michael: - misc.c:ssl_get_ciper(): get rid of this magic IRCD_BUFSIZE/4. Use IRCD_BUFSIZE instead.
modules.c 3504 (11 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
motd.c 3589 (11 years ago) by michael: - Use sendto_one_numeric() everywhere
numeric.c 3557 (11 years ago) by michael: - numeric.c: minor conversion specifier cleanups
packet.c 3453 (11 years ago) by michael: - packet.c: style corrections
parse.c 3638 (11 years ago) by michael: - parse.c: moved *para[] to parse()
res.c 3652 (11 years ago) by michael: - res.c: removed unused definitions
reslib.c 3369 (11 years ago) by michael: - reslib.c:parse_resvconf(): replaced irccmp with strcasecmp()
restart.c 3186 (11 years ago) by michael: - Get rid of the ID() macro
resv.c 3504 (11 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
rng_mt.c 1662 (12 years ago) by michael: - Fixed inconsistent svn file properties
rsa.c 3504 (11 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
s_bsd.c 3375 (11 years ago) by michael: - Style corrections
s_bsd_devpoll.c 2916 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
s_bsd_epoll.c 2916 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
s_bsd_kqueue.c 2916 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
s_bsd_poll.c 3504 (11 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
s_bsd_select.c 2916 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
send.c 3573 (11 years ago) by michael: - Replaced remaining sendto_one() with sendto_one_numeric(). SND_EXPLICIT idea derived from ircu.
server.c 3504 (11 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
user.c 3656 (11 years ago) by michael: - user.c:valid_username(): removed extraneous semicolon
version.c 3011 (11 years ago) by michael: - Update AUTHORS/version.c; add missing '>' spotted by Dizzie
watch.c 3424 (11 years ago) by michael: - Fixed possible WATCH core. Fix provided by Adam
whowas.c 3273 (11 years ago) by michael: - whowas.c:whowas_add_history(): constification; sanitize assert()
0 directories and 55 files shown