ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/include
(Current path doesn't exist after revision 1586)
r357
File Last Change
 ../
conf/ 267 (18 years ago) by adx: + s/extern/EXTERN/ in include/conf + implemented class{} from scratch; it's almost done, I only need to add limit checking code + added nice syntax e.g. number_per_ip = 3, global:5; + added some aliases ie host_limit === number_per_ip, userhost_limit === number_per_userhost (replaces max_local & max_global mess) + check example.conf for more details.
send.h 190 (18 years ago) by adx: * prototypes are now prefixed with either nothing or EXTERN (meaning it's an ircd.dll API) * dynamic modules now work on win32.
resv.h 190 (18 years ago) by adx: * prototypes are now prefixed with either nothing or EXTERN (meaning it's an ircd.dll API) * dynamic modules now work on win32.
parse.h 190 (18 years ago) by adx: * prototypes are now prefixed with either nothing or EXTERN (meaning it's an ircd.dll API) * dynamic modules now work on win32.
s_gline.h 190 (18 years ago) by adx: * prototypes are now prefixed with either nothing or EXTERN (meaning it's an ircd.dll API) * dynamic modules now work on win32.
rsa.h 190 (18 years ago) by adx: * prototypes are now prefixed with either nothing or EXTERN (meaning it's an ircd.dll API) * dynamic modules now work on win32.
listener.h 190 (18 years ago) by adx: * prototypes are now prefixed with either nothing or EXTERN (meaning it's an ircd.dll API) * dynamic modules now work on win32.
ircd_signal.h 190 (18 years ago) by adx: * prototypes are now prefixed with either nothing or EXTERN (meaning it's an ircd.dll API) * dynamic modules now work on win32.
handlers.h 190 (18 years ago) by adx: * prototypes are now prefixed with either nothing or EXTERN (meaning it's an ircd.dll API) * dynamic modules now work on win32.
packet.h 190 (18 years ago) by adx: * prototypes are now prefixed with either nothing or EXTERN (meaning it's an ircd.dll API) * dynamic modules now work on win32.
hostmask.h 190 (18 years ago) by adx: * prototypes are now prefixed with either nothing or EXTERN (meaning it's an ircd.dll API) * dynamic modules now work on win32.
userhost.h 190 (18 years ago) by adx: * prototypes are now prefixed with either nothing or EXTERN (meaning it's an ircd.dll API) * dynamic modules now work on win32.
parse_aline.h 190 (18 years ago) by adx: * prototypes are now prefixed with either nothing or EXTERN (meaning it's an ircd.dll API) * dynamic modules now work on win32.
stdinc.h 190 (18 years ago) by adx: * prototypes are now prefixed with either nothing or EXTERN (meaning it's an ircd.dll API) * dynamic modules now work on win32.
s_auth.h 190 (18 years ago) by adx: * prototypes are now prefixed with either nothing or EXTERN (meaning it's an ircd.dll API) * dynamic modules now work on win32.
restart.h 190 (18 years ago) by adx: * prototypes are now prefixed with either nothing or EXTERN (meaning it's an ircd.dll API) * dynamic modules now work on win32.
s_stats.h 190 (18 years ago) by adx: * prototypes are now prefixed with either nothing or EXTERN (meaning it's an ircd.dll API) * dynamic modules now work on win32.
hash.h 190 (18 years ago) by adx: * prototypes are now prefixed with either nothing or EXTERN (meaning it's an ircd.dll API) * dynamic modules now work on win32.
ircd_getopt.h 190 (18 years ago) by adx: * prototypes are now prefixed with either nothing or EXTERN (meaning it's an ircd.dll API) * dynamic modules now work on win32.
motd.h 190 (18 years ago) by adx: * prototypes are now prefixed with either nothing or EXTERN (meaning it's an ircd.dll API) * dynamic modules now work on win32.
ircd_defs.h 99 (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.
watch.h 231 (18 years ago) by michael: - Cleaned up watchcode
defaults.h 221 (18 years ago) by michael: - Finished WATCH implementation - Added missing 'return' after register_remote_user() call in nick_from_server() which would cause an extra hash_del/strcpy/hash_add combination.
metadata.h 297 (18 years ago) by nenolod: - Fix indentation style on metadata source, and enable keyword expansion. (sorry!)
numeric.h 217 (18 years ago) by michael: - Fixed compile error in m_invite.c and s_serv.c - Added m_watch.c
modules.h 217 (18 years ago) by michael: - Fixed compile error in m_invite.c and s_serv.c - Added m_watch.c
channel.h 291 (18 years ago) by michael: - Fixed name clash between *FloodNoticed macros in client.h and channel.h
whowas.h 194 (18 years ago) by michael: - Fixed several compiletime warnings
s_user.h 332 (18 years ago) by michael: - Got rid of do_local_user() function
s_serv.h 349 (18 years ago) by michael: - Got rid of multiple bogus_host() copies
msg.h 354 (18 years ago) by michael: - Made struct Message.bytes a 64-bit integer datatype
s_conf.h 357 (18 years ago) by michael: - Mainly re-wrote split_nuh() to fix a regexp kline bug where we would cut off the user portion after 9 chars, but also to be a bit more flexible when we have to deal with different user/host name lengths. - Re-wrote m_capture() to use split_nuh()
client.h 315 (18 years ago) by michael: - Moved 'invited' dlink_list to LocalUser struct which will save some 1.3mb of ram on a typical efnet server.
ircd.h 278 (18 years ago) by db: - add a maxlisters /quote set limit the number of possible listings going on at once
setup.h.in 165 (18 years ago) by db: - committed configure changes by nenolod (William Pitcock) to check for HAVE_DLINFO - fixed logic for picking up address for the mod_list
common.h 62 (18 years ago) by adx: - reorganisation goes on, removed external references from libio/mem
channel_mode.h 227 (18 years ago) by db: - replace all MODE_PRIVATE with MODE_PARANOID - Can't use make_dlink_node() too early in startup or it will core
supported.h 33 (18 years ago) by knight: - svn:keywords
ircd_handler.h 33 (18 years ago) by knight: - svn:keywords
m_info.h 33 (18 years ago) by knight: - svn:keywords
patchlevel.h 154 (18 years ago) by lusky: bump patchlevel to 7.3beta. Change this to 7.3beta1 when we are ready to release beta1.
serno.h 45 (18 years ago) by lusky: change to static "SVN"
1 directory and 41 files shown

Properties

Name Value
svn:ignore Makefile *~ *.rej *.orig *core *.o config.status config.cache config.log autom4te.cache .depend .kdev*