home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / alt / irc / 4618 < prev    next >
Encoding:
Internet Message Format  |  1992-12-12  |  2.4 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!tulane!spool.mu.edu!nigel.msen.com!caen!batcomputer!ghost.dsi.unimi.it!univ-lyon1.fr!not-for-mail
  2. From: Nicolas.Pioch@grasp.insa-lyon.fr (Nicolas Pioch)
  3. Newsgroups: alt.irc
  4. Subject: Re: Protecting privacy of users against IRCops; making umode +i effective.
  5. Date: 12 Dec 1992 17:12:59 +0100
  6. Organization: Bandits de Grand Chemin Corp. Unltd
  7. Lines: 38
  8. Distribution: world
  9. Message-ID: <1gd32bINNbdk@grasp1.univ-lyon1.fr>
  10. References: <1992Dec09.212330.114790@zeus.calpoly.edu> <1992Dec11.014030.9307@murdoch.acc.Virginia.EDU> <1992Dec11.014556.9402@murdoch.acc.Virginia.EDU>
  11. NNTP-Posting-Host: grasp1.univ-lyon1.fr
  12. Keywords: invisibility privacy and IRCops
  13.  
  14. Quoting gl8f@fermi.clas.Virginia.EDU (Greg Lindahl):
  15.  -> male operators who are harrassing female users generally know what
  16.  -> server the target uses.
  17.  
  18. Precisely. If someone wants to disappear from a lamer's eye, using
  19. umode +i he just needs to /nick something else... but this doesn't work
  20. for an IRCop who can still /trace the server and find out the new
  21. nickname in use...
  22.  
  23. The only way is to switch server too... you wouldn't want people from
  24. an university with an ircd server running to log on another server
  25. a few thousands kilometers away only to get rid of a jerk, would you ?
  26.  
  27. Given the fact that WHOWAS allows you to get the user@host of anybody
  28. annoying you in order to set up an IGNORE, that KILL has a built-in
  29. tracking feature to get rid of renicking clients, and that K: lines
  30. should be used more often, are there any *good* reasons left not to
  31. include these changes in the next server release ?
  32. Maybe this should be changed in order to hide umode +i users only
  33. as Avalon suggested.
  34.  
  35. By the way, while I'm at it, there was a little confusion in my patches
  36. between Local Operators and IRC Operators that are local clients...
  37. (in the /stat l patch) so here are the good changes to be made:
  38.  
  39. in ircd/s_msg.c
  40. around line 2210,  (IsOper(sptr) || !IsPerson(acptr) ||
  41. should become      ((IsOper(sptr) && (MyClient(sptr))) || !IsPerson(acptr) ||
  42. and
  43. around line 3153,  if (IsOper(sptr)) /* Only opers see users */
  44. should become      if ((IsOper(sptr)) && (MyClient(sptr))) /* Only local-ops */
  45.  
  46. Remember, programming is fun, irc'ing is lame ;)
  47.  
  48. -- 
  49. *** Nicolas
  50.     E-Mail: Nicolas.Pioch@grasp.insa-lyon.fr      (pioch@poly.polytechnique.fr)
  51.     IRC:Nap   >>> HAPPY user of OS/2 version 2.01, switching to NT next march !
  52.