ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r2813
File Last Change
 ../
Makefile.am 2382 (10 years ago) by michael: - Remove msgq, and xsnprintf source files for now
Makefile.in 2722 (10 years ago) by michael: - automake 1.14.1
channel.c 2567 (10 years ago) by michael: - channel.c: optimized find_channel_link() as suggested by Adam <adam@anope.org>
channel_mode.c 2697 (10 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
client.c 2813 (10 years ago) by michael: - Renamed ban_them() to conf_try_ban() - conf_try_ban() removed exemption notices that are now redundant
conf.c 2736 (10 years ago) by michael: - conf.c:conf_free(): sanely clear hub/leaf lists fur debugging purposes
conf_class.c 2213 (10 years ago) by michael: - conf_class.c: white-space changes
conf_db.c 2174 (10 years ago) by michael: - Remove unused temporary_resv list. Move channel_resv_list to conf.c
conf_lexer.c 2283 (10 years ago) by michael: - Added generall::cycle_on_host_change configuration option as requested by Adam <adam@anope.org>
conf_lexer.l 2283 (10 years ago) by michael: - Added generall::cycle_on_host_change configuration option as requested by Adam <adam@anope.org>
conf_parser.c 2570 (10 years ago) by michael: - bison 3.0.1
conf_parser.h 2570 (10 years ago) by michael: - bison 3.0.1
conf_parser.y 2397 (10 years ago) by michael: - Fixed bug that would prevent servers from linking together if connect::aftype wasn't specified
dbuf.c 1654 (11 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
event.c 2680 (10 years ago) by michael: - event.c:aventAdIsh(): fixed compile warning with -Wunsuffixed-float-constants, replaced rand() with genrand_int32()
fdlist.c 1736 (11 years ago) by michael: - Forward-port -r1732 [Dropped support for linux rt signals]
getopt.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
hash.c 2757 (10 years ago) by michael: - hash.c:exceeding_sendq(): constification
hook.c 2694 (10 years ago) by michael: - Avoid magically sized temporary buffers
hostmask.c 2811 (10 years ago) by michael: - Greatly speedup k-/g-line lookup. Instead of testing every single client against every single k-/g-line just check the just added ban against connected clients.
irc_res.c 1834 (10 years ago) by michael: - Revert to -r1831
irc_reslib.c 2611 (10 years ago) by michael: - src/irc_reslib.c: removed advertising clause
irc_string.c 1921 (10 years ago) by michael: - Forward-port -r1920 [Dropped PCRE support]
ircd.c 2691 (10 years ago) by michael: - Avoid magically sized temporary buffers
ircd_signal.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
list.c 2714 (10 years ago) by michael: - list.c:dlinkFindDelete(): minor readability improvements
listener.c 2691 (10 years ago) by michael: - Avoid magically sized temporary buffers
log.c 1831 (10 years ago) by michael: - Forward-port -r1741 [Fixed logfiles not getting reopened on /rehash]
match.c 1874 (10 years ago) by michael: - WHOIS may no longer accept wildcards
memory.c 1664 (11 years ago) by michael: - memory.c: removed mem_frob() - automake 1.12.5
mempool.c 1967 (10 years ago) by michael: - Print chunk capacity to debug.log instead of ircd.log
modules.c 2525 (10 years ago) by michael: - Style corrections
motd.c 2410 (10 years ago) by michael: - motd.(c|h): fixed core with zero byte length ircd.motd. Reported by Fawkes
numeric.c 2727 (10 years ago) by michael: - Cleaned up RPL_WHOISADMIN hack
packet.c 1798 (10 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
parse.c 2786 (10 years ago) by michael: - parse.c, m_message.c: replaced few 512s with IRCD_BUFSIZE; removed useless casts
restart.c 1631 (11 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
resv.c 2174 (10 years ago) by michael: - Remove unused temporary_resv list. Move channel_resv_list to conf.c
rng_mt.c 1662 (11 years ago) by michael: - Fixed inconsistent svn file properties
rsa.c 2134 (10 years ago) by michael: - s_user.c, s_serv.c, rsa.c: style corrections; mostly whitespace changes
s_auth.c 2181 (10 years ago) by michael: - Fixed debug assertion being triggered on ident lookup as reported by Stuart Walsh
s_bsd.c 2733 (10 years ago) by michael: - s_bsd.c:ssl_handshake(): reset timeout handler once SSL_accept() has succeeded. Spotted by gp.
s_bsd_devpoll.c 2725 (10 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 (10 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 (10 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_poll.c 2725 (10 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 (10 years ago) by michael: - Fixed bug where ircd didn't timeout SSL connections that haven't finished the SSL handshake. Reported by Adam.
s_gline.c 1997 (10 years ago) by michael: - Mostly style cleanups & whitespace changes
s_misc.c 2301 (10 years ago) by michael: - s_misc.c: constify weekdays[], months[]
s_serv.c 2718 (10 years ago) by michael: - Fixed EOB not working for remote servers (Fake Direction)
s_user.c 2691 (10 years ago) by michael: - Avoid magically sized temporary buffers
send.c 2793 (10 years ago) by michael: - Make PRIVMSG/NOTICE use UID targets if possible
version.c 2732 (10 years ago) by michael: - Update copyright years
watch.c 2297 (10 years ago) by michael: - whowas.c: renamed count_whowas_memory() to whowas_count_memory() - watch_count_memory(), whowas_count_memory(): constification, renamed variables, removed unused variables
whowas.c 2748 (10 years ago) by michael: - Fixed server name leak for hidden servers in /who, /whois and /whowas
0 directories and 55 files shown