<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/channels.h, branch v1.2.0b1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/channels.h?h=v1.2.0b1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/channels.h?h=v1.2.0b1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2008-08-04T17:43:15Z</updated>
<entry>
<title>Add optional 3rd parameter to Channel::SetTopic() which overrides all access checks.</title>
<updated>2008-08-04T17:43:15Z</updated>
<author>
<name>om</name>
</author>
<published>2008-08-04T17:43:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fe4001942d2b82566133099388c0908e10223c87'/>
<id>urn:sha1:fe4001942d2b82566133099388c0908e10223c87</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10085 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add Channel::SetTopic(User *, std::string &amp;) to set topic on a channel. Use it in CommandTopic. Also modify OnLocalTopicChange to accept a new return value. (0 == proceed as normal, 1 == don't check anything, -1 == disallow change silently).</title>
<updated>2008-08-04T15:28:29Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-08-04T15:28:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=904161fdba32468ff4d97d9533e62809131ed1a2'/>
<id>urn:sha1:904161fdba32468ff4d97d9533e62809131ed1a2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10082 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove custom members for +lk storage</title>
<updated>2008-07-20T14:30:00Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-20T14:30:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4c286655e1b930908fd02681ac00e172156e737c'/>
<id>urn:sha1:4c286655e1b930908fd02681ac00e172156e737c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10053 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>Overload IsExtBanned to provide a *string matching* version, this finally opens the way for non-hostmask based extbans, which is good ;p. On the downside, this requires rethinking of the extban exemption stuff I did yesterday.</title>
<updated>2008-07-12T20:38:14Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-12T20:38:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0e4715e8e369414cdb140679b20f6e687fa6a853'/>
<id>urn:sha1:0e4715e8e369414cdb140679b20f6e687fa6a853</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9987 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert API to use std::string, fixes my slight bug from earlier and looks tidier</title>
<updated>2008-07-11T21:15:02Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-11T21:15:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0b070b52bc8e8ceb52388e45cea90f4add119c4f'/>
<id>urn:sha1:0b070b52bc8e8ceb52388e45cea90f4add119c4f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9956 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>More correctly state the lookup arrays as unsigned char, not char</title>
<updated>2008-05-19T21:29:14Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-05-19T21:29:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=552ab1e39852733203d2037aa0bbaa1b63fd94a2'/>
<id>urn:sha1:552ab1e39852733203d2037aa0bbaa1b63fd94a2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9771 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert channel::name to std::string, this was a beastie!</title>
<updated>2008-05-19T21:16:42Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-05-19T21:16:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=31f1e7ad092f8bf16ee653cc105eea4a769650ca'/>
<id>urn:sha1:31f1e7ad092f8bf16ee653cc105eea4a769650ca</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9770 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert channel banlist members to std::string</title>
<updated>2008-05-19T19:53:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-05-19T19:53:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=869bd02318d94a38369a125726b8edeb54ba0706'/>
<id>urn:sha1:869bd02318d94a38369a125726b8edeb54ba0706</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9769 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>This should probably be tested, but makes a whole lot more sense like this (users.cpp)</title>
<updated>2008-04-07T22:00:49Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-07T22:00:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f78a6a90b194acfbabe61795470cabbdc36a32f4'/>
<id>urn:sha1:f78a6a90b194acfbabe61795470cabbdc36a32f4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9404 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
