Log of /ircd-hybrid-8/modules/core/m_server.c
Parent Directory
|
Revision Log
Revision
1533 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 23 13:04:45 2012 UTC
(8 years, 4 months ago)
by
michael
File length: 19911 byte(s)
Diff to
previous 1529
- A server's description can again include the '[' and ']' characters
Revision
1528 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 14 18:20:34 2012 UTC
(8 years, 4 months ago)
by
michael
File length: 21428 byte(s)
Diff to
previous 1527
- ms_sid, ms_server: minor optimization. if we already found a matching
hub/leaf mask, don't continue looking for other masks
Revision
1527 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 14 17:58:08 2012 UTC
(8 years, 4 months ago)
by
michael
File length: 21392 byte(s)
Diff to
previous 1474
- Fixed SID introduction as reported by Mantas M.
This bug has been nicely implemented in -r1239
Revision
1414 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat May 26 08:36:29 2012 UTC
(8 years, 8 months ago)
by
michael
File length: 21396 byte(s)
Diff to
previous 1385
- Minor cleanups to check_server(). Checking for long servernames was redundant
here, since valid_servername() already does that job. Also make use of
match_conf_password()
Revision
1385 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 1 11:31:35 2012 UTC
(8 years, 8 months ago)
by
michael
File length: 21855 byte(s)
Diff to
previous 1384
- ms_server(), ms_sid(): it's client_p which has an attached
CONF_SERVER, not source_p. Stupid me.
Revision
1384 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 1 11:25:58 2012 UTC
(8 years, 8 months ago)
by
michael
File length: 21855 byte(s)
Diff to
previous 1383
- m_server.c: fixed core introduced by previous commit to m_server.c
Revision
1383 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 1 11:18:22 2012 UTC
(8 years, 8 months ago)
by
michael
File length: 21822 byte(s)
Diff to
previous 1321
- Cleanup/rewrite Hub/Leaf-mask configuration. Hub and Leaf configuration items
are no longer separately attached to Client structures.
Revision
1309 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 25 11:24:18 2012 UTC
(8 years, 10 months ago)
by
michael
File length: 22275 byte(s)
Diff to
previous 1302
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
Revision
1302 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 21 17:48:54 2012 UTC
(8 years, 10 months ago)
by
michael
File length: 22279 byte(s)
Diff to
previous 1243
- remove servlink in preparation for tls links/compression
Revision
1243 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 30 10:47:53 2011 UTC
(9 years, 3 months ago)
by
michael
File length: 22305 byte(s)
Diff to
previous 1239
- 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
1239 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 29 14:02:25 2011 UTC
(9 years, 3 months ago)
by
michael
File length: 22432 byte(s)
Diff to
previous 1230
- minor cleanup to m_sid and m_server: replace DLINK_FOREACH loops
with sendto_server()
Revision
1219 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 18 09:02:38 2011 UTC
(9 years, 4 months ago)
by
michael
File length: 22978 byte(s)
Diff to
previous 1178
- 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
(9 years, 5 months ago)
by
michael
File length: 22929 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
(9 years, 5 months ago)
by
michael
File length: 22953 byte(s)
Diff to
previous 1157
- 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
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.