<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/bancache.h, branch v3.10.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/bancache.h?h=v3.10.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/bancache.h?h=v3.10.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2020-01-11T22:14:43Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve X-line text consistency.</title>
<updated>2019-01-09T10:07:09Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2019-01-08T10:03:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f2e3fd5952b23209b084bde4f464e6643c8a00ff'/>
<id>urn:sha1:f2e3fd5952b23209b084bde4f464e6643c8a00ff</id>
<content type='text'>
- Change any "-Line", ":Line", or "*line" to "-line" throughout
the X-line code, comments, and documentation.
- Add periods to the end of some notices.
- Correct a typo in the Q-line code comments.
- Update the filter module documentation (shun addition).

Co-authored-by: Robby &lt;robby@chatbelgie.be&gt;
</content>
</entry>
<entry>
<title>Move the definition of the BanCacheHit constructor into the source file from the header</title>
<updated>2014-06-13T13:19:27Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-13T13:19:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9f27390382f8c341e59731fb4c026c93ef4fde4b'/>
<id>urn:sha1:9f27390382f8c341e59731fb4c026c93ef4fde4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move BanCacheHash typedef into the private part of BanCacheManager</title>
<updated>2014-06-13T13:16:12Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-13T13:16:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2269b9740b29bd9e1e3d688740da493589866d17'/>
<id>urn:sha1:2269b9740b29bd9e1e3d688740da493589866d17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change allocation of BanCacheManager::BanHash to be physically part of the object containing it</title>
<updated>2014-06-13T13:14:31Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-13T13:14:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=01de0a19ad49f71f7d2a4b9fbcb80c0713a90d7d'/>
<id>urn:sha1:01de0a19ad49f71f7d2a4b9fbcb80c0713a90d7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix building with libc++.</title>
<updated>2013-04-19T00:34:07Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-04-15T15:45:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0d3a6719b8d924ea663f95e3e2fb834cbd80c6a5'/>
<id>urn:sha1:0d3a6719b8d924ea663f95e3e2fb834cbd80c6a5</id>
<content type='text'>
- Purged std::tr1::strlower (was never used).
- Moved std::tr1::insensitive to irc::insensitive.
- Added TR1NS macro to point to the correct C++ TR1 namespace.
</content>
</entry>
<entry>
<title>Tidy up source files:</title>
<updated>2013-04-12T16:03:05Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-04-02T19:12:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=11cafc12d5440b67a9f676c9f6aa67840ca5399d'/>
<id>urn:sha1:11cafc12d5440b67a9f676c9f6aa67840ca5399d</id>
<content type='text'>
- Use #pragma once instead of include guards.
- Move header files in src/modules to include/modules.
- Fixed various spacing issues.
</content>
</entry>
<entry>
<title>BanCache: Move expiration code into a function, call it from RemoveEntries()</title>
<updated>2013-04-10T17:27:24Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-04-10T15:55:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=01ea7ce9c34bf85c8d9ec29f58bd82d6536a2162'/>
<id>urn:sha1:01ea7ce9c34bf85c8d9ec29f58bd82d6536a2162</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BanCache: Remove BanCacheManager::RehashCache()</title>
<updated>2013-04-10T17:27:24Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-04-10T15:50:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2b1328c3f4b25a9f72cf2c458042ffafc2d5ad6b'/>
<id>urn:sha1:2b1328c3f4b25a9f72cf2c458042ffafc2d5ad6b</id>
<content type='text'>
The function was never called
</content>
</entry>
<entry>
<title>BanCache: Simplify BanCacheManager::RemoveEntries()</title>
<updated>2013-04-10T17:27:24Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-09-30T23:00:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=05ea9815235187a4821d0154ac8d7e1d982e3617'/>
<id>urn:sha1:05ea9815235187a4821d0154ac8d7e1d982e3617</id>
<content type='text'>
</content>
</entry>
</feed>
