Log of /ircd-hybrid-8/modules/m_trace.c
Parent Directory
|
Revision Log
Revision
1377 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 30 19:35:16 2012 UTC
(8 years, 8 months ago)
by
michael
File length: 12664 byte(s)
Diff to
previous 1309
- Remove all Class related #defines like MaxTotal, MaxSendq, etc.
All they do is lead to confusion.
Revision
1309 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 25 11:24:18 2012 UTC
(8 years, 9 months ago)
by
michael
File length: 12660 byte(s)
Diff to
previous 1243
- 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
1243 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 30 10:47:53 2011 UTC
(9 years, 3 months ago)
by
michael
File length: 12662 byte(s)
Diff to
previous 1241
- 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
1241 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 29 20:26:09 2011 UTC
(9 years, 3 months ago)
by
michael
File length: 12765 byte(s)
Diff to
previous 1230
- move firsttime, since, and lasttime Client struct members to LocalUser struct
- m_watch.c: show_watch() now properly reports signon times. This also fixes
an invalid signon time of zero for remote clients.
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: 12619 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: 12411 byte(s)
Diff to
previous 1176
- 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
1176 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 14 11:24:24 2011 UTC
(9 years, 5 months ago)
by
michael
File length: 12405 byte(s)
Diff to
previous 1169
- remove idle-time klines
- rename LocalUser.last to LocalUser.last_privmsg
- m_message.c: reset source_p->last_privmsg even if a client is messaging itself
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: 12349 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
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.