ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/contrib/m_operspy.c
Revision 1407 - (view) (annotate) - [select for diffs]
Modified Thu May 10 21:09:04 2012 UTC (11 years, 10 months ago) by michael
File length: 17460 byte(s)
Diff to previous 1325 , to selected 32
- contrib/m_operspy.c: replace several ircsprintf with snprintf.
  Replace a (strchr(x, '*') || strchr(x, '?')) combo with has_wildcards()


Revision 1325 - (view) (annotate) - [select for diffs]
Modified Sat Mar 31 10:29:02 2012 UTC (11 years, 11 months ago) by michael
File length: 17489 byte(s)
Diff to previous 1309 , to selected 32
- Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (12 years ago) by michael
File length: 17535 byte(s)
Diff to previous 1268 , to selected 32
- 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 1268 - (view) (annotate) - [select for diffs]
Modified Wed Jan 18 08:20:31 2012 UTC (12 years, 2 months ago) by michael
File length: 17539 byte(s)
Diff to previous 1243 , to selected 32
- get contributed modules to work with new module api

Revision 1243 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (12 years, 6 months ago) by michael
File length: 17528 byte(s)
Diff to previous 1241 , to selected 32
- 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 (12 years, 6 months ago) by michael
File length: 17617 byte(s)
Diff to previous 1219 , to selected 32
- 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 (12 years, 6 months ago) by michael
File length: 17604 byte(s)
Diff to previous 1203 , to selected 32
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.

Revision 1203 - (view) (annotate) - [select for diffs]
Modified Tue Aug 23 20:06:08 2011 UTC (12 years, 7 months ago) by michael
File length: 17506 byte(s)
Diff to previous 1178 , to selected 32
- make channel::topic and channel::topic_info fixed-size arrays

Revision 1178 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 08:11:31 2011 UTC (12 years, 7 months ago) by michael
File length: 17539 byte(s)
Diff to previous 1176 , to selected 32
- 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 (12 years, 7 months ago) by michael
File length: 17533 byte(s)
Diff to previous 1156 , to selected 32
- 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 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (12 years, 7 months ago) by michael
File length: 17510 byte(s)
Diff to previous 1155 , to selected 32
- create ircd-hybrid-8 "branch"

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

Revision 1121 - (view) (annotate) - [select for diffs]
Modified Sun Jan 9 11:03:03 2011 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/contrib/m_operspy.c
File length: 17510 byte(s)
Diff to previous 1029 , to selected 32
- 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, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/contrib/m_operspy.c
File length: 17538 byte(s)
Diff to previous 1028 , to selected 32
- 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, 4 months ago) by michael
Original Path: ircd-hybrid/contrib/m_operspy.c
File length: 17538 byte(s)
Diff to previous 1011 , to selected 32
- 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, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/contrib/m_operspy.c
File length: 17538 byte(s)
Diff to previous 530 , to selected 32
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 530 - (view) (annotate) - [select for diffs]
Modified Sat Mar 18 16:47:06 2006 UTC (18 years ago) by michael
Original Path: ircd-hybrid-7.2/contrib/m_operspy.c
File length: 17539 byte(s)
Diff to previous 497 , to selected 32
- Fixed compile error in m_operspy.c.  Reported by Volk

Revision 497 - (view) (annotate) - [select for diffs]
Modified Wed Mar 1 18:57:56 2006 UTC (18 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/contrib/m_operspy.c
File length: 17533 byte(s)
Diff to previous 34 , to selected 32
- Fixed bug where "OPERSPY NAMES #channel" would add a
  client twice onto a channel's member list if it is
  already on that channel.


Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (18 years, 5 months ago) by lusky
Original Path: ircd-hybrid-7.2/contrib/m_operspy.c
File length: 17424 byte(s)
Diff to previous 33 , to selected 32
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, 5 months ago) by knight
Original Path: ircd-hybrid/contrib/m_operspy.c
File length: 17424 byte(s)
Diff to previous 32
- svn:keywords

Revision 32 - (view) (annotate) - [selected]
Modified Sun Oct 2 20:41:23 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/contrib/m_operspy.c
File length: 17424 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, 5 months ago) by knight
Original Path: ircd-hybrid/contrib/m_operspy.c
File length: 17424 byte(s)
Diff to previous 30 , to selected 32
- Fix svn:keywords

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (18 years, 5 months ago) by adx
Original Path: ircd-hybrid/contrib/m_operspy.c
File length: 17484 byte(s)
Diff to selected 32
- 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 1591)

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