<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modes, branch v1.1.0a1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modes?h=v1.1.0a1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modes?h=v1.1.0a1'/>
<link rel='alternate' type='text/html' href='https://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://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>Mode merging during FJOIN with ourts==theirts. Only +k and +l have CheckTimestamp methods atm, needs to be finished by me and TIDIED.</title>
<updated>2006-07-27T17:59:20Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-27T17:59:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=98a92e20f1fa4a9c7e5749e063414483d4615c2e'/>
<id>urn:sha1:98a92e20f1fa4a9c7e5749e063414483d4615c2e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4556 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix the remote +k-k stuff</title>
<updated>2006-07-27T11:56:08Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-27T11:56:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=354cf0401283c67a6cf8962dfb55fc0558662cdd'/>
<id>urn:sha1:354cf0401283c67a6cf8962dfb55fc0558662cdd</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4554 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Allow freaky stuff with +k when coming from a server or remote user (allow +k when already a +k, or -k without correct key)</title>
<updated>2006-07-27T11:44:11Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-27T11:44:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d0b88e61788c4b0d3e3d39097ba4e87f5cdb0454'/>
<id>urn:sha1:d0b88e61788c4b0d3e3d39097ba4e87f5cdb0454</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4553 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://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>- Add usermode +n for notice masks - our implementation of snomasks. We're not sure how this will tie in with +s yet.</title>
<updated>2006-07-10T15:20:41Z</updated>
<author>
<name>w00t</name>
</author>
<published>2006-07-10T15:20:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2816a3ff87c3c15848dfe7f71391a454992ecefe'/>
<id>urn:sha1:2816a3ff87c3c15848dfe7f71391a454992ecefe</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4274 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Implement DisplayList virtual method calls, and implement it in cmode_b</title>
<updated>2006-07-08T19:46:55Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-08T19:46:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4fa01bc07bed242efabb82cb5a31959d0075abac'/>
<id>urn:sha1:4fa01bc07bed242efabb82cb5a31959d0075abac</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4185 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add code to remove an opers opertype when they oper down</title>
<updated>2006-07-08T18:40:02Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-08T18:40:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bb319272f8afffcca49c881e8de3e1a1f6eaa570'/>
<id>urn:sha1:bb319272f8afffcca49c881e8de3e1a1f6eaa570</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4184 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add usermode +o, with special checking so that an oper may only remove the mode not set it (on himself or others) -</title>
<updated>2006-07-08T18:37:01Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-08T18:37:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9fb4cb8d3355fb6d80b18f1a6b6d65106720a428'/>
<id>urn:sha1:9fb4cb8d3355fb6d80b18f1a6b6d65106720a428</id>
<content type='text'>
Finish off facility for oper-only user and channel modes


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4183 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert new +isw modes to new mode format</title>
<updated>2006-07-08T17:53:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-08T17:53:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3f389a4bd951cbf6f8ca139473647eaae0447322'/>
<id>urn:sha1:3f389a4bd951cbf6f8ca139473647eaae0447322</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4176 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
