Log of /ircd-hybrid/trunk/modules/m_xline.c
Parent Directory
|
Revision Log
Revision
2340 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 3 13:31:23 2013 UTC
(9 years, 1 month ago)
by
michael
File length: 11754 byte(s)
Diff to
previous 2336
- UNRESV should be logged as well
- Improved logging. Fixed inconsistent use of
get_oper_name() vs. source_p->name
Revision
2115 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun May 26 11:13:03 2013 UTC
(9 years, 2 months ago)
by
michael
File length: 11744 byte(s)
Diff to
previous 1845
- Remove temporary xline kludge that was required for better
interoperability with 7.0 servers
Revision
1832 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 19 19:16:09 2013 UTC
(9 years, 4 months ago)
by
michael
File length: 11886 byte(s)
Diff to
previous 1793
- Made all numeric defines use the actual string instead of the numeric value
which allows to use gcc's printf format attribute
- Remove current message locale implementation
Revision
1793 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 31 14:06:08 2013 UTC
(9 years, 4 months ago)
by
michael
File length: 11916 byte(s)
Diff to
previous 1666
- Replaced all occurrences of ircsprintf with sprintf/snprintf
and killed sprintf_irc.(c|h)
Revision
1666 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Nov 18 17:03:18 2012 UTC
(9 years, 9 months ago)
by
michael
File length: 11941 byte(s)
Diff to
previous 1652
- Cleanup unused header file includes
- Fixed minor compile warning in conf.c
Revision
1652 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 13 20:28:53 2012 UTC
(9 years, 9 months ago)
by
michael
File length: 11921 byte(s)
Diff to
previous 1649
- changed match() polarity. match() now returns 0 on match and 1 on non-match
This cleans up several places where function pointers of different matching
functions like irccmp/strcmp/match are passed to other functions.
- added improved collapse() to match.c
Revision
1628 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 1 21:08:56 2012 UTC
(9 years, 9 months ago)
by
michael
File length: 12254 byte(s)
Diff to
previous 1625
- flesh out new *line database handling
- simplify temporary bans
Revision
1622 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 1 13:16:37 2012 UTC
(9 years, 9 months ago)
by
michael
File length: 12280 byte(s)
Diff to
previous 1618
- klines, dlines, xlines, glines and resv now make use of the new database;
also, temporary *lines are now stored, so they're not lost after
restarting the ircd. This also applies to G-lines.
Revision
1618 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 30 21:04:38 2012 UTC
(9 years, 9 months ago)
by
michael
File length: 12445 byte(s)
Diff to
previous 1592
- Made m_globops() and ms_globops() use sendto_realops_flags()
- Added message-type parameter to sendto_realops_flags() which can be one of
SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS
- Forward-port -r1617
Revision
1592 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 27 21:02:32 2012 UTC
(9 years, 9 months ago)
by
michael
File length: 12406 byte(s)
Diff to
previous 1309
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
Revision
1243 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 30 10:47:53 2011 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/modules/m_xline.c
File length: 12319 byte(s)
Diff to
previous 1230
- 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
382 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 31 12:13:42 2006 UTC
(16 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules/m_xline.c
File length: 12552 byte(s)
Diff to
previous 34
- Fixed incorrect match handling in relay_xline as reported by ThaPrince.
Damnit match() really shouldn't return 1 on match. This will be changed
sooner or later.
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.