ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.3.x/modules/m_xline.c
Revision 6783 - (view) (annotate) - [select for diffs]
Modified Sun Nov 15 18:50:00 2015 UTC (8 years, 5 months ago) by michael
File length: 8134 byte(s)
Diff to previous 6758
- Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t

Revision 6758 - (view) (annotate) - [select for diffs]
Modified Thu Nov 12 19:37:24 2015 UTC (8 years, 5 months ago) by michael
File length: 8147 byte(s)
Diff to previous 6628
- Create ircd-hybrid 8.3.x branch

Revision 6628 - (view) (annotate) - [select for diffs]
Modified Sat Oct 24 13:29:47 2015 UTC (8 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8147 byte(s)
Diff to previous 6458
- Rename uconf_items to shared_items and oconf_items to operator_items

Revision 6458 - (view) (annotate) - [select for diffs]
Modified Sat Aug 29 19:42:26 2015 UTC (8 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8146 byte(s)
Diff to previous 6422
- m_dline.c, m_kline.c, m_resv.c, m_xline.c: rename 't?line_time' variable to 'duration'

Revision 6422 - (view) (annotate) - [select for diffs]
Modified Wed Aug 26 18:12:52 2015 UTC (8 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8185 byte(s)
Diff to previous 6354
- Get rid of smalldate() and replace all instances of it with date_iso8601()

Revision 6354 - (view) (annotate) - [select for diffs]
Modified Fri Aug 14 17:53:44 2015 UTC (8 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8179 byte(s)
Diff to previous 6318
- Rename server capabilities flags from CAP_* to CAPAB_*

Revision 6318 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 16:04:43 2015 UTC (8 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8173 byte(s)
Diff to previous 5956
- Get rid of UMODE_ALL

Revision 5956 - (view) (annotate) - [select for diffs]
Modified Sat May 9 19:53:09 2015 UTC (8 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8159 byte(s)
Diff to previous 5881
- Removed useless header includes

Revision 5881 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:04:15 2015 UTC (8 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8180 byte(s)
Diff to previous 5875
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER

Revision 5875 - (view) (annotate) - [select for diffs]
Modified Wed Apr 29 11:09:28 2015 UTC (8 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8034 byte(s)
Diff to previous 5870
- Style corrections; removed trailing whitespaces

Revision 5870 - (view) (annotate) - [select for diffs]
Modified Tue Apr 28 19:57:52 2015 UTC (8 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8035 byte(s)
Diff to previous 5867
- m_xline.c: fixed invalid command sytnax when broadcasting XLINEs to other servers. First argument can't be a digit.

Revision 5867 - (view) (annotate) - [select for diffs]
Modified Tue Apr 28 12:47:36 2015 UTC (8 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8184 byte(s)
Diff to previous 5865
- m_xline.c: renamed write_xline() to xline_add()

Revision 5865 - (view) (annotate) - [select for diffs]
Modified Tue Apr 28 12:42:56 2015 UTC (8 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8192 byte(s)
Diff to previous 5864
- m_xline.c: don't allow legit-looking fake exit reasons like "Ping timeout: 240 seconds"; constification

Revision 5864 - (view) (annotate) - [select for diffs]
Modified Tue Apr 28 12:23:30 2015 UTC (8 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 7942 byte(s)
Diff to previous 5823
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5823 - (view) (annotate) - [select for diffs]
Modified Sun Apr 26 15:37:43 2015 UTC (8 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8030 byte(s)
Diff to previous 5776
- Get rid of valid_comment()

Revision 5776 - (view) (annotate) - [select for diffs]
Modified Sat Apr 4 17:31:30 2015 UTC (9 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 7974 byte(s)
Diff to previous 5347
- Changed some function to void if we don't need a return value
- Have some other functions return saner values

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (9 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 7976 byte(s)
Diff to previous 4890
- Update copyright years

Revision 4890 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 17:10:46 2014 UTC (9 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 7976 byte(s)
Diff to previous 4815
- Style corrections

Revision 4815 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 15:28:42 2014 UTC (9 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 7974 byte(s)
Diff to previous 4646
- Renamed variables

Revision 4646 - (view) (annotate) - [select for diffs]
Modified Sun Sep 21 12:43:10 2014 UTC (9 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 7969 byte(s)
Diff to previous 4629
- m_xline.c, m_unxline.c: allow servers to add/remove XLINEs

Revision 4629 - (view) (annotate) - [select for diffs]
Modified Sun Sep 21 09:55:57 2014 UTC (9 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8000 byte(s)
Diff to previous 4625
- m_resv.c, m_xline.c: some places weren't using get_oper_name()

Revision 4625 - (view) (annotate) - [select for diffs]
Modified Sun Sep 21 09:34:46 2014 UTC (9 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 7991 byte(s)
Diff to previous 4565
- m_xline.c:relay_xline(): only call atoi() if really needed

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (9 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8022 byte(s)
Diff to previous 4545
- Update GPL 2 license headers

Revision 4545 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:13 2014 UTC (9 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8018 byte(s)
Diff to previous 4340
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers

Revision 4340 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:53:22 2014 UTC (9 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8012 byte(s)
Diff to previous 4274
- Renamed structures to meet code conventions

Revision 4274 - (view) (annotate) - [select for diffs]
Modified Sat Jul 19 18:56:19 2014 UTC (9 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8014 byte(s)
Diff to previous 4242
- m_xline.c, m_resv.c: fixed bug where the mask which is to be banned is checked in
  both valid_wild_card_simple() and valid_wild_card()

Revision 4242 - (view) (annotate) - [select for diffs]
Modified Thu Jul 17 15:19:02 2014 UTC (9 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8069 byte(s)
Diff to previous 4058
- m_xline.c: fixed broken check_xline()

Revision 4058 - (view) (annotate) - [select for diffs]
Modified Tue Jun 24 18:18:58 2014 UTC (9 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8073 byte(s)
Diff to previous 3467
- Use %u conversion specifier for unsigned ints

Revision 3467 - (view) (annotate) - [select for diffs]
Modified Sat May 3 15:39:44 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8073 byte(s)
Diff to previous 3368
- m_xline.c:write_xline(): removed collapse() call

Revision 3368 - (view) (annotate) - [select for diffs]
Modified Mon Apr 21 14:24:16 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8092 byte(s)
Diff to previous 3352
- Style corrections

Revision 3352 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:26:15 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 8115 byte(s)
Diff to previous 3347
- Added m_unxline.c and moved all UNXLINE related code into it

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11237 byte(s)
Diff to previous 3156
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11237 byte(s)
Diff to previous 3110
- Removed client_p pointers from everywhere

Revision 3110 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 20:33:17 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11411 byte(s)
Diff to previous 3109
- Added sendto_one_notice()

Revision 3109 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:25:12 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11838 byte(s)
Diff to previous 2974
- Applied Adam's sendto_one_numeric() changes

Revision 2974 - (view) (annotate) - [select for diffs]
Modified Fri Jan 31 11:56:51 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11951 byte(s)
Diff to previous 2888
- m_xline.c: reorder functions, removed unused header includes, constifications

Revision 2888 - (view) (annotate) - [select for diffs]
Modified Tue Jan 21 17:47:11 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 12317 byte(s)
Diff to previous 2879
- Fixed improper use of the ID_or_name macro in several places

Revision 2879 - (view) (annotate) - [select for diffs]
Modified Sun Jan 19 19:28:57 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 12341 byte(s)
Diff to previous 2877
- m_xline.c:mo_xline(): properly report missing privilege now that
  we have the 'unxline' oper flag

Revision 2877 - (view) (annotate) - [select for diffs]
Modified Sun Jan 19 19:25:00 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 12339 byte(s)
Diff to previous 2852
- m_xline.c: speed up xline lookups

Revision 2852 - (view) (annotate) - [select for diffs]
Modified Sat Jan 18 16:30:48 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 12007 byte(s)
Diff to previous 2828
- Added 'unxline' oper privilege for better fine tuning

Revision 2828 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 23:34:31 2014 UTC (10 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11997 byte(s)
Diff to previous 2820
- m_xline.c:me_xline(): fixed misleading comment

Revision 2820 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 23:10:26 2014 UTC (10 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 12010 byte(s)
Diff to previous 2362
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 2362 - (view) (annotate) - [select for diffs]
Modified Thu Jul 4 21:15:32 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11696 byte(s)
Diff to previous 2340
- m_xline.c:ms_xline(): removed already solved XXX comment

Revision 2340 - (view) (annotate) - [select for diffs]
Modified Wed Jul 3 13:31:23 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
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 2336 - (view) (annotate) - [select for diffs]
Modified Wed Jul 3 12:58:28 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11745 byte(s)
Diff to previous 2115
- Added XLINE and RESV logging types

Revision 2115 - (view) (annotate) - [select for diffs]
Modified Sun May 26 11:13:03 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11744 byte(s)
Diff to previous 1845
- Remove temporary xline kludge that was required for better
  interoperability with 7.0 servers

Revision 1845 - (view) (annotate) - [select for diffs]
Modified Mon Apr 22 18:33:02 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11796 byte(s)
Diff to previous 1834
- Fixed some compile warnings

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11916 byte(s)
Diff to previous 1832
- Revert to -r1831

Revision 1832 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:16:09 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
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 (11 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
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 (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
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 (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
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 1649 - (view) (annotate) - [select for diffs]
Modified Sat Nov 10 19:27:13 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11925 byte(s)
Diff to previous 1646
- minor MaskItem structure cleanup

Revision 1646 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 21:02:43 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11924 byte(s)
Diff to previous 1644
- First pass of conf parser stabilization/cleanup

Revision 1644 - (view) (annotate) - [select for diffs]
Modified Tue Nov 6 22:20:16 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11926 byte(s)
Diff to previous 1632
- More config subsystem cleanups

Revision 1632 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 15:37:10 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11960 byte(s)
Diff to previous 1628
- Initial rewrite of the configuration subsystem

Revision 1628 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 21:08:56 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 12254 byte(s)
Diff to previous 1625
- flesh out new *line database handling
- simplify temporary bans

Revision 1625 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 13:49:25 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 12228 byte(s)
Diff to previous 1622
- dbs are now periodically flushed on disc every 5 minutes

Revision 1622 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 13:16:37 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
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 (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
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 (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
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 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_xline.c
File length: 12406 byte(s)
Diff to previous 1276
- 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 1276 - (view) (annotate) - [select for diffs]
Modified Mon Jan 30 23:55:11 2012 UTC (12 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_xline.c
File length: 12410 byte(s)
Diff to previous 1275
- fix previous commit regarding remote klines

Revision 1275 - (view) (annotate) - [select for diffs]
Modified Mon Jan 30 23:50:03 2012 UTC (12 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_xline.c
File length: 12412 byte(s)
Diff to previous 1247
- services that are specified in the services{} block may now set remote k/x-lines

Revision 1247 - (view) (annotate) - [select for diffs]
Modified Sat Oct 1 07:54:24 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_xline.c
File length: 12338 byte(s)
Diff to previous 1243
- 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 (12 years, 6 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 1230 - (view) (annotate) - [select for diffs]
Modified Thu Sep 22 19:41:19 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_xline.c
File length: 12378 byte(s)
Diff to previous 1219
- cleanup module loader. Make module api more flexible

Revision 1219 - (view) (annotate) - [select for diffs]
Modified Sun Sep 18 09:02:38 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_xline.c
File length: 12543 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 (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_xline.c
File length: 12515 byte(s)
Diff to previous 1156
- 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 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_xline.c
File length: 12503 byte(s)
Diff to previous 1155
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid/modules/m_xline.c
File length: 12503 byte(s)
Diff to previous 1121
- recreate "trunk"

Revision 1121 - (view) (annotate) - [select for diffs]
Modified Sun Jan 9 11:03:03 2011 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_xline.c
File length: 12503 byte(s)
Diff to previous 1029
- removed all instances of STATIC_MODULES since we don't have
  static modules anymore
- removed m_mkpasswd module from contrib

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_xline.c
File length: 12533 byte(s)
Diff to previous 1028
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid/modules/m_xline.c
File length: 12533 byte(s)
Diff to previous 1011
- move ircd-hybrid-7.2 to trunk

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_xline.c
File length: 12533 byte(s)
Diff to previous 382
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 382 - (view) (annotate) - [select for diffs]
Modified Tue Jan 31 12:13:42 2006 UTC (18 years, 2 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.

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid-7.2/modules/m_xline.c
File length: 12551 byte(s)
Diff to previous 33
create 7.2 branch, we can move/rename it as needed.


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (18 years, 6 months ago) by knight
Original Path: ircd-hybrid/modules/m_xline.c
File length: 12551 byte(s)
Diff to previous 32
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (18 years, 6 months ago) by knight
Original Path: ircd-hybrid/modules/m_xline.c
File length: 12551 byte(s)
Diff to previous 31
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (18 years, 6 months ago) by knight
Original Path: ircd-hybrid/modules/m_xline.c
File length: 12551 byte(s)
Diff to previous 30
- Fix svn:keywords

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (18 years, 6 months ago) by adx
Original Path: ircd-hybrid/modules/m_xline.c
File length: 12609 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

(Current path doesn't exist after revision 9641)

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

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.

  Diffs between and
  Type of Diff should be a