<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_pgsql.cpp, branch v3.15.0</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_pgsql.cpp?h=v3.15.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_pgsql.cpp?h=v3.15.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2022-12-30T11:31:28Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2022-12-30T11:31:28Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2022-12-30T11:31:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2b810b412aeee2d9c79d97fa54a80e317981a6d8'/>
<id>urn:sha1:2b810b412aeee2d9c79d97fa54a80e317981a6d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various spelling issues (#1883).</title>
<updated>2021-06-21T20:47:06Z</updated>
<author>
<name>Josh Soref</name>
</author>
<published>2021-06-21T20:47:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=de6d4dbd1e8845e08c2d87cd89a919e5b21ba619'/>
<id>urn:sha1:de6d4dbd1e8845e08c2d87cd89a919e5b21ba619</id>
<content type='text'>
Signed-off-by: Josh Soref &lt;jsoref@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Fix a bunch of weird indentation and spacing issues.</title>
<updated>2021-04-27T15:41:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-27T15:36:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b4a174ee9c32d62ea6bf010e837e8c5b1c3d36a3'/>
<id>urn:sha1:b4a174ee9c32d62ea6bf010e837e8c5b1c3d36a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2021-03-05T02:16:11Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2021-03-05T02:04:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7b1ab06a9551d8db141ebc9213836af6b5369284'/>
<id>urn:sha1:7b1ab06a9551d8db141ebc9213836af6b5369284</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-04-24T09:23:47Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-04-24T09:23:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=44489ddf7e90413d8f656aea24d74445bab227af'/>
<id>urn:sha1:44489ddf7e90413d8f656aea24d74445bab227af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve the pgsql connection error messages.</title>
<updated>2020-04-23T16:28:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-23T16:27:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8a362080a461ebbe5c8ab2d4c059ab0dfc09725c'/>
<id>urn:sha1:8a362080a461ebbe5c8ab2d4c059ab0dfc09725c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix reconnecting a pgsql connection if it fails.</title>
<updated>2020-04-23T15:41:15Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-23T15:15:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b3f1db9d162455af4b31edf231ba749140d37219'/>
<id>urn:sha1:b3f1db9d162455af4b31edf231ba749140d37219</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unregister pgsql connection fds when they are deleted.</title>
<updated>2020-04-23T15:14:42Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-23T15:12:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fbdd08043e97c2749ce2f03382559bba89abf47a'/>
<id>urn:sha1:fbdd08043e97c2749ce2f03382559bba89abf47a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Opt-out of pgsql read and write events if polling fails.</title>
<updated>2020-04-23T15:12:08Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-23T12:24:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b24a91181f58c7f7141de8995ff212993bcc333b'/>
<id>urn:sha1:b24a91181f58c7f7141de8995ff212993bcc333b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove dead code from the pgsql module.</title>
<updated>2020-04-23T13:40:19Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-23T12:46:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=426d1c8e7ef6186fa122477bb51f8e6023dda56b'/>
<id>urn:sha1:426d1c8e7ef6186fa122477bb51f8e6023dda56b</id>
<content type='text'>
</content>
</entry>
</feed>
