<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/channels.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/channels.cpp?h=v1.1.0a1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/channels.cpp?h=v1.1.0a1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-07-09T16:40:58Z</updated>
<entry>
<title>Alter SetModeParam to take const char* to save on casts, notice a load of modules that arent setting the param or the mode inside the handler</title>
<updated>2006-07-09T16:40:58Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-09T16:40:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=49ef1162a51906e7444bb7e38736bd816c317db6'/>
<id>urn:sha1:49ef1162a51906e7444bb7e38736bd816c317db6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4231 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Did some renaming so that the methods for modes in chanrec and userrec are identical.</title>
<updated>2006-07-08T21:37:16Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-08T21:37:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f6fc729c7211ac6cc9fca4ef63a710b48ccf2457'/>
<id>urn:sha1:f6fc729c7211ac6cc9fca4ef63a710b48ccf2457</id>
<content type='text'>
bool IsModeSet(const unsigned char c);
void SetMode(const unsigned char c, bool value);
Fixed m_botmode for new api


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4194 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Don't allow non-ulines to kick ulines from channels - return numeric 482 if this is attempted (you are not a chanop) with different text</title>
<updated>2006-06-20T09:10:55Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-06-20T09:10:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=00d4806d30a1e3b111b1676ff34a75faf25d6a1b'/>
<id>urn:sha1:00d4806d30a1e3b111b1676ff34a75faf25d6a1b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4036 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>delete operator tracking in debug mode (using a macro -- live with it.)</title>
<updated>2006-04-24T13:28:07Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-04-24T13:28:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5d407fb44c759524881712a80febb86b4506ddbf'/>
<id>urn:sha1:5d407fb44c759524881712a80febb86b4506ddbf</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3904 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Forward-port of 1.0.4 tweak</title>
<updated>2006-04-21T10:50:26Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-04-21T10:50:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=009c5b0562c280743033ea6ca2e673201a8e218c'/>
<id>urn:sha1:009c5b0562c280743033ea6ca2e673201a8e218c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3903 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>A few more typedefs defined and put into use.</title>
<updated>2006-04-10T20:38:26Z</updated>
<author>
<name>om</name>
</author>
<published>2006-04-10T20:38:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ecb76110fda5f1b126ae718ae44df2f9312d46c4'/>
<id>urn:sha1:ecb76110fda5f1b126ae718ae44df2f9312d46c4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3866 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add time.h include to inspircd.h. Random cleanups in channels.cpp, mostly using the typedef'ed names already defined rather than having the full template names everywhere. Remove some unneeded casts too.</title>
<updated>2006-04-10T20:08:30Z</updated>
<author>
<name>om</name>
</author>
<published>2006-04-10T20:08:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e7f08977f2686ceebb7a27ab56dd686a5b976e77'/>
<id>urn:sha1:e7f08977f2686ceebb7a27ab56dd686a5b976e77</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3865 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove references to inspircd_io from these, stop configure making all the modules depend on it too. And remove some more un-needed includes</title>
<updated>2006-04-08T22:33:46Z</updated>
<author>
<name>om</name>
</author>
<published>2006-04-08T22:33:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=77123f4dec9f29105f6c0ceea0262cfe8e9eaa1a'/>
<id>urn:sha1:77123f4dec9f29105f6c0ceea0262cfe8e9eaa1a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3853 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits going into inspircd.*, doesn't look like I've broken anything... :P</title>
<updated>2006-04-08T17:05:48Z</updated>
<author>
<name>om</name>
</author>
<published>2006-04-08T17:05:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d54fbc71e2a2e0f70002e2d36c669c4aa3d59e17'/>
<id>urn:sha1:d54fbc71e2a2e0f70002e2d36c669c4aa3d59e17</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3847 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>All new shiny config parser, there's probably some bugs there somewhere but hey...I've been up all night. make clean before you try and compile this. Really. And nobody dare complain</title>
<updated>2006-04-04T05:55:54Z</updated>
<author>
<name>om</name>
</author>
<published>2006-04-04T05:55:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=54963bee7003f65f5412ea52133b1a00c3b0763e'/>
<id>urn:sha1:54963bee7003f65f5412ea52133b1a00c3b0763e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3817 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
