ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r3166
File Last Change
 ../
Makefile.am 3048 (11 years ago) by michael: - ircd binary is now again placed in /bin instead of /sbin
Makefile.in 3048 (11 years ago) by michael: - ircd binary is now again placed in /bin instead of /sbin
channel.c 3145 (11 years ago) by michael: - channel.c: moved modebuf[] and parabuf[] to send_channel_modes()
channel_mode.c 3159 (11 years ago) by michael: - Fixed now outdated comments
client.c 3160 (11 years ago) by michael: - Minor corrections to -r3156 [Removed client_p pointers from everywhere]
conf.c 3110 (11 years ago) by michael: - Added sendto_one_notice()
conf_class.c 2916 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
conf_db.c 3067 (11 years ago) by michael: - conf_db.c: fixed inconsistent use of "can't" and "cannot"
conf_lexer.c 2283 (12 years ago) by michael: - Added generall::cycle_on_host_change configuration option as requested by Adam <adam@anope.org>
conf_lexer.l 2916 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
conf_parser.c 2853 (11 years ago) by michael: - Regenerate parser
conf_parser.h 2853 (11 years ago) by michael: - Regenerate parser
conf_parser.y 2916 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
dbuf.c 3113 (11 years ago) by michael: - Update dbuf.h, dbuf.c
event.c 2919 (11 years ago) by michael: - event.c: fixed compile error
fdlist.c 2916 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
getopt.c 2916 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
hash.c 3109 (11 years ago) by michael: - Applied Adam's sendto_one_numeric() changes
hook.c 2846 (11 years ago) by michael: - hook.h, hook.c: fixed indentation, removed whitespaces/tabs
hostmask.c 3005 (11 years ago) by michael: - hostmask.c:find_conf_by_address(): removed pointless password = "" assignment. match_conf_password() already deals with NULL pointers
irc_res.c 3109 (11 years ago) by michael: - Applied Adam's sendto_one_numeric() changes
irc_reslib.c 2611 (11 years ago) by michael: - src/irc_reslib.c: removed advertising clause
irc_string.c 2970 (11 years ago) by michael: - Move myctime() from irc_string.c to s_misc.c
ircd.c 3140 (11 years ago) by michael: - Get rid of halfop -> op rewriting for servers that don't support halfops
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 2916 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
listener.c 3109 (11 years ago) by michael: - Applied Adam's sendto_one_numeric() changes
log.c 2916 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
match.c 2945 (11 years ago) by michael: - match.c: removed unused header include
memory.c 2916 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
mempool.c 3079 (11 years ago) by michael: - white-space changes / style cleanups
modules.c 3031 (11 years ago) by michael: - modules.c:load_one_module(): renamed variables to make less confusing
motd.c 3110 (11 years ago) by michael: - Added sendto_one_notice()
numeric.c 3118 (11 years ago) by michael: - numeric.c, m_dline.c: fixed inconsistent use of "can't" and "cannot"
packet.c 3113 (11 years ago) by michael: - Update dbuf.h, dbuf.c
parse.c 3164 (11 years ago) by michael: - More client_p removal cleanups - parse.c:handle_command: now no longer drop servers if the right amount of parameters isn't given
restart.c 3166 (11 years ago) by michael: - restart.c:server_die(): replaced a sendto_one() with sendto_one_notice()
resv.c 2916 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
rng_mt.c 1662 (12 years ago) by michael: - Fixed inconsistent svn file properties
rsa.c 2916 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
s_auth.c 2929 (11 years ago) by michael: - s_auth.c, s_auth.h: optimized so we save unecessary auth_doing_list traversals. Patch provided by Adam.
s_bsd.c 2916 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
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 2916 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
s_bsd_select.c 2916 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
s_gline.c 2916 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
s_misc.c 2970 (11 years ago) by michael: - Move myctime() from irc_string.c to s_misc.c
s_serv.c 3156 (11 years ago) by michael: - Removed client_p pointers from everywhere
s_user.c 3157 (11 years ago) by michael: - s_user.c:set_user_mode(): replaced a IsServer () test with MyConnect()
send.c 3164 (11 years ago) by michael: - More client_p removal cleanups - parse.c:handle_command: now no longer drop servers if the right amount of parameters isn't given
version.c 3011 (11 years ago) by michael: - Update AUTHORS/version.c; add missing '>' spotted by Dizzie
watch.c 3109 (11 years ago) by michael: - Applied Adam's sendto_one_numeric() changes
whowas.c 2916 (11 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
0 directories and 55 files shown