Revision
228 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 3 20:22:19 2005 UTC
(19 years, 9 months ago)
by
db
File length: 18770 byte(s)
Diff to
previous 227
- move me initialisation after libio_init() so make_dlink() works
Revision
227 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 3 18:29:22 2005 UTC
(19 years, 9 months ago)
by
db
File length: 18765 byte(s)
Diff to
previous 217
- replace all MODE_PRIVATE with MODE_PARANOID
- Can't use make_dlink_node() too early in startup or it will core
Revision
217 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 3 13:59:27 2005 UTC
(19 years, 9 months ago)
by
michael
File length: 18700 byte(s)
Diff to
previous 211
- Fixed compile error in m_invite.c and s_serv.c
- Added m_watch.c
Revision
211 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 1 21:42:01 2005 UTC
(19 years, 9 months ago)
by
adx
File length: 18665 byte(s)
Diff to
previous 208
- reorganisations which aim at:
1) moving read_conf_files() at the end of daemon bootup process,
2) making load_*_modules a part of conf parsing, after the 1st pass
Revision
208 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 1 15:38:03 2005 UTC
(19 years, 9 months ago)
by
adx
File length: 18651 byte(s)
Diff to
previous 205
+ an attempt to fix the HUB capability mess, we _should_ be able
to establish an LL link now
Revision
205 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 1 14:13:53 2005 UTC
(19 years, 9 months ago)
by
adx
File length: 18614 byte(s)
Diff to
previous 185
+ implemented serverhide{}
+ added splitmode activation/deactivation to conf/channel.c
Revision
153 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 17 21:20:34 2005 UTC
(19 years, 10 months ago)
by
adx
File length: 18398 byte(s)
Diff to
previous 91
- compile libio as a dll on win32
- next step is compiling the whole ircd as a dll to export its symbols
- after that, we'll be able to support loadable *.dll modules.
NOTE: m_operspy.c doesn't compile now (error at localClient->iline)
Revision
91 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 8 03:46:09 2005 UTC
(19 years, 10 months ago)
by
db
File length: 17866 byte(s)
Diff to
previous 87
- Split out most of the *line *resv stuff into separate file
parse_aline.c should go eventually into the subdir conf
- removed double -o in Makefile.in in src, this caused compile to fail for me
Revision
87 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 5 20:47:43 2005 UTC
(19 years, 10 months ago)
by
adx
File length: 17868 byte(s)
Diff to
previous 86
- integrated close_standard_fds with libio_init
Revision
86 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 5 20:36:04 2005 UTC
(19 years, 10 months ago)
by
adx
File length: 17921 byte(s)
Diff to
previous 77
* attached misc/tools.c to misc/list.c,
this should really have been done earlier.
* moved mem_frob() to memory.c
* single libio_init() instead of all startup functions;
btw, I don't know if ircd's still able to boot ..
Revision
69 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 4 16:09:51 2005 UTC
(19 years, 10 months ago)
by
adx
File length: 18503 byte(s)
Diff to
previous 68
- 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")
Revision
68 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 4 00:44:29 2005 UTC
(19 years, 10 months ago)
by
adx
File length: 18765 byte(s)
Diff to
previous 65
- removed last references to the ircd core, libio is independent now
- to do: split headers
Revision
65 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 3 23:33:16 2005 UTC
(19 years, 10 months ago)
by
adx
File length: 19156 byte(s)
Diff to
previous 62
- removed external references from libio/misc
- imported s_misc.c to libio, moved CurrentTime there
Revision
62 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 3 22:23:39 2005 UTC
(19 years, 10 months ago)
by
adx
File length: 19183 byte(s)
Diff to
previous 48
- reorganisation goes on, removed external references from libio/mem
Revision
48 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 3 01:36:06 2005 UTC
(19 years, 10 months ago)
by
adx
File length: 19152 byte(s)
Diff to
previous 33
- added a hook for get_channel_access to allow oper override modules
- please review
Revision
30 -
(
view)
(
annotate)
-
[select for diffs]
Added
Sun Oct 2 20:03:27 2005 UTC
(19 years, 10 months ago)
by
adx
File length: 19177 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
but we need the svn up