ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/src
(Current path doesn't exist after revision 1586)
r559
File Last Change
 ../
conf/ 559 (17 years ago) by db: - basename the right variable.
resv.c 141 (18 years ago) by db: - Make ->conf conf_ptr to be consistent in all places.
watch.c 233 (18 years ago) by michael: - Style correction to watch.c - Add some statistical information about WATCH headers/entries to "STATS z"
metadata.c 297 (18 years ago) by nenolod: - Fix indentation style on metadata source, and enable keyword expansion. (sorry!)
getopt.c 33 (18 years ago) by knight: - svn:keywords
ircd_lexer.l 399 (18 years ago) by michael: - Removed LL leftovers
lex.yy.c 399 (18 years ago) by michael: - Removed LL leftovers
packet.c 429 (18 years ago) by michael: - Forward ported r428
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
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...
ircd_parser.y 475 (18 years ago) by adx: + make it compile, and maybe even run...
messages.tab 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/
channel.c 505 (18 years ago) by michael: - channel_member_names(): properly count the number of prefixes that will be written to lbuf
whowas.c 508 (18 years ago) by michael: - Removed some outdated XXX comments
send.c 511 (18 years ago) by michael: - Removed LL leftovers
parse_aline.c 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.c 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
s_auth.c 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
csvlib.c 520 (18 years ago) by db: - When checking for first " in a line, make sure it doesn't run off the end of the line before it finds one.
channel_mode.c 534 (18 years ago) by michael: - Renamed MAXPARA definition to IRCD_MAXPARA and moved it to ircd_defs.h - Untabified parse.c
s_user.c 534 (18 years ago) by michael: - Renamed MAXPARA definition to IRCD_MAXPARA and moved it to ircd_defs.h - Untabified parse.c
parse.c 534 (18 years ago) by michael: - Renamed MAXPARA definition to IRCD_MAXPARA and moved it to ircd_defs.h - Untabified parse.c
hostmask.c 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
listener.c 540 (18 years ago) by michael: - Cleaned up add_connection(), e.g. got rid of pointless getpeername() call. We also don't need to deal with encapsulated ipv4 addresses since this is already done in comm_accept()
s_conf.c 546 (17 years ago) by michael: - check_client: remove this useless IRCD_SOCKET_ERROR case
client.c 551 (17 years ago) by michael: - Fixed compile warnings
s_serv.c 551 (17 years ago) by michael: - Fixed compile warnings
Makefile.in 558 (17 years ago) by db: - channel.c name conflict was confusing Makefile
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")
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")
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")
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")
version.c 77 (18 years ago) by adx: - misc win32 fixes
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.
restart.c 97 (18 years ago) by michael: - Got rid of restart(), cleaned up m_restart() and make it use server_die()
1 directory and 35 files shown

Properties

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