ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include
r2150
File Last Change
 ../
channel.h 2133 (10 years ago) by michael: - get_member_status(), valid_wildcard(): constification
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 2138 (10 years ago) by michael: - s_user.c:user_set_hostmask(): don't unset FLAGS_IP_SPOOFING if the client's hostname has already been spoofed by an auth{} block based spoof.
conf.h 2150 (10 years ago) by michael: - Implement motd{} configuration blocks based on ircu's implementation
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
message.h 2150 (10 years ago) by michael: - Implement motd{} configuration blocks based on ircu's implementation
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 2150 (10 years ago) by michael: - Implement motd{} configuration blocks based on ircu's implementation
numeric.h 2150 (10 years ago) by michael: - Implement motd{} configuration blocks based on ircu's implementation
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 2130 (10 years ago) by michael: - resv.c: move valid_wild_card_simple() to conf.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 2137 (10 years ago) by michael: - Finished proper implementation of usermode 'x' (UMODE_HIDDENHOST) Only services may set a fakehost via SVSMODE.
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 49 files shown