<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/voidircd/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/voidircd/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/voidircd/bugs/</id><updated>2007-01-06T12:03:48Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>+q Quiets Users in ALL Channels, even after removal</title><link href="https://sourceforge.net/p/voidircd/bugs/2/" rel="alternate"/><published>2007-01-06T12:03:48Z</published><updated>2007-01-06T12:03:48Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.net9a87bfd77b77e3362203ffc15972e8681982910f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;It seems that a quiet ban, sticks, even after removal, to show this case this is the problem&lt;/p&gt;
&lt;p&gt;ClientA&lt;br /&gt;
Nick: A&lt;br /&gt;
Hostmask: A!foo@53-34.bbc.co.uk&lt;/p&gt;
&lt;p&gt;ClientB&lt;br /&gt;
Nick: B&lt;br /&gt;
Hostmask: B!bar@4325.tvnz.co.nz&lt;/p&gt;
&lt;p&gt;ClientC&lt;br /&gt;
Nick: C&lt;br /&gt;
Hostmask: C!bofh@25.94.abc.com.au&lt;br /&gt;
Already in #tvnz w/ ChanOps and in #bbc&lt;/p&gt;
&lt;p&gt;ClientA: /join #bbc&lt;br /&gt;
ClientA Receives ChanOp&lt;br /&gt;
ClientA decides to quiet TVNZ management (+q *!*@*.tvnz.co.nz)&lt;br /&gt;
ClientB: /join #bbc,#tvnz&lt;br /&gt;
ClientB: /msg #bbc Hi&lt;br /&gt;
Server-&amp;gt;ClientB: Cannot send to channel (+q)&lt;br /&gt;
ClientA removes quiet&lt;br /&gt;
ClientB: /msg #bbc Take two&lt;br /&gt;
Server-&amp;gt;ClientB: Cannot send to channel (+q)&lt;br /&gt;
ClientB: /msg #tvnz Hi&lt;br /&gt;
Server-&amp;gt;ClientB: Cannot send to channel (+q)&lt;/p&gt;
&lt;p&gt;From initial assessment of the issue I think it is something to do with the caching of bans/quiets, and I think it needs testing more.  (I think around r6)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Mac OSX Build Errors</title><link href="https://sourceforge.net/p/voidircd/bugs/1/" rel="alternate"/><published>2006-12-31T12:59:36Z</published><updated>2006-12-31T12:59:36Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.net29ac910d130b1752829d76c295fbec0ac2326d1e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I spotted two interesting problems when building SVN trunk on the Compile Farm with OSX.&lt;/p&gt;
&lt;p&gt;Number One:  Autodetection came up with a really stupid Max Connections limit.  Easy fix: Specify --with-maxconnections=1024 (or whatever)&lt;/p&gt;
&lt;p&gt;Number Two:  GCC would produce "bad macro argument list" errors while compiling src/fds.c and src/socketengine_select.c.  This can be fixed by adding CC="gcc -no-cpp-precomp" before the ./configure statement.&lt;/p&gt;
&lt;p&gt;My suggestions:&lt;br /&gt;
Investigate a new ./configure script that will actually default to 1024 connections (override on --with-maxconnections&lt;br /&gt;
If building on a 'powerpc-apple-darwin6.8' add -no-cpp-precomp to the gcc args.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>