<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/cmd_topic.cpp, branch v1.1.0b2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/cmd_topic.cpp?h=v1.1.0b2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/cmd_topic.cpp?h=v1.1.0b2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-09-06T17:21:59Z</updated>
<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>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>extern time_t TIME -&gt; InspIRCd::Time()</title>
<updated>2006-08-11T09:23:46Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-11T09:23:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=76ebc88ccd6fef0bf2d97b607829fb3466e273af'/>
<id>urn:sha1:76ebc88ccd6fef0bf2d97b607829fb3466e273af</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4873 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>Mass-tidyup of module global vars, theyre no longer global vars.</title>
<updated>2006-08-10T21:19:19Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-10T21:19:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d02a5866d4fdedec9219aeca0a6048828b394fd2'/>
<id>urn:sha1:d02a5866d4fdedec9219aeca0a6048828b394fd2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4856 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move IsNick, IsIdent into class InspIRCd, update modules that use it.</title>
<updated>2006-08-10T18:04:19Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-10T18:04:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fd2eb26472bcc0b7b144f40523ff820cba82f574'/>
<id>urn:sha1:fd2eb26472bcc0b7b144f40523ff820cba82f574</id>
<content type='text'>
Change message.h to just a #warning saying its deprecated, and remove all use of it from the core :)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4847 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>cmode(), cflags(), cstatus() -&gt; chanrec::GetStatusChar(), chanrec::GetStatusFlags(), chanrec::GetStatus()</title>
<updated>2006-08-10T15:44:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-10T15:44:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dafc021be4f3ad34ca37953de6a0109a161dd165'/>
<id>urn:sha1:dafc021be4f3ad34ca37953de6a0109a161dd165</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4837 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, GetClass, WriteOpers, GetServerDescription -&gt; into classes</title>
<updated>2006-08-10T14:43:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-10T14:43:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=396c9ef9f7a96934d3227bb7d1d091315e3d4fa8'/>
<id>urn:sha1:396c9ef9f7a96934d3227bb7d1d091315e3d4fa8</id>
<content type='text'>
ServerConfig takes InspIRCd pointer in its constructor


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4832 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
