<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_rline.cpp, branch v1.2.10</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_rline.cpp?h=v1.2.10</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_rline.cpp?h=v1.2.10'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2012-05-30T01:48:41Z</updated>
<entry>
<title>Module description updates</title>
<updated>2012-05-30T01:48:41Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-05-30T01:48:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=286711b906e38b8b161a897ffee561e20d3f6905'/>
<id>urn:sha1:286711b906e38b8b161a897ffee561e20d3f6905</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace copyright headers with headers granting specific authors copyright</title>
<updated>2012-04-20T01:32:07Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-04-20T01:32:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=201f91fe61672feb2aebe0893362fb39350925d2'/>
<id>urn:sha1:201f91fe61672feb2aebe0893362fb39350925d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix crash in m_rline</title>
<updated>2012-04-18T19:40:57Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-04-18T19:40:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ce1ad5f8c88ed90351138beb5be9b0962bd3eec1'/>
<id>urn:sha1:ce1ad5f8c88ed90351138beb5be9b0962bd3eec1</id>
<content type='text'>
m_rline only called UseInterface() in the constructor, so when there was no regex engine loaded UseInterface() did nothing.
If the specifed regex engine was loaded later on this resulted in being able to unload it behind the back of m_rline and crash the server whenever the engine was accessed.
</content>
</entry>
<entry>
<title>Fix double free (in 1.2 the core deletes the commands upon module unload not the module)</title>
<updated>2012-04-14T14:44:51Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-04-14T14:44:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e6aa804021297f6c261b3a8bdd100aef5375c2ec'/>
<id>urn:sha1:e6aa804021297f6c261b3a8bdd100aef5375c2ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This addresses the memory leak issues reported in issue #38.</title>
<updated>2012-04-12T14:43:27Z</updated>
<author>
<name>Shawn Smith</name>
</author>
<published>2012-04-12T14:43:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=06bfb71d59cf7eafaeb8b7abd27ac97dd68b0493'/>
<id>urn:sha1:06bfb71d59cf7eafaeb8b7abd27ac97dd68b0493</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OnRehash changes: split to multiple hooks to clarify use and prevent explosion of rehashes on a /REHASH *</title>
<updated>2009-05-24T02:53:45Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-05-24T02:53:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0da6b3a13def40e8fd002b9fc60f955467f6372d'/>
<id>urn:sha1:0da6b3a13def40e8fd002b9fc60f955467f6372d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11388 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Allow E:Lines to exempt targets from SHUN and RLINE. Fixes bug #852 reported by Taros.</title>
<updated>2009-05-03T11:56:03Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-05-03T11:56:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a1a5c322ce3310cdb439bf4b05182ae8d31a93ea'/>
<id>urn:sha1:a1a5c322ce3310cdb439bf4b05182ae8d31a93ea</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11355 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<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>Note to self, cast time_t to long int for printf... thanks Ankit for pointing this out.</title>
<updated>2009-01-28T11:27:10Z</updated>
<author>
<name>dz</name>
</author>
<published>2009-01-28T11:27:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=117742632909d9bfd71fc4feb3304263558101b7'/>
<id>urn:sha1:117742632909d9bfd71fc4feb3304263558101b7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11012 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make xline expiry messages a bit clearer that the xline may have expired a while ago, and give the correct time since they were set instead of the duration.</title>
<updated>2009-01-28T02:42:29Z</updated>
<author>
<name>dz</name>
</author>
<published>2009-01-28T02:42:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fd820825ac669c9cd8cc8b7a69ca855159b0d3cb'/>
<id>urn:sha1:fd820825ac669c9cd8cc8b7a69ca855159b0d3cb</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11011 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
