<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/message.cpp, branch v1.0.3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/message.cpp?h=v1.0.3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/message.cpp?h=v1.0.3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-03-12T14:49:30Z</updated>
<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>*NEEDS TESTING* changed binarymodes to use the custom_modes entries</title>
<updated>2006-03-12T14:26:15Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-12T14:26:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=988568f3d1cc2247fa3adbadd8daa0ee175fcb1d'/>
<id>urn:sha1:988568f3d1cc2247fa3adbadd8daa0ee175fcb1d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3691 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Support for hostnames in &lt;bind&gt; tag (so long as the hostname resolves to a locally bindable ip)</title>
<updated>2006-03-10T11:50:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-10T11:50:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=da2ad810d29d16446adf5b88f8371704c1c88786'/>
<id>urn:sha1:da2ad810d29d16446adf5b88f8371704c1c88786</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3621 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Segfault-causing typo (wrong var used for a loop, whoops)</title>
<updated>2006-03-09T15:34:19Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-09T15:34:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bff75471cfdb7bb5bdc57c0c879117c38a977650'/>
<id>urn:sha1:bff75471cfdb7bb5bdc57c0c879117c38a977650</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3595 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added userrec::modebits - fast way of checking if user has +swi rather than an icky strchr</title>
<updated>2006-03-09T13:21:35Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-09T13:21:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c330b24501fc56516fef098428889a0a526e706a'/>
<id>urn:sha1:c330b24501fc56516fef098428889a0a526e706a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3588 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change to ucrec* iterators</title>
<updated>2006-03-09T12:01:05Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-09T12:01:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2dfc364baceefedf21a8eae766e615fc8d497d6e'/>
<id>urn:sha1:2dfc364baceefedf21a8eae766e615fc8d497d6e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3582 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is channel-&gt;HasUser(userrec)</title>
<updated>2006-03-08T23:16:18Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-08T23:16:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aaf5226111f515f4baa68e95ea6a1db740828ac3'/>
<id>urn:sha1:aaf5226111f515f4baa68e95ea6a1db740828ac3</id>
<content type='text'>
Yeah its the other way around to the old way, but somehow, seems less backwards to me (its also faster)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3560 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>cmode now returns const char* as it returns a pointer to a literal string and shouldnt be messed with</title>
<updated>2006-03-08T21:16:05Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-08T21:16:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=689c27adfd88e0af0524c93d8eff4c44f034cff1'/>
<id>urn:sha1:689c27adfd88e0af0524c93d8eff4c44f034cff1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3557 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Tidying, strlen, strcasecmp where not needed.</title>
<updated>2006-03-07T11:55:22Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-07T11:55:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5dd6b4e97d9c63172fac90a5b2b7167214b4ba64'/>
<id>urn:sha1:5dd6b4e97d9c63172fac90a5b2b7167214b4ba64</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3513 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Made host fields more correct 64 in length with 63 copies</title>
<updated>2006-03-02T13:34:04Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-02T13:34:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=af0f219afc4099a6cc0b8b7f2d96786f0baf6b21'/>
<id>urn:sha1:af0f219afc4099a6cc0b8b7f2d96786f0baf6b21</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3425 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
