Revision
653 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 8 07:55:03 2006 UTC
(20 years, 2 months ago)
by
michael
File length: 4178 byte(s)
Diff to
previous 644
- Changed Client::random_ping and Client::serial to standard unsigned integer
types
Revision
644 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 7 12:36:21 2006 UTC
(20 years, 2 months ago)
by
michael
File length: 4235 byte(s)
Diff to
previous 643
- Moved split_users and split_servers ints to GlobalSetOptions struct
Revision
643 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 7 11:13:45 2006 UTC
(20 years, 2 months ago)
by
michael
File length: 4254 byte(s)
Diff to
previous 515
- Killed get_maxrss(). Kinda useless and not very portable.
- count_memory(): replaced all longs with size_t
Revision
515 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 5 09:26:04 2006 UTC
(20 years, 5 months ago)
by
michael
File length: 4294 byte(s)
Diff to
previous 450
- Moved tstats() to m_stats.c and killed s_stats.(c|h)
- Got rid of extra ServerStats pointer
- Killed ms_error which was basically a duplication of m_error
Revision
398 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 7 12:00:21 2006 UTC
(20 years, 6 months ago)
by
michael
File length: 3127 byte(s)
Diff to
previous 278
- Ripped out lazylinks as discussed on irc. the main concept wasn't very well
designed and will be done in a better way some day. Anyways, they propably
never worked and were considered bloat by most people. Good bye!
Revision
278 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 23 08:18:57 2005 UTC
(20 years, 8 months ago)
by
db
File length: 3214 byte(s)
Diff to
previous 190
- add a maxlisters /quote set
limit the number of possible listings going on at once
Revision
190 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 23 22:06:17 2005 UTC
(20 years, 9 months ago)
by
adx
File length: 3196 byte(s)
Diff to
previous 69
* prototypes are now prefixed with either nothing or EXTERN
(meaning it's an ircd.dll API)
* dynamic modules now work on win32.
Revision
69 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 4 16:09:51 2005 UTC
(20 years, 10 months ago)
by
adx
File length: 3204 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
(20 years, 10 months ago)
by
adx
File length: 3243 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
(20 years, 10 months ago)
by
adx
File length: 3271 byte(s)
Diff to
previous 33
- removed external references from libio/misc
- imported s_misc.c to libio, moved CurrentTime there
Revision
30 -
(
view)
(
annotate)
-
[select for diffs]
Added
Sun Oct 2 20:03:27 2005 UTC
(20 years, 10 months ago)
by
adx
File length: 3387 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
but we need the svn up