ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r2336
File Last Change
 ../
conf_parser.c 2336 (10 years ago) by michael: - Added XLINE and RESV logging types
conf_parser.y 2336 (10 years ago) by michael: - Added XLINE and RESV logging types
hostmask.c 2331 (10 years ago) by michael: - hostmask.c:hash_text(): removed pointless cast
ircd.c 2330 (10 years ago) by michael: - ircd.c: temporarily disable FAKEHOST capability
version.c 2324 (10 years ago) by michael: - Fixed Dom's irc-name
motd.c 2320 (10 years ago) by michael: - motd.c: fixed possible core with "STATS z" as reported by Fawkes
Makefile.in 2318 (10 years ago) by michael: - Stole ircu's outbound message queue implementation for later use
xsnprintf.c 2318 (10 years ago) by michael: - Stole ircu's outbound message queue implementation for later use
msgq.c 2318 (10 years ago) by michael: - Stole ircu's outbound message queue implementation for later use
Makefile.am 2318 (10 years ago) by michael: - Stole ircu's outbound message queue implementation for later use
conf.c 2317 (10 years ago) by michael: - conf.c:attach_iline(): there should never be a conf that hasn't a class attached to it. Let it crash if it's otherwise
s_user.c 2314 (10 years ago) by michael: - s_user.c: style corrections, remove useless comment
s_serv.c 2309 (10 years ago) by michael: - s_serv.c:show_capabilities(): fixed buffer oddities
numeric.c 2304 (10 years ago) by michael: - numeric.c: constificate replies[]
s_misc.c 2301 (10 years ago) by michael: - s_misc.c: constify weekdays[], months[]
client.c 2300 (10 years ago) by michael: - whowas: Renamed functions. add_history -> whowas_add_history off_history -> whowas_off_history get_history -> whowas_get_history
whowas.c 2300 (10 years ago) by michael: - whowas: Renamed functions. add_history -> whowas_add_history off_history -> whowas_off_history get_history -> whowas_get_history
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
channel_mode.c 2296 (10 years ago) by michael: - Rename Ban::username structure member to Ban::user
channel.c 2296 (10 years ago) by michael: - Rename Ban::username structure member to Ban::user
s_bsd.c 2287 (10 years ago) by michael: - s_bsd.c:ssl_handshake(): shrink buffer size of md
conf_parser.h 2283 (10 years ago) by michael: - Added generall::cycle_on_host_change configuration option as requested by Adam <adam@anope.org>
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_class.c 2213 (10 years ago) by michael: - conf_class.c: white-space changes
parse.c 2182 (10 years ago) by michael: - Style correcions/white-space changes
s_auth.c 2181 (10 years ago) by michael: - Fixed debug assertion being triggered on ident lookup as reported by Stuart Walsh
conf_db.c 2174 (10 years ago) by michael: - Remove unused temporary_resv list. Move channel_resv_list to conf.c
resv.c 2174 (10 years ago) by michael: - Remove unused temporary_resv list. Move channel_resv_list to conf.c
rsa.c 2134 (10 years ago) by michael: - s_user.c, s_serv.c, rsa.c: style corrections; mostly whitespace changes
s_gline.c 1997 (10 years ago) by michael: - Mostly style cleanups & whitespace changes
modules.c 1997 (10 years ago) by michael: - Mostly style cleanups & whitespace changes
mempool.c 1967 (10 years ago) by michael: - Print chunk capacity to debug.log instead of ircd.log
hash.c 1964 (10 years ago) by michael: - Tweaked various mempool chunk sizes
irc_string.c 1921 (10 years ago) by michael: - Forward-port -r1920 [Dropped PCRE support]
match.c 1874 (10 years ago) by michael: - WHOIS may no longer accept wildcards
send.c 1844 (10 years ago) by michael: - send.c:sendto_common_channels_local(): fixed core which has been introduced in -r1734
irc_res.c 1834 (10 years ago) by michael: - Revert to -r1831
listener.c 1834 (10 years ago) by michael: - Revert to -r1831
log.c 1831 (10 years ago) by michael: - Forward-port -r1741 [Fixed logfiles not getting reopened on /rehash]
packet.c 1798 (10 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
s_bsd_poll.c 1736 (11 years ago) by michael: - Forward-port -r1732 [Dropped support for linux rt signals]
fdlist.c 1736 (11 years ago) by michael: - Forward-port -r1732 [Dropped support for linux rt signals]
event.c 1671 (11 years ago) by michael: - event.c: fixed bug spotted by Jakub S. where timed events stopped from working if the system's clock is running backwards
memory.c 1664 (11 years ago) by michael: - memory.c: removed mem_frob() - automake 1.12.5
rng_mt.c 1662 (11 years ago) by michael: - Fixed inconsistent svn file properties
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
list.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
hook.c 1646 (11 years ago) by michael: - First pass of conf parser stabilization/cleanup
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
s_bsd_devpoll.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
irc_reslib.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
ircd_signal.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_bsd_epoll.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
getopt.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_bsd_select.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_bsd_kqueue.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
0 directories and 57 files shown