Commit Graph

47 Commits

Author SHA1 Message Date
b467408ff9
🐛 Fix missing start handlers 2023-12-24 21:53:05 +08:00
omg-xtao
949f9eedc9
Seperate start command 2023-12-24 21:26:36 +08:00
omg-xtao
39abd0cd52
support cookies import and export 2023-12-19 00:51:36 +08:00
omg-xtao
01b576f9f5
Support migrate user data 2023-12-16 18:01:27 +08:00
Lei Shi
5ea80e0218
🐛 Fix handle CookiesCachePoolExhausted gracefully 2023-11-23 12:39:33 +08:00
洛水居室
1f7d35ff95
🎨 Improve Code
Remove unnecessary `else / elif` used after `return`
Update error handler
2023-11-16 14:11:52 +08:00
洛水居室
7cdc453a22
🐛 Correct Order of Exception Clauses
Resolves PYL-E0701: Bad except clauses order (ValueError is an ancestor class of UnicodeEncodeError)
2023-11-16 14:09:54 +08:00
e146ca5c16
🔥 Remove qlogin 2023-11-08 22:44:35 +08:00
omg-xtao
8b15e083b7
Use stoken v2 instead of v1 2023-11-04 19:43:27 +08:00
洛水居室
c5416d7b3d
🎨 Improve the error message when account_id does not exist 2023-11-03 22:02:06 +08:00
f81fee8e88
🐛 Fix Malformed request in BindAccountPlugin 2023-10-25 22:29:42 +08:00
omg-xtao
441713236b
🐛 Fix support for Chinese public cookies
Co-authored-by: luoshuijs <luoshuijs@outlook.com>
2023-10-19 20:14:15 +08:00
luoshuijs
635b8444d5
🔥 Remove support for Chinese public cookies
Co-authored-by: xtaodada <xtao@xtaolink.cn>
2023-10-17 22:56:03 +08:00
d61e19f689
🐛 Fix IntegrityError in setuid 2023-10-17 20:16:59 +08:00
洛水居室
c5e5878c5e
🐛 Fix the missing account_id field when setting the Cookies 2023-10-10 17:55:06 +08:00
4808b37c63
🐛 Fix setcookie UnicodeEncodeError 2023-10-07 23:33:44 +08:00
omg-xtao
92ee6da37a
🐛 Fix setcookies IntegrityError 2023-10-02 17:51:03 +08:00
a778f78c8a
🎨 ask set cookies when public request failed 2023-10-01 20:37:19 +08:00
203c7ac5df
🐛 Fix stoken is invaild 2023-09-25 20:46:08 +08:00
luoshuijs
b208e31503
🎨 Add cookies status update 2023-09-09 23:56:53 +08:00
omg-xtao
16a718129b
Add job - daily_refresh_cookies 2023-09-09 22:10:58 +08:00
洛水居室
d945b91a9d
🐛 Fix the missing account_id field when setting the Cookies 2023-08-28 20:23:18 +08:00
2cc1d98a2d
🐛 Fix stoken v2 do not save mid 2023-08-16 23:00:44 +08:00
omg-xtao
6aac339b20
qlogin support get full token 2023-08-09 13:08:56 +08:00
32a5a51e05
📝 Update setcookie help message 2023-07-24 00:24:32 +08:00
omg-xtao
4f686f5284
🐛 Fix setcookie do not save ltuid
Co-authored-by: 洛水居室 <luoshuijs@outlook.com>
2023-07-18 23:35:37 +08:00
luoshuijs
c1012d206b
Use SIMNet and Remove genshin.py
Co-authored-by: xtaodada <xtao@xtaolink.cn>
2023-07-18 17:29:31 +08:00
omg-xtao
a36aeef9c3
Support custom device 2023-06-19 11:41:22 +08:00
omg-xtao
04d0f3cf31
🐛 Fix Some Bugs 2023-05-14 18:02:28 +08:00
洛水居室
387558bdaf
Update the expiration detection mechanism for public cookies and add status feedback 2023-04-04 23:46:04 +08:00
洛水居室
5799db53e3
🐛 Handling AccountNotFound exception caused by the uid not found 2023-03-29 16:35:24 +08:00
洛水居室
b40a478ca7
🐛 Fix incorrect type after updating cookies 2023-03-28 22:34:10 +08:00
洛水居室
a06eb61b49
🎨 Improve code quality 2023-03-27 10:55:12 +08:00
洛水居室
db2741b515
🐛 Fix ValueError caused by incorrect player ID 2023-03-27 09:56:27 +08:00
洛水居室
f03f524a47
Support cookies refresh and export 2023-03-27 09:44:22 +08:00
洛水居室
15f50253a3
🐛 Fix instance PlayerInfoSQLModel is not persisted 2023-03-17 17:45:19 +08:00
洛水居室
e025a3a656
🐛 Fix PlayerInfo is not persisted 2023-03-17 00:23:31 +08:00
洛水居室
c19eb4679a
🐛 Fix the issue of incorrect account_id retrieval 2023-03-16 11:03:24 +08:00
洛水居室
df1c00a0dd
🐛 Remove unexpected end tag 2023-03-15 23:51:12 +08:00
洛水居室
6435dabf39
🎨 Improve AccountCookies Plugin 2023-03-15 20:36:57 +08:00
洛水居室
4e87424766
Add binding by player ID 2023-03-15 20:32:36 +08:00
洛水居室
4cd8eda043
🎨 Delete the login_ticket after use 2023-03-14 22:03:33 +08:00
洛水居室
c0fbabaf14
🐛 Fix BindAccountPlugin has no attribute player_info_service 2023-03-14 16:23:14 +08:00
洛水居室
3f20430b70
🐛 Fix the exception raised when player_info is None 2023-03-14 16:19:41 +08:00
洛水居室
06ff5d9bcd
🐛 Fix issue where players could not be found 2023-03-14 13:43:02 +08:00
洛水居室
df8d36da3c
🐛 Fix account ID being 0 2023-03-14 12:43:23 +08:00
洛水居室
233e7ab58d
♻️ PaiGram V4
Co-authored-by: luoshuijs <luoshuijs@outlook.com>
Co-authored-by: Karako <karakohear@gmail.com>
Co-authored-by: xtaodada <xtao@xtaolink.cn>
2023-03-14 09:27:22 +08:00