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)
r887
File Last Change
 ../
ircd_defs.h 100 (20 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.
packet.h 163 (20 years ago) by adx: - MFC iorecv/iosend changes to allow charset recoding
event.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
resv.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
parse.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
irc_reslib.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
irc_getaddrinfo.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_log.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
msg.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_gline.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
rsa.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
supported.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
tools.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
ircd_handler.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
ircd_signal.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
handlers.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
fileio.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
hostmask.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
m_info.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
userhost.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
common.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
fdlist.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
whowas.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
inet_misc.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
memory.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
restart.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_auth.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_stats.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
sprintf_irc.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
rlimits.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_misc.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
dbuf.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
hook.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
hash.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
list.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
irc_getnameinfo.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
ircd_getopt.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
motd.h 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
irc_res.h 447 (20 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)
serno.h 46 (20 years ago) by lusky: MFC: switch to static "SVN" string
listener.h 516 (20 years ago) by michael: - Removed unused struct DNSQuery pointer from Listener structure
stdinc.h 536 (20 years ago) by michael: - Can't use irccmp for qsort(), so let's use stricmp() when compiling on wins0x
s_bsd.h 549 (20 years ago) by michael: - Backported add_connection() speedups
s_user.h 573 (20 years ago) by michael: - ts6 fixes as explained on irc
irc_string.h 633 (20 years ago) by db: - optimise Michael's fake channel catcher. Make it work first, then optimise.
balloc.h 670 (20 years ago) by michael: - balloc.(c|h): backported r544 (Killed Block::used_list) - Update RELNOTES
setup.h.in 715 (20 years ago) by michael: - Rebuilt configure using autoconf 2.60
channel_mode.h 759 (19 years ago) by michael: - Fixed ban cache as reported by ThaPrince
patchlevel.h 858 (19 years ago) by lusky: bump version to 7.2.3
numeric.h 876 (18 years ago) by michael: Backported WATCH
defaults.h 876 (18 years ago) by michael: Backported WATCH
modules.h 876 (18 years ago) by michael: Backported WATCH
watch.h 879 (18 years ago) by michael: svn propset svn:keywords
send.h 885 (18 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_conf.h 885 (18 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
ircd.h 885 (18 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_serv.h 885 (18 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 (18 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
client.h 887 (18 years ago) by michael: - Backported new ACCEPT code which adds support for n!u@h masks
0 directories and 59 files shown