../
|
conf/
|
829
(18 years ago)
by stu:
match args wrong way around preventing you from doing CONNECT *
|
Makefile.in
|
828
(18 years ago)
by stu:
- Add src/modules.c - This gives us back MOD((UN|RE)LOAD|RESTART) (doesnt take
core modules into account)
- Add CT_FLAG - a generic way of adding backward compatible foo = yes; flags
- Correct a couple of conf entries which didnt quite match 7.2
- Allow bools to be passed through to a CT_LIST properly
|
channel.c
|
801
(18 years ago)
by adx:
+ only filename changes
|
channel_mode.c
|
811
(18 years ago)
by adx:
+ implemented oper override
|
client.c
|
834
(18 years ago)
by bear:
Fix one symptom of what happens when a server's client_p
is unexpectedly exitted during link setup.
This does not fix the underlying bug that we may call exit_client
without being aware of it.
|
csvlib.c
|
794
(19 years ago)
by adx:
+ fixed win32 build (at least under BCC)
+ newconf adjustments aiming at simple.conf compatibility
+ added missing init_resv() call
|
hash.c
|
801
(18 years ago)
by adx:
+ only filename changes
|
ircd.c
|
828
(18 years ago)
by stu:
- Add src/modules.c - This gives us back MOD((UN|RE)LOAD|RESTART) (doesnt take
core modules into account)
- Add CT_FLAG - a generic way of adding backward compatible foo = yes; flags
- Correct a couple of conf entries which didnt quite match 7.2
- Allow bools to be passed through to a CT_LIST properly
|
ircd_signal.c
|
770
(19 years ago)
by adx:
+ no need to handle SIGTRAP [interferes with gdb]
|
listener.c
|
792
(19 years ago)
by michael:
- Read listen{} blocks in the first parsing pass. Just in case
a listen{} block comes before servinfo{}
|
messages.tab
|
662
(19 years ago)
by michael:
- More fixes to ircd-german.lang
- Removed ERR_RESTRICTED
|
modules.c
|
828
(18 years ago)
by stu:
- Add src/modules.c - This gives us back MOD((UN|RE)LOAD|RESTART) (doesnt take
core modules into account)
- Add CT_FLAG - a generic way of adding backward compatible foo = yes; flags
- Correct a couple of conf entries which didnt quite match 7.2
- Allow bools to be passed through to a CT_LIST properly
|
motd.c
|
801
(18 years ago)
by adx:
+ only filename changes
|
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
|
801
(18 years ago)
by adx:
+ only filename changes
|
parse.c
|
801
(18 years ago)
by adx:
+ only filename changes
|
parse_aline.c
|
801
(18 years ago)
by adx:
+ only filename changes
|
restart.c
|
772
(19 years ago)
by adx:
+ preparation for soft reboot code
|
rsa.c
|
743
(19 years ago)
by adx:
+ make ircd core compile except server.c and parse_aline.c
|
s_auth.c
|
744
(19 years ago)
by adx:
+ fixed server.c
|
send.c
|
801
(18 years ago)
by adx:
+ only filename changes
|
server.c
|
834
(18 years ago)
by bear:
Fix one symptom of what happens when a server's client_p
is unexpectedly exitted during link setup.
This does not fix the underlying bug that we may call exit_client
without being aware of it.
|
user.c
|
801
(18 years ago)
by adx:
+ only filename changes
|
watch.c
|
801
(18 years ago)
by adx:
+ only filename changes
|
whowas.c
|
825
(18 years ago)
by bear:
remove outdated/wrong comments
|