ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.1.x/src
r2831
File Last Change
 ../
channel.c 2568 (10 years ago) by michael:
conf_lexer.c 2284 (10 years ago) by michael: - Added generall::cycle_on_host_change configuration option as requested by Adam <adam@anope.org>
conf_lexer.l 2284 (10 years ago) by michael: - Added generall::cycle_on_host_change configuration option as requested by Adam <adam@anope.org>
listener.c 2690 (10 years ago) by michael: - Avoid magically sized temporary buffers
s_user.c 2690 (10 years ago) by michael: - Avoid magically sized temporary buffers
ircd.c 2690 (10 years ago) by michael: - Avoid magically sized temporary buffers
hook.c 2693 (10 years ago) by michael: - Avoid magically sized temporary buffers
match.c 1884 (10 years ago) by michael: - Backported -r1874 [WHOIS may no longer accept wildcards]
parse.c 2821 (10 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
numeric.c 2726 (10 years ago) by michael: - Cleaned up RPL_WHOISADMIN hack --- Diese und die folgenden Zeilen werden ignoriert -- M include/numeric.h M src/numeric.c M modules/m_whois.c
Makefile.am 2158 (10 years ago) by michael: - Cleanup ISUPPORT code and get rid of message.c
irc_res.c 1867 (10 years ago) by michael: - Create 8.1.x branch
ircd_signal.c 1867 (10 years ago) by michael: - Create 8.1.x branch
packet.c 1867 (10 years ago) by michael: - Create 8.1.x branch
log.c 1867 (10 years ago) by michael: - Create 8.1.x branch
fdlist.c 1867 (10 years ago) by michael: - Create 8.1.x branch
getopt.c 1867 (10 years ago) by michael: - Create 8.1.x branch
restart.c 1867 (10 years ago) by michael: - Create 8.1.x branch
rng_mt.c 1867 (10 years ago) by michael: - Create 8.1.x branch
memory.c 1867 (10 years ago) by michael: - Create 8.1.x branch
dbuf.c 1867 (10 years ago) by michael: - Create 8.1.x branch
irc_string.c 1920 (10 years ago) by michael: - Dropped PCRE support
s_serv.c 2717 (10 years ago) by michael: - Fixed EOB not working for remote servers (Fake Direction)
conf_parser.y 2398 (10 years ago) by michael: - Fixed bug that would prevent servers from linking together if connect::aftype wasn't specified
s_bsd_poll.c 2724 (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_devpoll.c 2724 (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 2724 (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 2724 (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 2724 (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_auth.c 2180 (10 years ago) by michael: - Fixed debug assertion being triggered on ident lookup as reported by Stuart Walsh
whowas.c 2747 (10 years ago) by michael: - Fixed server name leak for hidden servers in /who, /whois and /whowas
hostmask.c 2815 (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. - Renamed ban_them() to conf_try_ban() - conf_try_ban() removed exemption notices that are now redundant - hostmask.c:parse_netmask(): optimize for the ipv4 case
client.c 2815 (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. - Renamed ban_them() to conf_try_ban() - conf_try_ban() removed exemption notices that are now redundant - hostmask.c:parse_netmask(): optimize for the ipv4 case
s_gline.c 1996 (10 years ago) by michael: - Mostly style cleanups & whitespace changes
mempool.c 1966 (10 years ago) by michael: - Print chunk capacity to debug.log instead of ircd.log
conf_db.c 2173 (10 years ago) by michael: - Remove unused temporary_resv list. Move channel_resv_list to conf.c
resv.c 2173 (10 years ago) by michael: - Remove unused temporary_resv list. Move channel_resv_list to conf.c
modules.c 2526 (10 years ago) by michael: - Style corrections
conf.c 2831 (10 years ago) by michael: - Tweak reloading/rehasing config files server notice
version.c 2731 (10 years ago) by michael: - Update copyright years
Makefile.in 2721 (10 years ago) by michael: - automake 1.14.1
conf_parser.c 2624 (10 years ago) by michael: - bison 3.0.2
conf_parser.h 2624 (10 years ago) by michael: - bison 3.0.2
channel_mode.c 2696 (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
conf_class.c 2214 (10 years ago) by michael: - conf_class.c: white-space changes
event.c 2679 (10 years ago) by michael: - event.c:aventAdIsh(): fixed compile warning with -Wunsuffixed-float-constants, replaced rand() with genrand_int32()
hash.c 2758 (10 years ago) by michael: - hash.c:exceeding_sendq(): constification
list.c 2715 (10 years ago) by michael: - list.c:dlinkFindDelete(): minor readability improvements
motd.c 2409 (10 years ago) by michael: - motd.(c|h): fixed core with zero byte length ircd.motd. Reported by Fawkes
s_bsd.c 2734 (10 years ago) by michael: - s_bsd.c:ssl_handshake(): reset timeout handler once SSL_accept() has succeeded. Spotted by gp.
s_misc.c 2302 (10 years ago) by michael: - s_misc.c: constify weekdays[], months[]
rsa.c 2135 (10 years ago) by michael: - s_user.c, s_serv.c, rsa.c: style corrections; mostly whitespace changes
send.c 2792 (10 years ago) by michael: - send.c:sendto_anywhere(): fix to previous commit. 'to' can be a remote connection not connected to our server
irc_reslib.c 2610 (10 years ago) by michael: - src/irc_reslib.c: removed advertising clause
watch.c 2298 (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
0 directories and 55 files shown