Re: [vpp-dev] IRC SPAM

2018-08-25 Thread Joel Halpern
There is one possibility that occurs to me.
I use the free version of freenode.  Not the premium version.  Is it possible 
that the needed capability is only part of the premium version?

Yours,
Joel

From: vpp-dev@lists.fd.io  On Behalf Of Joel Halpern
Sent: Saturday, August 25, 2018 12:09 PM
To: Burt Silverman ; Thomas F Herbert 
Cc: vpp-dev ; Vanessa Valderrama 
; Ed Warnicke 
Subject: Re: [vpp-dev] IRC SPAM

Let me add more details of what I am seeing.  Maybe someone can tell me what 
obvious thing I am doing wrong.

I am using a Macbook pro with Chrome (68.0.3440.106 (official build) (64-bit)).
I am connecting to https://www.irccloud.com/irc/freenode/channel/...

I have followed the registration procedure and it apparently work.  I have 
recorded the registration password separately from my freenode account password.
When I attempt to rejoin the set of #fdio channels that I have, I get 
redirected to #lf-unregistered.
There is no “Auth to Server” or similar button that I can see.  I have tried 
all of the tools buttons and menu pulldowns.
I also tried what the answers page suggests, which is entering a /connect 
command.  I did my best to construct a suitable command, with my registration 
user name and password.  I get an error message saying that I am not an admin.

Help?
Yours,
Joel

From: vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> 
mailto:vpp-dev@lists.fd.io>> On Behalf Of Burt Silverman
Sent: Saturday, August 25, 2018 11:24 AM
To: Thomas F Herbert mailto:therb...@redhat.com>>
Cc: vpp-dev mailto:vpp-dev@lists.fd.io>>
Subject: Re: [vpp-dev] IRC SPAM

Oh, for crying out loud, I finally figured out the issue with Pidgin -- it is 
only user friendly after installing a hidden extra package of plugins -- the 
Purple Plugin Pack -- and then enabling the correct plugin under the Tools 
menu. Actually, only one plugin from the Purple Nurple Plugin Pack is required 
-- Irchelper.

A secondary issue -- it is NOT necessary to use SSL (and associated Port 6697). 
With some platforms, like Windows, SSL only works if the certificate is 
installed -- that does not happen when Pidgin is installed, for some reason. So 
for simplicity, use port 6667, Authenticate with SASL, and Allow plaintext SASL 
auth over unencrypted connection.

Here is the issue that occurs when not using irchelper: Suppose I have cleanly 
logged into freenode using webchat.freenode.net<http://webchat.freenode.net> 
(or some other client) and have set my Nickname to my Registered Nickname. So I 
can join #fdio-vpp with no problems from the browser. Then, while logged in, I 
try to use Pidgin to login. Now the log and debug messages from Pidgin DO NOT 
show what is going on, but you will end up with a SASL authentication failure. 
I am pretty certain the Pidgin client changes your name, like from 
BurtSilverman to BurtSilverman1, because the nickname BurtSilverman is being 
used elsewhere (the web client,) and then it stupidly tries to authenticate 
BurtSilverman1. Obviously that won't work.

If, on the other hand, you have installed and enabled the Irchelper plugin, 
then you are given a place to enter your Auth name and Nick password on the 
Advanced tab -- just like what you see when you click the Auth to services 
button on the webchat client. You no longer enter your Password on the Basic 
tab (although there is a place to enter it.)

So you go here https://bitbucket.org/rekkanoryo/purple-plugin-pack and you go 
to Downloads and get the correct version for your platform, or build from 
source code. The zip file for Windows comes with a README. It has a path error: 
C:\Program Files (x86)\Pidgin\bin actually should be C:\Program Files 
(x86)\Pidgin. Don't forget to enable the plugin in the Tools tab in the GUI.

Burt

On Fri, Aug 24, 2018 at 2:14 PM, Thomas F Herbert 
mailto:therb...@redhat.com>> wrote:

See below:

On 08/23/2018 03:49 PM, Burt Silverman wrote:
Hi Tom,

Although I don't need to use pidgin, my obsessive gene has kicked in: the idea 
that it should work reliably, but does not for me -- can you give a complete 
list of the connection settings -- the Basic and the Advanced Settings -- 
perhaps with some commentary? Anyway, it seems that some things get "cached" so 
that if one tries to put in good settings after using bad settings -- it may 
not work out. I have tried it on Windows and on Ubuntu. I guess it temporarily 
worked on Windows; I have no idea why. Thanks, Tom.
These are my settings.

Caveat: I have no idea about using a web client as I don't use it. Also, there 
may be differences among clients as
I use pidgin and have been for some time on Fedora and previously on a Mac but 
I don't remember the Mac version.

Version: 2.13.0-1.fc27.x86_64
Protocol: IRC
Username <...yours...>
Server irc.freenode.net<http://irc.freenode.net>
Password <...yours...>
Port: 6697
Use SSL
Authenticate with SASL


Burt

On Thu, Aug 23, 2018 at 11:36 AM, Thomas F Herbert

Re: [vpp-dev] IRC SPAM

2018-08-25 Thread Joel Halpern
Let me add more details of what I am seeing.  Maybe someone can tell me what 
obvious thing I am doing wrong.

I am using a Macbook pro with Chrome (68.0.3440.106 (official build) (64-bit)).
I am connecting to https://www.irccloud.com/irc/freenode/channel/...

I have followed the registration procedure and it apparently work.  I have 
recorded the registration password separately from my freenode account password.
When I attempt to rejoin the set of #fdio channels that I have, I get 
redirected to #lf-unregistered.
There is no “Auth to Server” or similar button that I can see.  I have tried 
all of the tools buttons and menu pulldowns.
I also tried what the answers page suggests, which is entering a /connect 
command.  I did my best to construct a suitable command, with my registration 
user name and password.  I get an error message saying that I am not an admin.

Help?
Yours,
Joel

From: vpp-dev@lists.fd.io  On Behalf Of Burt Silverman
Sent: Saturday, August 25, 2018 11:24 AM
To: Thomas F Herbert 
Cc: vpp-dev 
Subject: Re: [vpp-dev] IRC SPAM

Oh, for crying out loud, I finally figured out the issue with Pidgin -- it is 
only user friendly after installing a hidden extra package of plugins -- the 
Purple Plugin Pack -- and then enabling the correct plugin under the Tools 
menu. Actually, only one plugin from the Purple Nurple Plugin Pack is required 
-- Irchelper.

A secondary issue -- it is NOT necessary to use SSL (and associated Port 6697). 
With some platforms, like Windows, SSL only works if the certificate is 
installed -- that does not happen when Pidgin is installed, for some reason. So 
for simplicity, use port 6667, Authenticate with SASL, and Allow plaintext SASL 
auth over unencrypted connection.

Here is the issue that occurs when not using irchelper: Suppose I have cleanly 
logged into freenode using webchat.freenode.net<http://webchat.freenode.net> 
(or some other client) and have set my Nickname to my Registered Nickname. So I 
can join #fdio-vpp with no problems from the browser. Then, while logged in, I 
try to use Pidgin to login. Now the log and debug messages from Pidgin DO NOT 
show what is going on, but you will end up with a SASL authentication failure. 
I am pretty certain the Pidgin client changes your name, like from 
BurtSilverman to BurtSilverman1, because the nickname BurtSilverman is being 
used elsewhere (the web client,) and then it stupidly tries to authenticate 
BurtSilverman1. Obviously that won't work.

If, on the other hand, you have installed and enabled the Irchelper plugin, 
then you are given a place to enter your Auth name and Nick password on the 
Advanced tab -- just like what you see when you click the Auth to services 
button on the webchat client. You no longer enter your Password on the Basic 
tab (although there is a place to enter it.)

So you go here https://bitbucket.org/rekkanoryo/purple-plugin-pack and you go 
to Downloads and get the correct version for your platform, or build from 
source code. The zip file for Windows comes with a README. It has a path error: 
C:\Program Files (x86)\Pidgin\bin actually should be C:\Program Files 
(x86)\Pidgin. Don't forget to enable the plugin in the Tools tab in the GUI.

Burt

On Fri, Aug 24, 2018 at 2:14 PM, Thomas F Herbert 
mailto:therb...@redhat.com>> wrote:

See below:

On 08/23/2018 03:49 PM, Burt Silverman wrote:
Hi Tom,

Although I don't need to use pidgin, my obsessive gene has kicked in: the idea 
that it should work reliably, but does not for me -- can you give a complete 
list of the connection settings -- the Basic and the Advanced Settings -- 
perhaps with some commentary? Anyway, it seems that some things get "cached" so 
that if one tries to put in good settings after using bad settings -- it may 
not work out. I have tried it on Windows and on Ubuntu. I guess it temporarily 
worked on Windows; I have no idea why. Thanks, Tom.
These are my settings.

Caveat: I have no idea about using a web client as I don't use it. Also, there 
may be differences among clients as
I use pidgin and have been for some time on Fedora and previously on a Mac but 
I don't remember the Mac version.

Version: 2.13.0-1.fc27.x86_64
Protocol: IRC
Username <...yours...>
Server irc.freenode.net<http://irc.freenode.net>
Password <...yours...>
Port: 6697
Use SSL
Authenticate with SASL



Burt

On Thu, Aug 23, 2018 at 11:36 AM, Thomas F Herbert 
mailto:therb...@redhat.com>> wrote:

More on using IRC...

One of our colleagues had some trouble connecting today.

I think we figured out that since freenode IRC now requires everyone to 
authenticate and you are logging in with passwd authentication, you have to 
connect through SSL but not all of the old ports will work with SSL.

Mine works consistently on port 6697 with SSL. Some folks were using legacy 
ports that no longer will work.

I use Pidgin so I have no idea how this will affect those using the web client.

--Tom

On 08/22/2

Re: [vpp-dev] IRC SPAM

2018-08-25 Thread Burt Silverman
Oh, for crying out loud, I finally figured out the issue with Pidgin -- it
is only user friendly after installing a hidden extra package of plugins --
the Purple Plugin Pack -- and then enabling the correct plugin under the
Tools menu. Actually, only one plugin from the Purple Nurple Plugin Pack is
required -- Irchelper.

A secondary issue -- it is NOT necessary to use SSL (and associated Port
6697). With some platforms, like Windows, SSL only works if the certificate
is installed -- that does not happen when Pidgin is installed, for some
reason. So for simplicity, use port 6667, Authenticate with SASL, and Allow
plaintext SASL auth over unencrypted connection.

Here is the issue that occurs when not using irchelper: Suppose I have
cleanly logged into freenode using webchat.freenode.net (or some other
client) and have set my Nickname to my Registered Nickname. So I can join
#fdio-vpp with no problems from the browser. Then, while logged in, I try
to use Pidgin to login. Now the log and debug messages from Pidgin DO NOT
show what is going on, but you will end up with a SASL authentication
failure. I am pretty certain the Pidgin client changes your name, like from
BurtSilverman to BurtSilverman1, because the nickname BurtSilverman is
being used elsewhere (the web client,) and then it stupidly tries to
authenticate BurtSilverman1. Obviously that won't work.

If, on the other hand, you have installed and enabled the Irchelper plugin,
then you are given a place to enter your Auth name and Nick password on the
Advanced tab -- just like what you see when you click the Auth to services
button on the webchat client. You no longer enter your Password on the
Basic tab (although there is a place to enter it.)

So you go here https://bitbucket.org/rekkanoryo/purple-plugin-pack and you
go to Downloads and get the correct version for your platform, or build
from source code. The zip file for Windows comes with a README. It has a
path error: C:\Program Files (x86)\Pidgin\bin actually should be C:\Program
Files (x86)\Pidgin. Don't forget to enable the plugin in the Tools tab in
the GUI.

Burt

On Fri, Aug 24, 2018 at 2:14 PM, Thomas F Herbert 
wrote:

> See below:
>
> On 08/23/2018 03:49 PM, Burt Silverman wrote:
>
> Hi Tom,
>
> Although I don't need to use pidgin, my obsessive gene has kicked in: the
> idea that it should work reliably, but does not for me -- can you give a
> complete list of the connection settings -- the Basic and the Advanced
> Settings -- perhaps with some commentary? Anyway, it seems that some things
> get "cached" so that if one tries to put in good settings after using bad
> settings -- it may not work out. I have tried it on Windows and on Ubuntu.
> I guess it temporarily worked on Windows; I have no idea why. Thanks, Tom.
>
> These are my settings.
>
> Caveat: I have no idea about using a web client as I don't use it. Also,
> there may be differences among clients as
> I use pidgin and have been for some time on Fedora and previously on a Mac
> but I don't remember the Mac version.
>
> Version: 2.13.0-1.fc27.x86_64
> Protocol: IRC
> Username <...yours...>
> Server irc.freenode.net
> Password <...yours...>
> Port: 6697
> Use SSL
> Authenticate with SASL
>
>
> Burt
>
> On Thu, Aug 23, 2018 at 11:36 AM, Thomas F Herbert 
> wrote:
>
>> More on using IRC...
>>
>> One of our colleagues had some trouble connecting today.
>>
>> I think we figured out that since freenode IRC now requires everyone to
>> authenticate and you are logging in with passwd authentication, you have to
>> connect through SSL but not all of the old ports will work with SSL.
>>
>> Mine works consistently on port 6697 with SSL. Some folks were using
>> legacy ports that no longer will work.
>>
>> I use Pidgin so I have no idea how this will affect those using the web
>> client.
>>
>> --Tom
>>
>> On 08/22/2018 02:39 PM, Thomas F Herbert wrote:
>>
>>
>>
>> On 08/22/2018 02:01 PM, Burt Silverman wrote:
>>
>> I registered and verified, but when I try to log in I always go to the
>> unregistered area. How do I log in now? The instructions are pretty useless
>> for a non SASL client user.
>>
>> I can only tell you my settings for irc. Hopefully it will help.
>> I  use pidgin client.
>>
>> I log on with my username and password and it is set for SSL, and
>> authenticates with SASL. I connect to irc.freenode.net
>>
>>
>> Burt
>>
>> On Wed, Aug 22, 2018 at 12:49 PM, Vanessa Valderrama <
>> vvalderr...@linuxfoundation.org> wrote:
>>
>>> In effort to prevent IRC SPAM we are requiring registration in the FD.io
>>> channels.
>>>
>>>- The following channels will require registration to join the
>>>channel
>>>- https://wiki.fd.io/view/IRC
>>>
>>>
>>>- Please follow these steps to register on Freenode
>>>   - https://freenode.net/kb/answer/registration
>>>
>>> Thank you,
>>> Vanessa
>>>
>>> -=-=-=-=-=-=-=-=-=-=-=-
>>> Links: You receive all messages sent to this group.
>>>
>>> View/Reply Online (#10257): 

Re: [vpp-dev] IRC SPAM

2018-08-24 Thread Thomas F Herbert



On 08/22/2018 09:14 PM, Burt Silverman wrote:
That pidgin client is totally bizarre. For hours it would not 
cooperate regardless of what I told it. When it decided to cooperate, 
then even if I removed my password information, it still let me log in 
without shunting me to the land of undesirables. Meanwhile, I found 
the hidden trick to make the webchat interface work. Weird.
Another note about pidgin: I find it reconnects only on startup 
particularly with many simultaneous chats! If you lose your network 
connection, you restart the app or kill -9 the pidgin process. Set all 
chats for persistence and auto re-connect. I think it has trouble 
restarting many tcp connections simultaneously because of backoff. See 
my email elsewhere on this chain about settings.





Burt

On Wed, Aug 22, 2018 at 2:39 PM, Thomas F Herbert > wrote:




On 08/22/2018 02:01 PM, Burt Silverman wrote:

I registered and verified, but when I try to log in I always go
to the unregistered area. How do I log in now? The instructions
are pretty useless for a non SASL client user.

I can only tell you my settings for irc. Hopefully it will help.
I  use pidgin client.

I log on with my username and password and it is set for SSL, and
authenticates with SASL. I connect to irc.freenode.net



Burt

On Wed, Aug 22, 2018 at 12:49 PM, Vanessa Valderrama
mailto:vvalderr...@linuxfoundation.org>> wrote:

In effort to prevent IRC SPAM we are requiring registration
in the FD.io channels.

  * The following channels will require registration to join
the channel
  o https://wiki.fd.io/view/IRC

  * Please follow these steps to register on Freenode
  o https://freenode.net/kb/answer/registration


Thank you,
Vanessa

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10257):
https://lists.fd.io/g/vpp-dev/message/10257

Mute This Topic: https://lists.fd.io/mt/24921658/541103

Group Owner: vpp-dev+ow...@lists.fd.io

Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub
 [bur...@gmail.com
]
-=-=-=-=-=-=-=-=-=-=-=-




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10259):https://lists.fd.io/g/vpp-dev/message/10259

Mute This Topic:https://lists.fd.io/mt/24921658/675058

Group Owner:vpp-dev+ow...@lists.fd.io 
Unsubscribe:https://lists.fd.io/g/vpp-dev/unsub
   [therb...@redhat.com 
]
-=-=-=-=-=-=-=-=-=-=-=-


-- 
*Thomas F Herbert*

NFV and Fast Data Planes
Networking Group Office of the CTO
*Red Hat*

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10260):
https://lists.fd.io/g/vpp-dev/message/10260

Mute This Topic: https://lists.fd.io/mt/24921658/541103

Group Owner: vpp-dev+ow...@lists.fd.io

Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub
 [bur...@gmail.com
]
-=-=-=-=-=-=-=-=-=-=-=-




--
*Thomas F Herbert*
NFV and Fast Data Planes
Networking Group Office of the CTO
*Red Hat*
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10281): https://lists.fd.io/g/vpp-dev/message/10281
Mute This Topic: https://lists.fd.io/mt/24921658/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] IRC SPAM

2018-08-24 Thread Thomas F Herbert

See below:


On 08/23/2018 03:49 PM, Burt Silverman wrote:

Hi Tom,

Although I don't need to use pidgin, my obsessive gene has kicked in: 
the idea that it should work reliably, but does not for me -- can you 
give a complete list of the connection settings -- the Basic and the 
Advanced Settings -- perhaps with some commentary? Anyway, it seems 
that some things get "cached" so that if one tries to put in good 
settings after using bad settings -- it may not work out. I have tried 
it on Windows and on Ubuntu. I guess it temporarily worked on Windows; 
I have no idea why. Thanks, Tom.

These are my settings.

Caveat: I have no idea about using a web client as I don't use it. Also, 
there may be differences among clients as
I use pidgin and have been for some time on Fedora and previously on a 
Mac but I don't remember the Mac version.


Version: 2.13.0-1.fc27.x86_64
Protocol: IRC
Username <...yours...>
Server irc.freenode.net
Password <...yours...>
Port: 6697
Use SSL
Authenticate with SASL


Burt

On Thu, Aug 23, 2018 at 11:36 AM, Thomas F Herbert 
mailto:therb...@redhat.com>> wrote:


More on using IRC...

One of our colleagues had some trouble connecting today.

I think we figured out that since freenode IRC now requires
everyone to authenticate and you are logging in with passwd
authentication, you have to connect through SSL but not all of the
old ports will work with SSL.

Mine works consistently on port 6697 with SSL. Some folks were
using legacy ports that no longer will work.

I use Pidgin so I have no idea how this will affect those using
the web client.

--Tom


On 08/22/2018 02:39 PM, Thomas F Herbert wrote:




On 08/22/2018 02:01 PM, Burt Silverman wrote:

I registered and verified, but when I try to log in I always go
to the unregistered area. How do I log in now? The instructions
are pretty useless for a non SASL client user.

I can only tell you my settings for irc. Hopefully it will help.
I  use pidgin client.

I log on with my username and password and it is set for SSL, and
authenticates with SASL. I connect to irc.freenode.net



Burt

On Wed, Aug 22, 2018 at 12:49 PM, Vanessa Valderrama
mailto:vvalderr...@linuxfoundation.org>> wrote:

In effort to prevent IRC SPAM we are requiring registration
in the FD.io channels.

  * The following channels will require registration to join
the channel
  o https://wiki.fd.io/view/IRC

  * Please follow these steps to register on Freenode
  o https://freenode.net/kb/answer/registration


Thank you,
Vanessa

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10257):
https://lists.fd.io/g/vpp-dev/message/10257

Mute This Topic: https://lists.fd.io/mt/24921658/541103

Group Owner: vpp-dev+ow...@lists.fd.io

Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub
 [bur...@gmail.com
]
-=-=-=-=-=-=-=-=-=-=-=-




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10259):https://lists.fd.io/g/vpp-dev/message/10259

Mute This Topic:https://lists.fd.io/mt/24921658/675058

Group Owner:vpp-dev+ow...@lists.fd.io 
Unsubscribe:https://lists.fd.io/g/vpp-dev/unsub
   [therb...@redhat.com 
]
-=-=-=-=-=-=-=-=-=-=-=-


-- 
*Thomas F Herbert*

NFV and Fast Data Planes
Networking Group Office of the CTO
*Red Hat*


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10260):https://lists.fd.io/g/vpp-dev/message/10260

Mute This Topic:https://lists.fd.io/mt/24921658/675058

Group Owner:vpp-dev+ow...@lists.fd.io 
Unsubscribe:https://lists.fd.io/g/vpp-dev/unsub
   [therb...@redhat.com 
]
-=-=-=-=-=-=-=-=-=-=-=-


-- 
*Thomas F Herbert*

NFV and Fast Data Planes
Networking Group Office of the CTO
*Red Hat*

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10271):
https://lists.fd.io/g/vpp-dev/message/10271


Re: [vpp-dev] IRC SPAM

2018-08-23 Thread Thomas F Herbert

More on using IRC...

One of our colleagues had some trouble connecting today.

I think we figured out that since freenode IRC now requires everyone to 
authenticate and you are logging in with passwd authentication, you have 
to connect through SSL but not all of the old ports will work with SSL.


Mine works consistently on port 6697 with SSL. Some folks were using 
legacy ports that no longer will work.


I use Pidgin so I have no idea how this will affect those using the web 
client.


--Tom


On 08/22/2018 02:39 PM, Thomas F Herbert wrote:




On 08/22/2018 02:01 PM, Burt Silverman wrote:
I registered and verified, but when I try to log in I always go to 
the unregistered area. How do I log in now? The instructions are 
pretty useless for a non SASL client user.

I can only tell you my settings for irc. Hopefully it will help.
I  use pidgin client.

I log on with my username and password and it is set for SSL, and 
authenticates with SASL. I connect to irc.freenode.net


Burt

On Wed, Aug 22, 2018 at 12:49 PM, Vanessa Valderrama 
> wrote:


In effort to prevent IRC SPAM we are requiring registration in
the FD.io channels.

  * The following channels will require registration to join the
channel
  o https://wiki.fd.io/view/IRC

  * Please follow these steps to register on Freenode
  o https://freenode.net/kb/answer/registration


Thank you,
Vanessa

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10257):
https://lists.fd.io/g/vpp-dev/message/10257

Mute This Topic: https://lists.fd.io/mt/24921658/541103

Group Owner: vpp-dev+ow...@lists.fd.io

Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub
 [bur...@gmail.com
]
-=-=-=-=-=-=-=-=-=-=-=-




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10259):https://lists.fd.io/g/vpp-dev/message/10259
Mute This Topic:https://lists.fd.io/mt/24921658/675058
Group Owner:vpp-dev+ow...@lists.fd.io
Unsubscribe:https://lists.fd.io/g/vpp-dev/unsub   [therb...@redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-


--
*Thomas F Herbert*
NFV and Fast Data Planes
Networking Group Office of the CTO
*Red Hat*


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10260): https://lists.fd.io/g/vpp-dev/message/10260
Mute This Topic: https://lists.fd.io/mt/24921658/675058
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [therb...@redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-


--
*Thomas F Herbert*
NFV and Fast Data Planes
Networking Group Office of the CTO
*Red Hat*
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10271): https://lists.fd.io/g/vpp-dev/message/10271
Mute This Topic: https://lists.fd.io/mt/24921658/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] IRC SPAM

2018-08-23 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
Following up on discussion from TCS meeting.

It seems the registration part works,
assuming you follow the e-mail instruction by issuing
  /msg NickServ VERIFY REGISTER  

But the actual login instructions are not helpful,
especially the /connect command is not the way for the web client.

> on the web interface if I click "Auth to Services"

This is the way, instead.
See the attached pictures to see where the tick box is located
when logging into https://webchat.freenode.net/

Vratko.

From: vpp-dev@lists.fd.io  On Behalf Of Burt Silverman
Sent: Thursday, 2018-August-23 15:05
To: Joel Halpern 
Cc: Thomas F Herbert ; vpp-dev 
Subject: Re: [vpp-dev] IRC SPAM

Once I registered like mentioned in Vanessa's email, then on the web interface 
if I click "Auth to Services" then it opens up the place where I need to enter 
my Username and Password. Earlier in the menu, I can specify the channel like 
#fdio-vpp.
I found that some of the other clients that are supposed to work, like pidgin 
and HexChat do not behave in a comprehensible way, but AdiIRC was more 
cooperative.
Burt

On Thu, Aug 23, 2018 at 8:51 AM, Joel Halpern 
mailto:joel.halp...@ericsson.com>> wrote:
I am using the web interface to freenode IRC.
The instructions say I should enter a suitable /connect command.  I am guessing 
I am not doing it in the right place, as it consistently claims that I need to 
be an admin to issue the command.

Yours,
Joel

From: vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> 
mailto:vpp-dev@lists.fd.io>> On Behalf Of Burt Silverman
Sent: Wednesday, August 22, 2018 6:34 PM
To: Thomas F Herbert mailto:therb...@redhat.com>>
Cc: vpp-dev mailto:vpp-dev@lists.fd.io>>
Subject: Re: [vpp-dev] IRC SPAM

I get SSL Handshake Failed when I try that.
Burt

On Wed, Aug 22, 2018 at 2:39 PM, Thomas F Herbert 
mailto:therb...@redhat.com>> wrote:



On 08/22/2018 02:01 PM, Burt Silverman wrote:
I registered and verified, but when I try to log in I always go to the 
unregistered area. How do I log in now? The instructions are pretty useless for 
a non SASL client user.
I can only tell you my settings for irc. Hopefully it will help.
I  use pidgin client.

I log on with my username and password and it is set for SSL, and authenticates 
with SASL. I connect to irc.freenode.net<http://irc.freenode.net>

Burt

On Wed, Aug 22, 2018 at 12:49 PM, Vanessa Valderrama 
mailto:vvalderr...@linuxfoundation.org>> wrote:

In effort to prevent IRC SPAM we are requiring registration in the FD.io 
channels.

  *   The following channels will require registration to join the channel

 *   https://wiki.fd.io/view/IRC

  *   Please follow these steps to register on Freenode

 *   https://freenode.net/kb/answer/registration
Thank you,
Vanessa

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10257): https://lists.fd.io/g/vpp-dev/message/10257
Mute This Topic: https://lists.fd.io/mt/24921658/541103
Group Owner: vpp-dev+ow...@lists.fd.io<mailto:vpp-dev%2bow...@lists.fd.io>
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  
[bur...@gmail.com<mailto:bur...@gmail.com>]
-=-=-=-=-=-=-=-=-=-=-=-



-=-=-=-=-=-=-=-=-=-=-=-

Links: You receive all messages sent to this group.



View/Reply Online (#10259): https://lists.fd.io/g/vpp-dev/message/10259

Mute This Topic: https://lists.fd.io/mt/24921658/675058

Group Owner: vpp-dev+ow...@lists.fd.io<mailto:vpp-dev+ow...@lists.fd.io>

Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  
[therb...@redhat.com<mailto:therb...@redhat.com>]

-=-=-=-=-=-=-=-=-=-=-=-

--
Thomas F Herbert
NFV and Fast Data Planes
Networking Group Office of the CTO
Red Hat

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10260): https://lists.fd.io/g/vpp-dev/message/10260
Mute This Topic: https://lists.fd.io/mt/24921658/541103
Group Owner: vpp-dev+ow...@lists.fd.io<mailto:vpp-dev%2bow...@lists.fd.io>
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  
[bur...@gmail.com<mailto:bur...@gmail.com>]
-=-=-=-=-=-=-=-=-=-=-=-


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10270): https://lists.fd.io/g/vpp-dev/message/10270
Mute This Topic: https://lists.fd.io/mt/24921658/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] IRC SPAM

2018-08-23 Thread Burt Silverman
Once I registered like mentioned in Vanessa's email, then on the web
interface if I click "Auth to Services" then it opens up the place where I
need to enter my Username and Password. Earlier in the menu, I can specify
the channel like #fdio-vpp.

I found that some of the other clients that are supposed to work, like
pidgin and HexChat do not behave in a comprehensible way, but AdiIRC was
more cooperative.

Burt

On Thu, Aug 23, 2018 at 8:51 AM, Joel Halpern 
wrote:

> I am using the web interface to freenode IRC.
>
> The instructions say I should enter a suitable /connect command.  I am
> guessing I am not doing it in the right place, as it consistently claims
> that I need to be an admin to issue the command.
>
>
>
> Yours,
>
> Joel
>
>
>
> *From:* vpp-dev@lists.fd.io  *On Behalf Of *Burt
> Silverman
> *Sent:* Wednesday, August 22, 2018 6:34 PM
> *To:* Thomas F Herbert 
> *Cc:* vpp-dev 
> *Subject:* Re: [vpp-dev] IRC SPAM
>
>
>
> I get SSL Handshake Failed when I try that.
>
> Burt
>
>
>
> On Wed, Aug 22, 2018 at 2:39 PM, Thomas F Herbert 
> wrote:
>
>
>
>
>
> On 08/22/2018 02:01 PM, Burt Silverman wrote:
>
> I registered and verified, but when I try to log in I always go to the
> unregistered area. How do I log in now? The instructions are pretty useless
> for a non SASL client user.
>
> I can only tell you my settings for irc. Hopefully it will help.
> I  use pidgin client.
>
> I log on with my username and password and it is set for SSL, and
> authenticates with SASL. I connect to irc.freenode.net
>
>
>
> Burt
>
>
>
> On Wed, Aug 22, 2018 at 12:49 PM, Vanessa Valderrama <
> vvalderr...@linuxfoundation.org> wrote:
>
> In effort to prevent IRC SPAM we are requiring registration in the FD.io
> channels.
>
>- The following channels will require registration to join the channel
>
>
>- https://wiki.fd.io/view/IRC
>
>
>- Please follow these steps to register on Freenode
>
>
>- https://freenode.net/kb/answer/registration
>
> Thank you,
> Vanessa
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#10257): https://lists.fd.io/g/vpp-dev/message/10257
> Mute This Topic: https://lists.fd.io/mt/24921658/541103
> Group Owner: vpp-dev+ow...@lists.fd.io
> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [bur...@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
>
> Links: You receive all messages sent to this group.
>
>
>
> View/Reply Online (#10259): https://lists.fd.io/g/vpp-dev/message/10259
>
> Mute This Topic: https://lists.fd.io/mt/24921658/675058
>
> Group Owner: vpp-dev+ow...@lists.fd.io
>
> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [therb...@redhat.com]
>
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
>
> --
> *Thomas F Herbert*
> NFV and Fast Data Planes
> Networking Group Office of the CTO
> *Red Hat*
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#10260): https://lists.fd.io/g/vpp-dev/message/10260
> Mute This Topic: https://lists.fd.io/mt/24921658/541103
> Group Owner: vpp-dev+ow...@lists.fd.io
> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [bur...@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10268): https://lists.fd.io/g/vpp-dev/message/10268
Mute This Topic: https://lists.fd.io/mt/24921658/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] IRC SPAM

2018-08-23 Thread Joel Halpern
I am using the web interface to freenode IRC.
The instructions say I should enter a suitable /connect command.  I am guessing 
I am not doing it in the right place, as it consistently claims that I need to 
be an admin to issue the command.

Yours,
Joel

From: vpp-dev@lists.fd.io  On Behalf Of Burt Silverman
Sent: Wednesday, August 22, 2018 6:34 PM
To: Thomas F Herbert 
Cc: vpp-dev 
Subject: Re: [vpp-dev] IRC SPAM

I get SSL Handshake Failed when I try that.
Burt

On Wed, Aug 22, 2018 at 2:39 PM, Thomas F Herbert 
mailto:therb...@redhat.com>> wrote:



On 08/22/2018 02:01 PM, Burt Silverman wrote:
I registered and verified, but when I try to log in I always go to the 
unregistered area. How do I log in now? The instructions are pretty useless for 
a non SASL client user.
I can only tell you my settings for irc. Hopefully it will help.
I  use pidgin client.

I log on with my username and password and it is set for SSL, and authenticates 
with SASL. I connect to irc.freenode.net<http://irc.freenode.net>


Burt

On Wed, Aug 22, 2018 at 12:49 PM, Vanessa Valderrama 
mailto:vvalderr...@linuxfoundation.org>> wrote:

In effort to prevent IRC SPAM we are requiring registration in the FD.io 
channels.

  *   The following channels will require registration to join the channel

 *   https://wiki.fd.io/view/IRC

  *   Please follow these steps to register on Freenode

 *   https://freenode.net/kb/answer/registration
Thank you,
Vanessa

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10257): https://lists.fd.io/g/vpp-dev/message/10257
Mute This Topic: https://lists.fd.io/mt/24921658/541103
Group Owner: vpp-dev+ow...@lists.fd.io<mailto:vpp-dev%2bow...@lists.fd.io>
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  
[bur...@gmail.com<mailto:bur...@gmail.com>]
-=-=-=-=-=-=-=-=-=-=-=-



-=-=-=-=-=-=-=-=-=-=-=-

Links: You receive all messages sent to this group.



View/Reply Online (#10259): https://lists.fd.io/g/vpp-dev/message/10259

Mute This Topic: https://lists.fd.io/mt/24921658/675058

Group Owner: vpp-dev+ow...@lists.fd.io<mailto:vpp-dev+ow...@lists.fd.io>

Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  
[therb...@redhat.com<mailto:therb...@redhat.com>]

-=-=-=-=-=-=-=-=-=-=-=-

--
Thomas F Herbert
NFV and Fast Data Planes
Networking Group Office of the CTO
Red Hat

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10260): https://lists.fd.io/g/vpp-dev/message/10260
Mute This Topic: https://lists.fd.io/mt/24921658/541103
Group Owner: vpp-dev+ow...@lists.fd.io<mailto:vpp-dev%2bow...@lists.fd.io>
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  
[bur...@gmail.com<mailto:bur...@gmail.com>]
-=-=-=-=-=-=-=-=-=-=-=-

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10267): https://lists.fd.io/g/vpp-dev/message/10267
Mute This Topic: https://lists.fd.io/mt/24921658/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] IRC SPAM

2018-08-22 Thread Burt Silverman
That pidgin client is totally bizarre. For hours it would not cooperate
regardless of what I told it. When it decided to cooperate, then even if I
removed my password information, it still let me log in without shunting me
to the land of undesirables. Meanwhile, I found the hidden trick to make
the webchat interface work. Weird.


Burt

On Wed, Aug 22, 2018 at 2:39 PM, Thomas F Herbert 
wrote:

>
>
> On 08/22/2018 02:01 PM, Burt Silverman wrote:
>
> I registered and verified, but when I try to log in I always go to the
> unregistered area. How do I log in now? The instructions are pretty useless
> for a non SASL client user.
>
> I can only tell you my settings for irc. Hopefully it will help.
> I  use pidgin client.
>
> I log on with my username and password and it is set for SSL, and
> authenticates with SASL. I connect to irc.freenode.net
>
>
> Burt
>
> On Wed, Aug 22, 2018 at 12:49 PM, Vanessa Valderrama <
> vvalderr...@linuxfoundation.org> wrote:
>
>> In effort to prevent IRC SPAM we are requiring registration in the FD.io
>> channels.
>>
>>- The following channels will require registration to join the channel
>>- https://wiki.fd.io/view/IRC
>>
>>
>>- Please follow these steps to register on Freenode
>>   - https://freenode.net/kb/answer/registration
>>
>> Thank you,
>> Vanessa
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>>
>> View/Reply Online (#10257): https://lists.fd.io/g/vpp-dev/message/10257
>> Mute This Topic: https://lists.fd.io/mt/24921658/541103
>> Group Owner: vpp-dev+ow...@lists.fd.io
>> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [bur...@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
>>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#10259): https://lists.fd.io/g/vpp-dev/message/10259
> Mute This Topic: https://lists.fd.io/mt/24921658/675058
> Group Owner: vpp-dev+ow...@lists.fd.io
> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [therb...@redhat.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
> --
> *Thomas F Herbert*
> NFV and Fast Data Planes
> Networking Group Office of the CTO
> *Red Hat*
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#10260): https://lists.fd.io/g/vpp-dev/message/10260
> Mute This Topic: https://lists.fd.io/mt/24921658/541103
> Group Owner: vpp-dev+ow...@lists.fd.io
> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [bur...@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10263): https://lists.fd.io/g/vpp-dev/message/10263
Mute This Topic: https://lists.fd.io/mt/24921658/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] IRC SPAM

2018-08-22 Thread Burt Silverman
I get SSL Handshake Failed when I try that.

Burt

On Wed, Aug 22, 2018 at 2:39 PM, Thomas F Herbert 
wrote:

>
>
> On 08/22/2018 02:01 PM, Burt Silverman wrote:
>
> I registered and verified, but when I try to log in I always go to the
> unregistered area. How do I log in now? The instructions are pretty useless
> for a non SASL client user.
>
> I can only tell you my settings for irc. Hopefully it will help.
> I  use pidgin client.
>
> I log on with my username and password and it is set for SSL, and
> authenticates with SASL. I connect to irc.freenode.net
>
>
> Burt
>
> On Wed, Aug 22, 2018 at 12:49 PM, Vanessa Valderrama <
> vvalderr...@linuxfoundation.org> wrote:
>
>> In effort to prevent IRC SPAM we are requiring registration in the FD.io
>> channels.
>>
>>- The following channels will require registration to join the channel
>>- https://wiki.fd.io/view/IRC
>>
>>
>>- Please follow these steps to register on Freenode
>>   - https://freenode.net/kb/answer/registration
>>
>> Thank you,
>> Vanessa
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>>
>> View/Reply Online (#10257): https://lists.fd.io/g/vpp-dev/message/10257
>> Mute This Topic: https://lists.fd.io/mt/24921658/541103
>> Group Owner: vpp-dev+ow...@lists.fd.io
>> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [bur...@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
>>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#10259): https://lists.fd.io/g/vpp-dev/message/10259
> Mute This Topic: https://lists.fd.io/mt/24921658/675058
> Group Owner: vpp-dev+ow...@lists.fd.io
> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [therb...@redhat.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
> --
> *Thomas F Herbert*
> NFV and Fast Data Planes
> Networking Group Office of the CTO
> *Red Hat*
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#10260): https://lists.fd.io/g/vpp-dev/message/10260
> Mute This Topic: https://lists.fd.io/mt/24921658/541103
> Group Owner: vpp-dev+ow...@lists.fd.io
> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [bur...@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10262): https://lists.fd.io/g/vpp-dev/message/10262
Mute This Topic: https://lists.fd.io/mt/24921658/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] IRC SPAM

2018-08-22 Thread Thomas F Herbert



On 08/22/2018 02:01 PM, Burt Silverman wrote:
I registered and verified, but when I try to log in I always go to the 
unregistered area. How do I log in now? The instructions are pretty 
useless for a non SASL client user.

I can only tell you my settings for irc. Hopefully it will help.
I  use pidgin client.

I log on with my username and password and it is set for SSL, and 
authenticates with SASL. I connect to irc.freenode.net


Burt

On Wed, Aug 22, 2018 at 12:49 PM, Vanessa Valderrama 
> wrote:


In effort to prevent IRC SPAM we are requiring registration in the
FD.io channels.

  * The following channels will require registration to join the
channel
  o https://wiki.fd.io/view/IRC

  * Please follow these steps to register on Freenode
  o https://freenode.net/kb/answer/registration


Thank you,
Vanessa

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10257):
https://lists.fd.io/g/vpp-dev/message/10257

Mute This Topic: https://lists.fd.io/mt/24921658/541103

Group Owner: vpp-dev+ow...@lists.fd.io

Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub
 [bur...@gmail.com
]
-=-=-=-=-=-=-=-=-=-=-=-




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10259): https://lists.fd.io/g/vpp-dev/message/10259
Mute This Topic: https://lists.fd.io/mt/24921658/675058
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [therb...@redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-


--
*Thomas F Herbert*
NFV and Fast Data Planes
Networking Group Office of the CTO
*Red Hat*
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10260): https://lists.fd.io/g/vpp-dev/message/10260
Mute This Topic: https://lists.fd.io/mt/24921658/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] IRC SPAM

2018-08-22 Thread Burt Silverman
I registered and verified, but when I try to log in I always go to the
unregistered area. How do I log in now? The instructions are pretty useless
for a non SASL client user.

Burt

On Wed, Aug 22, 2018 at 12:49 PM, Vanessa Valderrama <
vvalderr...@linuxfoundation.org> wrote:

> In effort to prevent IRC SPAM we are requiring registration in the FD.io
> channels.
>
>- The following channels will require registration to join the channel
>- https://wiki.fd.io/view/IRC
>
>
>- Please follow these steps to register on Freenode
>   - https://freenode.net/kb/answer/registration
>
> Thank you,
> Vanessa
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#10257): https://lists.fd.io/g/vpp-dev/message/10257
> Mute This Topic: https://lists.fd.io/mt/24921658/541103
> Group Owner: vpp-dev+ow...@lists.fd.io
> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [bur...@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10259): https://lists.fd.io/g/vpp-dev/message/10259
Mute This Topic: https://lists.fd.io/mt/24921658/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[vpp-dev] IRC SPAM

2018-08-22 Thread Vanessa Valderrama
In effort to prevent IRC SPAM we are requiring registration in the FD.io
channels. 

  * The following channels will require registration to join the channel
  o https://wiki.fd.io/view/IRC

  * Please follow these steps to register on Freenode
  o https://freenode.net/kb/answer/registration

Thank you,
Vanessa
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10257): https://lists.fd.io/g/vpp-dev/message/10257
Mute This Topic: https://lists.fd.io/mt/24921658/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-