ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_names.c
Revision 9475 - (view) (annotate) - [select for diffs]
Modified Sat Jul 4 15:26:07 2020 UTC (3 years, 9 months ago) by michael
File length: 2684 byte(s)
Diff to previous 9473 , to selected 1219
- channel.c:channel_send_namereply(): remove show_eon argument. In hybrid we no longer have a case where a names reply needs to be sent with no RPL_ENDOFNAMES

Revision 9473 - (view) (annotate) - [select for diffs]
Modified Sat Jul 4 15:14:37 2020 UTC (3 years, 9 months ago) by michael
File length: 2690 byte(s)
Diff to previous 9373 , to selected 1219
- Rename channel_member_names() to channel_send_namereply()

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

Revision 9112 - (view) (annotate) - [select for diffs]
Modified Sat Jan 4 15:50:08 2020 UTC (4 years, 3 months ago) by michael
File length: 2636 byte(s)
Diff to previous 9102 , to selected 1219
- m_names.c:m_names(): remove extraneous test on 'parc'

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

Revision 9082 - (view) (annotate) - [select for diffs]
Modified Sun Oct 13 09:58:37 2019 UTC (4 years, 6 months ago) by michael
File length: 2654 byte(s)
Diff to previous 9078 , to selected 1219
- 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 (4 years, 6 months ago) by michael
File length: 2648 byte(s)
Diff to previous 8751 , to selected 1219
- Command handlers are now of type void again

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

Revision 8655 - (view) (annotate) - [select for diffs]
Modified Sun Nov 11 20:18:54 2018 UTC (5 years, 5 months ago) by michael
File length: 2660 byte(s)
Diff to previous 8280 , to selected 1219
- Make use of the bool data type in some places

Revision 8280 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:33 2018 UTC (6 years, 1 month ago) by michael
File length: 2657 byte(s)
Diff to previous 8058 , to selected 1219
- Update copyright years

Revision 8058 - (view) (annotate) - [select for diffs]
Modified Thu Mar 23 16:13:10 2017 UTC (7 years ago) by michael
File length: 2657 byte(s)
Diff to previous 7925 , to selected 1219
- Fixed style inconsistencies in various places

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

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: 2664 byte(s)
Diff to previous 5880 , to selected 1219
- Update copyright years

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: 2664 byte(s)
Diff to previous 5863 , to selected 1219
- 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: 2535 byte(s)
Diff to previous 5346 , to selected 1219
- Removed useless zero initializers from the module_entry as suggested by Adam

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: 2623 byte(s)
Diff to previous 4887 , to selected 1219
- Update copyright years

Revision 4887 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 16:56:26 2014 UTC (9 years, 4 months ago) by michael
File length: 2623 byte(s)
Diff to previous 4602 , to selected 1219
- m_names.c:m_names(): const correctness

Revision 4602 - (view) (annotate) - [select for diffs]
Modified Sat Aug 30 18:11:19 2014 UTC (9 years, 7 months ago) by michael
File length: 2617 byte(s)
Diff to previous 4564 , to selected 1219
- m_names.c:m_names(): removed legacy code; constification

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: 2720 byte(s)
Diff to previous 4546 , to selected 1219
- 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: 2716 byte(s)
Diff to previous 3377 , to selected 1219
- Fixed compile warnings with -Wmissing-field-initializers

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: 2710 byte(s)
Diff to previous 3266 , to selected 1219
- Create 8.2.x branch

Revision 3266 - (view) (annotate) - [select for diffs]
Modified Sat Apr 5 19:15:11 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_names.c
File length: 2710 byte(s)
Diff to previous 3156 , to selected 1219
- Worked towards improving documentation

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_names.c
File length: 2297 byte(s)
Diff to previous 3117 , to selected 1219
- 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_names.c
File length: 2330 byte(s)
Diff to previous 3109 , to selected 1219
- Removed unused header includes here and there

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_names.c
File length: 2356 byte(s)
Diff to previous 3096 , to selected 1219
- 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_names.c
File length: 2431 byte(s)
Diff to previous 2908 , to selected 1219
- Applied Adam's "Put the command name in parv[0], not prefix name" patch

Revision 2908 - (view) (annotate) - [select for diffs]
Modified Thu Jan 23 19:04:21 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_names.c
File length: 2437 byte(s)
Diff to previous 2906 , to selected 1219
- m_names.c: removed unused header include

Revision 2906 - (view) (annotate) - [select for diffs]
Modified Thu Jan 23 19:02:58 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_names.c
File length: 2457 byte(s)
Diff to previous 2900 , to selected 1219
- m_names.c: a channel name parameter is now required

Revision 2900 - (view) (annotate) - [select for diffs]
Modified Wed Jan 22 19:18:28 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_names.c
File length: 4747 byte(s)
Diff to previous 2820 , to selected 1219
- m_names.c:names_non_public_non_secret(): fixed long-standing bug where
  users that are on a private/secret channel have been shown in /names
  output. Bug introduced in rev 1.60 (CVS) / Tue Jun 28 21:26:06 2005

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

Revision 1876 - (view) (annotate) - [select for diffs]
Modified Sat Apr 27 09:36:33 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_names.c
File length: 4589 byte(s)
Diff to previous 1834 , to selected 1219
- m_whowas.c,m_names.c,m_kick.c: remove pointless code. There's no real reason why
  we should skip preceding commas in nick-/channelnames

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_names.c
File length: 4629 byte(s)
Diff to previous 1832 , to selected 1219
- 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_names.c
File length: 4599 byte(s)
Diff to previous 1793 , to selected 1219
- 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 (11 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_names.c
File length: 4629 byte(s)
Diff to previous 1592 , to selected 1219
- Replaced all occurrences of ircsprintf with sprintf/snprintf
  and killed sprintf_irc.(c|h)

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_names.c
File length: 4654 byte(s)
Diff to previous 1243 , to selected 1219
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

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_names.c
File length: 4654 byte(s)
Diff to previous 1233 , to selected 1219
- 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 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_names.c
File length: 4753 byte(s)
Diff to previous 1230 , to selected 1219
- 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_names.c
File length: 4744 byte(s)
Diff to previous 1219
- cleanup module loader. Make module api more flexible

Revision 1219 - (view) (annotate) - [selected]
Modified Sun Sep 18 09:02:38 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_names.c
File length: 4940 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_names.c
File length: 4926 byte(s)
Diff to previous 1156 , to selected 1219
- 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 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_names.c
File length: 4920 byte(s)
Diff to previous 1155 , to selected 1219
- 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_names.c
File length: 4920 byte(s)
Diff to previous 1121 , to selected 1219
- recreate "trunk"

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_names.c
File length: 4920 byte(s)
Diff to previous 1029 , to selected 1219
- 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, 5 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_names.c
File length: 4950 byte(s)
Diff to previous 1028 , to selected 1219
- 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_names.c
File length: 4950 byte(s)
Diff to previous 1011 , to selected 1219
- 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_names.c
File length: 4950 byte(s)
Diff to previous 885 , to selected 1219
- 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_names.c
File length: 4968 byte(s)
Diff to previous 632 , to selected 1219
- 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 632 - (view) (annotate) - [select for diffs]
Modified Thu Jun 1 10:53:00 2006 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_names.c
File length: 5490 byte(s)
Diff to previous 34 , to selected 1219
- Added channel::disable_fake_channels which disallows creation of channels
  that have ascii 2, 3, 31 and 160 in their names.
- Minor improvements and cleanups to channel name validation routines
  backported from 7.3

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_names.c
File length: 5656 byte(s)
Diff to previous 33 , to selected 1219
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_names.c
File length: 5656 byte(s)
Diff to previous 32 , to selected 1219
- 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_names.c
File length: 5656 byte(s)
Diff to previous 31 , to selected 1219
- 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_names.c
File length: 5656 byte(s)
Diff to previous 30 , to selected 1219
- 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_names.c
File length: 5714 byte(s)
Diff to selected 1219
- 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