<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_ssl_gnutls.cpp, branch v2.0.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/extra/m_ssl_gnutls.cpp?h=v2.0.10</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ssl_gnutls.cpp?h=v2.0.10'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2012-12-02T18:40:17Z</updated>
<entry>
<title>Register all commands, modes and extensions using AddService()</title>
<updated>2012-12-02T18:40:17Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-12-02T18:40:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=349106f3f9f75d7f957fc5d1e71ca650f4807bb9'/>
<id>urn:sha1:349106f3f9f75d7f957fc5d1e71ca650f4807bb9</id>
<content type='text'>
AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing
</content>
</entry>
<entry>
<title>m_ssl_gnutls Dynamically detect the number of certificates in the certfile</title>
<updated>2012-11-19T17:32:46Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-11-19T16:25:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=851b9aa26b2b3d29d291e837622761dd1de0f049'/>
<id>urn:sha1:851b9aa26b2b3d29d291e837622761dd1de0f049</id>
<content type='text'>
Remove the "certcount" setting, as it's no longer needed
When finished reading the certs, resize the buffer to the actual number of certs read
</content>
</entry>
<entry>
<title>Fix m_ssl_gnutls under GCC on recent versions of GnuTLS.</title>
<updated>2012-11-19T00:46:25Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2012-11-19T00:37:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=357a38d16000fac89ca76aa9b1e1a7a3afd3d6eb'/>
<id>urn:sha1:357a38d16000fac89ca76aa9b1e1a7a3afd3d6eb</id>
<content type='text'>
Commas at the end of enumerator lists are valid in C99 but are not
valid in C++ before C++11. This causes a build error on GCC when
using -pedantic.
</content>
</entry>
<entry>
<title>m_ssl_gnutls, m_ssl_openssl Set error message for the socket to "Connection closed" whenever the ssl connection is closed</title>
<updated>2012-11-09T15:41:21Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-11-08T18:35:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cbd66ce407ec6d6a9106761ba9e58270ca37123f'/>
<id>urn:sha1:cbd66ce407ec6d6a9106761ba9e58270ca37123f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix m_ssl_gnutls when using non-standard include/lib paths.</title>
<updated>2012-11-08T00:13:50Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2012-11-07T11:05:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6e8584b0f642afeec73990832f54ed4ba750b11f'/>
<id>urn:sha1:6e8584b0f642afeec73990832f54ed4ba750b11f</id>
<content type='text'>
This fixes #315.
</content>
</entry>
<entry>
<title>m_ssl_gnutls: Resolve deprecation warnings properly</title>
<updated>2012-10-14T02:03:35Z</updated>
<author>
<name>ChrisTX</name>
</author>
<published>2012-10-14T02:03:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ac7a52b738629769f33ae809e2aa2059f7d0dbea'/>
<id>urn:sha1:ac7a52b738629769f33ae809e2aa2059f7d0dbea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_ssl_gnutls Cast pointer difference to an unsigned int before displaying it</title>
<updated>2012-10-13T13:56:11Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-10-12T14:29:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=daa9f891831e53b0872f5b290ce2f009dd48de8f'/>
<id>urn:sha1:daa9f891831e53b0872f5b290ce2f009dd48de8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Windows: In-depth cleanup (see details)</title>
<updated>2012-10-12T20:31:38Z</updated>
<author>
<name>ChrisTX</name>
</author>
<published>2012-10-12T20:31:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5b9682275e384635a1fd9f7320cf4d9a604a43b4'/>
<id>urn:sha1:5b9682275e384635a1fd9f7320cf4d9a604a43b4</id>
<content type='text'>
-Fix x64 builds for Windows. Now all configurations compile.
-Remove the non-working rebase stuff.
-Remove the Windows fork hack and instead use FreeConsole() to emulate the behavior. This directly allows us to compile with ASLR, which is turned on now.
-Remove the old IPC mechanism for the removed GUI. This is not needed anymore as the GUI wasn't ever supported on anything newer than 1.2
-Remove the WIN32/WINDOWS macros. _WIN32 is supported on all x86-based VC++ targets, so that's what we need.
-Enable optimizations for release builds.
-De-duplicate printf_c(), it was previously copy-pasted into colors.h for configure
-Add the VC++ specific bad files in .gitignore
-Disable PID writing on Windows. This is only making sense for *nix builds.
-Replace the CPU usage retrieval with an algorithm analogous to the *nix behavior. Also supports separated now/total values. (Tested with a dummy busy loop - seems working)
-Removed certain unused functions and variables
-Remove stdint defines from the windows wrapper
-Remove CRT debug alloc. This is a bad idea as it would define a macro to replace free which breaks builds.
-Re-evaluated the warnings list, commented it.
-Moved inspircd_config/_version to include/ to match *nix
-Removed the creation of inspircd_se_config, as it isn't used at all.
-Made non-git builds show as "r0" instead of "r" (thanks to @SaberUK for pointing this out)
-Fixed up m_spanningtree's project paths. Now all configurations (debug/release x86/x64) have been tested and build properly.
-Moved FindDNS out of the wrapper and matched its log behavior with *nix. (It's pointless having it in the wrapper after the recent slimming down)
-Replaced random/srandom wrappers with a mechanism that tries to use Windows' Random API first is no SSL module is loaded.
-Removed more old junk from support for compilers older than VC++ 2010 (we don't have project files for these, so compiling them would be hard anyways)
-Removed the unused ClearConsole()
-Removed unused includes from the wrapper. Also, do not include psapi.h here if we don't link psapi.lib. This should be done where appropriate.
-Made inet_aton an inline function for increased performance
-C4800, performance warning about bool forcing, resolved at all occurrences.
-C4701, uninitialized variable 'cached', resolved at all occurrences.
-dlerror() was migrated out of the wrapper for more thread safety (no global buffer being shared) and increased performance.
-Removed the wrong CRT debug flags. This drains a lot of performance.
-Removed the clock_gettime/gettimeofday wrappers
-Replaced all TCHAR/ANSI mix-ups of functions with the correct respective function.
-Added a block of C4355 for &lt; VS2012
-Update project files for c870714
</content>
</entry>
<entry>
<title>Remove superfluous std::string()s</title>
<updated>2012-10-12T01:57:39Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-24T12:54:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c8b41aa5d256d99eee67ec94492a94dc30e0ea35'/>
<id>urn:sha1:c8b41aa5d256d99eee67ec94492a94dc30e0ea35</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
