<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_sqlite3.cpp, branch v3.0.0a1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_sqlite3.cpp?h=v3.0.0a1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_sqlite3.cpp?h=v3.0.0a1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2016-09-02T18:58:58Z</updated>
<entry>
<title>Merge insp20</title>
<updated>2016-09-02T18:58:58Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-09-02T18:58:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5267fb9d362aeb326c9e64f7171c957f76776f90'/>
<id>urn:sha1:5267fb9d362aeb326c9e64f7171c957f76776f90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_sqlite3 Fix possible memory leak when opening a database fails</title>
<updated>2016-08-17T12:08:30Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-17T12:08:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c220a48593bf0fa7b3d31c802b6abcbea6a1eb46'/>
<id>urn:sha1:c220a48593bf0fa7b3d31c802b6abcbea6a1eb46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change type of some associative containers to their flat versions, including Extensible storage</title>
<updated>2014-12-15T16:48:52Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-12-15T16:48:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7010a92426d2c3ab0cea5ba0d36a04bc6b52349f'/>
<id>urn:sha1:7010a92426d2c3ab0cea5ba0d36a04bc6b52349f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge insp20</title>
<updated>2014-10-27T14:26:20Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-10-27T14:26:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3a3ff949670c61a4a8856e1391222e156eb1cd17'/>
<id>urn:sha1:3a3ff949670c61a4a8856e1391222e156eb1cd17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_sqlite3 Fix cleanup of unsuccessful database connections</title>
<updated>2014-09-01T22:15:59Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-09-01T22:15:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8125a187b17f41a199cc4ebaa99f4d616e930049'/>
<id>urn:sha1:8125a187b17f41a199cc4ebaa99f4d616e930049</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore safe compiler warnings in a more reliable way.</title>
<updated>2014-06-28T12:30:48Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2014-01-24T23:27:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8a28e50cd2f19c2766b3ed2278ad237ad788620a'/>
<id>urn:sha1:8a28e50cd2f19c2766b3ed2278ad237ad788620a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace OnRehash() with ReadConfig() that is called on boot, on module load and on rehash</title>
<updated>2013-08-30T11:15:10Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-16T10:10:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c202dea024542b9c6c6b771bb9a3a081d9eacdc5'/>
<id>urn:sha1:c202dea024542b9c6c6b771bb9a3a081d9eacdc5</id>
<content type='text'>
This eliminates the need for calling OnRehash() in init()
</content>
</entry>
<entry>
<title>Clean up the build system properties and related code.</title>
<updated>2013-08-15T23:35:34Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-08-15T17:55:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b86fe63a3a368d304632a3dfcba77048315c9241'/>
<id>urn:sha1:b86fe63a3a368d304632a3dfcba77048315c9241</id>
<content type='text'>
- Deduplicate getcompilerflags, getdependancies, getlinkerflags.
- Remove $NoPedantic (add -Wno-pedantic to $CompileFlags instead).
- Remove --enable-freebsd-ports-openssl and all related code (this
  will be replaced with --no-pkg-config=[name] in the future).
- Remove some unused build system properties.
- Remove support for caching third party include and library paths
  (can cause unexpected problems when they change).
</content>
</entry>
<entry>
<title>Automatically attach modules to events</title>
<updated>2013-08-04T14:08:57Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-04T12:36:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d24619c012b34d5a3d4cfb93e7bea3ff3d5721e7'/>
<id>urn:sha1:d24619c012b34d5a3d4cfb93e7bea3ff3d5721e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change modules to use the MODNAME constant when logging.</title>
<updated>2013-08-04T12:32:51Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-07-07T19:01:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=abc57eddfb56462ac3e433601d010abf1942e611'/>
<id>urn:sha1:abc57eddfb56462ac3e433601d010abf1942e611</id>
<content type='text'>
The majority of modules were logging with their module name as the
log type. There was a few places which were logging to a non-name
type but, with the exception of CONFIG, those messages are so
uncommon that it doesn't make sense to use a seperate type for
them.
</content>
</entry>
</feed>
