<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/Common/TraversalServer.cpp, branch 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>Common/TraversalServer: Make use of fmt more</title>
<updated>2023-12-18T18:08:57+00:00</updated>
<author>
<name>Lioncache</name>
<email>mai.iam2048@gmail.com</email>
</author>
<published>2023-12-18T15:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=affe92898725d20ad0bac7e090063dad2f2cecf9'/>
<id>affe92898725d20ad0bac7e090063dad2f2cecf9</id>
<content type='text'>
We can convert printf and fprintf over to the use of fmt as well,
given that we've converted the sprintf calls over.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can convert printf and fprintf over to the use of fmt as well,
given that we've converted the sprintf calls over.
</pre>
</div>
</content>
</entry>
<entry>
<title>Common/TraversalServer: Make use of fmt over sprintf where applicable</title>
<updated>2023-12-18T18:08:57+00:00</updated>
<author>
<name>Lioncache</name>
<email>mai.iam2048@gmail.com</email>
</author>
<published>2023-12-18T15:48:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=dc85194fac9f0527a15cf147fe75a15a7e573a1e'/>
<id>dc85194fac9f0527a15cf147fe75a15a7e573a1e</id>
<content type='text'>
Resolves some deprecation warnings on macOS. This is better anyway, given fmt
has generic type formatting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves some deprecation warnings on macOS. This is better anyway, given fmt
has generic type formatting.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #11382 from skyfloogle/traversal-fix-2</title>
<updated>2023-11-30T23:03:50+00:00</updated>
<author>
<name>Mai</name>
<email>mai.iam2048@gmail.com</email>
</author>
<published>2023-11-30T23:03:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d85cb749c04afc1ef3ed6e04a5750c06911181d4'/>
<id>d85cb749c04afc1ef3ed6e04a5750c06911181d4</id>
<content type='text'>
Traversal: Use low TTL for probe packet</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Traversal: Use low TTL for probe packet</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a bug where in the extremely unlikely change that HostIDs collide, a new HostID is generated.</title>
<updated>2023-07-13T11:33:36+00:00</updated>
<author>
<name>Upfoldian</name>
<email>thomasupfold@gmail.com</email>
</author>
<published>2023-07-13T11:33:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c4978edaf6dbef81903f84ce0b3ef45b270fa926'/>
<id>c4978edaf6dbef81903f84ce0b3ef45b270fa926</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/TraversalProto: Move interface into Common namespace</title>
<updated>2023-04-24T12:53:14+00:00</updated>
<author>
<name>Lioncash</name>
<email>mai.iam2048@gmail.com</email>
</author>
<published>2023-04-24T12:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=30e7ab94fa8d4177a8516a926dad5a7e663a1a51'/>
<id>30e7ab94fa8d4177a8516a926dad5a7e663a1a51</id>
<content type='text'>
Gets the types out of the global namespace.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Gets the types out of the global namespace.
</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>TraversalProto: Convert TraversalPacketType 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:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d2ea94195cde9f8453f5b9448b41648973859277'/>
<id>d2ea94195cde9f8453f5b9448b41648973859277</id>
<content type='text'>
Makes for strong typing and prevents namespace pollution.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes for strong typing and prevents namespace pollution.
</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>
</feed>
