Difference between revisions of "LiberaChat Cloaks"

From BNC4FREE
Jump to navigation Jump to search
m (Russell moved page Freenode Cloaks to LiberaChat Cloaks without leaving a redirect: Change to LiberaChat, page update pending)
m (Edited with gateway cloaks removed until consultation with LiberaChat regarding assigning gateway cloaks to BNC providers)
Line 1: Line 1:
The cloaking method on Freenode works a bit different than other networks. This article will explain how they work.
+
The cloaking method on LiberaChat works a bit different than other networks. This article will explain how they work.
  
 
= Types of Cloak =
 
= Types of Cloak =
Line 7: Line 7:
 
== User and Project Cloaks ==
 
== User and Project Cloaks ==
  
Project cloaks are offered to users that are part of one of the projects on the Freenode network. These typically take the form project/role/user, for instance 'wikimedia/someuser' (though some take other forms). They are designed to demonstrate that the user is connected to a project in some way. Different projects use cloaks for various roles and some are offered to users of a project aswell.
+
Project cloaks are offered to users that are part of one of the projects on the LiberaChat network. These typically take the form project/role/user, for instance 'bnc4free/someuser' (though some take other forms). They are designed to demonstrate that the user is connected to a project in some way. Different projects use cloaks for various roles and some are offered to users of a project as-well.
  
Normal user cloaks which can be requested from [https://webchat.freenode.net/#freenode #freenode] take the form unaffiliated/accountname. They indicate that the user is not affiliated with any specific project on Freenode. Bots can also be cloaked to indicate their owner and take the form of 'unaffiliated/owneraccountname/bot/botaccountname'.
+
Normal user cloaks which can be requested from [https://web.libera.chat/ #libera-cloak] take the form user/accountname. They indicate that the user is not affiliated with any specific project on LiberaChat. Bots can also be cloaked subject to approval from operators on the network.
  
 
== Gateway Cloaks ==
 
== Gateway Cloaks ==
Line 17: Line 17:
 
= The Cloak Hierarchy =
 
= The Cloak Hierarchy =
  
Gateway cloaks are applied when you connect to the network from a larger organisation, webchat and bouncer providers such as ourselves. However, you may already have a user or project cloak assigned to your nickname. Freenode interprets this as follows:
+
Gateway cloaks are applied when you connect to the network from a larger organisation, webchat and bouncer providers such as ourselves. However, you may already have a user or project cloak assigned to your nickname. LiberaChat interprets this as follows:
  
* User Cloaks: If you have a user cloak (unaffiliated/accountname), this will not work and you will be assigned the gateway cloak
+
* User Cloaks: If you have a user cloak (user/accountname), this will not work and you will be assigned the gateway cloak
 
* Project Cloaks: If you have a project cloak (project/role/user), this will be applied when you authenticate to NickServ or use SASL and will over-ride the gateway cloak
 
* Project Cloaks: If you have a project cloak (project/role/user), this will be applied when you authenticate to NickServ or use SASL and will over-ride the gateway cloak
 
+
   
= Notes on Spoofing/Cloaking =
+
LiberaChat's services also take this into account and therefore the same principal can be applied to ChanServ flags and akicks.
 
 
Because of the way gateway cloaks are assigned to users, it is sometimes possible for users to evade bans that are set. For example you issue the following:
 
/mode +b *!*@gateway/shell/bnc4free/x-89327
 
 
 
The issue with this is that the number after the 'x' always changes and does not remain the same which means that all the user has to do is reconnect to the network to evade the ban.  
 
 
 
It is possible to ban all users of the BNC4FREE gateway using the following
 
/mode +b *!*@gateway/shell/bnc4free/session
 
or
 
/mode +b *!*@gateway/shell/bnc4free/*
 
'''but''' this will also ban any users using the BNC4FREE gateway cloak that have a project cloak aswell. Freenode spoofs the IP during connection to the network before applying the cloak. It looks a bit like this in a WHOIS:
 
 
 
[MyUser] (test@wikimedia/MyUser): My Name
 
[MyUser] egan.freenode.net :Miami, US
 
[MyUser] is using a secure connection
 
[MyUser] is connecting from *@gateway/shell/bnc4free/session 255.255.255.255
 
[MyUser] is logged in as MyUser
 
 
 
As we can see here, Freenode interprets the user as connecting from host "gateway/shell/bnc4free/session" but with a gateway cloak of 'wikimedia/MyUser'. Because of this they are affected by the bans set on the BNC4FREE gateway.
 
 
 
Freenode's services also take this into account and therefore the same principal can be applied to ChanServ flags and akicks.
 

Revision as of 21:34, 10 November 2023

The cloaking method on LiberaChat works a bit different than other networks. This article will explain how they work.

Types of Cloak

There are 2 types of cloak that a user can possibly obtain but each one is obtained differently. These are as follows:

User and Project Cloaks

Project cloaks are offered to users that are part of one of the projects on the LiberaChat network. These typically take the form project/role/user, for instance 'bnc4free/someuser' (though some take other forms). They are designed to demonstrate that the user is connected to a project in some way. Different projects use cloaks for various roles and some are offered to users of a project as-well.

Normal user cloaks which can be requested from #libera-cloak take the form user/accountname. They indicate that the user is not affiliated with any specific project on LiberaChat. Bots can also be cloaked subject to approval from operators on the network.

Gateway Cloaks

Gateway cloaks are cloaks that are put on a the user if they are connecting from larger organisations and webchats, such as Mibbit, KiwiIRC and many bouncer providers. These hosts tend to take the form of 'gateway/shell/providername/x-*' or gateway/web/provider/ip.1.2.3.4'

The Cloak Hierarchy

Gateway cloaks are applied when you connect to the network from a larger organisation, webchat and bouncer providers such as ourselves. However, you may already have a user or project cloak assigned to your nickname. LiberaChat interprets this as follows:

  • User Cloaks: If you have a user cloak (user/accountname), this will not work and you will be assigned the gateway cloak
  • Project Cloaks: If you have a project cloak (project/role/user), this will be applied when you authenticate to NickServ or use SASL and will over-ride the gateway cloak

LiberaChat's services also take this into account and therefore the same principal can be applied to ChanServ flags and akicks.