<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/users.cpp, branch v1.2.0rc4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/users.cpp?h=v1.2.0rc4</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/users.cpp?h=v1.2.0rc4'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-08-01T21:22:50Z</updated>
<entry>
<title>Check that the &lt;connect&gt; block actually specifies a host before checking whether the user matches it. Allows for &lt;connect&gt; blocks on other criteria, like ports - fixes bug #797.</title>
<updated>2009-08-01T21:22:50Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-01T21:22:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ee465c20b6841bce724fa5e1402b1c9ee60b788e'/>
<id>urn:sha1:ee465c20b6841bce724fa5e1402b1c9ee60b788e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11449 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix r11381 checking HideWhoisServer incorrectly</title>
<updated>2009-05-14T00:03:00Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-05-14T00:03:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=214c62fd773c22a3f83a19bc8f44285464c249d9'/>
<id>urn:sha1:214c62fd773c22a3f83a19bc8f44285464c249d9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11384 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Hide server sources if HideWhoisServer is set, noticed by Brain</title>
<updated>2009-05-13T17:43:35Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-05-13T17:43:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=98cb5d73ee686acff62e1969df0807e7ab3e3ade'/>
<id>urn:sha1:98cb5d73ee686acff62e1969df0807e7ab3e3ade</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11381 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Use Utils-&gt;ServerUser instead of ServerInstance-&gt;FakeClient in m_spanningtree</title>
<updated>2009-05-13T17:04:17Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-05-13T17:04:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=97c0e6b4c4e304a1c4e764fc06a7e2663a41743d'/>
<id>urn:sha1:97c0e6b4c4e304a1c4e764fc06a7e2663a41743d</id>
<content type='text'>
This makes it possible to determine which server initiated a mode change,
instead of having only a flag saying that some server did.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11379 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Create subclass of User for FakeClient, to allow for use as command source</title>
<updated>2009-05-13T05:27:39Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-05-13T05:27:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6dd331262aa8f989657891e27b8891ee6a00016c'/>
<id>urn:sha1:6dd331262aa8f989657891e27b8891ee6a00016c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11375 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix memory leak on rehash: opertype used char* instead of std::string</title>
<updated>2009-04-17T13:55:14Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-04-17T13:55:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1735fc95bba84044d43d4490bd5916d0a52eb876'/>
<id>urn:sha1:1735fc95bba84044d43d4490bd5916d0a52eb876</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11309 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A' for remote announcements.</title>
<updated>2009-04-16T15:51:05Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-04-16T15:51:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=929cd28544c59d122a8d36b2b5e3a394aa03108b'/>
<id>urn:sha1:929cd28544c59d122a8d36b2b5e3a394aa03108b</id>
<content type='text'>
Make SAMODE send a snotice to 'a' and remote to 'A' - fixes bug #822, reported by Taros
We really need a wrapper to use these, but, for now it's usable.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11304 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix for bug #788, set user-&gt;quitting before writing error to users socket, and allow appending to sendq for quitting users (just don't check sendq's on quitting users)</title>
<updated>2009-03-18T10:28:10Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-03-18T10:28:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fc98fbf44d18ba866102544ca09f1b1c551fdb49'/>
<id>urn:sha1:fc98fbf44d18ba866102544ca09f1b1c551fdb49</id>
<content type='text'>
This allows the ERROR message to reach the user.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11231 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update all wiki links to point to the new wiki. This was done automatically with the following command, only .Makefile.inc got some indent fixups by hand.</title>
<updated>2009-03-15T12:42:35Z</updated>
<author>
<name>psychon</name>
</author>
<published>2009-03-15T12:42:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef'/>
<id>urn:sha1:b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef</id>
<content type='text'>
for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix bug #751 (wallops are not being processed remotely), reported by Taros.</title>
<updated>2009-03-09T19:32:06Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-03-09T19:32:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dab57412042b83cd88deba9c01f565cc5b6a0932'/>
<id>urn:sha1:dab57412042b83cd88deba9c01f565cc5b6a0932</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11191 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
