<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/mode.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/mode.cpp?h=v1.1.0a1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/mode.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>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://www.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 Server::SendMode to actually work again.</title>
<updated>2006-07-27T11:32:59Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-27T11:32:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=57fd220885cb883b2f46a67aefcfc830def2de2e'/>
<id>urn:sha1:57fd220885cb883b2f46a67aefcfc830def2de2e</id>
<content type='text'>
* In the 1.1 protocol we now use FMODE for everything, rather than MODE.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4551 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>commit remainder of new mode bouncing stuff for TS based modes</title>
<updated>2006-07-27T02:33:00Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-27T02:33:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=feb71850509a3a58ed0e355a779c1c94873cc117'/>
<id>urn:sha1:feb71850509a3a58ed0e355a779c1c94873cc117</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4550 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>mass tidyup, change A LOT of stuff to const char** which was char** (such as parameters to commands in handlers)</title>
<updated>2006-07-16T12:18:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-16T12:18:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0757a4a495daabf661ac3b7ab79f0a5ee423abe8'/>
<id>urn:sha1:0757a4a495daabf661ac3b7ab79f0a5ee423abe8</id>
<content type='text'>
which makes the new lineparser work neater with no casts. This also removes tons of casts from other locations
(all in all, ive added 2 casts and removed almost a hundred)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4403 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>- Add notice masks display to MODE nick, using a modified version of Unreal's 008 (no stupid formatting, display it like 221)</title>
<updated>2006-07-10T15:32:20Z</updated>
<author>
<name>w00t</name>
</author>
<published>2006-07-10T15:32:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=13f2f363bd9a3493030a6008774deb7bf4ef6e96'/>
<id>urn:sha1:13f2f363bd9a3493030a6008774deb7bf4ef6e96</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4275 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://www.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>Added ModeParser::AddModeWatcher() and ModeParser::DelModeWatcher()</title>
<updated>2006-07-10T12:46:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-10T12:46:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=db75baa96dae473941df5f3ac294479a87f15314'/>
<id>urn:sha1:db75baa96dae473941df5f3ac294479a87f15314</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4266 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>send_mode event for spanningtree (this will be backported to stable as its really a bugfix too (honest!))</title>
<updated>2006-07-09T19:59:40Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-09T19:59:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=888b7b79d25435b34e862ffd2c1fd03aaa8797ef'/>
<id>urn:sha1:888b7b79d25435b34e862ffd2c1fd03aaa8797ef</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4243 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
