Commit graph

111 commits

Author SHA1 Message Date
Steven Burnham
b81ae39d7f
fixed more PEP-8 issues like lines too long 2023-12-03 13:28:01 -05:00
Steven Burnham
e23f7cf002
Rewrote lambda funciton to better format time units. Moved outside mine for deduplication. 2023-12-03 13:13:47 -05:00
Steven Burnham
6aea1fbbfb
General cleanup to PEP-8 standards 2023-12-02 15:09:31 -05:00
JJTech
ba25d4e379
Revert "Add Python version check (#56)" (#58)
This reverts commit 3591857334.
2023-12-01 20:52:43 -05:00
Kasherpete
3591857334
Add Python version check (#56) 2023-12-01 16:48:54 -05:00
JJTech0130
bacefed8b8
notify other devices of new handles 2023-11-19 12:12:17 -05:00
JJTech
d39dea3253
Merge branch 'sms-registration' into sms-registration 2023-11-17 23:31:10 +01:00
SpaceSaver
cde8116a66 Fix reg_notify 2023-11-16 17:00:09 -05:00
SpaceSaver
50f2d89b4f Fix some mistakes and add the potential for a None 2023-11-16 16:58:16 -05:00
SpaceSaver
09bc433b72 Implement daemon reuse 2023-11-16 16:55:08 -05:00
Steven Burnham
a8f6a44c45
fixed venv typo 2023-11-15 21:31:42 -05:00
Steven Burnham
2e59865f9d
deleted unassigned variable 2023-11-10 20:49:21 -05:00
Steven Burnham
256eb23298
deleted extra expiration assignment 2023-11-10 20:44:38 -05:00
Steven Burnham
07ecf064dd
truncated time decimals. 2023-11-09 23:07:33 -05:00
Steven Burnham
e38d9fcda2
Added new cronreg argument for conditional reregistration 2023-11-09 20:53:10 -05:00
SpaceSaver
47eaae9edc
Enable viewing the date for expiry 2023-11-06 17:25:23 -05:00
JJTech
65903ba3c5
fix a stupid bug 2023-11-06 17:08:36 -05:00
JJTech
9de9f75a16
Update demo.py 2023-11-01 22:05:33 -04:00
Kasherpete
af41a96343
Daemon flag addition (#41)
* `--keepalive` flag added

* Time zones fixed, minor changes and bug fixes

* Update logging, `--daemon` is finished

* Reuse APNs connection when running `--daemon`

* Stability updates for `--daemon`

* refactor daemon code

---------

Co-authored-by: JJTech0130 <jjtech@jjtech.dev>
2023-11-01 20:59:13 -04:00
Kasherpete
9a0f55ab18
Fix ignoring gateway parameter (#34)
* Add custom exceptions and fix logging

* Fix "done" message

* Fix gateway stuff

* Fix `P:`

* Fix cscook's `--reg-notify` code
2023-10-23 19:28:36 -04:00
cscook
d15716a7da
Adding registration notification option (#37) 2023-10-23 11:05:02 -04:00
JJTech
0d5f3d91f6
Remove message to me lol 2023-10-13 18:24:39 -04:00
JJTech0130
79f5d8ec34
sms query limit testing 2023-10-08 13:48:53 -04:00
Keagan Peterson
a44aee6d3f Fix manual PDU method for SMS registration 2023-09-16 21:11:02 -05:00
JJTech0130
91f9d7900e
bug 2023-09-02 19:22:44 -04:00
JJTech0130
b5e9a1c4db
fix a bit 2023-09-02 19:20:46 -04:00
JJTech0130
bad5b760b3
improvements to args 2023-09-02 19:09:41 -04:00
JJTech0130
61e6b08b66
add alive option 2023-08-28 08:13:20 -04:00
JJTech0130
56e0c6098c
make publishing client_data optional 2023-08-28 08:01:41 -04:00
JJTech0130
3500879256
remove git 2023-08-27 20:42:42 -04:00
JJTech0130
3151089f3e
add --reregister flag 2023-08-27 09:27:24 -04:00
JJTech0130
4c345a0377
refactoring and cleanup 2023-08-25 22:26:37 -04:00
JJTech0130
32d5b56567
yay kinda works, very hacked 2023-08-25 17:41:55 -04:00
JJTech0130
af71383f5d
stash trying to test sms registration 2023-08-24 07:31:11 -04:00
JJTech0130
12cd7ac2cd
start redoing demo 2023-08-19 11:27:44 -04:00
JJTech0130
d908e9cc37
give up on proper ACKing 2023-08-17 22:40:02 -04:00
JJTech0130
9822d6f66f
squash more bugs 2023-08-17 22:05:18 -04:00
JJTech0130
60459cf1bc
typing, async, kinda works most of the time 2023-08-17 21:14:44 -04:00
JJTech0130
a0f88b0d91
Merge branch 'sms-forwarding' into proxy-improvements 2023-08-17 20:28:44 -04:00
JJTech0130
59d8619281
start migrating demo 2023-08-17 20:23:56 -04:00
JJTech0130
3904bf9e3f
preparing some stuff 2023-08-16 13:31:15 -04:00
JJTech0130
da483b995b
fix some bugs, remove old parser 2023-08-15 16:28:02 -04:00
JJTech0130
8a09a6eecd
add commit hash check (and fmt) 2023-08-15 09:05:08 -04:00
JJTech0130
1d74e568cf
add new message parsing stuff 2023-08-14 09:40:33 -04:00
JJTech0130
e41ed2c6a2
refactoring and cleanup 2023-08-13 23:24:34 -04:00
JJTech0130
04b139f941
sms forwarding better 2023-08-13 19:26:57 -04:00
JJTech0130
182210cf9c
stuff we did on the call 2023-08-11 15:45:17 -04:00
JJTech0130
fc7e67dd09
ignore urllib3 warnings without gsa.py turning them off 2023-08-09 12:38:09 -04:00
Dadoum
09d33c0d36 Merge upstream 2023-08-01 01:52:28 +02:00
Dadoum
1e7c9d765d Handle small attachments 2023-08-01 01:39:09 +02:00