<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/cmd_who.cpp, branch v1.1.0b4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/cmd_who.cpp?h=v1.1.0b4</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/cmd_who.cpp?h=v1.1.0b4'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-09-06T22:24:39Z</updated>
<entry>
<title>Fix crashbug when /who'ing people who arent on a channel (chan-&gt;GetPrefixChar() when chan == NULL is bad, mmk)</title>
<updated>2006-09-06T22:24:39Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-06T22:24:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2f7aa87379465b65f545bf7809600b5241b028b6'/>
<id>urn:sha1:2f7aa87379465b65f545bf7809600b5241b028b6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5153 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Command result codes. This isnt finished yet, still got to do most of the modules, and alter CallCommandHandler</title>
<updated>2006-09-06T17:21:59Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-06T17:21:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4cf0ae1308fe98757de42ffbe391e61844ac9e0a'/>
<id>urn:sha1:4cf0ae1308fe98757de42ffbe391e61844ac9e0a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5149 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Auto loading of commands as shared objects via dlsym (very lightweight interface, just expects a command_t* pointer)</title>
<updated>2006-09-03T00:09:38Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-03T00:09:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1b7c615062a7b203c7fc3ce4c56e16eb671f7c15'/>
<id>urn:sha1:1b7c615062a7b203c7fc3ce4c56e16eb671f7c15</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5118 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists</title>
<updated>2006-08-30T09:03:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-30T09:03:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d54fd9b1e6b31f69332a9241b5f17330c0ad61e0'/>
<id>urn:sha1:d54fd9b1e6b31f69332a9241b5f17330c0ad61e0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5080 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>More prefixchar stuff.</title>
<updated>2006-08-23T21:09:49Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-23T21:09:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=594d430ee457b621c731a6cc70d84c02c295d59c'/>
<id>urn:sha1:594d430ee457b621c731a6cc70d84c02c295d59c</id>
<content type='text'>
WARNING: 005 numeric is broken in this commit.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5000 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Odd bits and bobs to keep the numeric sane if the user is insane (like stskeeps for example)</title>
<updated>2006-08-18T17:09:21Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-18T17:09:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d534ad9efb69557d81125b9646629d74a29e7175'/>
<id>urn:sha1:d534ad9efb69557d81125b9646629d74a29e7175</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4961 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Dont allow USERHOST (and new WHO) on unregistered users</title>
<updated>2006-08-18T10:24:39Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-18T10:24:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6e9bb66493cd409fb9b41ef1ba7c0ef7dda5c158'/>
<id>urn:sha1:6e9bb66493cd409fb9b41ef1ba7c0ef7dda5c158</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4947 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Just to mess with om's head, remove helperfuncs.h from everywhere</title>
<updated>2006-08-11T23:31:13Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-11T23:31:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6050df73f498d05597fb37c6157868df1f6f4db2'/>
<id>urn:sha1:6050df73f498d05597fb37c6157868df1f6f4db2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4900 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>ConfigReader and FileReader now take InspIRCd* to their constructors</title>
<updated>2006-08-11T01:35:01Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-11T01:35:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=12737ab4ad61a0d8a908c8a21594c7012e21eb3c'/>
<id>urn:sha1:12737ab4ad61a0d8a908c8a21594c7012e21eb3c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4865 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move all_opers into class InspIRCd</title>
<updated>2006-08-10T21:39:57Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-10T21:39:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=24b1fbeec8e61e9636daaf606778c324d3ae3042'/>
<id>urn:sha1:24b1fbeec8e61e9636daaf606778c324d3ae3042</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4857 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
