<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/channels.cpp, branch v2.0.10</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.10</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/channels.cpp?h=v2.0.10'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2012-10-31T17:14:13Z</updated>
<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>
<entry>
<title>Merge pull request #166 from Robby-/insp20-cfgcorrections</title>
<updated>2012-05-30T09:46:30Z</updated>
<author>
<name>Robin Burchell</name>
</author>
<published>2012-05-30T09:46:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cb9740f15157b2c32d4bd8ca9d43ae06f98aa963'/>
<id>urn:sha1:cb9740f15157b2c32d4bd8ca9d43ae06f98aa963</id>
<content type='text'>
[2.0] Add more documentation about logging, aswell as make text, tab and space corrections to the configs.</content>
</entry>
<entry>
<title>Add more documentation about logging, aswell as make text, tab and space corrections to the configs</title>
<updated>2012-05-29T22:29:06Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-05-29T22:29:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8c7aeaf59576e89a376d2ab8a72c1e447d4975d3'/>
<id>urn:sha1:8c7aeaf59576e89a376d2ab8a72c1e447d4975d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix printf-style WriteAllExcept not obeying serversource parameter</title>
<updated>2012-05-29T13:13:55Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-05-29T13:13:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7d41ace956e2b35cb9fe89cb43865bb3ed38523e'/>
<id>urn:sha1:7d41ace956e2b35cb9fe89cb43865bb3ed38523e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Silence the MODE too if a join was silenced by a module not just the JOIN</title>
<updated>2012-05-29T13:13:42Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-05-29T13:13:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0409230be0aba22360ce23cab1d9d070fe15c838'/>
<id>urn:sha1:0409230be0aba22360ce23cab1d9d070fe15c838</id>
<content type='text'>
This leaked information when a module gave privs to the joining user in OnUserPreJoin
Fix CycleHostsFromUser having the opposite effect
</content>
</entry>
<entry>
<title>Replace copyright headers with headers granting specific authors copyright</title>
<updated>2012-04-19T18:58:29Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-04-19T18:58:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=46a39046196f55b52336e19662bb7bac85b731ac'/>
<id>urn:sha1:46a39046196f55b52336e19662bb7bac85b731ac</id>
<content type='text'>
</content>
</entry>
</feed>
