ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/include
(Current path doesn't exist after revision 1027)
r999
File Last Change
 ../
event.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
resv.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
parse.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
irc_getaddrinfo.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_log.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
supported.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
tools.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
ircd_handler.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
ircd_signal.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
fileio.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
hostmask.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
userhost.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
common.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
inet_misc.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
restart.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
sprintf_irc.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
rlimits.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
dbuf.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
hook.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
list.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
irc_getnameinfo.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
ircd_getopt.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
motd.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
patchlevel.h 858 (17 years ago) by lusky: bump version to 7.2.3
serno.h 46 (18 years ago) by lusky: MFC: switch to static "SVN" string
numeric.h 876 (16 years ago) by michael: Backported WATCH
s_user.h 573 (17 years ago) by michael: - ts6 fixes as explained on irc
client.h 999 (14 years ago) by michael: - removed references to struct DNSReply
s_bsd.h 999 (14 years ago) by michael: - removed references to struct DNSReply
s_conf.h 999 (14 years ago) by michael: - removed references to struct DNSReply
irc_reslib.h 995 (14 years ago) by michael: - remove add_local_domain
watch.h 954 (14 years ago) by michael: - propset svn:keywords - remove simple.conf. example.conf.quick is good enough
handlers.h 946 (14 years ago) by michael: - move m_error.c to modules/
msg.h 948 (14 years ago) by michael: - lp64\llp64\ilp32 portability fixes
whowas.h 948 (14 years ago) by michael: - lp64\llp64\ilp32 portability fixes
ircd.h 948 (14 years ago) by michael: - lp64\llp64\ilp32 portability fixes
s_gline.h 957 (14 years ago) by michael: - implement proper GUNGLINE support
ircd_defs.h 923 (16 years ago) by michael: - fixed compile with compressed links
stdinc.h 923 (16 years ago) by michael: - fixed compile with compressed links
irc_res.h 992 (14 years ago) by michael: - fix possible auth/dns related memleaks
fdlist.h 992 (14 years ago) by michael: - fix possible auth/dns related memleaks
s_auth.h 998 (14 years ago) by michael: - change resolver/auth to use balloc memory pool - ircd.c: init_resolver() has to be called *before* read_conf_files(), otherwise recvfrom() aborts with ENOTSOCK in case there are configured connect{} blocks with a host that needs to be resolved on the very first configuration read.
irc_string.h 978 (14 years ago) by michael: - avoid using native basename() since some implementations may or may not modify passed data
modules.h 978 (14 years ago) by michael: - avoid using native basename() since some implementations may or may not modify passed data
s_misc.h 967 (14 years ago) by michael: - added ssl_server_protocol configuration option to servinfo{}. valid flags are 'sslv3' and 'tlsv1'
rng_mt.h 982 (14 years ago) by michael: - added a mersenne twister basedn prng
send.h 885 (16 years ago) by michael: - Removed LazyLinks in 7.2 to stop people from asking why we keep broken code for half a decade. LL will be implemented in a smarter fashion in due time
channel.h 885 (16 years ago) by michael: - Removed LazyLinks in 7.2 to stop people from asking why we keep broken code for half a decade. LL will be implemented in a smarter fashion in due time
packet.h 163 (18 years ago) by adx: - MFC iorecv/iosend changes to allow charset recoding
hash.h 896 (16 years ago) by michael: - Killed s_stats.c
rsa.h 912 (16 years ago) by michael: - Implemented libtool-ltdl. Only shared modules are supported currently - Several build fixes and cleanups. ircd now builds and runs without any problems - Added back all files to SVN that are needed to built the daemon I really don't want to force other people that want to test the snapshots or svn versions to install yyacc, lex, automake, autoconf and libtool... No problem having required files in svn - Removed some automake maintainer stuff which is kinda useless for us
defaults.h 912 (16 years ago) by michael: - Implemented libtool-ltdl. Only shared modules are supported currently - Several build fixes and cleanups. ircd now builds and runs without any problems - Added back all files to SVN that are needed to built the daemon I really don't want to force other people that want to test the snapshots or svn versions to install yyacc, lex, automake, autoconf and libtool... No problem having required files in svn - Removed some automake maintainer stuff which is kinda useless for us
m_info.h 912 (16 years ago) by michael: - Implemented libtool-ltdl. Only shared modules are supported currently - Several build fixes and cleanups. ircd now builds and runs without any problems - Added back all files to SVN that are needed to built the daemon I really don't want to force other people that want to test the snapshots or svn versions to install yyacc, lex, automake, autoconf and libtool... No problem having required files in svn - Removed some automake maintainer stuff which is kinda useless for us
balloc.h 912 (16 years ago) by michael: - Implemented libtool-ltdl. Only shared modules are supported currently - Several build fixes and cleanups. ircd now builds and runs without any problems - Added back all files to SVN that are needed to built the daemon I really don't want to force other people that want to test the snapshots or svn versions to install yyacc, lex, automake, autoconf and libtool... No problem having required files in svn - Removed some automake maintainer stuff which is kinda useless for us
memory.h 912 (16 years ago) by michael: - Implemented libtool-ltdl. Only shared modules are supported currently - Several build fixes and cleanups. ircd now builds and runs without any problems - Added back all files to SVN that are needed to built the daemon I really don't want to force other people that want to test the snapshots or svn versions to install yyacc, lex, automake, autoconf and libtool... No problem having required files in svn - Removed some automake maintainer stuff which is kinda useless for us
s_serv.h 912 (16 years ago) by michael: - Implemented libtool-ltdl. Only shared modules are supported currently - Several build fixes and cleanups. ircd now builds and runs without any problems - Added back all files to SVN that are needed to built the daemon I really don't want to force other people that want to test the snapshots or svn versions to install yyacc, lex, automake, autoconf and libtool... No problem having required files in svn - Removed some automake maintainer stuff which is kinda useless for us
channel_mode.h 759 (17 years ago) by michael: - Fixed ban cache as reported by ThaPrince
listener.h 900 (16 years ago) by michael: - Added new 'server' option to listener::flags
0 directories and 58 files shown