ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/src
(Current path doesn't exist after revision 1586)
r525
File Last Change
 ../
conf/ 525 (20 years ago) by adx: + fixed modload log notice
resv.c 141 (20 years ago) by db: - Make ->conf conf_ptr to be consistent in all places.
watch.c 233 (20 years ago) by michael: - Style correction to watch.c - Add some statistical information about WATCH headers/entries to "STATS z"
metadata.c 297 (20 years ago) by nenolod: - Fix indentation style on metadata source, and enable keyword expansion. (sorry!)
getopt.c 33 (20 years ago) by knight: - svn:keywords
hostmask.c 381 (20 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_lexer.l 399 (20 years ago) by michael: - Removed LL leftovers
lex.yy.c 399 (20 years ago) by michael: - Removed LL leftovers
channel_mode.c 405 (20 years ago) by michael: - Removed now unused llflags parameter from sendto_server()
packet.c 429 (20 years ago) by michael: - Forward ported r428
hash.c 470 (20 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 (20 years ago) by adx: + make it compile, and maybe even run...
y.tab.h 475 (20 years ago) by adx: + make it compile, and maybe even run...
ircd_parser.y 475 (20 years ago) by adx: + make it compile, and maybe even run...
messages.tab 502 (20 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 (20 years ago) by michael: - channel_member_names(): properly count the number of prefixes that will be written to lbuf
whowas.c 508 (20 years ago) by michael: - Removed some outdated XXX comments
send.c 511 (20 years ago) by michael: - Removed LL leftovers
Makefile.in 515 (20 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
listener.c 515 (20 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
parse_aline.c 515 (20 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
client.c 515 (20 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_user.c 515 (20 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_conf.c 515 (20 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 (20 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 (20 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_serv.c 515 (20 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
parse.c 515 (20 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 (20 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.
s_gline.c 69 (20 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 (20 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 (20 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 (20 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 (20 years ago) by adx: - misc win32 fixes
ircd_signal.c 78 (20 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 (20 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*