| Anonymous | Login | Signup for a new account | 2010-09-10 17:40 CEST |
| Main | My View | View Issues | Change Log | Roadmap |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0003272 | [unreal] ircd | minor | N/A | 2007-04-15 12:24 | 2007-07-17 19:36 | ||
| Reporter | w00t | View Status | public | ||||
| Assigned To | |||||||
| Priority | normal | Resolution | fixed | ||||
| Status | resolved | Product Version | 3.3-alpha0 | ||||
| Summary | 0003272: Remove restrictions on NOTICE/PRIVMSG $* for opers. | ||||||
| Description |
Conversation with Stskeeps: Robby says: i want to do another diff, removing restrictions on /notice <mask> for opers - yes, it's spammy, but when they can do the same with services it makes no sense restricting it - also makes announcing a services split difficult ;p Carsten Munk (Stskeeps) says: yeah, true Carsten Munk (Stskeeps) says: well add that as a bug report + diff as it requires discussion |
||||||
| Additional Information |
Diff against 3.3 CVS: Index: src/modules/m_message.c =================================================================== RCS file: /home/cmunk/ircsystems/cvsroot/unreal/src/modules/Attic/m_message.c,v retrieving revision 1.1.2.48 diff -u -r1.1.2.48 m_message.c --- src/modules/m_message.c 16 Dec 2006 16:56:32 -0000 1.1.2.48 +++ src/modules/m_message.c 15 Apr 2007 18:21:53 -0000 @@ -508,24 +508,6 @@ if ((*nick == '$' || *nick == '#') && (IsAnOper(sptr) || IsULine(sptr))) { - if (IsULine(sptr)) - goto itsokay; - if (!(s = (char *)rindex(nick, '.'))) - { - sendto_one(sptr, err_str(ERR_NOTOPLEVEL), - me.name, parv[0], nick); - continue; - } - while (*++s) - if (*s == '.' || *s == '*' || *s == '?') - break; - if (*s == '*' || *s == '?') - { - sendto_one(sptr, err_str(ERR_WILDTOPLEVEL), - me.name, parv[0], nick); - continue; - } - itsokay: sendto_match_butone(IsServer(cptr) ? cptr : NULL, sptr, nick + 1, (*nick == '#') ? MATCH_HOST : See also: http://www.rburchell.org/coding/unrealircd/diff-msg-wildcardfix [^] |
||||||
| Tags | No tags attached. | ||||||
| 3rd party modules | |||||||
| QA | Not touched yet by developer | ||||||
| U4: Need for upstream patch | No need for upstream InspIRCd patch | ||||||
| U4: Upstream notification of bug | Not decided | ||||||
| U4: Contributor working on this | None | ||||||
| Attached Files | |||||||
|
|
|||||||
Relationships |
|||||||||||
|
|||||||||||
| Copyright © 2000 - 2008 Mantis Group |