<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/cidr.cpp, branch v3.11.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/cidr.cpp?h=v3.11.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/cidr.cpp?h=v3.11.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2020-04-21T06:52:12Z</updated>
<entry>
<title>Fixes by misspell-fixer</title>
<updated>2020-04-21T06:52:12Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-04-21T06:34:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4f9abe96a4301a740d4a5fd7932550d88d60a3fc'/>
<id>urn:sha1:4f9abe96a4301a740d4a5fd7932550d88d60a3fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix MatchCIDR matching UNIX socket hostnames.</title>
<updated>2019-02-18T15:48:26Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-02-18T15:43:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8bc996bcc1444b33ccfde6ca3588deee0a0459d1'/>
<id>urn:sha1:8bc996bcc1444b33ccfde6ca3588deee0a0459d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reduce std::string::substr() usage</title>
<updated>2015-01-10T14:16:03Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-01-10T14:16:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=47dda4f61512f6047f2b1dcccd1943aab74726e3'/>
<id>urn:sha1:47dda4f61512f6047f2b1dcccd1943aab74726e3</id>
<content type='text'>
substr() returns a new string while erase() and assign() modify the existing one
</content>
</entry>
<entry>
<title>Merge insp20</title>
<updated>2014-07-25T10:05:40Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-07-25T10:05:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f62654a6859998f9d63eb22702c572d5ebcff15c'/>
<id>urn:sha1:f62654a6859998f9d63eb22702c572d5ebcff15c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow uppercase letters in IPv6 CIDR masks</title>
<updated>2014-04-13T14:02:07Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-04-13T14:02:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d42408a299f62cd01385215a0c6df96db05bf301'/>
<id>urn:sha1:d42408a299f62cd01385215a0c6df96db05bf301</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge insp20</title>
<updated>2014-04-07T11:40:51Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-04-07T11:40:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f71e6bf9cb41811f18864f5d4eecb26e29d03f25'/>
<id>urn:sha1:f71e6bf9cb41811f18864f5d4eecb26e29d03f25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix IPv6 address handling in 6aaf7047297b739377e7d509cb914f32447fb281</title>
<updated>2014-04-06T14:25:50Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-04-06T14:25:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e5f96b0564a63fff73485dd552dfaefe534ed080'/>
<id>urn:sha1:e5f96b0564a63fff73485dd552dfaefe534ed080</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve detection for non-cidr masks to prevent unwanted matches</title>
<updated>2014-03-10T11:17:41Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-03-10T11:17:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6aaf7047297b739377e7d509cb914f32447fb281'/>
<id>urn:sha1:6aaf7047297b739377e7d509cb914f32447fb281</id>
<content type='text'>
Fixes issue #762 reported by @neoinr
</content>
</entry>
<entry>
<title>Fix various problems detected by Clang 3.4.</title>
<updated>2014-02-11T08:20:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2014-02-10T20:08:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7fec670c9b378f5c8470204ba36a284a424a11c7'/>
<id>urn:sha1:7fec670c9b378f5c8470204ba36a284a424a11c7</id>
<content type='text'>
- cidr.cpp: remove inverted_bits; unused since 9fad3ecb9215a0034bf407f192926b04cb5efaed.
- cmd_stats.cpp: remove needless inversion and comparison to 0.
- inspircd.cpp: remove needless comparison to 0.
- socket.cpp: remove all_zero; unused since 03a1bf15b1da7643b237c22db1a478916a976ccf.
</content>
</entry>
</feed>
