<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/common/util.cpp, branch v0.18.3.0</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.18.3.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.3.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2023-05-25T16:06:34Z</updated>
<entry>
<title>common: do not use DNS to determine if address is local</title>
<updated>2023-05-25T16:06:34Z</updated>
<author>
<name>tobtoht</name>
<email>tob@featherwallet.org</email>
</author>
<published>2023-05-12T10:39:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8dc4abdafec7985319ba2fd2294ca8f0916d9cea'/>
<id>urn:sha1:8dc4abdafec7985319ba2fd2294ca8f0916d9cea</id>
<content type='text'>
Co-authored-by: j-berman &lt;justinberman@protonmail.com&gt;
</content>
</entry>
<entry>
<title>common: update sha256sum to use OpenSSL 3.0 API</title>
<updated>2022-05-17T23:34:16Z</updated>
<author>
<name>Jeffrey Ryan</name>
<email>jeffreyryan@tutanota.com</email>
</author>
<published>2022-05-17T20:40:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a66a52d14497c3295274e54fb9e0d2d0980004bb'/>
<id>urn:sha1:a66a52d14497c3295274e54fb9e0d2d0980004bb</id>
<content type='text'>
As of OpenSSL 3.0, `SHA256_Init`, `SHA256_Update`, and `SHA256_Final`
are deprectaed in favor of the higher-level `EVP_*` class of functions.
This causes compiler warnings, and sooner or later, will cause build
errors as these functions are excluded from distro headers.

Also add some documentation.
</content>
</entry>
<entry>
<title>Merge functionality of misc_os_dependent into time_helper.h</title>
<updated>2022-04-18T14:55:21Z</updated>
<author>
<name>Jeffrey</name>
<email>jeffryan@tamu.edu</email>
</author>
<published>2022-03-08T01:16:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=441c86073869c5df55e91c39fd4b331212512022'/>
<id>urn:sha1:441c86073869c5df55e91c39fd4b331212512022</id>
<content type='text'>
Actions:
1. Remove unused functions from misc_os_dependent.h
2. Move three remaining functions, get_gmt_time, get_ns_count, and get_tick_count into time_helper.h
3. Remove unused functions from time_helper.h
4. Refactor get_ns_count and get_internet_time_str and get_time_interval_string
5. Remove/add includes as needed

Relevant commits on the old PR:
a9fbe52b02ffab451e90c977459fea4642731cd1
9a59b131c4ed1be8afe238fff3780fe203c65a46
7fa9e2817df9b9ef3f0290f7f86357939829e588
</content>
</entry>
<entry>
<title>Copyright: Update to 2022</title>
<updated>2022-03-04T05:59:20Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2022-03-01T11:16:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da9aa1f7f802552b9de459f331a2f39c84898009'/>
<id>urn:sha1:da9aa1f7f802552b9de459f331a2f39c84898009</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Daemon: Update average block size table</title>
<updated>2021-07-27T11:45:55Z</updated>
<author>
<name>rbrunner7</name>
<email>rbrunner@dreamshare.ch</email>
</author>
<published>2021-07-27T11:45:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3d3a67142c1c6bea027d202c5c177e4d143eea26'/>
<id>urn:sha1:3d3a67142c1c6bea027d202c5c177e4d143eea26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>restrict public node checks a little</title>
<updated>2020-12-22T23:39:07Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-12-20T12:48:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d2fda6c25f476c45acbc875721106f965435d99f'/>
<id>urn:sha1:d2fda6c25f476c45acbc875721106f965435d99f</id>
<content type='text'>
do not include blocked hosts in peer lists or public node lists by default,
warn about no https on clearnet and about untrusted peers likely being spies
</content>
</entry>
<entry>
<title>util: fix escaping more than one ?* in glob_to_regex</title>
<updated>2020-10-20T16:46:53Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-10-20T16:46:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cc034fe0c31f271275b9ab7f4048990519206018'/>
<id>urn:sha1:cc034fe0c31f271275b9ab7f4048990519206018</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6689</title>
<updated>2020-08-16T19:47:36Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-08-16T19:47:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0b0da2aa81e1642fb7fb218b052313d9790c11fb'/>
<id>urn:sha1:0b0da2aa81e1642fb7fb218b052313d9790c11fb</id>
<content type='text'>
afd002c31 daemon: print sampling time in print_net_stats (moneromooo-monero)
ec7bba079 util: fix kilo prefix typo (K instead of k) (moneromooo-monero)
</content>
</entry>
<entry>
<title>util: fix kilo prefix typo (K instead of k)</title>
<updated>2020-06-25T13:03:24Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-06-25T13:03:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ec7bba0793d70d248c1fb011cff09cf25631da55'/>
<id>urn:sha1:ec7bba0793d70d248c1fb011cff09cf25631da55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright year to 2020</title>
<updated>2020-05-07T02:36:54Z</updated>
<author>
<name>SomaticFanatic</name>
<email>afdlkajdlfkj@aldkfjf.com</email>
</author>
<published>2020-05-07T02:36:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ef0607da6042df51a57703bd223c5c8024741f6'/>
<id>urn:sha1:5ef0607da6042df51a57703bd223c5c8024741f6</id>
<content type='text'>
Update copyright year to 2020
</content>
</entry>
</feed>
