ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_links.c
Revision 1652 - (view) (annotate) - [selected]
Modified Tue Nov 13 20:28:53 2012 UTC (11 years, 5 months ago) by michael
File length: 5186 byte(s)
Diff to previous 1618
- 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 1618 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 21:04:38 2012 UTC (11 years, 5 months ago) by michael
File length: 5187 byte(s)
Diff to previous 1592 , to selected 1652
- 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
File length: 5174 byte(s)
Diff to previous 1546 , to selected 1652
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1546 - (view) (annotate) - [select for diffs]
Modified Sun Sep 30 15:24:00 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_links.c
File length: 5174 byte(s)
Diff to previous 1544 , to selected 1652
- fixed previous commit to m_links()

Revision 1544 - (view) (annotate) - [select for diffs]
Modified Sun Sep 30 15:14:35 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_links.c
File length: 5177 byte(s)
Diff to previous 1490 , to selected 1652
- m_links.c: a server's description may now include the [, ] characters

Revision 1490 - (view) (annotate) - [select for diffs]
Modified Sat Jul 28 19:33:23 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_links.c
File length: 5387 byte(s)
Diff to previous 1489 , to selected 1652
- removed serverhide::disable_hidden configuration option
- update NEWS

Revision 1489 - (view) (annotate) - [select for diffs]
Modified Sat Jul 28 19:09:41 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_links.c
File length: 5423 byte(s)
Diff to previous 1309 , to selected 1652
- m_links.c: fixed archaic bug that would send hidden servers to non-opers

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_links.c
File length: 5259 byte(s)
Diff to previous 1243 , to selected 1652
- 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 (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_links.c
File length: 5261 byte(s)
Diff to previous 1230 , to selected 1652
- 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_links.c
File length: 5300 byte(s)
Diff to previous 1219 , to selected 1652
- 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_links.c
File length: 5378 byte(s)
Diff to previous 1178 , to selected 1652
- 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_links.c
File length: 5350 byte(s)
Diff to previous 1156 , to selected 1652
- 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_links.c
File length: 5344 byte(s)
Diff to previous 1155 , to selected 1652
- 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_links.c
File length: 5344 byte(s)
Diff to previous 1148 , to selected 1652
- recreate "trunk"

Revision 1148 - (view) (annotate) - [select for diffs]
Modified Fri Jul 29 21:29:06 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_links.c
File length: 5344 byte(s)
Diff to previous 1144 , to selected 1652
- fixed several compile warnings

Revision 1144 - (view) (annotate) - [select for diffs]
Modified Tue Jul 26 19:33:54 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_links.c
File length: 5231 byte(s)
Diff to previous 1121 , to selected 1652
Added back STATS/TRACE/MOTD/ADMIN request notices. Removed
   spy_*_notice modules accordingly.


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_links.c
File length: 5474 byte(s)
Diff to previous 1045 , to selected 1652
- removed all instances of STATIC_MODULES since we don't have
  static modules anymore
- removed m_mkpasswd module from contrib

Revision 1045 - (view) (annotate) - [select for diffs]
Modified Tue Jan 26 12:58:42 2010 UTC (14 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_links.c
File length: 5652 byte(s)
Diff to previous 1029 , to selected 1652
- contrib/spy_links_notice.c: do not show additional arguments supplied to the
  LINKS command in spy notices. new behaviour is to simply show the command sent
  by the client, which exactly behaves like all other contributed spy modules.
- remove clean_string()

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_links.c
File length: 5847 byte(s)
Diff to previous 1028 , to selected 1652
- 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_links.c
File length: 5847 byte(s)
Diff to previous 575 , to selected 1652
- move ircd-hybrid-7.2 to trunk

Revision 575 - (view) (annotate) - [select for diffs]
Modified Mon May 1 11:41:09 2006 UTC (17 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_links.c
File length: 5847 byte(s)
Diff to previous 269 , to selected 1652
- Fixed a bunch of compile warnings

Revision 269 - (view) (annotate) - [select for diffs]
Modified Mon Nov 14 19:39:09 2005 UTC (18 years, 5 months ago) by adx
Original Path: ircd-hybrid-7.2/modules/m_links.c
File length: 5867 byte(s)
Diff to previous 103 , to selected 1652
+ more rate limiting fixes
+ update RELNOTES

Revision 103 - (view) (annotate) - [select for diffs]
Modified Mon Oct 10 18:29:05 2005 UTC (18 years, 6 months ago) by adx
Original Path: ircd-hybrid-7.2/modules/m_links.c
File length: 5628 byte(s)
Diff to previous 34 , to selected 1652
- MFC: fixed core on /links

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_links.c
File length: 5575 byte(s)
Diff to previous 33 , to selected 1652
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_links.c
File length: 5575 byte(s)
Diff to previous 32 , to selected 1652
- 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_links.c
File length: 5575 byte(s)
Diff to previous 31 , to selected 1652
- 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_links.c
File length: 5575 byte(s)
Diff to previous 30 , to selected 1652
- 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_links.c
File length: 5629 byte(s)
Diff to selected 1652
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

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