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)
r897
File Last Change
 ../
packet.h 163 (18 years ago) by adx: - MFC iorecv/iosend changes to allow charset recoding
setup.h.in 897 (16 years ago) by db: - Major cleanup of build system (Stu should review this) Basically move shared stuff like help messages modules to datadir Try to keep to the original layout under prefix if --datadir --sysconfdir --localstatedir are not given - Make the example files have reasonable defaults, this bites me all the time anyway.
irc_string.h 633 (17 years ago) by db: - optimise Michael's fake channel catcher. Make it work first, then optimise.
irc_res.h 447 (18 years ago) by db: - reported by Jon, resolver was not checking for NXDOMAIN as well as SERVFAIL this caused odd DNS reports and took longer to connect. Tested by Jon (ThaPrince). (backported from head)
defaults.h 897 (16 years ago) by db: - Major cleanup of build system (Stu should review this) Basically move shared stuff like help messages modules to datadir Try to keep to the original layout under prefix if --datadir --sysconfdir --localstatedir are not given - Make the example files have reasonable defaults, this bites me all the time anyway.
patchlevel.h 858 (17 years ago) by lusky: bump version to 7.2.3
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_reslib.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.
msg.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_gline.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
rsa.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.
handlers.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.
m_info.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.
fdlist.h 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
whowas.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.
memory.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.
s_auth.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.
serno.h 46 (18 years ago) by lusky: MFC: switch to static "SVN" string
s_misc.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.
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
numeric.h 876 (16 years ago) by michael: Backported WATCH
watch.h 879 (16 years ago) by michael: svn propset svn:keywords
listener.h 516 (18 years ago) by michael: - Removed unused struct DNSQuery pointer from Listener structure
ircd_defs.h 100 (18 years ago) by michael: - CHANNELLEN vs. LOCAL_CHANNELLEN fix. Local JOINs are limited to 50chars whereas remote SJOINs/JOINs can be upto 200chars for backwards compatibility.
client.h 889 (16 years ago) by michael: - Got rid of Serv.dep_users and Serv.dep_servers
balloc.h 670 (17 years ago) by michael: - balloc.(c|h): backported r544 (Killed Block::used_list) - Update RELNOTES
s_bsd.h 549 (18 years ago) by michael: - Backported add_connection() speedups
s_conf.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
s_user.h 573 (17 years ago) by michael: - ts6 fixes as explained on irc
stdinc.h 536 (18 years ago) by michael: - Can't use irccmp for qsort(), so let's use stricmp() when compiling on wins0x
modules.h 876 (16 years ago) by michael: Backported WATCH
channel_mode.h 759 (17 years ago) by michael: - Fixed ban cache as reported by ThaPrince
ircd.h 896 (16 years ago) by michael: - Killed s_stats.c
s_serv.h 896 (16 years ago) by michael: - Killed s_stats.c
hash.h 896 (16 years ago) by michael: - Killed s_stats.c
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
0 directories and 58 files shown