../
|
conf/
|
678
(19 years ago)
by adx:
+ rebuilt y.tab.c
+ ServerInfo -> ServerInfoX for now to avoid hidden name conflicts
+ serv_list nodes are localClient->lnode, so don't free them with balloc
|
Makefile.in
|
684
(19 years ago)
by michael:
- Moved ircd_get_platform to libio and killed version.c
|
channel.c
|
676
(19 years ago)
by adx:
+ patch against truncated NAMES output
Submitted by: Murat Deligonul <deligonul@gmail.com>
|
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
|
688
(19 years ago)
by michael:
- Merged update_client_exit_stats() into exit_one_client()
|
csvlib.c
|
615
(19 years ago)
by michael:
- Moved logging and announcement of *LINES out of csvlib into their
specific modules where they belong to.
|
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
|
684
(19 years ago)
by michael:
- Moved ircd_get_platform to libio and killed version.c
|
ircd_lexer.l
|
399
(19 years ago)
by michael:
- Removed LL leftovers
|
ircd_parser.y
|
636
(19 years ago)
by db:
- forward port disable fake channel from 7.2
|
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
|
653
(19 years ago)
by michael:
- Changed Client::random_ping and Client::serial to standard unsigned integer
types
|
messages.tab
|
662
(19 years ago)
by michael:
- More fixes to ircd-german.lang
- Removed ERR_RESTRICTED
|
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
|
649
(19 years ago)
by michael:
- Removed all common.h header includes from libio sources
- Moved IRCD_MIN/IRCD_MAX macros to libio and renamed them
to LIBIO_MIN/LIBIO_MAX
|
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
|
663
(19 years ago)
by michael:
- Fixed several compile errors
|
s_conf.c
|
680
(19 years ago)
by adx:
+ a missing 'else' was causing a core on rehash
|
s_serv.c
|
654
(19 years ago)
by michael:
- Got rid of Server::dep_user,dep_server and renamed Server::user and Server::servers dlink
lists to client_list and server_list
|
s_user.c
|
663
(19 years ago)
by michael:
- Fixed several compile errors
|
send.c
|
653
(19 years ago)
by michael:
- Changed Client::random_ping and Client::serial to standard unsigned integer
types
|
watch.c
|
663
(19 years ago)
by michael:
- Fixed several compile errors
|
whowas.c
|
655
(19 years ago)
by michael:
- Fixed function naming convention in some places
- Moved win32 uname() to libio
|
y.tab.c
|
678
(19 years ago)
by adx:
+ rebuilt y.tab.c
+ ServerInfo -> ServerInfoX for now to avoid hidden name conflicts
+ serv_list nodes are localClient->lnode, so don't free them with balloc
|
y.tab.h
|
678
(19 years ago)
by adx:
+ rebuilt y.tab.c
+ ServerInfo -> ServerInfoX for now to avoid hidden name conflicts
+ serv_list nodes are localClient->lnode, so don't free them with balloc
|