ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/src
(Current path doesn't exist after revision 1586)
r492
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)
Makefile.in 475 (18 years ago) by adx: + make it compile, and maybe even run...
channel.c 492 (18 years ago) by michael: - check_channel_name(): skip the first character since we already know it's a valid channel prefix (either '#' or '&')
channel_mode.c 405 (18 years ago) by michael: - Removed now unused llflags parameter from sendto_server()
client.c 471 (18 years ago) by michael: - Don't allocate new dlink_node pointer on each client creation, rather reuse localClient->lclient_node for linking it into unknown_list and move it into local_client_list after client registration.
csvlib.c 139 (18 years ago) by db: - get rid of map_conf_item and unmap_conf_item - Use an union in struct ConfItem, but only allocate memory needed
getopt.c 33 (18 years ago) by knight: - svn:keywords
hash.c 470 (18 years ago) by db: - fix compile errors with moved modules.h - fix a few missing includes, msg.h and parse.h
hostmask.c 381 (18 years ago) by michael: - Cleaned up some special magic in show_iline_prefix. Someone tell me why we should copy aconf->user into a separate buffer after the prefix? Also renamed it to make_iline_prefix.
ircd.c 475 (18 years ago) by adx: + make it compile, and maybe even run...
ircd_lexer.l 399 (18 years ago) by michael: - Removed LL leftovers
ircd_parser.y 475 (18 years ago) by adx: + make it compile, and maybe even run...
ircd_signal.c 78 (18 years ago) by adx: - further win32 fixes, use ircd_signal.c interface (signals are wrapped around WM_USER's wParam) - note that the callback for WM_SIGNAL (ie WM_USER) defined in libio is independent from the ircd, ie variable dispatch_wm_signal is set in ircd_signal.c. - now it compiles, to do: turn libio into a DLL to allow symbol references in m_*.dll protocol modules.
lex.yy.c 399 (18 years ago) by michael: - Removed LL leftovers
listener.c 483 (18 years ago) by michael: - Don't give away IPs unless it's an admin doing /stats P.
m_error.c 69 (18 years ago) by adx: - splitted ircd/libio, all headers connected with libio sources have been moved for internal use only. To use libio interface, include "libio.h" (which is already done in "stdinc.h")
messages.tab 381 (18 years ago) by michael: - Cleaned up some special magic in show_iline_prefix. Someone tell me why we should copy aconf->user into a separate buffer after the prefix? Also renamed it to make_iline_prefix.
metadata.c 297 (18 years ago) by nenolod: - Fix indentation style on metadata source, and enable keyword expansion. (sorry!)
motd.c 69 (18 years ago) by adx: - splitted ircd/libio, all headers connected with libio sources have been moved for internal use only. To use libio interface, include "libio.h" (which is already done in "stdinc.h")
numeric.c 69 (18 years ago) by adx: - splitted ircd/libio, all headers connected with libio sources have been moved for internal use only. To use libio interface, include "libio.h" (which is already done in "stdinc.h")
packet.c 429 (18 years ago) by michael: - Forward ported r428
parse.c 413 (18 years ago) by michael: - Speeded up msg_tree_parse() a bit
parse_aline.c 475 (18 years ago) by adx: + make it compile, and maybe even run...
restart.c 97 (18 years ago) by michael: - Got rid of restart(), cleaned up m_restart() and make it use server_die()
resv.c 141 (18 years ago) by db: - Make ->conf conf_ptr to be consistent in all places.
rsa.c 69 (18 years ago) by adx: - splitted ircd/libio, all headers connected with libio sources have been moved for internal use only. To use libio interface, include "libio.h" (which is already done in "stdinc.h")
s_auth.c 396 (18 years ago) by nenolod: Use read() in posix to ensure we get a valid response... recv() works like read() under Windows, so that part was fine...
s_conf.c 475 (18 years ago) by adx: + make it compile, and maybe even run...
s_gline.c 69 (18 years ago) by adx: - splitted ircd/libio, all headers connected with libio sources have been moved for internal use only. To use libio interface, include "libio.h" (which is already done in "stdinc.h")
s_serv.c 407 (18 years ago) by michael: - Merged set_autoconn() into quote_autoconn()
s_stats.c 69 (18 years ago) by adx: - splitted ircd/libio, all headers connected with libio sources have been moved for internal use only. To use libio interface, include "libio.h" (which is already done in "stdinc.h")
s_user.c 475 (18 years ago) by adx: + make it compile, and maybe even run...
send.c 431 (18 years ago) by michael: - Forward ported r430
version.c 77 (18 years ago) by adx: - misc win32 fixes
watch.c 233 (18 years ago) by michael: - Style correction to watch.c - Add some statistical information about WATCH headers/entries to "STATS z"
whowas.c 194 (18 years ago) by michael: - Fixed several compiletime warnings
y.tab.c 475 (18 years ago) by adx: + make it compile, and maybe even run...
y.tab.h 475 (18 years ago) by adx: + make it compile, and maybe even run...
1 directory and 37 files shown

Properties

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