ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_trace.c
Revision 7045 - (view) (annotate) - [select for diffs]
Modified Sat Jan 9 20:11:17 2016 UTC (8 years, 3 months ago) by michael
File length: 8783 byte(s)
Diff to previous 7007 , to selected 1230
- Rename 'non-standard' RPL_TRACEEND to RPL_ENDOFTRACE

Revision 7007 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:09:08 2016 UTC (8 years, 3 months ago) by michael
File length: 8789 byte(s)
Diff to previous 6444 , to selected 1230
- Update copyright years

Revision 6444 - (view) (annotate) - [select for diffs]
Modified Fri Aug 28 18:29:58 2015 UTC (8 years, 7 months ago) by michael
File length: 8789 byte(s)
Diff to previous 5880 , to selected 1230
- m_trace.c: allow remote operators to request a full client list; various other cleanups

Revision 5880 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:01:42 2015 UTC (8 years, 11 months ago) by michael
File length: 9804 byte(s)
Diff to previous 5863 , to selected 1230
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER

Revision 5863 - (view) (annotate) - [select for diffs]
Modified Tue Apr 28 12:23:14 2015 UTC (8 years, 11 months ago) by michael
File length: 9675 byte(s)
Diff to previous 5543 , to selected 1230
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5543 - (view) (annotate) - [select for diffs]
Modified Thu Feb 12 13:40:13 2015 UTC (9 years, 2 months ago) by michael
File length: 9763 byte(s)
Diff to previous 5346 , to selected 1230
- Renamed idle_time_get() to client_get_idle_time()

Revision 5346 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:41:14 2015 UTC (9 years, 3 months ago) by michael
File length: 9735 byte(s)
Diff to previous 4968 , to selected 1230
- Update copyright years

Revision 4968 - (view) (annotate) - [select for diffs]
Modified Mon Dec 1 14:36:42 2014 UTC (9 years, 4 months ago) by michael
File length: 9735 byte(s)
Diff to previous 4816 , to selected 1230
- general::hide_spoof_ips is now deprecated

Revision 4816 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 15:29:49 2014 UTC (9 years, 5 months ago) by michael
File length: 11506 byte(s)
Diff to previous 4589 , to selected 1230
- Renamed variables

Revision 4589 - (view) (annotate) - [select for diffs]
Modified Tue Aug 26 15:59:21 2014 UTC (9 years, 7 months ago) by michael
File length: 11530 byte(s)
Diff to previous 4564 , to selected 1230
- Renamed 'localClient' Client structure member to just 'connection'

Revision 4564 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:24:47 2014 UTC (9 years, 7 months ago) by michael
File length: 11542 byte(s)
Diff to previous 4546 , to selected 1230
- Update GPL 2 license headers

Revision 4546 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:38 2014 UTC (9 years, 7 months ago) by michael
File length: 11538 byte(s)
Diff to previous 4341 , to selected 1230
- Fixed compile warnings with -Wmissing-field-initializers

Revision 4341 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:53:48 2014 UTC (9 years, 8 months ago) by michael
File length: 11532 byte(s)
Diff to previous 4212 , to selected 1230
- Renamed structures to meet code conventions

Revision 4212 - (view) (annotate) - [select for diffs]
Modified Mon Jul 14 09:24:10 2014 UTC (9 years, 9 months ago) by michael
File length: 11538 byte(s)
Diff to previous 3609 , to selected 1230
- Renamed serv_list to local_server_list

Revision 3609 - (view) (annotate) - [select for diffs]
Modified Tue May 20 18:22:58 2014 UTC (9 years, 10 months ago) by michael
File length: 11530 byte(s)
Diff to previous 3377 , to selected 1230
- m_trace.c: removed set_time() calls

Revision 3377 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 16:15:51 2014 UTC (9 years, 11 months ago) by michael
File length: 11559 byte(s)
Diff to previous 3347 , to selected 1230
- Create 8.2.x branch

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_trace.c
File length: 11559 byte(s)
Diff to previous 3246 , to selected 1230
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3246 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 17:37:13 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_trace.c
File length: 11559 byte(s)
Diff to previous 3156 , to selected 1230
- Fixed inconsistent style in several places

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_trace.c
File length: 11567 byte(s)
Diff to previous 3117 , to selected 1230
- Removed client_p pointers from everywhere

Revision 3117 - (view) (annotate) - [select for diffs]
Modified Fri Mar 7 19:28:54 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_trace.c
File length: 11701 byte(s)
Diff to previous 3116 , to selected 1230
- Removed unused header includes here and there

Revision 3116 - (view) (annotate) - [select for diffs]
Modified Fri Mar 7 19:06:03 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_trace.c
File length: 11720 byte(s)
Diff to previous 3109 , to selected 1230
- m_trace.c: get rid of remaining from & to pointers

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_trace.c
File length: 11926 byte(s)
Diff to previous 3096 , to selected 1230
- Applied Adam's sendto_one_numeric() changes

Revision 3096 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 23:31:45 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_trace.c
File length: 12713 byte(s)
Diff to previous 2863 , to selected 1230
- Applied Adam's "Put the command name in parv[0], not prefix name" patch

Revision 2863 - (view) (annotate) - [select for diffs]
Modified Sun Jan 19 12:09:56 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_trace.c
File length: 12731 byte(s)
Diff to previous 2820 , to selected 1230
- m_trace.c:ms_trace(): properly check return value of hunt_server()
  against HUNTED_ISME. Just in case the HUNT_* definitions get
  changed some day

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_trace.c
File length: 12698 byte(s)
Diff to previous 2746 , to selected 1230
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 2746 - (view) (annotate) - [select for diffs]
Modified Sun Jan 5 17:43:29 2014 UTC (10 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_trace.c
File length: 12613 byte(s)
Diff to previous 2359 , to selected 1230
- m_trace.c:mo_trace(): properly check return value of hunt_server()

Revision 2359 - (view) (annotate) - [select for diffs]
Modified Thu Jul 4 21:03:19 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_trace.c
File length: 12598 byte(s)
Diff to previous 2345 , to selected 1230
- m_trace.c:report_this_status(): XXX solved. x->localClient->firsttime can't
  ever be zero

Revision 2345 - (view) (annotate) - [select for diffs]
Modified Wed Jul 3 18:17:39 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_trace.c
File length: 12677 byte(s)
Diff to previous 2262 , to selected 1230
- White-space commit / style corrections

Revision 2262 - (view) (annotate) - [select for diffs]
Modified Mon Jun 17 18:35:12 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_trace.c
File length: 12387 byte(s)
Diff to previous 1834 , to selected 1230
- trace_get_dependent(): use unsigned int here

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_trace.c
File length: 12345 byte(s)
Diff to previous 1832 , to selected 1230
- 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_trace.c
File length: 12166 byte(s)
Diff to previous 1783 , to selected 1230
- 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 1783 - (view) (annotate) - [select for diffs]
Modified Thu Jan 24 19:26:51 2013 UTC (11 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_trace.c
File length: 12345 byte(s)
Diff to previous 1652 , to selected 1230
- Forward-port -r1774:
  - Configuration parser now does support 'year' and 'month' units
  - Add support for fake idle times to /whois. Known from csircd, this
    adds min_idle, and max_idle configuration directives to class{} blocks

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_trace.c
File length: 12457 byte(s)
Diff to previous 1632 , to selected 1230
- 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 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_trace.c
File length: 12458 byte(s)
Diff to previous 1618 , to selected 1230
- Initial rewrite of the configuration subsystem

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_trace.c
File length: 12479 byte(s)
Diff to previous 1592 , to selected 1230
- 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_trace.c
File length: 12466 byte(s)
Diff to previous 1549 , to selected 1230
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1549 - (view) (annotate) - [select for diffs]
Modified Mon Oct 1 18:11:11 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_trace.c
File length: 12466 byte(s)
Diff to previous 1400 , to selected 1230
- Removed general::kline_with_reason configuration options. It's now enabled
  by default
- Removed remnants of the broken reject holding code

Revision 1400 - (view) (annotate) - [select for diffs]
Modified Mon May 7 20:08:32 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_trace.c
File length: 12644 byte(s)
Diff to previous 1377 , to selected 1230
- move has_wildcards() to irc_string.c and make use of it in several places

Revision 1377 - (view) (annotate) - [select for diffs]
Modified Mon Apr 30 19:35:16 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_trace.c
File length: 12664 byte(s)
Diff to previous 1309 , to selected 1230
- 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 (12 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_trace.c
File length: 12660 byte(s)
Diff to previous 1243 , to selected 1230
- 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_trace.c
File length: 12662 byte(s)
Diff to previous 1241 , to selected 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 1241 - (view) (annotate) - [select for diffs]
Modified Thu Sep 29 20:26:09 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_trace.c
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 1230 - (view) (annotate) - [selected]
Modified Thu Sep 22 19:41:19 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_trace.c
File length: 12596 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_trace.c
File length: 12619 byte(s)
Diff to previous 1178 , to selected 1230
- 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_trace.c
File length: 12411 byte(s)
Diff to previous 1176 , to selected 1230
- 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, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_trace.c
File length: 12405 byte(s)
Diff to previous 1169 , to selected 1230
- 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 (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_trace.c
File length: 12349 byte(s)
Diff to previous 1156 , to selected 1230
- 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

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_trace.c
File length: 12339 byte(s)
Diff to previous 1155 , to selected 1230
- 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_trace.c
File length: 12339 byte(s)
Diff to previous 1149 , to selected 1230
- recreate "trunk"

Revision 1149 - (view) (annotate) - [select for diffs]
Modified Sun Jul 31 20:04:17 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_trace.c
File length: 12339 byte(s)
Diff to previous 1144 , to selected 1230
- Style cleanups
- Doxify hook.c

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

Revision 1118 - (view) (annotate) - [select for diffs]
Modified Thu Jan 6 13:39:10 2011 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_trace.c
File length: 12611 byte(s)
Diff to previous 1029 , to selected 1230
- cleanup and sanitize m_server.c. remove hostmasking. Improve TS6 suppport

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_trace.c
File length: 12641 byte(s)
Diff to previous 1028 , to selected 1230
- 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_trace.c
File length: 12641 byte(s)
Diff to previous 1011 , to selected 1230
- 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_trace.c
File length: 12641 byte(s)
Diff to previous 891 , to selected 1230
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 891 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 13:44:50 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_trace.c
File length: 12642 byte(s)
Diff to previous 889 , to selected 1230
- Avoid useless irc_getnameinfo calls in several places

Revision 889 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 12:59:05 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_trace.c
File length: 12971 byte(s)
Diff to previous 34 , to selected 1230
- Got rid of Serv.dep_users and Serv.dep_servers

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_trace.c
File length: 12807 byte(s)
Diff to previous 33 , to selected 1230
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_trace.c
File length: 12807 byte(s)
Diff to previous 32 , to selected 1230
- 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_trace.c
File length: 12807 byte(s)
Diff to previous 31 , to selected 1230
- 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_trace.c
File length: 12807 byte(s)
Diff to previous 30 , to selected 1230
- 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_trace.c
File length: 12861 byte(s)
Diff to selected 1230
- 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