Difference between revisions of "ExtendedBans"
m |
m (Infopage about the new Extended bans and the new banmodes.) |
||
Line 5: | Line 5: | ||
− | 1 - New Ban Types | + | |
+ | == 1 - New Ban Types == | ||
+ | |||
With the new IRC software comes the masking of IP/host addresses to secure the privacy of the chatters. Such masked IP/Hostname makes it more difficult to find the real IP/Hostname of someone. the '''"+x"''' usermode indicates that masking is active. Ban evasion gets more complicated, a hostname ban matches both masked and unmasked hostnames. Same applies to IP addresses. | With the new IRC software comes the masking of IP/host addresses to secure the privacy of the chatters. Such masked IP/Hostname makes it more difficult to find the real IP/Hostname of someone. the '''"+x"''' usermode indicates that masking is active. Ban evasion gets more complicated, a hostname ban matches both masked and unmasked hostnames. Same applies to IP addresses. | ||
− | 2 - New ban modifiers | + | == 2 - New ban modifiers == |
+ | |||
New in the IRC software are the extended bans. Extended bans have the following syntaxis : | New in the IRC software are the extended bans. Extended bans have the following syntaxis : | ||
Line 25: | Line 28: | ||
chatters matching this banmask are unable to speak unless they have +v or higher. | chatters matching this banmask are unable to speak unless they have +v or higher. | ||
− | --- | + | ---- |
+ | |||
'''~n - Nickchange'''<br /> | '''~n - Nickchange'''<br /> | ||
Line 32: | Line 36: | ||
chatters matching this banmask are unable to change nickname while they are in that chatroom. Unless they have +v or higher. | chatters matching this banmask are unable to change nickname while they are in that chatroom. Unless they have +v or higher. | ||
− | --- | + | ---- |
'''~c - Channel'''<br /> | '''~c - Channel'''<br /> | ||
Line 39: | Line 43: | ||
Chatters who are in that channel are unable to join your channel. | Chatters who are in that channel are unable to join your channel. | ||
− | --- | + | ---- |
'''~r - Realname'''<br /> | '''~r - Realname'''<br /> | ||
Line 47: | Line 51: | ||
<br /> | <br /> | ||
If the realname of a chatter matches this ban , then (s)he will be unable to join | If the realname of a chatter matches this ban , then (s)he will be unable to join | ||
− | --- | + | ---- |
You'll see a message like this one, when you are banned :<br /> | You'll see a message like this one, when you are banned :<br /> | ||
^06:51 <nowiki>[someUser]</nowiki> test answer :)<br /> | ^06:51 <nowiki>[someUser]</nowiki> test answer :)<br /> | ||
06:51 #lounge You are banned (#lounge) ^<br /> | 06:51 #lounge You are banned (#lounge) ^<br /> |
Revision as of 22:05, 24 November 2004
Extended Ban Tutorial
* Extensions to old bans * New bans
1 - New Ban Types
With the new IRC software comes the masking of IP/host addresses to secure the privacy of the chatters. Such masked IP/Hostname makes it more difficult to find the real IP/Hostname of someone. the "+x" usermode indicates that masking is active. Ban evasion gets more complicated, a hostname ban matches both masked and unmasked hostnames. Same applies to IP addresses.
2 - New ban modifiers
New in the IRC software are the extended bans. Extended bans have the following syntaxis :
<type>:<stuff>
The different types :
* ~q : quiet * ~n : nickchange ((Anti-Flood features| Anti flood)) * ~c : channel * ~r : realname
~q - Quiet
eg : /mode #channel +b ~q:*!*@*.test.be
05:40 -!- mode/#lounge [+b ~q:*!*@*.test.be] by Jay
chatters matching this banmask are unable to speak unless they have +v or higher.
~n - Nickchange
eg : /mode #channel +b ~n:*!*@*.test.be
05:42 -!- mode/#lounge [+b ~n:*!*@*.test.be] by Jay
chatters matching this banmask are unable to change nickname while they are in that chatroom. Unless they have +v or higher.
~c - Channel
eg : /mode #channel +b ~c:#otherchannel
05:47 -!- mode/#lounge [+b ~c:#lamerz] by Jay
Chatters who are in that channel are unable to join your channel.
~r - Realname
eg : /mode #channel +b ~r:*some real name*
05:50 -!- mode/#lounge [+b ~r:*netbus_pro*] by Jay
Attention~~ replace your spaces by _ , _ will be recognized as a space or _
If the realname of a chatter matches this ban , then (s)he will be unable to join
You'll see a message like this one, when you are banned :
^06:51 [someUser] test answer :)
06:51 #lounge You are banned (#lounge) ^