<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/server.cpp, branch v1.2.10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/server.cpp?h=v1.2.10</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/server.cpp?h=v1.2.10'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2012-07-06T17:56:20Z</updated>
<entry>
<title>Backported #239 to fix issue #229</title>
<updated>2012-07-06T17:56:20Z</updated>
<author>
<name>Shawn Smith</name>
</author>
<published>2012-07-04T12:59:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=45c0a5e78e994793608a7e7b1d6b78dc3e9e8729'/>
<id>urn:sha1:45c0a5e78e994793608a7e7b1d6b78dc3e9e8729</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't touch the terminating NULL in IncrementUID</title>
<updated>2012-05-26T14:17:55Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-05-26T14:17:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=acb25f286a1edad3981364166b946a0e6ca200c2'/>
<id>urn:sha1:acb25f286a1edad3981364166b946a0e6ca200c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>While at it, use a constant parameter for calling IncrementUID in GetUID</title>
<updated>2012-05-19T12:27:54Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-05-19T12:27:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dc45c95c22d5ac041936611103db002783f61400'/>
<id>urn:sha1:dc45c95c22d5ac041936611103db002783f61400</id>
<content type='text'>
Get rid of curindex, use a bool to determine if we need to initialize (the initialization code in GetUID should be moved into the constructor or a new function btw)
</content>
</entry>
<entry>
<title>Fix generating invalid UIDs after current_uid is 000Z99999 (next UID became 000[AAAAA)</title>
<updated>2012-05-19T12:27:43Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-05-19T12:27:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7db2037f0d092ecac43cb857711f52fa58caded0'/>
<id>urn:sha1:7db2037f0d092ecac43cb857711f52fa58caded0</id>
<content type='text'>
Remove a no-op line
</content>
</entry>
<entry>
<title>Replace copyright headers with headers granting specific authors copyright</title>
<updated>2012-04-20T01:32:07Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-04-20T01:32:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=201f91fe61672feb2aebe0893362fb39350925d2'/>
<id>urn:sha1:201f91fe61672feb2aebe0893362fb39350925d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't subtract one from MAXCHANNELS, it's a number, not a string length.</title>
<updated>2009-08-28T08:56:41Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-28T08:56:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c0d293e3fba4171e70fa09590d809cd461b88c2e'/>
<id>urn:sha1:c0d293e3fba4171e70fa09590d809cd461b88c2e</id>
<content type='text'>
Reported by Sm0ke0ut.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11541 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Report the correct sizes as set in the config</title>
<updated>2009-08-06T17:29:10Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-08-06T17:29:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5c4212ee9be88b05f39fc5a0fb0a8fa6366e048b'/>
<id>urn:sha1:5c4212ee9be88b05f39fc5a0fb0a8fa6366e048b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11499 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make rehash generate a new ServerInstance-&gt;Config object</title>
<updated>2009-07-01T22:55:46Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-07-01T22:55:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c384697c88aa54b5a532cd2edce3c063c70d7868'/>
<id>urn:sha1:c384697c88aa54b5a532cd2edce3c063c70d7868</id>
<content type='text'>
This makes it possible to cancel a pending rehash, and fixes possible
threading issues with rehash and other events.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11424 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>OnRehash changes: split to multiple hooks to clarify use and prevent explosion of rehashes on a /REHASH *</title>
<updated>2009-05-24T02:53:45Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-05-24T02:53:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0da6b3a13def40e8fd002b9fc60f955467f6372d'/>
<id>urn:sha1:0da6b3a13def40e8fd002b9fc60f955467f6372d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11388 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>
</feed>
