danipoak
8220f3407c
Merge pull request #82 from Cypheriel/albert-mod
...
Fix activation requirements in albert.py
2023-12-11 16:00:46 -05:00
Cypheriel
327b43a2d8
change activation URL
2023-12-11 13:37:55 -07:00
Cypheriel
8d4e3563db
alter activation info
2023-12-11 13:37:37 -07:00
Cypheriel
4cb9a81226
change key size of private key
2023-12-11 13:36:40 -07:00
Cypheriel
6e93be94a1
grab serial number from data.plist
2023-12-11 13:36:16 -07:00
Steven Burnham
b40b89c145
fixed more errors related to reorg and file paths
2023-12-07 23:07:02 -05:00
Steven Burnham
e30f2a9d03
fixed some more paths
2023-12-07 22:35:56 -05:00
Steven Burnham
71eecd8013
fixed path from moving emulated folder
2023-12-07 22:19:16 -05:00
Steven Burnham
eee086683b
changed import syntax
2023-12-07 21:56:54 -05:00
Steven Burnham
967b8ec607
fixed emulated.nac import
2023-12-07 21:48:00 -05:00
Steven Burnham
49f472a8f8
moved emulated to pypush folder
2023-12-07 21:42:38 -05:00
Steven Burnham
52910fa00f
small changes to README for clarity
2023-12-06 22:36:48 -05:00
danipoak
8379eef5e0
Merge pull request #52 from Cypheriel/async
...
Add poetry support and pipx instructions
2023-12-06 19:43:07 -05:00
Cypheriel
453ad3d870
switch "it's" to possessive "its"
2023-12-06 01:09:47 -07:00
Cypheriel
e57f2161bd
switch repository link back to JJTech0130
2023-12-06 01:09:18 -07:00
Cypheriel
c8447d5027
set description
2023-12-06 01:03:24 -07:00
Cypheriel
0f21847f71
set authors based on contributors
2023-12-06 01:03:15 -07:00
Cypheriel
e612dff16e
update wheel dependency
2023-12-06 01:02:51 -07:00
Cypheriel
606b6aa3ad
remove use of typing.Self for compatibility
2023-11-19 16:18:35 -07:00
Cypheriel
4aeed079f3
add entrypoint for pipx
2023-11-19 16:00:57 -07:00
Cypheriel
a3754316ec
use new pypush package in outer packages
2023-11-19 15:01:00 -07:00
Cypheriel
2f435f5d84
add dev dependency requirements
2023-11-19 15:00:02 -07:00
Cypheriel
47e227907e
rename demo.py to __main__.py
2023-11-19 14:59:10 -07:00
Cypheriel
6f9ee2f6d2
change imports to use local modules
2023-11-19 14:58:39 -07:00
Cypheriel
ea03ceda6b
adjust installation instructions
2023-11-19 14:57:08 -07:00
Cypheriel
c0c7bbde5e
initiate poetry project
2023-11-19 14:56:23 -07:00
JJTech0130
ceeb9160ed
some error handling, jank typing notifs
2023-11-17 22:09:07 -05:00
JJTech0130
a9b84c7dbf
fix requirements issues
...
we don't actually need asn1crypto so I just commented out the code that imported it
2023-11-17 21:43:47 -05:00
JJTech0130
cbe553d369
remove cloudkit stuff not ready yet
2023-10-23 12:41:59 -04:00
JJTech0130
3be5a17b0f
use older iosbuddy endpoint for compat.
2023-10-23 10:54:34 -04:00
JJTech0130
6a3bee35d3
error handling
2023-10-22 17:54:20 -04:00
JJTech0130
290164af8e
formatting
2023-10-22 17:27:11 -04:00
JJTech0130
7594eabf7d
more refactoring, make cloudkit more robust
2023-10-22 17:25:32 -04:00
JJTech0130
e4a26ae1fa
major refactor
2023-10-21 20:39:40 -04:00
JJTech0130
3b5c868936
move into icloud folder
2023-10-21 19:40:39 -04:00
JJTech0130
0629cd77a6
starting cloudkit
2023-10-21 15:53:13 -04:00
JJTech0130
d3cc3b09e3
begin implementing anisette v3
2023-10-21 15:52:17 -04:00
JJTech0130
8e75cd2969
refactor gsa.py
2023-10-19 08:33:08 -04:00
JJTech0130
0775466b98
update openhaystack example to fetch sample locations
2023-10-18 19:41:54 -04:00
JJTech0130
61119bbbd0
add demo script for openhaystack search party toke
2023-10-18 15:46:26 -04:00
JJTech0130
a2b961c5da
log everything to file
2023-10-11 20:01:31 -04:00
JJTech0130
a043673ff0
bug: .pop() payload from incoming queue always
2023-10-11 18:03:41 -04:00
JJTech0130
bcffab8d28
bug: receive_some might return less then max bytes
...
also b"" is EOF not None
2023-10-11 18:02:34 -04:00
itsjunetime
2960b7c63c
- Remove eol whitespace
...
- Add retry for writing to stream since it's busy sometimes
- add a few more type hints
- add back demo.py tui commands
- add sending with effects
2023-08-22 11:13:31 -06:00
itsjunetime
f80acd2e09
- Remove unused imports
...
- extract idsuser authentication functionality to separate function so that it can be reused
- add more typing hints to make lsp happier
- access dictionary values more safely with walrus operator
- simplify some list comprehension and iteration
- print proxy errors in more detail so they're easier to debug
- store apnsconnection in proxy so that we can use it to make a user and decrypt payloads if needed
2023-08-21 21:10:04 -06:00
itsjunetime
5d7fab9cdd
Add back doc strings for Message attributes
2023-08-20 17:18:38 -06:00
June
04969a0160
Iterate over references instead of indexes for identities
2023-08-20 17:15:45 -06:00
June
855390ec43
Iterate over references instead of indexes
2023-08-20 17:15:26 -06:00
June
4baff08ce5
Use walrus operator for ease of reading
2023-08-19 18:35:35 -06:00
JJTech0130
c9664c1ce1
incorporate most of June's changes
2023-08-19 15:25:21 -04:00