<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/channels.cpp, branch v1.2.0fork</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/channels.cpp?h=v1.2.0fork</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/channels.cpp?h=v1.2.0fork'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-07-23T18:06:57Z</updated>
<entry>
<title>Tidyup a bunch of stuff that was using userrec::modes directly rather than userrec::IsModeSet. Same for chanrec.</title>
<updated>2007-07-23T18:06:57Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-07-23T18:06:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=10ef0fde2e1832f0684ae142a582cb5f032bfe6a'/>
<id>urn:sha1:10ef0fde2e1832f0684ae142a582cb5f032bfe6a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7506 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Bit more tidying. Add some comments here, too.</title>
<updated>2007-07-23T17:58:57Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-07-23T17:58:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a25ebde22705d1169b817a6a6d6a0b8a08d24467'/>
<id>urn:sha1:a25ebde22705d1169b817a6a6d6a0b8a08d24467</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7504 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Minor cleanup</title>
<updated>2007-07-23T17:51:01Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-07-23T17:51:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d6194cb02c55e202d58fdd0d4dd8a8890bf4b0d1'/>
<id>urn:sha1:d6194cb02c55e202d58fdd0d4dd8a8890bf4b0d1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7503 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix for bug #358, by rogalek.</title>
<updated>2007-07-23T17:22:10Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-07-23T17:22:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5aaa38bea4ff3556dc3bff8c09c72a8067368c17'/>
<id>urn:sha1:5aaa38bea4ff3556dc3bff8c09c72a8067368c17</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7501 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>
<entry>
<title>'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are auto skipped by svn.</title>
<updated>2007-07-16T17:14:45Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-07-16T17:14:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bab14f0dd2345c9d7dcbc47c918563709e1ac094'/>
<id>urn:sha1:bab14f0dd2345c9d7dcbc47c918563709e1ac094</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7454 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change some = "" to clear() and some == "" to .empty()</title>
<updated>2007-06-09T12:10:12Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-06-09T12:10:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0161215f42ccbfe45d1aef626f830d39486ef699'/>
<id>urn:sha1:0161215f42ccbfe45d1aef626f830d39486ef699</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7263 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>This is a better fix, as it calls the mode handler giving the modules etc chance to allocate structs</title>
<updated>2007-06-01T16:55:00Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-06-01T16:55:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b117a1ec84b813cec22e9c6a45434ded3efb8d9c'/>
<id>urn:sha1:b117a1ec84b813cec22e9c6a45434ded3efb8d9c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7198 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix bug found by indigophone where +lk cant be set in defaultmodes</title>
<updated>2007-06-01T16:42:59Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-06-01T16:42:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=46121d8880ab48d9a925f5b046216016d290b356'/>
<id>urn:sha1:46121d8880ab48d9a925f5b046216016d290b356</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7197 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Config option for default channel modes -- more to follow, don't use yet</title>
<updated>2007-05-27T12:02:10Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-05-27T12:02:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4a50237d63ae019fbfaf0901ef59a772e66080df'/>
<id>urn:sha1:4a50237d63ae019fbfaf0901ef59a772e66080df</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7163 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
