ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include
r2028
File Last Change
 ../
channel.h 1937 (10 years ago) by michael: - Implemented channel mode +c. Known from other ircds, this mode basically prevents users from sending messages including control codes to a channel that has this mode set
channel_mode.h 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.h 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.h 1946 (10 years ago) by michael: - Removed channel::quiet_on_ban configuration option. This feature is now enabled by default
conf_class.h 1785 (11 years ago) by michael: - Forward-port -r1784 [Fix bug where idle time sometimes is 0 even if the client didn't send any private message]
conf_db.h 1737 (11 years ago) by michael: - Quick and dirty workaround to fix build on GNU/Hurd because of undefined PATH_MAX
dbuf.h 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
defaults.h 2028 (10 years ago) by michael: - Overhaul HELP system
event.h 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
fdlist.h 1736 (11 years ago) by michael: - Forward-port -r1732 [Dropped support for linux rt signals]
hash.h 1826 (10 years ago) by michael: - Minor cleanups to hash.c; removed now unused functions, style cleanups
hook.h 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
hostmask.h 1644 (11 years ago) by michael: - More config subsystem cleanups
irc_res.h 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
irc_reslib.h 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
irc_string.h 1921 (10 years ago) by michael: - Forward-port -r1920 [Dropped PCRE support]
ircd.h 1858 (10 years ago) by michael: - Added basic support for libGeoIP - Added exempt configuration option to resv{} blocks
ircd_defs.h 1751 (11 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
ircd_getopt.h 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
ircd_signal.h 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
list.h 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
listener.h 1798 (10 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
log.h 1831 (10 years ago) by michael: - Forward-port -r1741 [Fixed logfiles not getting reopened on /rehash]
memory.h 1664 (11 years ago) by michael: - memory.c: removed mem_frob() - automake 1.12.5
mempool.h 1662 (11 years ago) by michael: - Fixed inconsistent svn file properties
modules.h 1737 (11 years ago) by michael: - Quick and dirty workaround to fix build on GNU/Hurd because of undefined PATH_MAX
motd.h 1737 (11 years ago) by michael: - Quick and dirty workaround to fix build on GNU/Hurd because of undefined PATH_MAX
numeric.h 1937 (10 years ago) by michael: - Implemented channel mode +c. Known from other ircds, this mode basically prevents users from sending messages including control codes to a channel that has this mode set
packet.h 1798 (10 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
parse.h 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
patchlevel.h 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
restart.h 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
resv.h 1927 (10 years ago) by michael: - Move report_resv() to m_stats.c
rng_mt.h 1662 (11 years ago) by michael: - Fixed inconsistent svn file properties
rsa.h 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_auth.h 1798 (10 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
s_bsd.h 1666 (11 years ago) by michael: - Cleanup unused header file includes - Fixed minor compile warning in conf.c
s_gline.h 1798 (10 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
s_misc.h 1847 (10 years ago) by michael: - Constification, replaced few sprintf with snprintf
s_serv.h 1877 (10 years ago) by michael: - Made find_capability() return an unsigned int
s_user.h 2022 (10 years ago) by michael: - Remove entering_umode and change_umode callbacks in preparation for the modular usermode subsystem
send.h 1798 (10 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
serno.h 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
stdinc.h 1858 (10 years ago) by michael: - Added basic support for libGeoIP - Added exempt configuration option to resv{} blocks
supported.h 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
userhost.h 1644 (11 years ago) by michael: - More config subsystem cleanups
watch.h 1857 (10 years ago) by michael: - Constification
whowas.h 1857 (10 years ago) by michael: - Constification
0 directories and 48 files shown