ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_who.c
Revision 9833 - (view) (annotate) - [select for diffs]
Modified Fri Dec 25 10:09:43 2020 UTC (5 years, 7 months ago) by michael
File length: 11626 byte(s)
Diff to previous 9774
- Stylistical changes

Revision 9774 - (view) (annotate) - [select for diffs]
Modified Thu Dec 3 15:50:11 2020 UTC (5 years, 8 months ago) by michael
File length: 11625 byte(s)
Diff to previous 9743
User mode `B` has been implemented. Clients with that mode set are marked as a bot
in both `WHOIS` and `WHO`. This mode can only be set by IRC operators (as long as
the `bot` directive is set in `general::oper_only_umodes`), servers, and services.

This mode can for example be used to mark HOPM as official network bot.

Revision 9743 - (view) (annotate) - [select for diffs]
Modified Wed Nov 18 16:45:37 2020 UTC (5 years, 8 months ago) by michael
File length: 11510 byte(s)
Diff to previous 9607
- m_who.c:m_who(): eliminate accessing 'parc'

Revision 9607 - (view) (annotate) - [select for diffs]
Modified Sun Sep 6 06:33:33 2020 UTC (5 years, 11 months ago) by michael
File length: 11511 byte(s)
Diff to previous 9605
- Stylistic changes

Revision 9605 - (view) (annotate) - [select for diffs]
Modified Sat Sep 5 12:24:08 2020 UTC (5 years, 11 months ago) by michael
File length: 11503 byte(s)
Diff to previous 9456
- m_who.c:who_matches(): add support for CIDR notation

Revision 9456 - (view) (annotate) - [select for diffs]
Modified Tue Jun 30 17:33:43 2020 UTC (6 years, 1 month ago) by michael
File length: 11240 byte(s)
Diff to previous 9453
- Rename find_channel_link() to member_find_link()

Revision 9453 - (view) (annotate) - [select for diffs]
Modified Tue Jun 30 16:55:38 2020 UTC (6 years, 1 month ago) by michael
File length: 11242 byte(s)
Diff to previous 9434
- Add member_get_prefix_len() and make use of it in some places;  rename get_member_status() to member_get_prefix()

Revision 9434 - (view) (annotate) - [select for diffs]
Modified Thu Jun 25 12:15:32 2020 UTC (6 years, 1 month ago) by michael
File length: 11242 byte(s)
Diff to previous 9373
- Replace remaining occurrences of IsMember with find_channel_link and remove IsMember entirely

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

Revision 9276 - (view) (annotate) - [select for diffs]
Modified Wed Feb 12 19:14:18 2020 UTC (6 years, 6 months ago) by michael
File length: 11172 byte(s)
Diff to previous 9203
- m_who.c:do_who(): reduce buffer size from IRCD_BUFSIZE (512) to 8

Revision 9203 - (view) (annotate) - [select for diffs]
Modified Sat Jan 25 14:00:59 2020 UTC (6 years, 6 months ago) by michael
File length: 11155 byte(s)
Diff to previous 9102
- m_who.c:who_matches(): match() against x->realhost, too

Revision 9102 - (view) (annotate) - [select for diffs]
Modified Wed Jan 1 09:58:57 2020 UTC (6 years, 7 months ago) by michael
File length: 11082 byte(s)
Diff to previous 9082
- Bump copyright years everywhere

Revision 9082 - (view) (annotate) - [select for diffs]
Modified Sun Oct 13 09:58:37 2019 UTC (6 years, 10 months ago) by michael
File length: 11082 byte(s)
Diff to previous 9078
- Rename struct Membership to ChannelMember
- Rename Channel::last_knock to last_knock_time
- Rename Channel::last_invite to last_invite_time
- Rename chptr to channel

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

Revision 8902 - (view) (annotate) - [select for diffs]
Modified Sun Apr 21 20:41:04 2019 UTC (7 years, 3 months ago) by michael
File length: 11046 byte(s)
Diff to previous 8751
- Make more timers use monotonic time

Revision 8751 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:06:50 2019 UTC (7 years, 7 months ago) by michael
File length: 11008 byte(s)
Diff to previous 8663
- Update copyright years

Revision 8663 - (view) (annotate) - [select for diffs]
Modified Thu Nov 22 14:25:57 2018 UTC (7 years, 8 months ago) by michael
File length: 11008 byte(s)
Diff to previous 8659
- Make use of bool even more

Revision 8659 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 12:53:34 2018 UTC (7 years, 8 months ago) by michael
File length: 10999 byte(s)
Diff to previous 8657
- Make use of the bool data type in some more places

Revision 8657 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 19:02:38 2018 UTC (7 years, 9 months ago) by michael
File length: 10990 byte(s)
Diff to previous 8604
- Make use of the bool data type in some more places

Revision 8604 - (view) (annotate) - [select for diffs]
Modified Sun Oct 28 19:44:00 2018 UTC (7 years, 9 months ago) by michael
File length: 10908 byte(s)
Diff to previous 8436
- Fixed style inconsistencies in various places

Revision 8436 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 09:04:53 2018 UTC (8 years, 4 months ago) by michael
File length: 10861 byte(s)
Diff to previous 8280
- Stylistic changes

Revision 8280 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:33 2018 UTC (8 years, 5 months ago) by michael
File length: 10897 byte(s)
Diff to previous 7962
- Update copyright years

Revision 7962 - (view) (annotate) - [select for diffs]
Modified Mon Mar 13 18:48:59 2017 UTC (9 years, 5 months ago) by michael
File length: 10897 byte(s)
Diff to previous 7925
- No longer put servers on the 'global_client_list'. This was just bad.

Revision 7925 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:24 2016 UTC (9 years, 7 months ago) by michael
File length: 10910 byte(s)
Diff to previous 7644
- Update copyright years

Revision 7644 - (view) (annotate) - [select for diffs]
Modified Sat Jul 16 17:56:53 2016 UTC (10 years ago) by michael
File length: 10910 byte(s)
Diff to previous 7642
- m_who.c:m_who(): swap tests

Revision 7642 - (view) (annotate) - [select for diffs]
Modified Fri Jul 15 19:51:58 2016 UTC (10 years, 1 month ago) by michael
File length: 10910 byte(s)
Diff to previous 7640
- m_who.c:who_matches(): allow operators to search by ip address

Revision 7640 - (view) (annotate) - [select for diffs]
Modified Fri Jul 15 19:46:40 2016 UTC (10 years, 1 month ago) by michael
File length: 10813 byte(s)
Diff to previous 7329
- m_who.c: merged big mask matching conditional statement found in who_global() and who_common_channel() into a separate function.
  As a side effect this fixes a possible server name leak in who_global() with server hiding enabled

Revision 7329 - (view) (annotate) - [select for diffs]
Modified Thu Feb 18 21:07:50 2016 UTC (10 years, 5 months ago) by michael
File length: 10530 byte(s)
Diff to previous 7007
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
  we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
  doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
  forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
  associated with it.

Revision 7007 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:09:08 2016 UTC (10 years, 7 months ago) by michael
File length: 10527 byte(s)
Diff to previous 6706
- Update copyright years

Revision 6706 - (view) (annotate) - [select for diffs]
Modified Thu Oct 29 19:00:37 2015 UTC (10 years, 9 months ago) by michael
File length: 10527 byte(s)
Diff to previous 6445
- m_who.c: use const keyword where appropriate

Revision 6445 - (view) (annotate) - [select for diffs]
Modified Fri Aug 28 19:39:40 2015 UTC (10 years, 11 months ago) by michael
File length: 10515 byte(s)
Diff to previous 6406
- m_who.c:do_who(): use const keyword where appropriate

Revision 6406 - (view) (annotate) - [select for diffs]
Modified Tue Aug 25 18:48:39 2015 UTC (10 years, 11 months ago) by michael
File length: 10513 byte(s)
Diff to previous 5885
- m_who.c: use an enum for WHO_MAX_REPLIES, even though this should be made configurable

Revision 5885 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:18:11 2015 UTC (11 years, 3 months ago) by michael
File length: 10509 byte(s)
Diff to previous 5882
- m_who.c:m_who(): use explicit NULL when calling who_global() for /who with no params

Revision 5882 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:14:45 2015 UTC (11 years, 3 months ago) by michael
File length: 10509 byte(s)
Diff to previous 5880
- m_who.c: allow /who to be used with no additional parameters

Revision 5880 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:01:42 2015 UTC (11 years, 3 months ago) by michael
File length: 10526 byte(s)
Diff to previous 5863
- 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 (11 years, 3 months ago) by michael
File length: 10380 byte(s)
Diff to previous 5640
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5640 - (view) (annotate) - [select for diffs]
Modified Sun Mar 1 16:15:37 2015 UTC (11 years, 5 months ago) by michael
File length: 10468 byte(s)
Diff to previous 5346
- Constifications

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

Revision 4997 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 13:35:18 2014 UTC (11 years, 8 months ago) by michael
File length: 10458 byte(s)
Diff to previous 4824
- m_who.c:m_who(): replaced hash_find_client() with find_person()

Revision 4824 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 18:22:45 2014 UTC (11 years, 9 months ago) by michael
File length: 10477 byte(s)
Diff to previous 4816
- client.c, m_who.c: style corrections

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

Revision 4758 - (view) (annotate) - [select for diffs]
Modified Sun Oct 19 10:54:27 2014 UTC (11 years, 9 months ago) by michael
File length: 10441 byte(s)
Diff to previous 4617
- Improved RPL_LOAD2HI numeric

Revision 4617 - (view) (annotate) - [select for diffs]
Modified Sun Sep 7 13:00:55 2014 UTC (11 years, 11 months ago) by michael
File length: 10434 byte(s)
Diff to previous 4564
- Renamed Channel::chname to Channel::name

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

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

Revision 4532 - (view) (annotate) - [select for diffs]
Modified Tue Aug 19 15:35:16 2014 UTC (11 years, 11 months ago) by michael
File length: 10438 byte(s)
Diff to previous 4530
- m_who.c:who_global(): style corrections

Revision 4530 - (view) (annotate) - [select for diffs]
Modified Tue Aug 19 15:22:27 2014 UTC (11 years, 11 months ago) by michael
File length: 10475 byte(s)
Diff to previous 4509
- m_who.c: made do_who_on_channel() only take 4 parameters

Revision 4509 - (view) (annotate) - [select for diffs]
Modified Sun Aug 17 11:58:59 2014 UTC (11 years, 11 months ago) by michael
File length: 10557 byte(s)
Diff to previous 4341
- Instead of silently truncating WHO at 500 replies, added ERR_WHOLIMEXCEED numeric
  to inform users about the /who limit being exceeded

Revision 4341 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:53:48 2014 UTC (12 years ago) by michael
File length: 10305 byte(s)
Diff to previous 3910
- Renamed structures to meet code conventions

Revision 3910 - (view) (annotate) - [select for diffs]
Modified Sat Jun 7 00:09:17 2014 UTC (12 years, 2 months ago) by michael
File length: 10307 byte(s)
Diff to previous 3377
- m_who.c: Use 'unsigned' whenever possible

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

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_who.c
File length: 10289 byte(s)
Diff to previous 3346
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3346 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 13:50:01 2014 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_who.c
File length: 10289 byte(s)
Diff to previous 3333
- doxygen

Revision 3333 - (view) (annotate) - [select for diffs]
Modified Wed Apr 16 16:19:02 2014 UTC (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_who.c
File length: 9878 byte(s)
Diff to previous 3270
- Removed pointless comments

Revision 3270 - (view) (annotate) - [select for diffs]
Modified Sat Apr 5 22:41:19 2014 UTC (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_who.c
File length: 9939 byte(s)
Diff to previous 3246
- m_who.c:m_who(): admins may now see all channel members via "WHO #channel"
  regardless of channel mode +s

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

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (12 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_who.c
File length: 10033 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 (12 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_who.c
File length: 10064 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 (12 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_who.c
File length: 10313 byte(s)
Diff to previous 2820
- Applied Adam's "Put the command name in parv[0], not prefix name" patch

Revision 2820 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 23:10:26 2014 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_who.c
File length: 10319 byte(s)
Diff to previous 2756
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 2756 - (view) (annotate) - [select for diffs]
Modified Sun Jan 5 22:50:35 2014 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_who.c
File length: 10243 byte(s)
Diff to previous 2748
- m_who.c:do_who(): don't hide hopcount to irc operators

Revision 2748 - (view) (annotate) - [select for diffs]
Modified Sun Jan 5 19:20:09 2014 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_who.c
File length: 10174 byte(s)
Diff to previous 2691
- Fixed server name leak for hidden servers in /who, /whois and /whowas

Revision 2691 - (view) (annotate) - [select for diffs]
Modified Tue Dec 17 18:55:59 2013 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_who.c
File length: 10143 byte(s)
Diff to previous 2551
- Avoid magically sized temporary buffers

Revision 2551 - (view) (annotate) - [select for diffs]
Modified Sun Nov 17 13:18:46 2013 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_who.c
File length: 10147 byte(s)
Diff to previous 2549
- m_who.c: updated comment

Revision 2549 - (view) (annotate) - [select for diffs]
Modified Sun Nov 17 13:14:56 2013 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_who.c
File length: 10146 byte(s)
Diff to previous 2091
- WHO now shows whether or not a nickname has been registered with NickServ. ('r' status flag)

Revision 2091 - (view) (annotate) - [select for diffs]
Modified Sat May 18 18:46:39 2013 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_who.c
File length: 10018 byte(s)
Diff to previous 2088
- m_who.c: replaced several DLINK_FOREACH_SAFE with a simple DLINK_FOREACH

Revision 2088 - (view) (annotate) - [select for diffs]
Modified Sat May 18 18:41:38 2013 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_who.c
File length: 10130 byte(s)
Diff to previous 1834
- m_who.c: style corrections

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_who.c
File length: 10328 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 (13 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_who.c
File length: 10248 byte(s)
Diff to previous 1793
- 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 1793 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 14:06:08 2013 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_who.c
File length: 10328 byte(s)
Diff to previous 1652
- Replaced all occurrences of ircsprintf with sprintf/snprintf
  and killed sprintf_irc.(c|h)

Revision 1652 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 20:28:53 2012 UTC (13 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_who.c
File length: 10353 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 (13 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_who.c
File length: 10343 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 (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_who.c
File length: 10343 byte(s)
Diff to previous 1483
- Removed general::kline_with_reason configuration options. It's now enabled
  by default
- Removed remnants of the broken reject holding code

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

Revision 1406 - (view) (annotate) - [select for diffs]
Modified Thu May 10 21:01:57 2012 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_who.c
File length: 10386 byte(s)
Diff to previous 1309
- m_who(): replace two irccmp with strcmp

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_who.c
File length: 10386 byte(s)
Diff to previous 1295
- 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 1295 - (view) (annotate) - [select for diffs]
Modified Sun Feb 26 15:22:44 2012 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_who.c
File length: 10388 byte(s)
Diff to previous 1294
-fixed operator status leakage when using "WHO 0 o"

Revision 1294 - (view) (annotate) - [select for diffs]
Modified Wed Feb 22 20:48:30 2012 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_who.c
File length: 10111 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 (14 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_who.c
File length: 10061 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 (14 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_who.c
File length: 10128 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 (14 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_who.c
File length: 10007 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 (15 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_who.c
File length: 9769 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 (15 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_who.c
File length: 9763 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 (15 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_who.c
File length: 9758 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 (15 years ago) by michael
Original Path: ircd-hybrid/modules/m_who.c
File length: 9758 byte(s)
Diff to previous 1146
- recreate "trunk"

Revision 1146 - (view) (annotate) - [select for diffs]
Modified Thu Jul 28 20:00:19 2011 UTC (15 years ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_who.c
File length: 9758 byte(s)
Diff to previous 1121
- Improve multi-prefix client capability support

Revision 1121 - (view) (annotate) - [select for diffs]
Modified Sun Jan 9 11:03:03 2011 UTC (15 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_who.c
File length: 9646 byte(s)
Diff to previous 1029
- 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 (16 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_who.c
File length: 9676 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 (16 years, 9 months ago) by michael
Original Path: ircd-hybrid/modules/m_who.c
File length: 9676 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 (16 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_who.c
File length: 9676 byte(s)
Diff to previous 980
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 980 - (view) (annotate) - [select for diffs]
Modified Sun Aug 9 12:51:45 2009 UTC (17 years ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_who.c
File length: 9694 byte(s)
Diff to previous 885
- remove useless MyConnect tests in m_time() and m_lusers()
- remove useless TS6 handling in m_who() since this is sent to local
  clients only

Revision 885 - (view) (annotate) - [select for diffs]
Modified Wed Oct 31 18:09:24 2007 UTC (18 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_who.c
File length: 10105 byte(s)
Diff to previous 313
- 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 313 - (view) (annotate) - [select for diffs]
Modified Fri Dec 23 10:55:47 2005 UTC (20 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_who.c
File length: 10775 byte(s)
Diff to previous 268
- Don't pace "WHO #somechan" and "WHO *" as this breaks several clients

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

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

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

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