ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r3057
File (rev) Last Change
 ../
whowas.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
watch.c 2855 (12 years ago) by michael: - Fixed indentation, removed whitespaces/tabs, update copyright header
version.c 3011 (12 years ago) by michael: - Update AUTHORS/version.c; add missing '>' spotted by Dizzie
send.c 2958 (12 years ago) by michael: - Removed sendto_channel_remote()
s_user.c 2955 (12 years ago) by michael: - register_remote_user(): removed unused realname/gecos parameter
s_serv.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
s_misc.c 2970 (12 years ago) by michael: - Move myctime() from irc_string.c to s_misc.c
s_gline.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
s_bsd_select.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
s_bsd_poll.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
s_bsd_kqueue.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
s_bsd_epoll.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
s_bsd_devpoll.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
s_bsd.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
s_auth.c 2929 (12 years ago) by michael: - s_auth.c, s_auth.h: optimized so we save unecessary auth_doing_list traversals. Patch provided by Adam.
rsa.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
rng_mt.c 1662 (13 years ago) by michael: - Fixed inconsistent svn file properties
resv.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
restart.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
parse.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
packet.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
numeric.c 2989 (12 years ago) by michael: - Stole recent /map changes from p4. Network map looks much better now.
motd.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
modules.c 3031 (12 years ago) by michael: - modules.c:load_one_module(): renamed variables to make less confusing
mempool.c 3036 (12 years ago) by michael: - mempool.c: ifdef out destroy_chunks()
memory.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
match.c 2945 (12 years ago) by michael: - match.c: removed unused header include
log.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
listener.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
list.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
ircd_signal.c 2838 (12 years ago) by michael: - ircd_signal.c: fixed typo in comment
ircd.c 3055 (12 years ago) by michael: - Removed FAKEHOST server capability for now
irc_string.c 2970 (12 years ago) by michael: - Move myctime() from irc_string.c to s_misc.c
irc_reslib.c 2611 (12 years ago) by michael: - src/irc_reslib.c: removed advertising clause
irc_res.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
hostmask.c 3005 (12 years ago) by michael: - hostmask.c:find_conf_by_address(): removed pointless password = "" assignment. match_conf_password() already deals with NULL pointers
hook.c 2846 (12 years ago) by michael: - hook.h, hook.c: fixed indentation, removed whitespaces/tabs
hash.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
getopt.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
fdlist.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
event.c 2919 (12 years ago) by michael: - event.c: fixed compile error
dbuf.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
conf_parser.y 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
conf_parser.h 2853 (12 years ago) by michael: - Regenerate parser
conf_parser.c 2853 (12 years ago) by michael: - Regenerate parser
conf_lexer.l 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
conf_lexer.c 2283 (13 years ago) by michael: - Added generall::cycle_on_host_change configuration option as requested by Adam <adam@anope.org>
conf_db.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
conf_class.c 2916 (12 years ago) by michael: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
conf.c 3022 (12 years ago) by michael: - Moved "struct config_channel_entry ConfigChannel" from channel.c to conf.c
client.c 3024 (12 years ago) by michael: - client.c:find_person(): fixed mismatching prototype as pointed out by Adam
channel_mode.c 3057 (12 years ago) by michael: - channel_mode.c: made mode_count, mode_limit, simple_modes_mask unsigned int types
channel.c 3045 (12 years ago) by michael: - Removed CAP_CHW. This is mandatory since hybrid 6.0 beta 25
Makefile.in 3048 (12 years ago) by michael: - ircd binary is now again placed in /bin instead of /sbin
Makefile.am 3048 (12 years ago) by michael: - ircd binary is now again placed in /bin instead of /sbin
0 directories and 55 files shown