ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/extra/m_opme.c
Revision 9455 - (view) (annotate) - [select for diffs]
Modified Tue Jun 30 17:33:17 2020 UTC (5 years, 1 month ago) by michael
File length: 3955 byte(s)
Diff to previous 9431
- Rename find_channel_link() to member_find_link()

Revision 9431 - (view) (annotate) - [select for diffs]
Modified Wed Jun 24 08:36:59 2020 UTC (5 years, 2 months ago) by michael
File length: 3956 byte(s)
Diff to previous 9374
- Fixed remaining style issues

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: 3963 byte(s)
Diff to previous 9234
- Each type of command handler now has its own min/max argument count pair;  remove remaining argument checks from all modules

Revision 9234 - (view) (annotate) - [select for diffs]
Modified Fri Jan 31 17:38:34 2020 UTC (5 years, 6 months ago) by michael
File length: 4026 byte(s)
Diff to previous 9101
- Extbans have been implemented. Main implementation done by Adam for p4.
  Currently supported extbans:

  Matching:

   $a:<account>   Matches users logged into a matching account.
   $c:<channel>   Matches users that are on the given channel. An additional
                  prefix of either @, %, or + can be specified to test for
                  certain channel privileges.
   $o:<class>     Matches IRC operators that have joined a class
                  matching the mask.
   $r:<realname>  Matches users with a matching realname.
   $s:<server>    Matches users that are connected to a server matching the mask.
   $u:<modes>     Matches users having the specified user modes set or not set.
   $z:<certfp>    Matches users having the given TLS certificate fingerprint.

  Acting:

   $j:<banmask>   Prevents matching users from joining the channel.
   $m:<banmask>   Blocks messages from matching users. Users with voice
                  or above are not affected.

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: 4005 byte(s)
Diff to previous 9081
- Bump copyright years everywhere

Revision 9081 - (view) (annotate) - [select for diffs]
Modified Sun Oct 13 09:52:35 2019 UTC (5 years, 10 months ago) by michael
File length: 4005 byte(s)
Diff to previous 9077
- 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 9077 - (view) (annotate) - [select for diffs]
Modified Sat Oct 12 20:15:17 2019 UTC (5 years, 10 months ago) by michael
File length: 3973 byte(s)
Diff to previous 9073
- Command handlers are now of type void again

Revision 9073 - (view) (annotate) - [select for diffs]
Modified Sat Oct 5 18:18:10 2019 UTC (5 years, 10 months ago) by michael
File length: 3994 byte(s)
Diff to previous 8752
- Renamed 'creationtime' Channel structure member to 'creation_time'

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: 3993 byte(s)
Diff to previous 8279
- Update copyright years

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: 3993 byte(s)
Diff to previous 7924
- Update copyright years

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: 3993 byte(s)
Diff to previous 7006
- Update copyright years

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: 3993 byte(s)
Diff to previous 6814
- Update copyright years

Revision 6814 - (view) (annotate) - [select for diffs]
Modified Wed Nov 18 17:51:24 2015 UTC (9 years, 9 months ago) by michael
File length: 3993 byte(s)
Diff to previous 6782
- m_opme.c: made server notices less verbose

Revision 6782 - (view) (annotate) - [select for diffs]
Modified Sun Nov 15 18:49:32 2015 UTC (9 years, 9 months ago) by michael
File length: 4110 byte(s)
Diff to previous 6759
- Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t

Revision 6759 - (view) (annotate) - [select for diffs]
Modified Fri Nov 13 18:23:37 2015 UTC (9 years, 9 months ago) by michael
File length: 4125 byte(s)
Diff to previous 6318
- Merge sendto_channel_local_butone() functionality into sendto_channel_local() and get rid of sendto_channel_local_butone()

Revision 6318 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 16:04:43 2015 UTC (10 years ago) by michael
File length: 4090 byte(s)
Diff to previous 5881
- Get rid of UMODE_ALL

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: 4083 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: 3937 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: 4025 byte(s)
Diff to previous 5004
- Update copyright years

Revision 5004 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 14:17:18 2014 UTC (10 years, 8 months ago) by michael
File length: 4025 byte(s)
Diff to previous 4907
- Added 'opme' to irc-operator flags

Revision 4907 - (view) (annotate) - [select for diffs]
Modified Sat Nov 22 21:43:07 2014 UTC (10 years, 9 months ago) by michael
File length: 4121 byte(s)
Diff to previous 4905
- svn propset

Revision 4905 - (view) (annotate) - [select for diffs]
Added Sat Nov 22 21:39:19 2014 UTC (10 years, 9 months ago) by michael
File length: 4173 byte(s)
- Added m_opme.c to modules/extra...

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