<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra, branch v2.0.9</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra?h=v2.0.9</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra?h=v2.0.9'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2012-10-04T13:14:04Z</updated>
<entry>
<title>Replace hardcoded paths with configurable ones</title>
<updated>2012-10-04T13:14:04Z</updated>
<author>
<name>ChrisTX</name>
</author>
<published>2012-09-23T10:30:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c2f7fc047c2e5bbb899c820590ce07fee593b28f'/>
<id>urn:sha1:c2f7fc047c2e5bbb899c820590ce07fee593b28f</id>
<content type='text'>
This patchset aims to ease the packaging of InspIRCd for a system-wide installation scenario.

Changes in detail:
configure: Add the options --log-path and --data-path
m_ssl_gnutls, openssl: Change the hardcoded "conf/" to the existent CONFIG_PATH macro
m_xline_db: Make the location of xline.db configurable. It will use --data-path as default value, but this can be
changed using the configuration files.
</content>
</entry>
<entry>
<title>Fix more undefined behavior caused by referencing the returned buffer by std::string::c_str() when the object is temporary</title>
<updated>2012-09-30T01:04:07Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-09-29T23:10:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=02859be56d43bcece02aab350e02bc95ed1bf446'/>
<id>urn:sha1:02859be56d43bcece02aab350e02bc95ed1bf446</id>
<content type='text'>
See 83c7cc45daf6fb1f8c36f15297a4657e45a34e88
</content>
</entry>
<entry>
<title>m_regex_stdlib: A regex provider for the C++11 container std::regex</title>
<updated>2012-09-22T13:52:18Z</updated>
<author>
<name>ChrisTX</name>
</author>
<published>2012-09-22T04:11:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3b63bc840f540d8bfdae37b6860083c18f99815c'/>
<id>urn:sha1:3b63bc840f540d8bfdae37b6860083c18f99815c</id>
<content type='text'>
For it to work you need a standards compliant implementation as for
instance Visual C++ 2010 and 2012 deliver. GCC's libstdc++ does not
implement this class yet.
</content>
</entry>
<entry>
<title>Fixed crash in m_mysql if a module is unloaded while executing</title>
<updated>2012-09-13T17:50:25Z</updated>
<author>
<name>Adam</name>
</author>
<published>2012-09-13T17:50:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e39da8182472ffa85819110f199bc8b1cfc19b07'/>
<id>urn:sha1:e39da8182472ffa85819110f199bc8b1cfc19b07</id>
<content type='text'>
a query and there is only one query in the queue to be executed.
</content>
</entry>
<entry>
<title>listensocket: Fix the two aliasing warnings</title>
<updated>2012-08-20T15:26:26Z</updated>
<author>
<name>ChrisTX</name>
</author>
<published>2012-08-08T21:43:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=67dbc3131fe050de6991ddc6a854e363f1076fbe'/>
<id>urn:sha1:67dbc3131fe050de6991ddc6a854e363f1076fbe</id>
<content type='text'>
m_ssl_gnutls: Fix three warnings:
1. libgcrypt will emit a warning to stdout during runtime that it has not been properly initialized
2. Resolve a warning about invalid narrowing inside a { } block. This is not valid as of C++11.
3. Resolve a warning about a wrong format specifier being used
</content>
</entry>
<entry>
<title>m_ssl_openssl Port ISUPPORT changes from m_ssl_gnutls to fix #261</title>
<updated>2012-07-26T22:08:21Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-26T21:39:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6dbcfc3858cf58fa457bf6990760083c8a051feb'/>
<id>urn:sha1:6dbcfc3858cf58fa457bf6990760083c8a051feb</id>
<content type='text'>
Add a config option that can be used to set the value of the SSL token in ISUPPORT (77b42efc86122d3720f85bddd85a2dc80d0baff9)
Advertise only one ssl port by default in ISUPPORT (d30cdacab7100426c3773eafffd50aebf8155bba)
</content>
</entry>
<entry>
<title>m_ssl_gnutls Allow setting the priorities to use on the ciphers, key exchange algorithms, compression methods and macs</title>
<updated>2012-07-26T14:30:07Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-22T12:42:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b43e77b059be4aeb2a47f618432d0f5d433e28d1'/>
<id>urn:sha1:b43e77b059be4aeb2a47f618432d0f5d433e28d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_ssl_gnutls Compile with -Wno-deprecated-declarations</title>
<updated>2012-07-21T14:00:30Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-21T13:49:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=05f54a7222d264052425ce4b114dc09f761714b8'/>
<id>urn:sha1:05f54a7222d264052425ce4b114dc09f761714b8</id>
<content type='text'>
Fixes #246 reported by @SeLEct-
</content>
</entry>
<entry>
<title>m_ssl_gnutls Advertise only one ssl port by default in ISUPPORT</title>
<updated>2012-07-21T14:00:30Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-21T12:16:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d30cdacab7100426c3773eafffd50aebf8155bba'/>
<id>urn:sha1:d30cdacab7100426c3773eafffd50aebf8155bba</id>
<content type='text'>
Fixes #261 reported by @Shawn-Smith and others
</content>
</entry>
<entry>
<title>m_ssl_gnutls Move common session initialization code into a function</title>
<updated>2012-07-21T14:00:30Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-19T14:14:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=290bf076e06da73cb2819a77dc5985e82b6a73a8'/>
<id>urn:sha1:290bf076e06da73cb2819a77dc5985e82b6a73a8</id>
<content type='text'>
</content>
</entry>
</feed>
