ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r2879
File Last Change (rev)
 ../
motd.c 2874 (12 years ago) by michael: - motd.c:motd_lookup(): constification
ircd.c 2872 (12 years ago) by michael: - Moved configuration related code from ircd.c to conf.c
conf.c 2872 (12 years ago) by michael: - Moved configuration related code from ircd.c to conf.c
s_gline.c 2870 (12 years ago) by michael: - s_gline.c:find_is_glined(): style cleanup
send.c 2867 (12 years ago) by michael: - send.c, send.h: made some things use an enum
watch.c 2855 (12 years ago) by michael: - Fixed indentation, removed whitespaces/tabs, update copyright header
version.c 2855 (12 years ago) by michael: - Fixed indentation, removed whitespaces/tabs, update copyright header
conf_parser.c 2853 (12 years ago) by michael: - Regenerate parser
conf_parser.h 2853 (12 years ago) by michael: - Regenerate parser
conf_parser.y 2852 (12 years ago) by michael: - Added 'unxline' oper privilege for better fine tuning
numeric.c 2848 (12 years ago) by michael: - Made irc numeric use an enum
hook.c 2846 (12 years ago) by michael: - hook.h, hook.c: fixed indentation, removed whitespaces/tabs
ircd_signal.c 2838 (12 years ago) by michael: - ircd_signal.c: fixed typo in comment
parse.c 2820 (12 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
hostmask.c 2814 (12 years ago) by michael: - hostmask.c:parse_netmask(): optimize for the ipv4 case
client.c 2813 (12 years ago) by michael: - Renamed ban_them() to conf_try_ban() - conf_try_ban() removed exemption notices that are now redundant
hash.c 2757 (12 years ago) by michael: - hash.c:exceeding_sendq(): constification
whowas.c 2748 (12 years ago) by michael: - Fixed server name leak for hidden servers in /who, /whois and /whowas
s_bsd.c 2733 (12 years ago) by michael: - s_bsd.c:ssl_handshake(): reset timeout handler once SSL_accept() has succeeded. Spotted by gp.
s_bsd_poll.c 2725 (12 years ago) by michael: - Fixed bug where ircd didn't timeout SSL connections that haven't finished the SSL handshake. Reported by Adam.
s_bsd_devpoll.c 2725 (12 years ago) by michael: - Fixed bug where ircd didn't timeout SSL connections that haven't finished the SSL handshake. Reported by Adam.
s_bsd_epoll.c 2725 (12 years ago) by michael: - Fixed bug where ircd didn't timeout SSL connections that haven't finished the SSL handshake. Reported by Adam.
s_bsd_select.c 2725 (12 years ago) by michael: - Fixed bug where ircd didn't timeout SSL connections that haven't finished the SSL handshake. Reported by Adam.
s_bsd_kqueue.c 2725 (12 years ago) by michael: - Fixed bug where ircd didn't timeout SSL connections that haven't finished the SSL handshake. Reported by Adam.
Makefile.in 2722 (12 years ago) by michael: - automake 1.14.1
s_serv.c 2718 (12 years ago) by michael: - Fixed EOB not working for remote servers (Fake Direction)
list.c 2714 (12 years ago) by michael: - list.c:dlinkFindDelete(): minor readability improvements
channel_mode.c 2697 (12 years ago) by michael: - channel_mode.c:set_channel_mode(): removed legacy code which has been introduced in rev 7.66(CVS) / Sat Dec 14 04:08:38 2002
listener.c 2691 (12 years ago) by michael: - Avoid magically sized temporary buffers
s_user.c 2691 (12 years ago) by michael: - Avoid magically sized temporary buffers
event.c 2680 (12 years ago) by michael: - event.c:aventAdIsh(): fixed compile warning with -Wunsuffixed-float-constants, replaced rand() with genrand_int32()
irc_reslib.c 2611 (12 years ago) by michael: - src/irc_reslib.c: removed advertising clause
channel.c 2567 (12 years ago) by michael: - channel.c: optimized find_channel_link() as suggested by Adam <adam@anope.org>
modules.c 2525 (12 years ago) by michael: - Style corrections
Makefile.am 2382 (13 years ago) by michael: - Remove msgq, and xsnprintf source files for now
s_misc.c 2301 (13 years ago) by michael: - s_misc.c: constify weekdays[], months[]
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_lexer.l 2283 (13 years ago) by michael: - Added generall::cycle_on_host_change configuration option as requested by Adam <adam@anope.org>
conf_class.c 2213 (13 years ago) by michael: - conf_class.c: white-space changes
s_auth.c 2181 (13 years ago) by michael: - Fixed debug assertion being triggered on ident lookup as reported by Stuart Walsh
conf_db.c 2174 (13 years ago) by michael: - Remove unused temporary_resv list. Move channel_resv_list to conf.c
resv.c 2174 (13 years ago) by michael: - Remove unused temporary_resv list. Move channel_resv_list to conf.c
rsa.c 2134 (13 years ago) by michael: - s_user.c, s_serv.c, rsa.c: style corrections; mostly whitespace changes
mempool.c 1967 (13 years ago) by michael: - Print chunk capacity to debug.log instead of ircd.log
irc_string.c 1921 (13 years ago) by michael: - Forward-port -r1920 [Dropped PCRE support]
match.c 1874 (13 years ago) by michael: - WHOIS may no longer accept wildcards
irc_res.c 1834 (13 years ago) by michael: - Revert to -r1831
log.c 1831 (13 years ago) by michael: - Forward-port -r1741 [Fixed logfiles not getting reopened on /rehash]
packet.c 1798 (13 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
fdlist.c 1736 (13 years ago) by michael: - Forward-port -r1732 [Dropped support for linux rt signals]
memory.c 1664 (13 years ago) by michael: - memory.c: removed mem_frob() - automake 1.12.5
rng_mt.c 1662 (13 years ago) by michael: - Fixed inconsistent svn file properties
dbuf.c 1654 (13 years ago) by michael: - Implemented memory pool allocator which basically is taken from Tor's mempool allocator for Tor cells - Fixed compile warnings in conf_class.c - ./configure --enable-assert works again
restart.c 1631 (13 years ago) by michael: - restart.c: since save_all_databases may generate server traffic and log activity, it makes more sense to save the databases _before_ flushing the sendqueue/closing file descriptors
getopt.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
0 directories and 55 files shown