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)
r601
File Last Change
 ../
balloc.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
channel.h 572 (19 years ago) by michael: - Backported changes made in HEAD to get rid of Channel::locmembers. This is mainly to save about 5megs of ram on networks like efnet where we have about 600k allocated Membership structures.
channel_mode.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
client.h 503 (19 years ago) by michael: - Backported CAP changes from HEAD since it doesn't affect any of the ircd's core components and should be supported as soon as possible.
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 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
event.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
fdlist.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
fileio.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
handlers.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
hash.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
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 447 (19 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)
irc_reslib.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
irc_string.h 593 (19 years ago) by michael: - Backported RKLINE fix so the user and host portion of a banmask don't get cut off after 10 and 63 chars, respectively. A split_nuh() rewrite was required for this. - Removed now unused xstrldup() function
ircd.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
ircd_defs.h 100 (19 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.
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 516 (19 years ago) by michael: - Removed unused struct DNSQuery pointer from Listener structure
m_info.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
memory.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
modules.h 512 (19 years ago) by michael: - Fixed static build for m_cap() (fix doesn't need to get forward-ported to HEAD) - Added BS alias for BOTSERV
motd.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
msg.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
numeric.h 503 (19 years ago) by michael: - Backported CAP changes from HEAD since it doesn't affect any of the ircd's core components and should be supported as soon as possible.
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 541 (19 years ago) by lusky: bump version to 7.2.1 (release)
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.
rsa.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_auth.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_bsd.h 549 (19 years ago) by michael: - Backported add_connection() speedups
s_conf.h 593 (19 years ago) by michael: - Backported RKLINE fix so the user and host portion of a banmask don't get cut off after 10 and 63 chars, respectively. A split_nuh() rewrite was required for this. - Removed now unused xstrldup() function
s_gline.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_log.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_misc.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_serv.h 327 (19 years ago) by michael: - propset svn:keywords "Id" modules/m_tburst.c - Added CAP_TBURST definition to get m_tburst.c compile
s_stats.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_user.h 573 (19 years ago) by michael: - ts6 fixes as explained on irc
send.h 163 (19 years ago) by adx: - MFC iorecv/iosend changes to allow charset recoding
serno.h 46 (19 years ago) by lusky: MFC: switch to static "SVN" string
setup.h.in 166 (19 years ago) by db: Backported from HEAD - committed configure changes by nenolod (William Pitcock) to check for HAVE_DLINFO - fixed logic for picking up address for the mod_list
sprintf_irc.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
stdinc.h 536 (19 years ago) by michael: - Can't use irccmp for qsort(), so let's use stricmp() when compiling on wins0x
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.
whowas.h 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
0 directories and 58 files shown