Skip to content

Support importing characters from PoE API #845

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 28 commits into from
Apr 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
915150d
Initial commit of OAuth2 code
Wires77 Mar 28, 2025
0d3a907
Support item import (minus runes)
Wires77 Mar 28, 2025
e84ec96
Add SetForeground function after OAuth flow
Wires77 Mar 29, 2025
2ce9454
Rebuild SimpleGraphic DLL
Wires77 Mar 29, 2025
7db3a93
Skills Gems imported
Mar 28, 2025
e9ce1f8
InernalId was added o enable importing from poe api
Mar 28, 2025
69c8e76
InernalId was added o enable importing from poe api v2
Mar 28, 2025
878677f
Passive tree: Nodes, Weaponset and Attributes imported
Mar 28, 2025
5571fba
Jewel Slots import was enabled
Mar 28, 2025
d7839ac
LaunchServer Response OK was improved
Mar 28, 2025
353bc3e
POE API: Workflow for validad and refresh tokens when it can added
Mar 29, 2025
4bc5b6e
POE API: Workflow fixed when yout try to import items
Mar 29, 2025
33dcfe8
POE API: Intarnal names mapped with public names was added
Mar 29, 2025
e5707a7
Fix colors for new PoE2 classes, making the process more generic
Wires77 Mar 30, 2025
7b71ddb
Support importing socketed runes
Wires77 Mar 31, 2025
0e2d604
Increment retries
Wires77 Mar 31, 2025
9faa44b
Add tokenExpiry, generate state parameter
Wires77 Apr 2, 2025
a6e201a
POE API: Token Expiry for validation was added
Apr 4, 2025
0c62ce9
POE API: Save response to file was added
Apr 4, 2025
44eeac5
POE API: Importing a JSON in devMode was added
Apr 4, 2025
7f547d2
Implemented rate limiting
Wires77 Apr 4, 2025
61502b1
Cleanup logs and docs, some small bugs
Wires77 Apr 4, 2025
5044201
Remove debug lines
Wires77 Apr 4, 2025
b2af311
Skip account and realm selection page, better handle errors
Wires77 Apr 4, 2025
e65025e
Merge remote-tracking branch 'upstream/dev' into oauth
Wires77 Apr 4, 2025
523d65a
Fix crash on 429 error
Wires77 Apr 4, 2025
be738a4
Merge remote-tracking branch 'upstream/dev' into oauth
Wires77 Apr 4, 2025
dac2577
Change response file name and fix typo
Wires77 Apr 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,34 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

*******************************************************************************

sha2:

*******************************************************************************

MIT License

Copyright (c) 2018-2022 Egor Skriptunoff

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

*******************************************************************************

xml.lua:

*******************************************************************************
Expand Down Expand Up @@ -1279,3 +1307,55 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

*******************************************************************************

luasocket:

*******************************************************************************

Copyright (C) 2004-2022 Diego Nehab

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

*******************************************************************************

lua-utf8:

*******************************************************************************

MIT License

Copyright (c) 2018 Xavier Wang

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading
Loading