<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modes/umode_n.cpp, branch insp2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modes/umode_n.cpp?h=insp2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modes/umode_n.cpp?h=insp2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2008-07-29T16:36:10Z</updated>
<entry>
<title>Move umode_n to umode_s, second half of last commit</title>
<updated>2008-07-29T16:36:10Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-29T16:36:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f610b723f0b45cf7e4f478f0676ed97c3a23d78c'/>
<id>urn:sha1:f610b723f0b45cf7e4f478f0676ed97c3a23d78c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10075 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>After discussions and thought, move umode +n to +s. This increases cross-ircd compat (both charybdis and unreal use +s for snomasks, others might in the future). This also decreases complexity for new users, and removes the redundancy. This means that just +s +cC for example will be required to view connects. (files to be renamed in next commit to not confuse svn).</title>
<updated>2008-07-29T16:28:37Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-29T16:28:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5db3290d939509015167b7fdfba5073285051560'/>
<id>urn:sha1:5db3290d939509015167b7fdfba5073285051560</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10074 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change modes in channels and users to use std::bitset instead of an array. This saves 56 bytes per channel, and 112 bytes per channel, with no loss in speed or ease of use in code. :). Thanks (VERY) much to Special for telling me about this.</title>
<updated>2008-07-19T20:34:14Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-19T20:34:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a67b9de1742efbff29ec08093b220565eab7df23'/>
<id>urn:sha1:a67b9de1742efbff29ec08093b220565eab7df23</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10043 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make User:: nick/ident/dhost/fullname and some other things std::string instead of char*/char[] (MODULES DO NOT COMPILE)</title>
<updated>2008-05-18T23:15:53Z</updated>
<author>
<name>aquanight</name>
</author>
<published>2008-05-18T23:15:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4b856bda135a08e800b96c970a10b0b6a34d433a'/>
<id>urn:sha1:4b856bda135a08e800b96c970a10b0b6a34d433a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9748 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Conversion of command handler params from "const char* const* parameters, int pcnt" to "const std::vector&lt;std::string&gt;&amp; parameters". All of core is converted, but cant test it till the modules are converted.</title>
<updated>2008-05-04T21:37:36Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-05-04T21:37:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ffbd1eebf0b82bf40482879f410f58874030a695'/>
<id>urn:sha1:ffbd1eebf0b82bf40482879f410f58874030a695</id>
<content type='text'>
IMPORTANT: The mode parser public calls have had to be tweaked a bit to also use the string vector. Note that this makes a LOT of our core a bit messy and paves the way to convert a lot of stuff from the mess
of .c_str() calls to using std::string params directly.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9608 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Someone please help me fix the warnings in modules caused by this change. All mode handler OnMode events, ModeWatcher::BeforeMode/AfterMode, plus OnRawMode now have a bool servermode parameter</title>
<updated>2008-02-18T16:55:27Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-02-18T16:55:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=32a26fa539242d009ffab01e09cafdaba9270dac'/>
<id>urn:sha1:32a26fa539242d009ffab01e09cafdaba9270dac</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8964 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Header update: 2007 -&gt; 2008</title>
<updated>2008-01-10T13:27:07Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-01-10T13:27:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a'/>
<id>urn:sha1:e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8694 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Pedantic safe</title>
<updated>2007-10-23T20:09:58Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-10-23T20:09:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4be79b163029aae7f322bd9699bb8855a96e0547'/>
<id>urn:sha1:4be79b163029aae7f322bd9699bb8855a96e0547</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8317 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>In the grand tradition of huge fucking commits:</title>
<updated>2007-10-15T20:59:05Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-10-15T20:59:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b57c7f4e466f72fdd2ac3deca42caa1ea7748338'/>
<id>urn:sha1:b57c7f4e466f72fdd2ac3deca42caa1ea7748338</id>
<content type='text'>
 - chanrec -&gt; Channel
 - userrec -&gt; User
Enjoy.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8204 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.</title>
<updated>2007-07-16T17:30:04Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-07-16T17:30:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f2acdbc3820f0f4f5ef76a0a64e73d2a320df91f'/>
<id>urn:sha1:f2acdbc3820f0f4f5ef76a0a64e73d2a320df91f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7456 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
