<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/nxmaccessmanager.h, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/nxmaccessmanager.h?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/nxmaccessmanager.h?h=master'/>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/'/>
<updated>2026-05-12T18:50:45Z</updated>
<entry>
<title>Migrating to OAuth Authentication (#2374)</title>
<updated>2026-05-12T18:50:45Z</updated>
<author>
<name>Jeremy Rimpo</name>
<email>jeremy.rimpo@servermonkey.com</email>
</author>
<published>2026-05-12T18:50:45Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=3efaf7c9463261fb2d182a7ae00d9045a2b273b8'/>
<id>urn:sha1:3efaf7c9463261fb2d182a7ae00d9045a2b273b8</id>
<content type='text'>
Co-authored-by: aglowinthefield &lt;146008217+aglowinthefield@users.noreply.github.com&gt;
Co-authored-by: Jonathan Feenstra &lt;26406078+JonathanFeenstra@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Apply clang-format.</title>
<updated>2023-07-09T15:20:40Z</updated>
<author>
<name>Mikaël Capelle</name>
<email>capelle.mikael@gmail.com</email>
</author>
<published>2022-05-17T09:47:01Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=d13f6bb870cdda71257f665367be8ef9fca86255'/>
<id>urn:sha1:d13f6bb870cdda71257f665367be8ef9fca86255</id>
<content type='text'>
</content>
</entry>
<entry>
<title>C++20 fixes</title>
<updated>2022-04-19T13:17:44Z</updated>
<author>
<name>Jeremy Rimpo</name>
<email>jeremy.rimpo@servermonkey.com</email>
</author>
<published>2022-04-18T01:24:06Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=ab76e5212f058549dd995c47fb36176d9632c4bf'/>
<id>urn:sha1:ab76e5212f058549dd995c47fb36176d9632c4bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved nexus api stuff to GlobalSettings</title>
<updated>2020-11-03T16:39:08Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-08-17T09:06:26Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=4c5e3da2334a1d0c474148be8881b46d6ca6d3fa'/>
<id>urn:sha1:4c5e3da2334a1d0c474148be8881b46d6ca6d3fa</id>
<content type='text'>
pass a pointer to Settings around for things that can be called without settings, when creating the first instance
added dummy plugin list, mod list and iorganizer to initialize plugins without an instance
moved PluginContainer into the core filter, had nothing to do with the plugins list
NexusInterface is now created manually instead of being a static singleton because it needs to know if the settings are available
</content>
</entry>
<entry>
<title>don't show the progress dialog on startup until after the first failure</title>
<updated>2019-10-05T17:47:11Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-10-05T17:47:11Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=e7cc4774e1a7d03fb0710875f6a91ec703b0005e'/>
<id>urn:sha1:e7cc4774e1a7d03fb0710875f6a91ec703b0005e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rework of the nexus key validator to allow multiple attempts before failing</title>
<updated>2019-10-05T17:36:27Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-10-05T17:36:27Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=8269ac1b489d30ca6065ec2b97542ddbb22298b3'/>
<id>urn:sha1:8269ac1b489d30ca6065ec2b97542ddbb22298b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implemented cancel button on progress dialog</title>
<updated>2019-10-05T14:41:23Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-10-05T14:41:23Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=fc909d4b2eaff02cb8b7f38ca5079dc9b12cef68'/>
<id>urn:sha1:fc909d4b2eaff02cb8b7f38ca5079dc9b12cef68</id>
<content type='text'>
fixed crash when exiting MO because the dialog is destroyed in atexit(), way after Qt is gone
</content>
</entry>
<entry>
<title>now using ui file for validation progress dialog</title>
<updated>2019-10-05T14:11:55Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-10-05T14:11:55Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=3fe54c8431b9c1e792a235b9b370267447c3210c'/>
<id>urn:sha1:3fe54c8431b9c1e792a235b9b370267447c3210c</id>
<content type='text'>
moved elapsed timer to NexusKeyValidator, progress dialog now just shows what the validator is doing, which allows for hiding and showing it at any time
recreate the dialog when the parent changes, avoids theme errors
</content>
</entry>
<entry>
<title>merged toolbars into restoreToolbars() and saveToolbars()</title>
<updated>2019-08-16T11:03:52Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-08-16T11:03:52Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=3f487a5a6c9c23824298fdde3d76dc82edf3ca46'/>
<id>urn:sha1:3f487a5a6c9c23824298fdde3d76dc82edf3ca46</id>
<content type='text'>
added centerOnMainWindowMonitor(), now also used by validation dialog
added overloads for splitter, used by main splitter
fixed saveState() for QMainWindow calling the wrong function
</content>
</entry>
<entry>
<title>removed already commented out code:</title>
<updated>2019-07-12T07:24:05Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-07-12T07:24:05Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=b69b3e5e471dfd16f1861bd1e4bed10cf46709b9'/>
<id>urn:sha1:b69b3e5e471dfd16f1861bd1e4bed10cf46709b9</id>
<content type='text'>
don't resend the guid and token, nexus never answers with the api key, just create a new request every time
</content>
</entry>
</feed>
