<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/inspircd.cpp, 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/inspircd.cpp?h=v2.0.9</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/inspircd.cpp?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>Don't hardcode conf/inspircd.conf as the config file, allow the configure script to override it (configure asked for the path but the ircd used the hardcoded path regardless)</title>
<updated>2012-07-21T14:01:39Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-21T11:28:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9b66dd6c292347acf313c1ee9506231749f3d270'/>
<id>urn:sha1:9b66dd6c292347acf313c1ee9506231749f3d270</id>
<content type='text'>
Fixes #264 reported by @ampt
</content>
</entry>
<entry>
<title>Use less memory when rehashing built-in hashmaps</title>
<updated>2012-07-13T15:27:03Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-06-15T01:26:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2a5cab9b4471b4536c3576ec20cb2b6d6bc122e3'/>
<id>urn:sha1:2a5cab9b4471b4536c3576ec20cb2b6d6bc122e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix pending invites not being removed when a channel was deleted or had its TS lowered</title>
<updated>2012-06-17T15:54:49Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-06-17T15:53:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d2e189102b643f38418f3caf065dbb91f2ce4266'/>
<id>urn:sha1:d2e189102b643f38418f3caf065dbb91f2ce4266</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace copyright headers with headers granting specific authors copyright</title>
<updated>2012-04-19T18:58:29Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-04-19T18:58:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=46a39046196f55b52336e19662bb7bac85b731ac'/>
<id>urn:sha1:46a39046196f55b52336e19662bb7bac85b731ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explicitly shut down stdio's stdin/stdout/stderr.</title>
<updated>2012-04-15T14:40:58Z</updated>
<author>
<name>William Pitcock</name>
</author>
<published>2012-04-15T14:40:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=35e84109628100527c9d9cb62c456edaaa793f05'/>
<id>urn:sha1:35e84109628100527c9d9cb62c456edaaa793f05</id>
<content type='text'>
The previous logic here was to only do this if stdio was connected to a controlling
terminal.  However, we must do this always to avoid information leaks and other
problems related to stdio.

The only exception is if we are in debug mode.
</content>
</entry>
<entry>
<title>Move my name from regular contributors to developers</title>
<updated>2011-09-28T17:31:19Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-09-28T17:31:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=22738bad54cb5fba35f31e545d2489ab1f2de5bd'/>
<id>urn:sha1:22738bad54cb5fba35f31e545d2489ab1f2de5bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed Windows build on VS 2010</title>
<updated>2011-04-10T21:54:20Z</updated>
<author>
<name>Adam</name>
</author>
<published>2011-04-08T07:48:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b56565eac2d7207c88c53054cb1096519ec7fba9'/>
<id>urn:sha1:b56565eac2d7207c88c53054cb1096519ec7fba9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add gettimeofday() fallback for systems without clock_gettime</title>
<updated>2010-09-09T00:21:15Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-09-08T23:53:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bdf42d61259476c362590b9ccfb2feea33f72329'/>
<id>urn:sha1:bdf42d61259476c362590b9ccfb2feea33f72329</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change -debug to force RAWIO level logging and disable all other logs</title>
<updated>2010-05-08T19:25:00Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-05-08T19:25:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f3dc5572200b4bce6b09448ac4660e2d889cb038'/>
<id>urn:sha1:f3dc5572200b4bce6b09448ac4660e2d889cb038</id>
<content type='text'>
</content>
</entry>
</feed>
