<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include, branch v1.1.0b9</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include?h=v1.1.0b9</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include?h=v1.1.0b9'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-01-14T18:46:16Z</updated>
<entry>
<title>Someone left the colon off the 'end of list' numeric in u_listmode.h. I dont know what clients this might break</title>
<updated>2007-01-14T18:46:16Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-14T18:46:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8302af8e8a51b1489ecf40970c02bfb828cf1106'/>
<id>urn:sha1:8302af8e8a51b1489ecf40970c02bfb828cf1106</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6328 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added interface 'ChannelBanList' that these two modules implement. Send a request class ListModeRequest to the module to check if a user is matched on a channel:</title>
<updated>2007-01-14T18:25:56Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-14T18:25:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8c14f0f530c61fd4875131902937fba9f780adf7'/>
<id>urn:sha1:8c14f0f530c61fd4875131902937fba9f780adf7</id>
<content type='text'>
const char* ismatched = ListModeRequest(this, targetmodule, someuser, somechan).Send();

ismatched will be NULL if theyre not matched by the modules list, or will contain the mask if they are matched.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6325 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>g++ is picky about default params with overloading</title>
<updated>2007-01-14T17:26:04Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-14T17:26:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=16e251d74a8fbd4e1f540cb950e1b85697e0c566'/>
<id>urn:sha1:16e251d74a8fbd4e1f540cb950e1b85697e0c566</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6324 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add alias:matchcase config setting (per-alias, determines wether to match case on format string) and ability for case sensitive match()</title>
<updated>2007-01-14T13:30:43Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-14T13:30:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0c828ad6d498a15f42b1d281ea979135a91b87e2'/>
<id>urn:sha1:0c828ad6d498a15f42b1d281ea979135a91b87e2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6319 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update inline documentation for DelFd() so the doxygen docs will be correct.</title>
<updated>2007-01-12T00:35:19Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-01-12T00:35:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=76ef4a17de34b7e8a9b6b3687f8a12a65fe28105'/>
<id>urn:sha1:76ef4a17de34b7e8a9b6b3687f8a12a65fe28105</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6300 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Quick tweak before work, set the default force=false in these (im not keen on 'force' at all, its major ugly hax, but *shrug* :( how does it even know we're </title>
<updated>2007-01-11T06:20:06Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-11T06:20:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=68fe463c8474de71f2e1814fc3fd92a0c684f729'/>
<id>urn:sha1:68fe463c8474de71f2e1814fc3fd92a0c684f729</id>
<content type='text'>
using epoll or kqueue etc???)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6298 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>pgsql should now work thx to added posibility to force a fd out of the socketengine. This should only be used as a *last resort* when dealing with 3rd party libs that invalidates a file descriptor beyond your control.</title>
<updated>2007-01-11T04:24:37Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-01-11T04:24:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c662a37341e9787ca8c5e553b3d641a19e3b81c8'/>
<id>urn:sha1:c662a37341e9787ca8c5e553b3d641a19e3b81c8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6295 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Comment on a lot of recently added stuff that wasnt properly documented (until now)</title>
<updated>2007-01-09T22:31:19Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-09T22:31:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=49e34a508d9070097fa6aae5bf611bdd5c2b0f2d'/>
<id>urn:sha1:49e34a508d9070097fa6aae5bf611bdd5c2b0f2d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6284 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Someone forgot to make correct deps for timer.h. Fixed.</title>
<updated>2007-01-09T19:15:30Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-09T19:15:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d569a50e74b431008d00740723e7189004d01fca'/>
<id>urn:sha1:d569a50e74b431008d00740723e7189004d01fca</id>
<content type='text'>
Added InspTimer::CancelRepeat(), we can use this within the Tick method to cancel a repeat so that the timer is deleted after the tick, as DelTimer isnt safe within the Tick method


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6283 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Have ConvNumeric correctly convert 0 to 0 instead of an empty string.</title>
<updated>2007-01-09T04:15:10Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-01-09T04:15:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f1d7e1e544be66cd0e7108d38e438cb0c9234b46'/>
<id>urn:sha1:f1d7e1e544be66cd0e7108d38e438cb0c9234b46</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6278 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
