ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r2069
File Last Change
 ../
Makefile.am 1834 (10 years ago) by michael: - Revert to -r1831
Makefile.in 2064 (10 years ago) by michael: - automake 1.13.2
channel.c 1954 (10 years ago) by michael: - Implemented channel mode +M. Clients that haven't identified their name with NickServ may not speak in a channel that has this mode set
channel_mode.c 1954 (10 years ago) by michael: - Implemented channel mode +M. Clients that haven't identified their name with NickServ may not speak in a channel that has this mode set
client.c 1991 (10 years ago) by michael: - Only show remote client exit notices if the server sent an EOB
conf.c 2012 (10 years ago) by michael: - Removed 'remote', and 'global_kill' oper flags, and added 'connect', 'squit', and 'kill' flags for better fine-tuning instead. Whether or not a specific action is allowed on a remote server can be controlled by appeding the ':remote' flag. For example: 'kill' allows only local clients to be killed, whereas 'kill:remote' allows to issue a KILL for remote clients
conf_class.c 1783 (11 years ago) by michael: - Forward-port -r1774: - Configuration parser now does support 'year' and 'month' units - Add support for fake idle times to /whois. Known from csircd, this adds min_idle, and max_idle configuration directives to class{} blocks
conf_db.c 1858 (10 years ago) by michael: - Added basic support for libGeoIP - Added exempt configuration option to resv{} blocks
conf_lexer.c 2038 (10 years ago) by michael: - Added 'locops' and 'wallops' to irc-operator flags --- Diese und die folgenden Zeilen werden ignoriert -- M include/client.h M src/conf_parser.c M src/conf_parser.h M src/conf_lexer.c M src/conf_parser.y M src/conf_lexer.l M doc/reference.conf M modules/m_locops.c M modules/m_wallops.c
conf_lexer.l 2038 (10 years ago) by michael: - Added 'locops' and 'wallops' to irc-operator flags --- Diese und die folgenden Zeilen werden ignoriert -- M include/client.h M src/conf_parser.c M src/conf_parser.h M src/conf_lexer.c M src/conf_parser.y M src/conf_lexer.l M doc/reference.conf M modules/m_locops.c M modules/m_wallops.c
conf_parser.c 2038 (10 years ago) by michael: - Added 'locops' and 'wallops' to irc-operator flags --- Diese und die folgenden Zeilen werden ignoriert -- M include/client.h M src/conf_parser.c M src/conf_parser.h M src/conf_lexer.c M src/conf_parser.y M src/conf_lexer.l M doc/reference.conf M modules/m_locops.c M modules/m_wallops.c
conf_parser.h 2038 (10 years ago) by michael: - Added 'locops' and 'wallops' to irc-operator flags --- Diese und die folgenden Zeilen werden ignoriert -- M include/client.h M src/conf_parser.c M src/conf_parser.h M src/conf_lexer.c M src/conf_parser.y M src/conf_lexer.l M doc/reference.conf M modules/m_locops.c M modules/m_wallops.c
conf_parser.y 2038 (10 years ago) by michael: - Added 'locops' and 'wallops' to irc-operator flags --- Diese und die folgenden Zeilen werden ignoriert -- M include/client.h M src/conf_parser.c M src/conf_parser.h M src/conf_lexer.c M src/conf_parser.y M src/conf_lexer.l M doc/reference.conf M modules/m_locops.c M modules/m_wallops.c
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 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
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 1964 (10 years ago) by michael: - Tweaked various mempool chunk sizes
hook.c 1646 (11 years ago) by michael: - First pass of conf parser stabilization/cleanup
hostmask.c 1786 (11 years ago) by michael: - Fixed possible core in try_parse_v4_netmask() as reported by bobnomnom
irc_res.c 1834 (10 years ago) by michael: - Revert to -r1831
irc_reslib.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
irc_string.c 1921 (10 years ago) by michael: - Forward-port -r1920 [Dropped PCRE support]
ircd.c 1858 (10 years ago) by michael: - Added basic support for libGeoIP - Added exempt configuration option to resv{} blocks
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 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
listener.c 1834 (10 years ago) by michael: - Revert to -r1831
log.c 1831 (11 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 1997 (10 years ago) by michael: - Mostly style cleanups & whitespace changes
motd.c 1834 (10 years ago) by michael: - Revert to -r1831
numeric.c 1961 (10 years ago) by michael: - (RPL_REDIR) Change conversion specifiers
packet.c 1798 (11 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
parse.c 1834 (10 years ago) by michael: - Revert to -r1831
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 1927 (10 years ago) by michael: - Move report_resv() to m_stats.c
rng_mt.c 1662 (11 years ago) by michael: - Fixed inconsistent svn file properties
rsa.c 1752 (11 years ago) by michael: - Forward-port -r1740 [Fixed yyerror() not reporting configuration errors in some cases]
s_auth.c 1798 (11 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
s_bsd.c 1858 (10 years ago) by michael: - Added basic support for libGeoIP - Added exempt configuration option to resv{} blocks
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
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
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
s_bsd_poll.c 1736 (11 years ago) by michael: - Forward-port -r1732 [Dropped support for linux rt signals]
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_gline.c 1997 (10 years ago) by michael: - Mostly style cleanups & whitespace changes
s_misc.c 1847 (10 years ago) by michael: - Constification, replaced few sprintf with snprintf
s_serv.c 1972 (10 years ago) by michael: - Cleanup previous commit -r1957
s_user.c 2069 (10 years ago) by michael: - Fixed compile error
send.c 1844 (10 years ago) by michael: - send.c:sendto_common_channels_local(): fixed core which has been introduced in -r1734
version.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
watch.c 1857 (10 years ago) by michael: - Constification
whowas.c 1997 (10 years ago) by michael: - Mostly style cleanups & whitespace changes
0 directories and 55 files shown