ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/include
(Current path doesn't exist after revision 1586)
r571
File Last Change
 ../
conf/ 477 (18 years ago) by adx: + additional parameter 'exact' for find_module(): if NO, match only the canonical name i.e. m_part.ABC will match m_part.so or built-in m_part (used to check if any version of a module is loaded) if YES, match the whole file name (used with /modunload and friends)
channel.h 491 (18 years ago) by michael: - Got rid of extra strlenS and redundant hash_find_channel() calls - Cleaned up channel name validation routines - mo_force: don't allow servers to be added to a channel
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
client.h 551 (17 years ago) by michael: - Fixed compile warnings
common.h 62 (18 years ago) by adx: - reorganisation goes on, removed external references from libio/mem
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.
handlers.h 513 (18 years ago) by michael: - Moved m_error to core modules and made remaining command handlers use m_ignore instead of m_error
hash.h 398 (18 years ago) by michael: - Ripped out lazylinks as discussed on irc. the main concept wasn't very well designed and will be done in a better way some day. Anyways, they propably never worked and were considered bloat by most people. Good bye!
hostmask.h 539 (18 years ago) by michael: - We do not need a local copy of addr in accept_connection() Made several functions use the const keyword for read-only parameters
ircd.h 515 (18 years ago) by michael: - Moved tstats() to m_stats.c and killed s_stats.(c|h) - Got rid of extra ServerStats pointer - Killed ms_error which was basically a duplication of m_error
ircd_defs.h 534 (18 years ago) by michael: - Renamed MAXPARA definition to IRCD_MAXPARA and moved it to ircd_defs.h - Untabified parse.c
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.
ircd_handler.h 33 (18 years ago) by knight: - svn:keywords
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.
listener.h 517 (18 years ago) by michael: - Removed unused struct DNSQuery pointer from Listener structure
m_info.h 33 (18 years ago) by knight: - svn:keywords
metadata.h 297 (18 years ago) by nenolod: - Fix indentation style on metadata source, and enable keyword expansion. (sorry!)
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.
msg.h 534 (18 years ago) by michael: - Renamed MAXPARA definition to IRCD_MAXPARA and moved it to ircd_defs.h - Untabified parse.c
numeric.h 502 (18 years ago) by michael: - Implemented CAP command handler based uppon ircu's m_cap() - Added somewhat outdated draft-mitchell-irc-capabilities-01.txt until I get the latest version from kev. - Added "multi-prefix" cap so clients supporting "multi-prefix" may recieve multi prefixed NAMES replies, e.g. @%+nick1 @+nick2 .. - Fixed "make clean" for src/conf/
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.
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.
parse_aline.h 359 (18 years ago) by michael: - Rewrite find_user_host() to use split_nuh()
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.
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.
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.
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.
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.
s_conf.h 546 (17 years ago) by michael: - check_client: remove this useless IRCD_SOCKET_ERROR case
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.
s_serv.h 551 (17 years ago) by michael: - Fixed compile warnings
s_user.h 458 (18 years ago) by michael: - Small changes so register_local_user() only takes 2 parameters instead of 4
send.h 405 (18 years ago) by michael: - Removed now unused llflags parameter from sendto_server()
serno.h 45 (18 years ago) by lusky: change to static "SVN"
setup.h.in 571 (17 years ago) by michael: - removed INVARIANTS leftover and updated configure.ac accordingly
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.
supported.h 33 (18 years ago) by knight: - svn:keywords
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.
watch.h 231 (18 years ago) by michael: - Cleaned up watchcode
whowas.h 194 (18 years ago) by michael: - Fixed several compiletime warnings
1 directory and 39 files shown

Properties

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