<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/mode.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/mode.cpp?h=v1.2.10</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/mode.cpp?h=v1.2.10'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2012-05-19T13:50:46Z</updated>
<entry>
<title>Only return prefix modes from ModeParser::ModeString()</title>
<updated>2012-05-19T13:50:46Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-05-19T13:50:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1b07c62cb14dc11eb82090b9d09922f636af0474'/>
<id>urn:sha1:1b07c62cb14dc11eb82090b9d09922f636af0474</id>
<content type='text'>
Previously it returned all mode chars regardless if they were actually prefix modes, e.g. +k, +g etc. if they were set on a user's nick. This bug has manifested itself in different places all resulting in extra MODE lines being sent to users on a channel, for example spanningtree sent an FJOIN #chan 111 +nt k,000AAAAAA if the key was 000AAAAAA's nick, which in addition to confusing services made remote servers send a MODE #chan +k &lt;nick&gt; to their clients on #chan. The same applied for all listmodes allowing an exact nick as a parameter, like +g
</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>Cap masks and bans at 250 characters to fix bug #946</title>
<updated>2010-03-01T00:37:15Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-03-01T00:37:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2ee9e72e3be36be81369e92853d4c022a3c8c35e'/>
<id>urn:sha1:2ee9e72e3be36be81369e92853d4c022a3c8c35e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12574 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Properly spacify opertypes in error messages. Patch by dKingston</title>
<updated>2009-09-14T22:08:02Z</updated>
<author>
<name>special</name>
</author>
<published>2009-09-14T22:08:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=48527b630db96ec1bf780ed1ce6185cb9f22ebd4'/>
<id>urn:sha1:48527b630db96ec1bf780ed1ce6185cb9f22ebd4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@11725 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Makefile updates: clean up command lines</title>
<updated>2009-06-01T01:26:15Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-06-01T01:26:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3954761f11af50ed33b88f1e6609bfa8a5dab750'/>
<id>urn:sha1:3954761f11af50ed33b88f1e6609bfa8a5dab750</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11395 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Show correct server source to users on FTOPIC and FMODE</title>
<updated>2009-05-13T17:04:25Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-05-13T17:04:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=46ecb9252891c472c1f34fb6a2b5fb7ffeef3793'/>
<id>urn:sha1:46ecb9252891c472c1f34fb6a2b5fb7ffeef3793</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11380 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Use server source for RemoveMode, fixes bug #838</title>
<updated>2009-04-18T21:34:35Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-04-18T21:34:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=92fb37b10ffc5b0213ea8373bebb4418a2b44c4c'/>
<id>urn:sha1:92fb37b10ffc5b0213ea8373bebb4418a2b44c4c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11316 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>Follow-up fix to r11081. Escalate minimum privileges from '%' to '@' if halfops are disabled by configuration. Possibly TODO: better handling of minimum privs after RC freeze is over.</title>
<updated>2009-03-13T01:30:53Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-03-13T01:30:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=284c22b4b5db3db2b2a84f255edc5b071dbe367f'/>
<id>urn:sha1:284c22b4b5db3db2b2a84f255edc5b071dbe367f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11212 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Correctly fill LastParseParams on servermode. Fixes bug 763, thanks Ankit</title>
<updated>2009-03-09T13:38:45Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-09T13:38:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3ddb8accad3b5af20242da489c2143cb9b34a940'/>
<id>urn:sha1:3ddb8accad3b5af20242da489c2143cb9b34a940</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11187 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
