../
|
conf/
|
603
(19 years ago)
by michael:
- Made cleanup_pending_glines() an event started off when loading
the m_gline module
- Removed s_gline.c, s_gline.h and metadata.c
|
Makefile.in
|
603
(19 years ago)
by michael:
- Made cleanup_pending_glines() an event started off when loading
the m_gline module
- Removed s_gline.c, s_gline.h and metadata.c
|
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
|
607
(19 years ago)
by michael:
- Only fully registered clients are added into the whowas history,
so let's remove those pointles IsClient tests.
|
client.c
|
605
(19 years ago)
by michael:
- Made find_chasing() only take 3 arguments
- Cleaned up find_person()
|
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
|
603
(19 years ago)
by michael:
- Made cleanup_pending_glines() an event started off when loading
the m_gline module
- Removed s_gline.c, s_gline.h and metadata.c
|
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
|
600
(19 years ago)
by michael:
- Don't code while having a breakfast! Now here's the other missing
half of the previous commit which fixes SIGALRM handling.
|
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/
|
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
|
605
(19 years ago)
by michael:
- Made find_chasing() only take 3 arguments
- Cleaned up find_person()
|
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
|
613
(19 years ago)
by michael:
- Got rid of several pointless irc_getnameinfo() calls in places where we
can simply use client->sockhost.
- Removed contrib/m_ltrace.c. Use TRACE instead.
- Fixed compile errors in m_gline.c and m_info.c
|
s_serv.c
|
609
(19 years ago)
by michael:
- Killed the client_p parameter of hunt_server() as suggested
by adx some time ago.
|
s_user.c
|
613
(19 years ago)
by michael:
- Got rid of several pointless irc_getnameinfo() calls in places where we
can simply use client->sockhost.
- Removed contrib/m_ltrace.c. Use TRACE instead.
- Fixed compile errors in m_gline.c and m_info.c
|
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
|
607
(19 years ago)
by michael:
- Only fully registered clients are added into the whowas history,
so let's remove those pointles IsClient tests.
|
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...
|