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)
r1007
File Last Change
 ../
balloc.h 1007 (15 years ago) by michael: - continue doxyfying sources
channel.h 885 (17 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_mode.h 759 (19 years ago) by michael: - Fixed ban cache as reported by ThaPrince
client.h 1002 (15 years ago) by michael: - moved set_initial_nick() to m_nick.c
common.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
dbuf.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
defaults.h 912 (17 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
event.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
fdlist.h 992 (16 years ago) by michael: - fix possible auth/dns related memleaks
fileio.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
handlers.h 946 (16 years ago) by michael: - move m_error.c to modules/
hash.h 896 (17 years ago) by michael: - Killed s_stats.c
hook.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
hostmask.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
inet_misc.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
irc_getaddrinfo.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
irc_getnameinfo.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
irc_res.h 992 (16 years ago) by michael: - fix possible auth/dns related memleaks
irc_reslib.h 995 (16 years ago) by michael: - remove add_local_domain
irc_string.h 978 (16 years ago) by michael: - avoid using native basename() since some implementations may or may not modify passed data
ircd.h 948 (16 years ago) by michael: - lp64\llp64\ilp32 portability fixes
ircd_defs.h 1001 (15 years ago) by michael: - remove half done and broken win32 support
ircd_getopt.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
ircd_handler.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
ircd_signal.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
list.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
listener.h 900 (17 years ago) by michael: - Added new 'server' option to listener::flags
m_info.h 912 (17 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 (17 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
modules.h 978 (16 years ago) by michael: - avoid using native basename() since some implementations may or may not modify passed data
motd.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
msg.h 948 (16 years ago) by michael: - lp64\llp64\ilp32 portability fixes
numeric.h 876 (17 years ago) by michael: Backported WATCH
packet.h 163 (19 years ago) by adx: - MFC iorecv/iosend changes to allow charset recoding
parse.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
patchlevel.h 858 (18 years ago) by lusky: bump version to 7.2.3
restart.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
resv.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
rlimits.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
rng_mt.h 982 (16 years ago) by michael: - added a mersenne twister basedn prng
rsa.h 912 (17 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_auth.h 998 (16 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.
s_bsd.h 1000 (16 years ago) by michael: - timeout_auth_queries_event(): don't try to close auth->fd twice
s_conf.h 1005 (15 years ago) by michael: - remove conf_add_d_conf wrapper
s_gline.h 957 (16 years ago) by michael: - implement proper GUNGLINE support
s_log.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_misc.h 1004 (15 years ago) by michael: - remove unused small_file_date() function
s_serv.h 912 (17 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_user.h 573 (19 years ago) by michael: - ts6 fixes as explained on irc
send.h 885 (17 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
serno.h 46 (19 years ago) by lusky: MFC: switch to static "SVN" string
sprintf_irc.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
stdinc.h 1001 (15 years ago) by michael: - remove half done and broken win32 support
supported.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
tools.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
userhost.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
watch.h 954 (16 years ago) by michael: - propset svn:keywords - remove simple.conf. example.conf.quick is good enough
whowas.h 948 (16 years ago) by michael: - lp64\llp64\ilp32 portability fixes
0 directories and 58 files shown