ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_etrace.c
Revision 9857 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 04:43:22 2021 UTC (4 years, 7 months ago) by michael
File length: 4551 byte(s)
Diff to previous 9397
- Bump copyright years

Revision 9397 - (view) (annotate) - [select for diffs]
Modified Thu May 14 19:26:52 2020 UTC (5 years, 3 months ago) by michael
File length: 4551 byte(s)
Diff to previous 9374
- server_hunte(): drop the 'parc' argument. It's no longer needed.

Revision 9374 - (view) (annotate) - [select for diffs]
Modified Sat May 9 20:54:46 2020 UTC (5 years, 3 months ago) by michael
File length: 4563 byte(s)
Diff to previous 9101
- Each type of command handler now has its own min/max argument count pair;  remove remaining argument checks from all modules

Revision 9101 - (view) (annotate) - [select for diffs]
Modified Wed Jan 1 09:58:45 2020 UTC (5 years, 7 months ago) by michael
File length: 4511 byte(s)
Diff to previous 9077
- Bump copyright years everywhere

Revision 9077 - (view) (annotate) - [select for diffs]
Modified Sat Oct 12 20:15:17 2019 UTC (5 years, 10 months ago) by michael
File length: 4511 byte(s)
Diff to previous 8752
- Command handlers are now of type void again

Revision 8752 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:07:01 2019 UTC (6 years, 7 months ago) by michael
File length: 4525 byte(s)
Diff to previous 8729
- Update copyright years

Revision 8729 - (view) (annotate) - [select for diffs]
Modified Sat Dec 15 12:56:11 2018 UTC (6 years, 8 months ago) by michael
File length: 4525 byte(s)
Diff to previous 8656
- Get rid of version.c

Revision 8656 - (view) (annotate) - [select for diffs]
Modified Sun Nov 11 20:19:17 2018 UTC (6 years, 9 months ago) by michael
File length: 4503 byte(s)
Diff to previous 8603
- Make use of the bool data type in some places

Revision 8603 - (view) (annotate) - [select for diffs]
Modified Sun Oct 28 19:43:30 2018 UTC (6 years, 9 months ago) by michael
File length: 4481 byte(s)
Diff to previous 8279
- Fixed style inconsistencies in various places

Revision 8279 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:13 2018 UTC (7 years, 6 months ago) by michael
File length: 4473 byte(s)
Diff to previous 8259
- Update copyright years

Revision 8259 - (view) (annotate) - [select for diffs]
Modified Thu May 25 15:47:26 2017 UTC (8 years, 3 months ago) by michael
File length: 4473 byte(s)
Diff to previous 8084
- m_etrace.c:do_etrace(): cleanups

Revision 8084 - (view) (annotate) - [select for diffs]
Modified Sun Mar 26 10:15:47 2017 UTC (8 years, 5 months ago) by michael
File length: 4882 byte(s)
Diff to previous 8080
- Add RPL_ETRACEEND numeric taken from irc2.11

Revision 8080 - (view) (annotate) - [select for diffs]
Modified Sat Mar 25 20:09:14 2017 UTC (8 years, 5 months ago) by michael
File length: 4880 byte(s)
Diff to previous 8078
- m_etrace.c:do_etrace(): get remote ETRACE to work properly

Revision 8078 - (view) (annotate) - [select for diffs]
Modified Sat Mar 25 19:51:58 2017 UTC (8 years, 5 months ago) by michael
File length: 4752 byte(s)
Diff to previous 8072
- m_etrace.c:do_etrace(): cleanup function arguments

Revision 8072 - (view) (annotate) - [select for diffs]
Modified Sat Mar 25 19:37:56 2017 UTC (8 years, 5 months ago) by michael
File length: 4770 byte(s)
Diff to previous 8066
- m_etrace.c: use me.name for RPL_TRACEEND

Revision 8066 - (view) (annotate) - [select for diffs]
Modified Thu Mar 23 17:38:28 2017 UTC (8 years, 5 months ago) by michael
File length: 4766 byte(s)
Diff to previous 7924
- m_etrace.c: add support for remote ETRACE

Revision 7924 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:08 2016 UTC (8 years, 7 months ago) by michael
File length: 3761 byte(s)
Diff to previous 7910
- Update copyright years

Revision 7910 - (view) (annotate) - [select for diffs]
Modified Sun Nov 27 16:59:35 2016 UTC (8 years, 9 months ago) by michael
File length: 3761 byte(s)
Diff to previous 7687
- m_etrace.c:do_etrace(): swap test

Revision 7687 - (view) (annotate) - [select for diffs]
Modified Thu Aug 18 17:32:22 2016 UTC (9 years ago) by michael
File length: 3762 byte(s)
Diff to previous 7046
- Remove excessive const keyword on dlink_node pointers

Revision 7046 - (view) (annotate) - [select for diffs]
Modified Sat Jan 9 20:13:59 2016 UTC (9 years, 7 months ago) by michael
File length: 3775 byte(s)
Diff to previous 7006
- Rename 'non-standard' RPL_ENDOFTRACE to RPL_TRACEEND

Revision 7006 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:07:54 2016 UTC (9 years, 7 months ago) by michael
File length: 3779 byte(s)
Diff to previous 6704
- Update copyright years

Revision 6704 - (view) (annotate) - [select for diffs]
Modified Thu Oct 29 15:54:30 2015 UTC (9 years, 9 months ago) by michael
File length: 3779 byte(s)
Diff to previous 5881
- m_etrace.c:do_etrace(): cleanup

Revision 5881 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:04:15 2015 UTC (10 years, 3 months ago) by michael
File length: 3855 byte(s)
Diff to previous 5864
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER

Revision 5864 - (view) (annotate) - [select for diffs]
Modified Tue Apr 28 12:23:30 2015 UTC (10 years, 4 months ago) by michael
File length: 3726 byte(s)
Diff to previous 5347
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (10 years, 7 months ago) by michael
File length: 3814 byte(s)
Diff to previous 5000
- Update copyright years

Revision 5000 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 13:53:22 2014 UTC (10 years, 8 months ago) by michael
File length: 3814 byte(s)
Diff to previous 4967
- m_etrace.c:do_etrace(): replaced hash_find_client() with find_person()

Revision 4967 - (view) (annotate) - [select for diffs]
Modified Mon Dec 1 14:34:29 2014 UTC (10 years, 8 months ago) by michael
File length: 3808 byte(s)
Diff to previous 4815
- general::hide_spoof_ips is now deprecated

Revision 4815 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 15:28:42 2014 UTC (10 years, 9 months ago) by michael
File length: 4307 byte(s)
Diff to previous 4588
- Renamed variables

Revision 4588 - (view) (annotate) - [select for diffs]
Modified Tue Aug 26 15:59:07 2014 UTC (11 years ago) by michael
File length: 4304 byte(s)
Diff to previous 4565
- Renamed 'localClient' Client structure member to just 'connection'

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (11 years ago) by michael
File length: 4306 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 (11 years ago) by michael
File length: 4302 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 (11 years ago) by michael
File length: 4296 byte(s)
Diff to previous 3787
- Renamed structures to meet code conventions

Revision 3787 - (view) (annotate) - [select for diffs]
Modified Mon Jun 2 23:27:50 2014 UTC (11 years, 2 months ago) by michael
File length: 4298 byte(s)
Diff to previous 3647
- m_etrace.c: whitespace commit

Revision 3647 - (view) (annotate) - [select for diffs]
Modified Mon May 26 14:06:35 2014 UTC (11 years, 3 months ago) by michael
File length: 4300 byte(s)
Diff to previous 3580
- m_etrace.c:do_etrace(): removed dead code

Revision 3580 - (view) (annotate) - [select for diffs]
Modified Sat May 17 17:26:25 2014 UTC (11 years, 3 months ago) by michael
File length: 4346 byte(s)
Diff to previous 3578
- m_etrace.c: further cleanups

Revision 3578 - (view) (annotate) - [select for diffs]
Modified Sat May 17 17:22:20 2014 UTC (11 years, 3 months ago) by michael
File length: 4381 byte(s)
Diff to previous 3156
- m_etrace.c: constification & style corrections

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (11 years, 5 months ago) by michael
File length: 4270 byte(s)
Diff to previous 3109
- Removed client_p pointers from everywhere

Revision 3109 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:25:12 2014 UTC (11 years, 5 months ago) by michael
File length: 4305 byte(s)
Diff to previous 3096
- Applied Adam's sendto_one_numeric() changes

Revision 3096 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 23:31:45 2014 UTC (11 years, 5 months ago) by michael
File length: 4489 byte(s)
Diff to previous 2968
- Applied Adam's "Put the command name in parv[0], not prefix name" patch

Revision 2968 - (view) (annotate) - [select for diffs]
Modified Thu Jan 30 18:19:18 2014 UTC (11 years, 6 months ago) by michael
File length: 4495 byte(s)
Diff to previous 2820
- m_etrace.c: removed unused header includes

Revision 2820 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 23:10:26 2014 UTC (11 years, 7 months ago) by michael
File length: 4586 byte(s)
Diff to previous 2189
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 2189 - (view) (annotate) - [select for diffs]
Modified Tue Jun 4 12:45:38 2013 UTC (12 years, 2 months ago) by michael
File length: 4304 byte(s)
Diff to previous 2186
- Removed Client::client_host and Client::client_server members

Revision 2186 - (view) (annotate) - [select for diffs]
Modified Tue Jun 4 12:31:40 2013 UTC (12 years, 2 months ago) by michael
File length: 5548 byte(s)
Diff to previous 2185
- m_etrace.c: removed XXX-tag. /etrace -full gives extendend etrace

Revision 2185 - (view) (annotate) - [select for diffs]
Modified Tue Jun 4 12:29:18 2013 UTC (12 years, 2 months ago) by michael
File length: 5578 byte(s)
Diff to previous 1834
- Removed usermode +C

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (12 years, 4 months ago) by michael
File length: 5614 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 (12 years, 4 months ago) by michael
File length: 5554 byte(s)
Diff to previous 1676
- 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 1676 - (view) (annotate) - [select for diffs]
Modified Fri Nov 23 21:49:18 2012 UTC (12 years, 9 months ago) by michael
File length: 5614 byte(s)
Diff to previous 1652
- m_etrace.c: fixed compile warning; removed set_time() call in
  report_this_status()

Revision 1652 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 20:28:53 2012 UTC (12 years, 9 months ago) by michael
File length: 5638 byte(s)
Diff to previous 1632
- 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 (12 years, 9 months ago) by michael
File length: 5637 byte(s)
Diff to previous 1618
- Initial rewrite of the configuration subsystem

Revision 1618 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 21:04:38 2012 UTC (12 years, 9 months ago) by michael
File length: 5592 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 (12 years, 10 months ago) by michael
File length: 5579 byte(s)
Diff to previous 1400
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

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

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_etrace.c
File length: 5599 byte(s)
Diff to previous 1243
- 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 (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_etrace.c
File length: 5601 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 (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_etrace.c
File length: 5678 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 (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_etrace.c
File length: 5617 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 (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_etrace.c
File length: 5541 byte(s)
Diff to previous 1169
- 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 1169 - (view) (annotate) - [select for diffs]
Modified Fri Aug 12 18:45:03 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_etrace.c
File length: 5535 byte(s)
Diff to previous 1156
- 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 (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_etrace.c
File length: 5530 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 (14 years ago) by michael
Original Path: ircd-hybrid/modules/m_etrace.c
File length: 5530 byte(s)
Diff to previous 1144
- recreate "trunk"

Revision 1144 - (view) (annotate) - [select for diffs]
Modified Tue Jul 26 19:33:54 2011 UTC (14 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_etrace.c
File length: 5530 byte(s)
Diff to previous 1121
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 (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_etrace.c
File length: 5677 byte(s)
Diff to previous 1118
- 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 (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_etrace.c
File length: 5777 byte(s)
Diff to previous 1114
- cleanup and sanitize m_server.c. remove hostmasking. Improve TS6 suppport

Revision 1114 - (view) (annotate) - [select for diffs]
Modified Mon Dec 20 20:33:05 2010 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_etrace.c
File length: 5809 byte(s)
Diff to previous 1113
- Move RPL_ETRACE to messages.tab
- CHANGE RPL_WHOISSSL to use the 671 numeric

Revision 1113 - (view) (annotate) - [select for diffs]
Modified Sat Dec 18 22:44:10 2010 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_etrace.c
File length: 5922 byte(s)
Diff to previous 1029
- move Client.client_host and Client.client_server to LocalUser struct

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_etrace.c
File length: 5870 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 (15 years, 9 months ago) by michael
Original Path: ircd-hybrid/modules/m_etrace.c
File length: 5870 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 (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_etrace.c
File length: 5870 byte(s)
Diff to previous 891
- 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 (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_etrace.c
File length: 5871 byte(s)
Diff to previous 856
- Avoid useless irc_getnameinfo calls in several places

Revision 856 - (view) (annotate) - [select for diffs]
Modified Tue Feb 27 02:58:49 2007 UTC (18 years, 6 months ago) by db
Original Path: ircd-hybrid-7.2/modules/m_etrace.c
File length: 6034 byte(s)
Diff to previous 849
- make 709 numeric work for dronemon


Revision 849 - (view) (annotate) - [select for diffs]
Modified Mon Feb 19 19:41:59 2007 UTC (18 years, 6 months ago) by db
Original Path: ircd-hybrid-7.2/modules/m_etrace.c
File length: 5898 byte(s)
Diff to previous 172
- Add +C 
- add etrace -full

Reviewed by: cryogen, bear

Revision 172 - (view) (annotate) - [select for diffs]
Modified Fri Oct 21 22:04:25 2005 UTC (19 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_etrace.c
File length: 4758 byte(s)
Diff to previous 34
- ETRACE should spit out an error if used by a non-oper.  Reported by nenolod

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

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

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/modules/m_etrace.c
File length: 4756 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 (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/modules/m_etrace.c
File length: 4809 byte(s)
- 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