Page 1 of 1

exception from max connects

Posted: Tue May 13, 2008 12:18 pm
by sam
Hi, is it possibel to make aexception for a certain ip if it comes to the connection max limit? We have lots of user from a ajax webchat but they are always thrown out if max limit is exceeded. The global limit I wanted to keep because of bot attacks. Any way for me ?

Re: exception from max connects

Posted: Tue May 13, 2008 1:45 pm
by Casper
Steps to make:
  • Make a separate allow block in the unrealircd.conf
    If you use services, make sure they're allowed there as well (For Anope: /msg OperServ help exception or someting)

Re: exception from max connects

Posted: Thu May 22, 2008 8:17 pm
by robc62
"Web IRC" is an Unreal IRCd method of spoofing IP addresses on an IRCd server. The ChatCore webchat service does not connect the webchatter directly to the IRC server (see FAQ #9). By utilizing "Web IRC" on an Unreal IRCd server you are able to overcome this by connecting users to your IRC server via their real IP address.

Found this on ChatCore's site FAQ's ... worth a look?