../
|
conf/
|
731
(20 years ago)
by adx:
+ added report_klines()
|
restart.c
|
97
(20 years ago)
by michael:
- Got rid of restart(), cleaned up m_restart() and make it use server_die()
|
hostmask.c
|
731
(20 years ago)
by adx:
+ added report_klines()
|
Makefile.in
|
730
(20 years ago)
by adx:
+ implemented K-lines, yet without callback for kline.conf load/store
|
parse_aline.c
|
719
(20 years ago)
by adx:
+ reworked operator{} blocks to make them independent from oldconf
+ moved some utilities from s_conf.* to libio
+ added stub for auth{} blocks
|
channel_mode.c
|
719
(20 years ago)
by adx:
+ reworked operator{} blocks to make them independent from oldconf
+ moved some utilities from s_conf.* to libio
+ added stub for auth{} blocks
|
server.c
|
719
(20 years ago)
by adx:
+ reworked operator{} blocks to make them independent from oldconf
+ moved some utilities from s_conf.* to libio
+ added stub for auth{} blocks
|
s_user.c
|
719
(20 years ago)
by adx:
+ reworked operator{} blocks to make them independent from oldconf
+ moved some utilities from s_conf.* to libio
+ added stub for auth{} blocks
|
s_conf.c
|
719
(20 years ago)
by adx:
+ reworked operator{} blocks to make them independent from oldconf
+ moved some utilities from s_conf.* to libio
+ added stub for auth{} blocks
|
ircd.c
|
702
(20 years ago)
by michael:
- Removed pointless check_class() call in main()
- Removed unused function prototypes
- Moved s_serv.c to server.c
- Renamed initialize_server_capabs() to server_init() and move it to server.c
|
hash.c
|
702
(20 years ago)
by michael:
- Removed pointless check_class() call in main()
- Removed unused function prototypes
- Moved s_serv.c to server.c
- Renamed initialize_server_capabs() to server_init() and move it to server.c
|
listener.c
|
701
(20 years ago)
by michael:
- Avoid header files including other header files
- Killed supported.h, fixed misc. compile errors
|
client.c
|
701
(20 years ago)
by michael:
- Avoid header files including other header files
- Killed supported.h, fixed misc. compile errors
|
whowas.c
|
701
(20 years ago)
by michael:
- Avoid header files including other header files
- Killed supported.h, fixed misc. compile errors
|
s_auth.c
|
697
(20 years ago)
by michael:
- Fixed small memory leak in delete_auth()
|
channel.c
|
695
(20 years ago)
by michael:
- Moved safe list code to channel.c
|
watch.c
|
694
(20 years ago)
by michael:
- Removed unused header includes
|
ircd_signal.c
|
694
(20 years ago)
by michael:
- Removed unused header includes
|
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")
|
y.tab.c
|
678
(20 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
(20 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
|
messages.tab
|
662
(20 years ago)
by michael:
- More fixes to ircd-german.lang
- Removed ERR_RESTRICTED
|
send.c
|
653
(20 years ago)
by michael:
- Changed Client::random_ping and Client::serial to standard unsigned integer
types
|
packet.c
|
649
(20 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
|
ircd_parser.y
|
636
(20 years ago)
by db:
- forward port disable fake channel from 7.2
|
csvlib.c
|
615
(20 years ago)
by michael:
- Moved logging and announcement of *LINES out of csvlib into their
specific modules where they belong to.
|
parse.c
|
534
(20 years ago)
by michael:
- Renamed MAXPARA definition to IRCD_MAXPARA and moved it to ircd_defs.h
- Untabified parse.c
|
ircd_lexer.l
|
399
(20 years ago)
by michael:
- Removed LL leftovers
|
lex.yy.c
|
399
(20 years ago)
by michael:
- Removed LL leftovers
|
resv.c
|
141
(20 years ago)
by db:
- Make ->conf conf_ptr to be consistent in all places.
|