ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/newio/modules/m_whois.c
Revision 2581 - (view) (annotate) - [select for diffs]
Modified Wed Nov 20 20:54:42 2013 UTC (10 years, 4 months ago) by michael
File length: 8912 byte(s)
Diff to previous 2538
- Better distinguishing between usermode +g and +G in both /whois and /privmsg
  as suggested by Adam <adam@anope.org>

Revision 2538 - (view) (annotate) - [select for diffs]
Modified Wed Nov 13 15:13:36 2013 UTC (10 years, 5 months ago) by michael
File length: 8697 byte(s)
Diff to previous 2528
- m_whois.c: only administrators may see a client's certificate finger print

Revision 2528 - (view) (annotate) - [select for diffs]
Modified Thu Nov 7 18:12:38 2013 UTC (10 years, 5 months ago) by michael
File length: 8696 byte(s)
Diff to previous 2510
- Added usermode +W. Users connected via a webirc gateway get this
  mode set by servers.
- /WHOIS now shows whether a client is connected via a webirc
  gateway

Revision 2510 - (view) (annotate) - [select for diffs]
Modified Sun Oct 27 17:57:43 2013 UTC (10 years, 5 months ago) by michael
File length: 8492 byte(s)
Diff to previous 2506
- Admins may now see +s channels a user is in with /WHOIS

Revision 2506 - (view) (annotate) - [select for diffs]
Modified Sun Oct 27 15:10:47 2013 UTC (10 years, 5 months ago) by michael
File length: 8396 byte(s)
Diff to previous 2417
- Stole ircu's RPL_WHOISACCOUNT numeric

Revision 2417 - (view) (annotate) - [select for diffs]
Modified Sun Jul 21 18:11:50 2013 UTC (10 years, 8 months ago) by michael
File length: 8219 byte(s)
Diff to previous 2381
- Change command message handlers to int type

Revision 2381 - (view) (annotate) - [select for diffs]
Modified Sat Jul 6 16:22:05 2013 UTC (10 years, 9 months ago) by michael
File length: 8186 byte(s)
Diff to previous 2354
- Add NEWIO branch

Revision 2354 - (view) (annotate) - [select for diffs]
Modified Thu Jul 4 11:47:20 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_whois.c
File length: 8186 byte(s)
Diff to previous 2246
- m_whois.c: removed legacy code

Revision 2246 - (view) (annotate) - [select for diffs]
Modified Sun Jun 16 10:48:39 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_whois.c
File length: 8328 byte(s)
Diff to previous 2229
- Add usermode 'S' (client is connecte via SSL/TLS).
  Allows services to keep track of what users are connected via SSL,
  and allows to see ssl-status of remote clients in a /whois.

Revision 2229 - (view) (annotate) - [select for diffs]
Modified Thu Jun 13 20:10:27 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_whois.c
File length: 8362 byte(s)
Diff to previous 2228
- Cleanups and fixes to previous commit -r2228

Revision 2228 - (view) (annotate) - [select for diffs]
Modified Thu Jun 13 19:46:30 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_whois.c
File length: 8378 byte(s)
Diff to previous 2224
- Implement certificate fingerprint validation for oper{} and connect{} blocks.
  Some code taken from oftc-hybrid. Hello, stu!

Revision 2224 - (view) (annotate) - [select for diffs]
Modified Wed Jun 12 18:10:43 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_whois.c
File length: 8128 byte(s)
Diff to previous 2196
- white-space commit/style corrections

Revision 2196 - (view) (annotate) - [select for diffs]
Modified Tue Jun 4 18:30:12 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_whois.c
File length: 8086 byte(s)
Diff to previous 2017
- Moved disable_remote_command configuration directive from
  general{} block to serverhide{] block

Revision 2017 - (view) (annotate) - [select for diffs]
Modified Sun May 12 15:36:43 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_whois.c
File length: 8076 byte(s)
Diff to previous 1997
- Whitespace commit

Revision 1997 - (view) (annotate) - [select for diffs]
Modified Sat May 11 17:35:07 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_whois.c
File length: 8077 byte(s)
Diff to previous 1874
- Mostly style cleanups & whitespace changes

Revision 1874 - (view) (annotate) - [select for diffs]
Modified Sat Apr 27 09:27:34 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_whois.c
File length: 8207 byte(s)
Diff to previous 1834
- WHOIS may no longer accept wildcards

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_whois.c
File length: 10938 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_whois.c
File length: 10768 byte(s)
Diff to previous 1811
- 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 1811 - (view) (annotate) - [select for diffs]
Modified Fri Apr 12 08:32:08 2013 UTC (11 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_whois.c
File length: 10938 byte(s)
Diff to previous 1793
- Forward-port -r1810 [m_whois.c: fixed bug where TS5 servers would send an
  empty RPL_WHOISACTUALLY numeric]

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_whois.c
File length: 10913 byte(s)
Diff to previous 1783
- Replaced all occurrences of ircsprintf with sprintf/snprintf
  and killed sprintf_irc.(c|h)

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_whois.c
File length: 10941 byte(s)
Diff to previous 1652
- 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_whois.c
File length: 10957 byte(s)
Diff to previous 1592
- 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 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_whois.c
File length: 10958 byte(s)
Diff to previous 1549
- 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_whois.c
File length: 10958 byte(s)
Diff to previous 1547
- Removed general::kline_with_reason configuration options. It's now enabled
  by default
- Removed remnants of the broken reject holding code

Revision 1547 - (view) (annotate) - [select for diffs]
Modified Sun Sep 30 17:50:03 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_whois.c
File length: 11129 byte(s)
Diff to previous 1483
- Removed general::use_whois_actually configuration directive. This is
  now enabled by default

Revision 1483 - (view) (annotate) - [select for diffs]
Modified Wed Jul 25 19:15:48 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_whois.c
File length: 11187 byte(s)
Diff to previous 1474
- Made Client::away a fixed-size array at the expense of a somewhat higher
  memory consumption

Revision 1474 - (view) (annotate) - [select for diffs]
Modified Sun Jul 22 14:44:07 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_whois.c
File length: 11192 byte(s)
Diff to previous 1403
- removed &localchannels

Revision 1403 - (view) (annotate) - [select for diffs]
Modified Wed May 9 19:11:32 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_whois.c
File length: 11335 byte(s)
Diff to previous 1333
- modules/m_whois.c: replace an irccmp with strcmp

Revision 1333 - (view) (annotate) - [select for diffs]
Modified Sun Apr 1 16:28:53 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_whois.c
File length: 11370 byte(s)
Diff to previous 1309
- m_whois.c: fixed displaying of RPL_TARGUMODEG

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_whois.c
File length: 11374 byte(s)
Diff to previous 1294
- 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 1294 - (view) (annotate) - [select for diffs]
Modified Wed Feb 22 20:48:30 2012 UTC (12 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/modules/m_whois.c
File length: 11376 byte(s)
Diff to previous 1243
- Add user mode +H which simply hides operator status to other users.
  This solution replaces current method of hidding operator status where the
  admin mode is not sent to other servers unless hidden_administrator is disabled.
- m_who() now takes care whether an operator is hidden or not

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_whois.c
File length: 11342 byte(s)
Diff to previous 1241
- 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_whois.c
File length: 11425 byte(s)
Diff to previous 1233
- 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 1233 - (view) (annotate) - [select for diffs]
Modified Thu Sep 22 20:53:07 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_whois.c
File length: 11412 byte(s)
Diff to previous 1230
- replace bunch of ircsprintf with snprintf

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_whois.c
File length: 11386 byte(s)
Diff to previous 1225
- cleanup module loader. Make module api more flexible

Revision 1225 - (view) (annotate) - [select for diffs]
Modified Sun Sep 18 12:11:56 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_whois.c
File length: 11338 byte(s)
Diff to previous 1219
- m_whois.c: remove callbacks that previously has been used for WHOIS notices

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_whois.c
File length: 11723 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_whois.c
File length: 11554 byte(s)
Diff to previous 1176
- 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_whois.c
File length: 11548 byte(s)
Diff to previous 1169
- 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_whois.c
File length: 11540 byte(s)
Diff to previous 1164
- 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 1164 - (view) (annotate) - [select for diffs]
Modified Wed Aug 10 21:55:38 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_whois.c
File length: 11535 byte(s)
Diff to previous 1162
- fix previous commit to m_whois.c

Revision 1162 - (view) (annotate) - [select for diffs]
Modified Wed Aug 10 21:26:33 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_whois.c
File length: 11535 byte(s)
Diff to previous 1158
- don't report RPL_WHOISREGNICK for unregistered nicknames...


Revision 1158 - (view) (annotate) - [select for diffs]
Modified Wed Aug 10 19:46:00 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_whois.c
File length: 11487 byte(s)
Diff to previous 1156
- UMODE_REJ goes to usermode 'j'
- add UMODE_REGISTERED ('r') (registered nickname)

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_whois.c
File length: 11380 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_whois.c
File length: 11380 byte(s)
Diff to previous 1144
- recreate "trunk"

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_whois.c
File length: 11380 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 (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_whois.c
File length: 11042 byte(s)
Diff to previous 1114
- removed all instances of STATIC_MODULES since we don't have
  static modules anymore
- removed m_mkpasswd module from contrib

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

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_whois.c
File length: 11218 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_whois.c
File length: 11218 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_whois.c
File length: 11218 byte(s)
Diff to previous 885
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 885 - (view) (annotate) - [select for diffs]
Modified Wed Oct 31 18:09:24 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_whois.c
File length: 11257 byte(s)
Diff to previous 660
- Removed LazyLinks in 7.2 to stop people from asking why we keep
  broken code for half a decade. LL will be implemented in a smarter
  fashion in due time

Revision 660 - (view) (annotate) - [select for diffs]
Modified Fri Jun 9 18:51:22 2006 UTC (17 years, 10 months ago) by adx
Original Path: ircd-hybrid-7.2/modules/m_whois.c
File length: 11798 byte(s)
Diff to previous 472
+ backported numeric changes

Revision 472 - (view) (annotate) - [select for diffs]
Modified Fri Feb 17 10:13:25 2006 UTC (18 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_whois.c
File length: 11629 byte(s)
Diff to previous 280
- Fixed RPL_WHOISACTUALLY as reported by CoolCold

Revision 280 - (view) (annotate) - [select for diffs]
Modified Wed Nov 23 23:09:48 2005 UTC (18 years, 4 months ago) by db
Original Path: ircd-hybrid-7.2/modules/m_whois.c
File length: 11641 byte(s)
Diff to previous 269
- Back port whois fix from HEAD


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_whois.c
File length: 11727 byte(s)
Diff to previous 268
+ more rate limiting fixes
+ update RELNOTES

Revision 268 - (view) (annotate) - [select for diffs]
Modified Mon Nov 14 11:02:39 2005 UTC (18 years, 5 months ago) by adx
Original Path: ircd-hybrid-7.2/modules/m_whois.c
File length: 11694 byte(s)
Diff to previous 93
+ add more load2hi protection
+ style fixes

Revision 93 - (view) (annotate) - [select for diffs]
Modified Sat Oct 8 11:24:01 2005 UTC (18 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_whois.c
File length: 11392 byte(s)
Diff to previous 34
- Fixed bug in m_whois() that would allow users to send a WHOIS to remote
  servers with an empty argument via "WHOIS someserver.org :"

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_whois.c
File length: 11342 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_whois.c
File length: 11342 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_whois.c
File length: 11342 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_whois.c
File length: 11342 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_whois.c
File length: 11398 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 9091)

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