<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_delayjoin.cpp, branch v1.2.0rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_delayjoin.cpp?h=v1.2.0rc1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_delayjoin.cpp?h=v1.2.0rc1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2009-02-01T16:44:49Z</updated>
<entry>
<title>Don't prevent a user from seeing themself on NAMES if +D is set, fixes part of bug #697 reported by Ankit</title>
<updated>2009-02-01T16:44:49Z</updated>
<author>
<name>dz</name>
</author>
<published>2009-02-01T16:44:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c24755c99f3d94d9f4c7497b52869e1f8f6a1164'/>
<id>urn:sha1:c24755c99f3d94d9f4c7497b52869e1f8f6a1164</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11022 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://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>The module hook is kinda required.</title>
<updated>2008-10-02T22:30:37Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-10-02T22:30:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=697098bb47651b40ed9c768361d1a3b1ca452856'/>
<id>urn:sha1:697098bb47651b40ed9c768361d1a3b1ca452856</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10615 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix for bug #601</title>
<updated>2008-10-02T22:27:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-10-02T22:27:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a95616f608aefc38250a620087639dcc6407567f'/>
<id>urn:sha1:a95616f608aefc38250a620087639dcc6407567f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10614 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Patch modifying these modules to work on older gcc/openbsd, provided by Dagonet (CUSTOM_PRINTF() needs to be in the prototype, not the function body.</title>
<updated>2008-08-28T19:12:49Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-08-28T19:12:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ed1dd51ef7fbf396ecfa77350b67ed8a4c0be29c'/>
<id>urn:sha1:ed1dd51ef7fbf396ecfa77350b67ed8a4c0be29c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10336 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versions, so we don't have (essentially unused) module versions.</title>
<updated>2008-08-25T20:35:51Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-08-25T20:35:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8de87c2a9b5f5e68caac1ca06b1021ed69cb3d6a'/>
<id>urn:sha1:8de87c2a9b5f5e68caac1ca06b1021ed69cb3d6a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10291 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Lots, lots more numerics.h conversion</title>
<updated>2008-07-14T07:24:37Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-14T07:24:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fce32c7b5baa50aa4d2d414e0361009489eccd1c'/>
<id>urn:sha1:fce32c7b5baa50aa4d2d414e0361009489eccd1c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10014 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix m_nopartmsg to work via API modification, involves a string copy that won't last too long. Compiles cleanly.</title>
<updated>2008-07-11T14:44:17Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-11T14:44:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4e599dd4fbfe5abc0d60a05008344e35e6bc870d'/>
<id>urn:sha1:4e599dd4fbfe5abc0d60a05008344e35e6bc870d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9953 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://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://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>
</feed>
