../
|
conf/
|
525
(19 years ago)
by adx:
+ fixed modload log notice
|
Makefile.in
|
515
(19 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
|
channel.c
|
505
(19 years ago)
by michael:
- channel_member_names(): properly count the number of
prefixes that will be written to lbuf
|
channel_mode.c
|
405
(19 years ago)
by michael:
- Removed now unused llflags parameter from sendto_server()
|
client.c
|
529
(19 years ago)
by michael:
- Some small tweaks to client exit code. 99% of the time it is a client
exiting the network, so check this case first, then see if it is a server
|
csvlib.c
|
520
(19 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.
|
getopt.c
|
33
(19 years ago)
by knight:
- svn:keywords
|
hash.c
|
470
(19 years ago)
by db:
- fix compile errors with moved modules.h
- fix a few missing includes, msg.h and parse.h
|
hostmask.c
|
381
(19 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
|
515
(19 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_lexer.l
|
399
(19 years ago)
by michael:
- Removed LL leftovers
|
ircd_parser.y
|
475
(19 years ago)
by adx:
+ make it compile, and maybe even run...
|
ircd_signal.c
|
78
(19 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
(19 years ago)
by michael:
- Removed LL leftovers
|
listener.c
|
515
(19 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
|
messages.tab
|
502
(19 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/
|
metadata.c
|
297
(19 years ago)
by nenolod:
- Fix indentation style on metadata source, and enable keyword expansion. (sorry!)
|
motd.c
|
69
(19 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
(19 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
(19 years ago)
by michael:
- Forward ported r428
|
parse.c
|
515
(19 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
(19 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
|
restart.c
|
97
(19 years ago)
by michael:
- Got rid of restart(), cleaned up m_restart() and make it use server_die()
|
resv.c
|
141
(19 years ago)
by db:
- Make ->conf conf_ptr to be consistent in all places.
|
rsa.c
|
69
(19 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
|
515
(19 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
(19 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_gline.c
|
69
(19 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
|
515
(19 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
|
527
(19 years ago)
by michael:
- Added missing !u@h prefix when sending MODE message back to a client
|
send.c
|
511
(19 years ago)
by michael:
- Removed LL leftovers
|
version.c
|
77
(19 years ago)
by adx:
- misc win32 fixes
|
watch.c
|
233
(19 years ago)
by michael:
- Style correction to watch.c
- Add some statistical information about WATCH headers/entries
to "STATS z"
|
whowas.c
|
508
(19 years ago)
by michael:
- Removed some outdated XXX comments
|
y.tab.c
|
475
(19 years ago)
by adx:
+ make it compile, and maybe even run...
|
y.tab.h
|
475
(19 years ago)
by adx:
+ make it compile, and maybe even run...
|