Log of /ircd-hybrid-8/src/parse.c
Parent Directory
|
Revision Log
Revision
1247 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 1 07:54:24 2011 UTC
(11 years, 8 months ago)
by
michael
File length: 24956 byte(s)
Diff to
previous 1246
- Rewrite and cleanup half-broken logging subsystem.
Logfile rotating is not working yet
Revision
1243 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 30 10:47:53 2011 UTC
(11 years, 8 months ago)
by
michael
File length: 25402 byte(s)
Diff to
previous 1235
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
remove headers accordingly
- killed common.h
- remove m_killhost.c and m_flags.c from contrib/
- sort out unused header includes here and there
Revision
1235 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 23 08:55:50 2011 UTC
(11 years, 8 months ago)
by
michael
File length: 25488 byte(s)
Diff to
previous 1234
- m_unregistered(): fix 11 years old bug where ircd sends an invalid formatted
ERR_NOTREGISTERED string.
- ERR_NOTREGISTERED is not rate-limited any longer
Revision
1219 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 18 09:02:38 2011 UTC
(11 years, 8 months ago)
by
michael
File length: 25771 byte(s)
Diff to
previous 1206
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.
Revision
1178 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 15 08:11:31 2011 UTC
(11 years, 9 months ago)
by
michael
File length: 26421 byte(s)
Diff to
previous 1169
- Cleanup and restore older parts of the irc-command parser.
Gives back ability to specify maximum amount of parameters
that are processed within a command.
Revision
1169 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 12 18:45:03 2011 UTC
(11 years, 9 months ago)
by
michael
File length: 25885 byte(s)
Diff to
previous 1156
- rename find_server to hash_find_server to satisfy naming convention
- pull m_services.c and m_jupe.c from contrib/
- style fixes in some places
Revision
1013 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 18 14:26:49 2009 UTC
(13 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src/parse.c
File length: 26275 byte(s)
Diff to
previous 948
- Add -Wextra -Wcast-align -Wbad-function-cast to CFLAGS if --enable-warnings is specified
- Fixed several compile warnings
- 64-bit cleanliness fixes, e.g., reorganize data structures to reduce storage/unnecessary padding
Revision
753 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 26 15:58:16 2006 UTC
(16 years, 10 months ago)
by
adx
Original Path:
ircd-hybrid-7.2/src/parse.c
File length: 25282 byte(s)
Diff to
previous 522
+ fixed an old bug that affected our numeric delivery:
Spotted by: stu
Imagine we have a scenario like this:
[origin A on server 0] --> [OUR IRCD] --> [TS6 server] --> [TS5 server and target Z]
We'd try to address Z by its null ID only because the next server on the way
is TS6. That led to delivery failure in cases like
ts6(origin)->ts6->ts6->ts5(target).
Revision
30 -
(
view)
(
annotate)
-
[select for diffs]
Added
Sun Oct 2 20:03:27 2005 UTC
(17 years, 8 months ago)
by
adx
Original Path:
ircd-hybrid/src/parse.c
File length: 25683 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
but we need the svn up
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.