<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/privmsg.cpp, branch v1.2.4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/privmsg.cpp?h=v1.2.4</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/privmsg.cpp?h=v1.2.4'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-03-15T12:42:35Z</updated>
<entry>
<title>Update all wiki links to point to the new wiki. This was done automatically with the following command, only .Makefile.inc got some indent fixups by hand.</title>
<updated>2009-03-15T12:42:35Z</updated>
<author>
<name>psychon</name>
</author>
<published>2009-03-15T12:42:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef'/>
<id>urn:sha1:b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef</id>
<content type='text'>
for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update copyrights for 2009.</title>
<updated>2009-01-02T18:16:05Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-01-02T18:16:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=43847ec9c7e1a195163eb4c529f1c92fd1ace0a4'/>
<id>urn:sha1:43847ec9c7e1a195163eb4c529f1c92fd1ace0a4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Be consistent. Use ServerInstance in all places instead of 'Instance' in half. This has bugged me forever :p. I think I got all of extra/ too..</title>
<updated>2008-09-21T12:56:03Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-09-21T12:56:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ad3524174350633c25dc8a4e5ffbb7066c4b8cba'/>
<id>urn:sha1:ad3524174350633c25dc8a4e5ffbb7066c4b8cba</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10579 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>fixed some indentation and spacing in modules</title>
<updated>2008-06-11T11:35:23Z</updated>
<author>
<name>pippijn</name>
</author>
<published>2008-06-11T11:35:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d185decae97752368d5cf62311cbc0d1a52aa22c'/>
<id>urn:sha1:d185decae97752368d5cf62311cbc0d1a52aa22c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9888 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert channel::name to std::string, this was a beastie!</title>
<updated>2008-05-19T21:16:42Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-05-19T21:16:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=31f1e7ad092f8bf16ee653cc105eea4a769650ca'/>
<id>urn:sha1:31f1e7ad092f8bf16ee653cc105eea4a769650ca</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9770 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert m_spanningtree</title>
<updated>2008-05-18T23:47:28Z</updated>
<author>
<name>aquanight</name>
</author>
<published>2008-05-18T23:47:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3699b899c0eadadaba960a3263c82894685a86c4'/>
<id>urn:sha1:3699b899c0eadadaba960a3263c82894685a86c4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9751 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Allow for custom prefixes as status chars in /notice @#chan etc. Up until now theyve just used a hard coded check on @%+. This slows down writing to a channels users by a small amount, but only when writing to a prefix is happening.</title>
<updated>2008-04-04T18:50:09Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-04T18:50:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=369aef56c68aecccac7c3c30108fd958cfdc62f0'/>
<id>urn:sha1:369aef56c68aecccac7c3c30108fd958cfdc62f0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9329 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Whoops, wrong pointer. write out 500 lines 'i will check my code twice', brain.</title>
<updated>2008-04-04T15:17:33Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-04T15:17:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ad6052e7340ed30bb6e3282c10c287eacd2f2e0f'/>
<id>urn:sha1:ad6052e7340ed30bb6e3282c10c287eacd2f2e0f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9318 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Whoops, this would be bad if not fixed :p</title>
<updated>2008-04-04T15:10:10Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-04T15:10:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d8f50c5a513c73aeaf45da710e829c4fee1cf8cc'/>
<id>urn:sha1:d8f50c5a513c73aeaf45da710e829c4fee1cf8cc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9316 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Support for remote NOTICE/PRIVMSG with server origin and user target</title>
<updated>2008-04-04T15:00:43Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-04T15:00:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3cb3bb6f9a755ef951a88804582f80fe81726743'/>
<id>urn:sha1:3cb3bb6f9a755ef951a88804582f80fe81726743</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9312 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
