cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | the secret reason for us trying to get PyPy users: to test the JIT well enough that we're somewhat confident about it
Victorsueca13 has joined #pypy
<Victorsueca13> After the acquisition by Private Internet Access, Freenode is now being used to push ICO scams https://www.coindesk.com/handshake-revealed-vcs-back-plan-to-give-away-100-million-in-crypto/
Victorsueca13 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
lritter_ has joined #pypy
lritter has quit [Ping timeout: 264 seconds]
<nedbat> Alex_Gaynor: (or anyone else): interested in fighting the spam here?
mancha16 has joined #pypy
<mancha16> After the acquisition by Private Internet Access, Freenode is now being used to push ICO scams https://www.coindesk.com/handshake-revealed-vcs-back-plan-to-give-away-100-million-in-crypto/
mancha16 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
Bock has joined #pypy
Bock has quit [Killed (Sigyn (Spam is off topic on freenode.))]
<Bock> After the acquisition by Private Internet Access, Freenode is now being used to push ICO scams https://www.coindesk.com/handshake-revealed-vcs-back-plan-to-give-away-100-million-in-crypto/
DIRT has joined #pypy
<Alex_Gaynor> nedbat: we've got the freenode bot in here that Klines them, not sure what else there is to do
<simpson> Alex_Gaynor: /mode +r
<simpson> It is unfortunate but the days of -r may be over.
<Hasimir> the alternative to +r is: +q $~a
<Hasimir> that way non-spamming humans can still get through enough to request voice or something
<Hasimir> because ops will see them
<Hasimir> interesting that some freenode users are being specifically targeted as well by having their handles modified to make the bot names
Bock21 has joined #pypy
<Bock21> After the acquisition by Private Internet Access, Freenode is now being used to push ICO scams https://www.coindesk.com/handshake-revealed-vcs-back-plan-to-give-away-100-million-in-crypto/
Bock21 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
<nedbat> Alex_Gaynor: I like +q $~a : unregistered nicks are quieted
<Hasimir> and for those with registered nicks trying to avoid being spoofed by bot names, enforcing nick authentication may be the only viable defense
bazhang has joined #pypy
bazhang is now known as Guest27858
<Guest27858> After the acquisition by Private Internet Access, Freenode is now being used to push ICO scams https://www.coindesk.com/handshake-revealed-vcs-back-plan-to-give-away-100-million-in-crypto/
Guest27858 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
<Alex_Gaynor> nedbat: what's the command to enable that? I'll do it
<Alex_Gaynor> nedbat: perfect, thanks
bogner has quit [Quit: leaving]
bogner has joined #pypy
moei has quit [Quit: Leaving...]
jcea has quit [Quit: jcea]
moondoggy6 has joined #pypy
moondoggy6 has quit [Remote host closed the connection]
Zx326 has joined #pypy
Zx326 has quit [Remote host closed the connection]
Zx36 has joined #pypy
Zx36 has quit [Remote host closed the connection]
dddddd has quit [Remote host closed the connection]
DIRT has quit [Quit: Leaving]
maxxam has joined #pypy
Swant22 has joined #pypy
Swant22 has quit [Killed (Unit193 (Spam is not permitted on freenode.))]
atomizer has quit [Quit: ZNC - http://znc.in]
Guest19891 has joined #pypy
Guest19891 has quit [Remote host closed the connection]
atomizer has joined #pypy
marself has joined #pypy
lritter_ has quit [Ping timeout: 256 seconds]
mon26 has joined #pypy
mon26 has quit [K-Lined]
inhahe has quit [Read error: Connection reset by peer]
inhahe has joined #pypy
DIRT has joined #pypy
mattip_ has quit [Ping timeout: 240 seconds]
mattip_ has joined #pypy
marself has quit [Quit: WeeChat 1.9.1]
iczero4 has joined #pypy
iczero4 has quit [Remote host closed the connection]
oberstet has joined #pypy
papabear69 has joined #pypy
papabear69 has quit [K-Lined]
Moyst16 has joined #pypy
Moyst16 has quit [K-Lined]
tsglove has joined #pypy
tsglove has quit [Remote host closed the connection]
moei has joined #pypy
metax has joined #pypy
metax has quit [Remote host closed the connection]
DIRT has quit [Quit: Leaving]
Guest85043 has joined #pypy
Guest85043 has quit [Killed (Unit193 (Spam is not permitted on freenode.))]
l2y has joined #pypy
l2y has quit [Ping timeout: 256 seconds]
yaewa has joined #pypy
yaewa has quit [Remote host closed the connection]
moei has quit [Ping timeout: 256 seconds]
<mattip> nedbat: does that kill bbot2_ and kenaan, our buildbot and commit bots respectively?
DrJ20 has joined #pypy
DrJ20 has quit [Remote host closed the connection]
<mattip> ahh, the link you provided says we need to enable the nicks to speak unregistered, via
<mattip> setting an exempt pattern /mode #pypy +e $a:your_bot_nick
<mattip> Alex_Gaynor: could you enable bbot2_ and kenaan?
Remi_M has joined #pypy
cats11 has joined #pypy
moei has joined #pypy
cats11 has quit [Ping timeout: 248 seconds]
<idnar> mattip: $a:nick won't work since the bots don't identify to nickserv (otherwise the +q wouldn't match them to begin with)
<idnar> you would actually need nick!*@*
Hasimir has quit [Ping timeout: 240 seconds]
Hasimir has joined #pypy
Hasimir has quit [Changing host]
Hasimir has joined #pypy
liori has joined #pypy
<kenaan> mattip unicode-utf8-py3 22f9db3e5c61 /pypy/module/: translation - len must be non-negative
<kenaan> mattip unicode-utf8-py3 3814aec634e5 /pypy/: more internal unicode -> utf8
<kenaan> mattip unicode-utf8-py3 74555d57f729 /pypy/: more internal utf8/unicode confusion
<kenaan> mattip unicode-utf8-py3 a7da1446b505 /: decode needs an argument
<kenaan> mattip unicode-utf8-py3 ff00333ba97b /pypy/interpreter/: more internal unicode->utf8
<kenaan> mattip unicode-utf8-py3 c1b6ab618fdd /pypy/objspace/std/unicodeobject.py: avoid converting to unicode in _isidentifier
<kenaan> mattip unicode-utf8-py3 31049cf23000 /pypy/: unicode -> utf8, non-negative len
<kenaan> mattip unicode-utf8-py3 18d61ca77776 /pypy/: fix unicodehelper errorhandlers
<kenaan> mattip unicode-utf8-py3 a39a0158002f /pypy/: more translation fixes
liori has quit [Ping timeout: 240 seconds]
forgottenone has joined #pypy
maxxam has quit [Ping timeout: 244 seconds]
Chex13 has joined #pypy
garywhite has joined #pypy
Chex13 has quit [Read error: Connection reset by peer]
garywhite has quit [Remote host closed the connection]
Taggnostr2 has quit [Remote host closed the connection]
Sabotender21 has joined #pypy
Sabotender21 has quit [Remote host closed the connection]
drot10 has joined #pypy
drot10 has quit [Remote host closed the connection]
Hasimir has quit [Ping timeout: 240 seconds]
Hasimir has joined #pypy
antocuni has joined #pypy
developers has joined #pypy
developers has quit [Remote host closed the connection]
zz_ka6sox has joined #pypy
zz_ka6sox has quit [Ping timeout: 256 seconds]
Khayman has joined #pypy
Hasimir has quit [Ping timeout: 240 seconds]
Khayman is now known as Hasimir
catfuneral has joined #pypy
catfuneral has quit [Remote host closed the connection]
ProClifo has joined #pypy
ProClifo has quit [Remote host closed the connection]
forgottenone has quit [Quit: Konversation terminated!]
Caraway12 has joined #pypy
dddddd has joined #pypy
Caraway12 has quit [Read error: Connection reset by peer]
<nedbat> @Alex_Gaynor: you need one more command: /mode #pypy +e bbot2!*@* # allow bbot2 to talk
<nedbat> (unless it should be bbot2_ with an underscore.
antocuni has quit [Ping timeout: 260 seconds]
smaudet has joined #pypy
smaudet has quit [Ping timeout: 256 seconds]
forgottenone has joined #pypy
Gabemo16 has joined #pypy
Gabemo16 has quit [K-Lined]
marky1991 has joined #pypy
tayfun26 has joined #pypy
jcea has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
ecx86 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
ecx86 has quit [Remote host closed the connection]
antocuni has joined #pypy
Rhy0lite has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
Sigyn has quit [Quit: People always have such a hard time believing that robots could do bad things.]
Sigyn has joined #pypy
jem23 has joined #pypy
jem23 has quit [Remote host closed the connection]
trisk4 has joined #pypy
trisk4 has quit [Remote host closed the connection]
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
cooled has joined #pypy
cooled has quit [K-Lined]
Kronuz has quit [Ping timeout: 244 seconds]
ctismer has quit [Ping timeout: 248 seconds]
ctismer has joined #pypy
Kronuz has joined #pypy
krushia23 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
krushia23 has quit [Ping timeout: 264 seconds]
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
Guest90882 has joined #pypy
weaksauce has joined #pypy
thnee1 has joined #pypy
weaksauce has quit [Remote host closed the connection]
kcr_ has joined #pypy
fijal_ has joined #pypy
Graypup__ has joined #pypy
Alex_Gaynor_ has joined #pypy
Lightsword_ has joined #pypy
mwhudson_ has joined #pypy
blachanc1 has joined #pypy
njs` has joined #pypy
eregon_ has joined #pypy
wallet42 has quit [Ping timeout: 240 seconds]
njs has quit [Ping timeout: 240 seconds]
kcr has quit [Ping timeout: 240 seconds]
mdash has quit [Ping timeout: 240 seconds]
thnee has quit [Ping timeout: 240 seconds]
agronholm has quit [Ping timeout: 240 seconds]
lapinot has quit [Ping timeout: 240 seconds]
eregon has quit [Ping timeout: 240 seconds]
ssbr has quit [Ping timeout: 240 seconds]
blachance has quit [Ping timeout: 240 seconds]
Graypup_ has quit [Ping timeout: 240 seconds]
Lightsword has quit [Ping timeout: 240 seconds]
ceridwen has quit [Ping timeout: 240 seconds]
Alex_Gaynor has quit [Ping timeout: 240 seconds]
fijal has quit [Ping timeout: 240 seconds]
mwhudson has quit [Ping timeout: 240 seconds]
mdash has joined #pypy
fijal_ is now known as fijal
Lightsword_ is now known as Lightsword
kcr_ is now known as kcr
Guest90882 has quit [Ping timeout: 264 seconds]
lapinot has joined #pypy
agronholm has joined #pypy
ssbr has joined #pypy
danieljabailey has quit [Ping timeout: 240 seconds]
ceridwen has joined #pypy
danieljabailey has joined #pypy
decay has joined #pypy
violet has joined #pypy
violet is now known as Guest9989
Guest9989 has quit [K-Lined]
mattip has quit [Quit: Leaving]
decay has quit [Remote host closed the connection]
jcea1 has joined #pypy
jcea has quit [Ping timeout: 276 seconds]
jcea1 is now known as jcea
marky1991 has quit [Ping timeout: 240 seconds]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
Zord7 has joined #pypy
Zord7 has quit [Remote host closed the connection]
tayfun26 has quit [Quit: tayfun26]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
gthank is now known as gthank_away
gthank_away is now known as gthank
BranchPredictor1 has joined #pypy
ronan__ has quit [Quit: Ex-Chat]
blachanc1 has quit [Quit: leaving]
BranchPredictor1 has quit [Ping timeout: 244 seconds]
ovoldemorto has joined #pypy
ovoldemorto has quit [Read error: Connection reset by peer]
antocuni has quit [Remote host closed the connection]
adamholmberg has joined #pypy
lritter_ has joined #pypy
adamholmberg has quit [Ping timeout: 240 seconds]
oberstet has quit [Ping timeout: 248 seconds]
planetmaker26 has joined #pypy
planetmaker26 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
kipras`away is now known as kipras`away`away
L23520 has joined #pypy
L23520 has quit [Remote host closed the connection]
marky1991 has quit [Ping timeout: 244 seconds]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
Gizmokid200512 has joined #pypy
Gizmokid200512 has quit [K-Lined]
anticrisis has joined #pypy
anticrisis has quit [Remote host closed the connection]
ATDT91126 has joined #pypy
mattip has joined #pypy
ATDT91126 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
Rhy0lite has quit [Quit: Leaving]
Zx315 has joined #pypy
Zx315 has quit [Killed (Unit193 (Spam is not permitted on freenode.))]
marky1991 has quit [Read error: Connection reset by peer]
marky1991 has joined #pypy
fydel has joined #pypy
fydel has quit [K-Lined]
antocuni has joined #pypy
mwhudson_ has quit [Quit: quassel]
mwhudson has joined #pypy
mwhudson has quit [Changing host]
mwhudson has joined #pypy
forgottenone has quit [Ping timeout: 256 seconds]
Alex_Gaynor_ has left #pypy [#pypy]
Alex_Gaynor has joined #pypy
Peetz0r12 has joined #pypy
Peetz0r12 has quit [Ping timeout: 256 seconds]
yawkat7 has joined #pypy
yawkat7 has quit [Remote host closed the connection]
forgottenone has joined #pypy
jcea has quit [Read error: Connection reset by peer]
jcea has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
lritter_ has quit [Quit: Leaving]
lritter_ has joined #pypy
antocuni has quit [Ping timeout: 240 seconds]
bigpresh12 has joined #pypy
bigpresh12 has quit [Remote host closed the connection]
nortoh has joined #pypy
nortoh has quit [Remote host closed the connection]