ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r1813
File Last Change
 ../
Makefile.am 1793 (12 years ago) by michael: - Replaced all occurrences of ircsprintf with sprintf/snprintf and killed sprintf_irc.(c|h)
Makefile.in 1793 (12 years ago) by michael: - Replaced all occurrences of ircsprintf with sprintf/snprintf and killed sprintf_irc.(c|h)
channel.c 1798 (12 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
channel_mode.c 1793 (12 years ago) by michael: - Replaced all occurrences of ircsprintf with sprintf/snprintf and killed sprintf_irc.(c|h)
client.c 1798 (12 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
conf.c 1751 (12 years ago) by michael: - Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurable via ircd.conf. A max_nick_length, as well as a max_topic_length configuration option can now be found in the serverinfo{} block] - OpenSSL 0.9.8s and higher is now required in order to enable ssl support
conf_class.c 1783 (12 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 1668 (12 years ago) by michael: - conf_db.c: import backup/restore cleanups from 5.1.24
conf_lexer.c 1783 (12 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_lexer.l 1783 (12 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_parser.c 1793 (12 years ago) by michael: - Replaced all occurrences of ircsprintf with sprintf/snprintf and killed sprintf_irc.(c|h)
conf_parser.h 1793 (12 years ago) by michael: - Replaced all occurrences of ircsprintf with sprintf/snprintf and killed sprintf_irc.(c|h)
conf_parser.y 1793 (12 years ago) by michael: - Replaced all occurrences of ircsprintf with sprintf/snprintf and killed sprintf_irc.(c|h)
dbuf.c 1654 (12 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 (12 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 (12 years ago) by michael: - Forward-port -r1732 [Dropped support for linux rt signals]
getopt.c 1592 (12 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
hash.c 1798 (12 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
hook.c 1646 (12 years ago) by michael: - First pass of conf parser stabilization/cleanup
hostmask.c 1786 (12 years ago) by michael: - Fixed possible core in try_parse_v4_netmask() as reported by bobnomnom
irc_res.c 1793 (12 years ago) by michael: - Replaced all occurrences of ircsprintf with sprintf/snprintf and killed sprintf_irc.(c|h)
irc_reslib.c 1592 (12 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
irc_string.c 1801 (12 years ago) by michael: - myctime(): replaced strcpy() with strlcpy()
ircd.c 1798 (12 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
ircd_signal.c 1592 (12 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
list.c 1654 (12 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 1798 (12 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
log.c 1737 (12 years ago) by michael: - Quick and dirty workaround to fix build on GNU/Hurd because of undefined PATH_MAX
match.c 1666 (12 years ago) by michael: - Cleanup unused header file includes - Fixed minor compile warning in conf.c
memory.c 1664 (12 years ago) by michael: - memory.c: removed mem_frob() - automake 1.12.5
mempool.c 1662 (12 years ago) by michael: - Fixed inconsistent svn file properties
messages.tab 1783 (12 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
modules.c 1737 (12 years ago) by michael: - Quick and dirty workaround to fix build on GNU/Hurd because of undefined PATH_MAX
motd.c 1793 (12 years ago) by michael: - Replaced all occurrences of ircsprintf with sprintf/snprintf and killed sprintf_irc.(c|h)
numeric.c 1646 (12 years ago) by michael: - First pass of conf parser stabilization/cleanup
packet.c 1798 (12 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
parse.c 1793 (12 years ago) by michael: - Replaced all occurrences of ircsprintf with sprintf/snprintf and killed sprintf_irc.(c|h)
restart.c 1631 (12 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 1687 (12 years ago) by michael: - Forward-port -r1685 [STATS q|Q now shows how many times a resv{} block has been matched]
rng_mt.c 1662 (12 years ago) by michael: - Fixed inconsistent svn file properties
rsa.c 1752 (12 years ago) by michael: - Forward-port -r1740 [Fixed yyerror() not reporting configuration errors in some cases]
s_auth.c 1798 (12 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
s_bsd.c 1649 (12 years ago) by michael: - minor MaskItem structure cleanup
s_bsd_devpoll.c 1592 (12 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_bsd_epoll.c 1592 (12 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_bsd_kqueue.c 1592 (12 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_bsd_poll.c 1736 (12 years ago) by michael: - Forward-port -r1732 [Dropped support for linux rt signals]
s_bsd_select.c 1592 (12 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_gline.c 1644 (12 years ago) by michael: - More config subsystem cleanups
s_misc.c 1793 (12 years ago) by michael: - Replaced all occurrences of ircsprintf with sprintf/snprintf and killed sprintf_irc.(c|h)
s_serv.c 1793 (12 years ago) by michael: - Replaced all occurrences of ircsprintf with sprintf/snprintf and killed sprintf_irc.(c|h)
s_user.c 1813 (12 years ago) by michael: - set_user_mode(): remove useless debugging notice
send.c 1798 (12 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
version.c 1592 (12 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
watch.c 1666 (12 years ago) by michael: - Cleanup unused header file includes - Fixed minor compile warning in conf.c
whowas.c 1592 (12 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
0 directories and 56 files shown