[tor-bugs] #18002 [Archived/operations]: move away from OFTC to new functional, Tor-friendly IRC network

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Apr 9 13:38:21 UTC 2017


#18002: move away from OFTC to new functional, Tor-friendly IRC network
---------------------------------+-----------------------------------
 Reporter:  adrelanos            |          Owner:
     Type:  task                 |         Status:  needs_information
 Priority:  Medium               |      Milestone:
Component:  Archived/operations  |        Version:
 Severity:  Normal               |     Resolution:
 Keywords:                       |  Actual Points:
Parent ID:                       |         Points:
 Reviewer:                       |        Sponsor:  None
---------------------------------+-----------------------------------

Comment (by cypherpunks):

 oftc and PRIVACY:
 {{{
     if (((i = can_join(source_p, chptr, key)) && !IsGod(source_p)))
     {
       sendto_one(source_p, form_str(i), me.name,
                  source_p->name, chptr->chname);
       if(i == ERR_TOOMANYCHANNELS)
           break;
       else
           continue;
     }

     if(i != 0 && IsGod(source_p) && MyClient(source_p))
     {
       char tmp[IRCD_BUFSIZE];
       ircsprintf(tmp, "%s is using God mode: JOIN %s", source_p->name,
           chptr->chname);
       sendto_gnotice_flags(UMODE_SERVNOTICE, L_ALL, me.name, &me, NULL,
           tmp);
       oftc_log(tmp);
     }
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/18002#comment:15>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list