<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_kicknorejoin.cpp, branch v1.1.0a1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_kicknorejoin.cpp?h=v1.1.0a1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_kicknorejoin.cpp?h=v1.1.0a1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-07-27T19:40:47Z</updated>
<entry>
<title>Change std::pair&lt;bool,std::string&gt; to neater typedef "ModePair"</title>
<updated>2006-07-27T19:40:47Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-27T19:40:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a1f073f66f4b985bf776b9be2015136209c0c311'/>
<id>urn:sha1:a1f073f66f4b985bf776b9be2015136209c0c311</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4557 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add extra method to mode handler, ModeHandler::ModeSet().</title>
<updated>2006-07-26T21:54:36Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-26T21:54:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f4d202cdbbcaa9e17c21e3f74d7816f58b2ffc6a'/>
<id>urn:sha1:f4d202cdbbcaa9e17c21e3f74d7816f58b2ffc6a</id>
<content type='text'>
Returns a std::pair&lt;bool,string&gt;.
if the bool is true, the mode is set, and the second item in the pair is the parameter set on it, if any
If the bool is false, the mode is not set, and the parameter given is returned as the second item of the pair

To be used in mode bouncing, to build a safe set of bounced modes (dont ask yet)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4549 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change to templated GetExt()</title>
<updated>2006-07-10T17:14:59Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-10T17:14:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3eefd1dfbdf611e526670b89dbd738e17c392c2c'/>
<id>urn:sha1:3eefd1dfbdf611e526670b89dbd738e17c392c2c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4284 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Tidy up invalid numbers passed to this function</title>
<updated>2006-07-09T18:05:39Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-09T18:05:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=034368624cbe5923a1df069825fe1e65fbf00895'/>
<id>urn:sha1:034368624cbe5923a1df069825fe1e65fbf00895</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4240 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Alter SetModeParam to take const char* to save on casts, notice a load of modules that arent setting the param or the mode inside the handler</title>
<updated>2006-07-09T16:40:58Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-09T16:40:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=49ef1162a51906e7444bb7e38736bd816c317db6'/>
<id>urn:sha1:49ef1162a51906e7444bb7e38736bd816c317db6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4231 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixed for new API</title>
<updated>2006-07-09T14:53:49Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-09T14:53:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1e25e3d54a7d6f3634edcd3a4bd29fddb4d9865c'/>
<id>urn:sha1:1e25e3d54a7d6f3634edcd3a4bd29fddb4d9865c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4222 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>delete operator tracking in debug mode (using a macro -- live with it.)</title>
<updated>2006-04-24T13:28:07Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-04-24T13:28:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5d407fb44c759524881712a80febb86b4506ddbf'/>
<id>urn:sha1:5d407fb44c759524881712a80febb86b4506ddbf</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3904 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Renamed to chanrec::modes</title>
<updated>2006-03-12T14:49:30Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-12T14:49:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ced58c3be3f1da8dcf70c3904e5fe4bdaabf0e3d'/>
<id>urn:sha1:ced58c3be3f1da8dcf70c3904e5fe4bdaabf0e3d</id>
<content type='text'>
Renamed IsCustomModeSet to IsModeSet
GetModeParameter will now return the channel limit (as a string) for a request for mode 'l' and the channel key for a request for mode 'k'.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3692 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>And more</title>
<updated>2006-03-11T15:04:46Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-11T15:04:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0efd83fa4b6a03d28d1e4853ae262edb48b096b0'/>
<id>urn:sha1:0efd83fa4b6a03d28d1e4853ae262edb48b096b0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3657 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Allow removal of mode with new check</title>
<updated>2006-03-01T15:03:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-01T15:03:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=64b3ed7211734e17c75f999e63fea739a99268da'/>
<id>urn:sha1:64b3ed7211734e17c75f999e63fea739a99268da</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3397 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
