<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/Common/TraversalClient.h, branch release-prep-2603</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Remove unused imports</title>
<updated>2026-01-25T15:12:15+00:00</updated>
<author>
<name>Martino Fontana</name>
<email>tinozzo123@gmail.com</email>
</author>
<published>2026-01-23T20:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a14c88ba67a51b0a563a5fc800cd089e82ffacaf'/>
<id>a14c88ba67a51b0a563a5fc800cd089e82ffacaf</id>
<content type='text'>
Yellow squiggly lines begone!
Done automatically on .cpp files through `run-clang-tidy`, with manual corrections to the mistakes.
If an import is directly used, but is technically unnecessary since it's recursively imported by something else, it is *not* removed.
The tool doesn't touch .h files, so I did some of them by hand while fixing errors due to old recursive imports.
Not everything is removed, but the cleanup should be substantial enough.
Because this done on Linux, code that isn't used on it is mostly untouched.
(Hopefully no open PR is depending on these imports...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Yellow squiggly lines begone!
Done automatically on .cpp files through `run-clang-tidy`, with manual corrections to the mistakes.
If an import is directly used, but is technically unnecessary since it's recursively imported by something else, it is *not* removed.
The tool doesn't touch .h files, so I did some of them by hand while fixing errors due to old recursive imports.
Not everything is removed, but the cleanup should be substantial enough.
Because this done on Linux, code that isn't used on it is mostly untouched.
(Hopefully no open PR is depending on these imports...)
</pre>
</div>
</content>
</entry>
<entry>
<title>Traversal: Notify user of TTL to be used</title>
<updated>2023-05-20T15:15:10+00:00</updated>
<author>
<name>Floogle</name>
<email>18466542+skyfloogle@users.noreply.github.com</email>
</author>
<published>2023-01-12T18:46:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5c1c22bab9a689850471ad4c4bd392c00568e606'/>
<id>5c1c22bab9a689850471ad4c4bd392c00568e606</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Traversal: Autoconfigure TTL to use for probe packet</title>
<updated>2023-05-20T15:15:07+00:00</updated>
<author>
<name>Floogle</name>
<email>18466542+skyfloogle@users.noreply.github.com</email>
</author>
<published>2023-01-12T16:45:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4f11b0d4c9aee98161bce08c8ff0f516ff84f524'/>
<id>4f11b0d4c9aee98161bce08c8ff0f516ff84f524</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Common/TraversalClient: Move interface into Common namespace</title>
<updated>2023-04-24T12:28:25+00:00</updated>
<author>
<name>Lioncash</name>
<email>mai.iam2048@gmail.com</email>
</author>
<published>2023-04-24T12:15:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=27f38c6c8f20d20f5d844e3d8b47a2591e92d462'/>
<id>27f38c6c8f20d20f5d844e3d8b47a2591e92d462</id>
<content type='text'>
Gets the interface out of the global namespace.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Gets the interface out of the global namespace.
</pre>
</div>
</content>
</entry>
<entry>
<title>Common/TraversalClient: Use correct deleter with g_MainNetHost</title>
<updated>2023-04-19T16:38:16+00:00</updated>
<author>
<name>Lioncash</name>
<email>mai.iam2048@gmail.com</email>
</author>
<published>2023-04-19T16:25:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b4cc1ade020665d0ba8f5c5e40c7f4f1ce90ec38'/>
<id>b4cc1ade020665d0ba8f5c5e40c7f4f1ce90ec38</id>
<content type='text'>
Previously this was using the default deleter (which just calls delete
on the pointer), which is incorrect, since the ENetHost instance is
allocated through ENet's C API, so we need to use its functions to
deallocate the host instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously this was using the default deleter (which just calls delete
on the pointer), which is incorrect, since the ENetHost instance is
allocated through ENet's C API, so we need to use its functions to
deallocate the host instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>NetPlayDialog: Display external IP/Port as seen by the traversal server when it's used.</title>
<updated>2022-03-15T06:56:16+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2022-03-04T04:08:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c058c8e1a6de382b9edcca88dc26fec51336b39a'/>
<id>c058c8e1a6de382b9edcca88dc26fec51336b39a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>licensing: convert "public domain" to CC0 1.0</title>
<updated>2021-07-05T02:43:55+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2021-07-05T02:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f4e34703c0da37666af88892468eaf3ca07f8a4e'/>
<id>f4e34703c0da37666af88892468eaf3ca07f8a4e</id>
<content type='text'>
Public domain does not have an internationally agreed upon definition,
As such it's generally preferred to use an extremely liberal license,
which can explicitly list the rights granted by the copyright holder.
The CC0 license is the usual choice here.

This "relicensing" is done without hunting down copyright holders, since
it is presumed that their release of this work into the public domain
authorizes us to redistribute this code under any other license of our
choosing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Public domain does not have an internationally agreed upon definition,
As such it's generally preferred to use an extremely liberal license,
which can explicitly list the rights granted by the copyright holder.
The CC0 license is the usual choice here.

This "relicensing" is done without hunting down copyright holders, since
it is presumed that their release of this work into the public domain
authorizes us to redistribute this code under any other license of our
choosing.
</pre>
</div>
</content>
</entry>
<entry>
<title>TraversalClient: Make use of std::string_view with ConnectToClient()</title>
<updated>2021-01-20T17:24:06+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2021-01-19T19:26:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b425250a7b7ac0db9546baee41533979d5273bc3'/>
<id>b425250a7b7ac0db9546baee41533979d5273bc3</id>
<content type='text'>
Same behavior, but allows the use of non-allocating string types with
the interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Same behavior, but allows the use of non-allocating string types with
the interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>TraversalProto: Convert TraversalConnectFailedReason into an enum class</title>
<updated>2021-01-20T17:24:05+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2021-01-19T19:05:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2f0fb2056e126e80eaaa76e9b410525591fca53d'/>
<id>2f0fb2056e126e80eaaa76e9b410525591fca53d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TraversalClient: Convert state enum into an enum class</title>
<updated>2021-01-20T17:24:03+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2021-01-19T19:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=20211758090207ed3b0d1d59f388d58fb8c74485'/>
<id>20211758090207ed3b0d1d59f388d58fb8c74485</id>
<content type='text'>
Prevents implicit conversions and prevents identifiers from polluting
the class scope.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevents implicit conversions and prevents identifiers from polluting
the class scope.
</pre>
</div>
</content>
</entry>
</feed>
