<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/channels.cpp, branch v2.0.15</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/channels.cpp?h=v2.0.15</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/channels.cpp?h=v2.0.15'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2014-01-20T23:43:12Z</updated>
<entry>
<title>Fix some logically dead code which was found by Coverity.</title>
<updated>2014-01-20T23:43:12Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-12-11T05:05:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d0a472641b7c77fe5f40a6affb62de67be2ee888'/>
<id>urn:sha1:d0a472641b7c77fe5f40a6affb62de67be2ee888</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Show +i users on a channel to opers having the channels/auspex priv who do /NAMES from outside of the chan</title>
<updated>2014-01-04T12:02:39Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-01-04T12:02:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e1976796bf99ddc6f9f8b946b5cdea26e9e5245a'/>
<id>urn:sha1:e1976796bf99ddc6f9f8b946b5cdea26e9e5245a</id>
<content type='text'>
Discovered by @Cronus89
</content>
</entry>
<entry>
<title>Remove unused variables, avoid copies where possible, check empty() instead of size() == 0</title>
<updated>2013-05-16T18:33:46Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-05-16T18:33:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0a8b0d317ed4adc43185c1b791bcf752115dc58e'/>
<id>urn:sha1:0a8b0d317ed4adc43185c1b791bcf752115dc58e</id>
<content type='text'>
Most of these were detected by cppcheck
</content>
</entry>
<entry>
<title>Don't crop the channel name if it's too long in Channel::Channel()</title>
<updated>2013-04-21T13:30:51Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-04-21T13:30:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1250abdc0915975f0a99cdcea1a4f6cb006b0a74'/>
<id>urn:sha1:1250abdc0915975f0a99cdcea1a4f6cb006b0a74</id>
<content type='text'>
...and especially don't use the shortened name in one place and the original in another

Having different &lt;limits:maxchan&gt; values on the same network is not supported
</content>
</entry>
<entry>
<title>Fix exactly &lt;limits:maxchan&gt; long channel names being truncated</title>
<updated>2013-02-11T15:16:39Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-02-11T15:16:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=58212b3d2b7197fa7e89de4c97848cdc937b32c3'/>
<id>urn:sha1:58212b3d2b7197fa7e89de4c97848cdc937b32c3</id>
<content type='text'>
Fixes #422 reported by @RawrDragon
</content>
</entry>
<entry>
<title>Don't send quitting users in RPL_NAMREPLY, fixes desyncing clients who join a channel after a user has quit but before they are culled</title>
<updated>2012-10-31T17:14:13Z</updated>
<author>
<name>Adam</name>
</author>
<published>2012-10-31T17:14:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c7a5cc0a98923192420eadc946a3d53bd0b5bdcc'/>
<id>urn:sha1:c7a5cc0a98923192420eadc946a3d53bd0b5bdcc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check if the mask is long enough before accessing it when checking extbans</title>
<updated>2012-10-03T01:22:22Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-10-03T00:50:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6b14ac1562dda1492e7ca44c2306e2432200b8cc'/>
<id>urn:sha1:6b14ac1562dda1492e7ca44c2306e2432200b8cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix more undefined behavior caused by referencing the returned buffer by std::string::c_str() when the object is temporary</title>
<updated>2012-09-30T01:04:07Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-09-29T23:10:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=02859be56d43bcece02aab350e02bc95ed1bf446'/>
<id>urn:sha1:02859be56d43bcece02aab350e02bc95ed1bf446</id>
<content type='text'>
See 83c7cc45daf6fb1f8c36f15297a4657e45a34e88
</content>
</entry>
<entry>
<title>Change debug message in Invitation::Find() to output expiration time as a string to avoid warnings</title>
<updated>2012-07-13T13:27:38Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-13T13:10:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8e662f620239cc42136c7a6526cc94eac3db1f59'/>
<id>urn:sha1:8e662f620239cc42136c7a6526cc94eac3db1f59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix pending invites not being removed when a channel was deleted or had its TS lowered</title>
<updated>2012-06-17T15:54:49Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-06-17T15:53:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d2e189102b643f38418f3caf065dbb91f2ce4266'/>
<id>urn:sha1:d2e189102b643f38418f3caf065dbb91f2ce4266</id>
<content type='text'>
</content>
</entry>
</feed>
