../
|
conf/
|
559
(19 years ago)
by db:
- basename the right variable.
|
Makefile.in
|
558
(19 years ago)
by db:
- channel.c name conflict was confusing Makefile
|
channel.c
|
580
(19 years ago)
by michael:
- Minor changes to pending_gline struct to improve readability
- Fixed compile error in channel.c
|
channel_mode.c
|
534
(19 years ago)
by michael:
- Renamed MAXPARA definition to IRCD_MAXPARA and moved it to ircd_defs.h
- Untabified parse.c
|
client.c
|
568
(19 years ago)
by michael:
- hash_check_watch() should be called for clients only (remote or local)
|
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
|
539
(19 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.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
|
599
(19 years ago)
by michael:
- Forward-ported r594,r598 (missing signal handlers for SIGXFSZ and SIGALRM)
|
lex.yy.c
|
399
(19 years ago)
by michael:
- Removed LL leftovers
|
listener.c
|
540
(19 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()
|
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
|
534
(19 years ago)
by michael:
- Renamed MAXPARA definition to IRCD_MAXPARA and moved it to ircd_defs.h
- Untabified parse.c
|
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
|
546
(19 years ago)
by michael:
- check_client: remove this useless IRCD_SOCKET_ERROR case
|
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
|
551
(19 years ago)
by michael:
- Fixed compile warnings
|
s_user.c
|
591
(19 years ago)
by michael:
- Merged check_xline() and check_regexp_xline() into a single function
|
send.c
|
571
(19 years ago)
by michael:
- removed INVARIANTS leftover and updated configure.ac accordingly
|
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...
|