../
|
conf/
|
862
(19 years ago)
by db:
- move buf_cb_sendto_one() into send.c from strbuf
- add kludge to Makefile to force strbuf.o functions to be linked into ircd
- add temp kludges to deny. and kill.c to allow ircd to link (FIX!!!)
- Finally! modify m_names.c to use strbuf
|
whowas.c
|
825
(19 years ago)
by bear:
remove outdated/wrong comments
|
watch.c
|
801
(19 years ago)
by adx:
+ only filename changes
|
user.c
|
850
(19 years ago)
by db:
- forward port
- add +C
- add -full to etrace
Reviewed by: cryogen, Bear
|
server.c
|
840
(19 years ago)
by bear:
Fix asymmetric logic in hash_add_id / hash_del_id calls
found by adx
|
send.c
|
862
(19 years ago)
by db:
- move buf_cb_sendto_one() into send.c from strbuf
- add kludge to Makefile to force strbuf.o functions to be linked into ircd
- add temp kludges to deny. and kill.c to allow ircd to link (FIX!!!)
- Finally! modify m_names.c to use strbuf
|
s_auth.c
|
744
(20 years ago)
by adx:
+ fixed server.c
|
rsa.c
|
743
(20 years ago)
by adx:
+ make ircd core compile except server.c and parse_aline.c
|
restart.c
|
772
(19 years ago)
by adx:
+ preparation for soft reboot code
|
parse_aline.c
|
851
(19 years ago)
by bear:
Move some logic from m_kline.c to conf/kill.c, integrate stuff with new csvlib,
clean up / simplify / centralize some code.
parse_aline.c should really be called aline.c or so now
|
parse.c
|
801
(19 years ago)
by adx:
+ only filename changes
|
packet.c
|
801
(19 years ago)
by adx:
+ only filename changes
|
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
|
801
(19 years ago)
by adx:
+ only filename changes
|
modules.c
|
828
(19 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
|
messages.tab
|
662
(20 years ago)
by michael:
- More fixes to ircd-german.lang
- Removed ERR_RESTRICTED
|
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{}
|
ircd_signal.c
|
770
(19 years ago)
by adx:
+ no need to handle SIGTRAP [interferes with gdb]
|
ircd.c
|
828
(19 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
|
hash.c
|
801
(19 years ago)
by adx:
+ only filename changes
|
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
|
client.c
|
854
(19 years ago)
by db:
- put comment for CLIEXIT in the right place
|
channel_mode.c
|
811
(19 years ago)
by adx:
+ implemented oper override
|
channel.c
|
837
(19 years ago)
by bear:
oops, don't commit that...
This code would make bans effective on cmode -n channels too,
but I'm not sure if we want that yet
|
Makefile.in
|
862
(19 years ago)
by db:
- move buf_cb_sendto_one() into send.c from strbuf
- add kludge to Makefile to force strbuf.o functions to be linked into ircd
- add temp kludges to deny. and kill.c to allow ircd to link (FIX!!!)
- Finally! modify m_names.c to use strbuf
|