Commit graph

276 commits

Author SHA1 Message Date
danipoak
f205e86bdf
Merge pull request #78 from Cypheriel/timezone-fix
Fix time issue with cronreg
2023-12-09 13:03:32 -05:00
Cypheriel
064c8b19a7
actually fix the timezone bug 2023-12-08 09:47:34 -07:00
Cypheriel
9641cd34fd
Revert "replace expiration timezone with utc"
This reverts commit 2809eeeaa4.

revert changes to demo.py
2023-12-08 09:45:12 -07:00
Cypheriel
2809eeeaa4
replace expiration timezone with utc 2023-12-08 09:38:21 -07:00
Steven Burnham
bbdcc08ae2
fixed phone ip variable bug 2023-12-07 21:03:10 -05:00
danipoak
6a220095a2
Merge pull request #63 from mtalexan/sms-registration-termux
Termux: Add termux_installer.sh and include README instructions
2023-12-07 18:10:53 -05:00
Mike
3112d87fe2
Termux: Add termux_installer.sh and include README instructions 2023-12-05 21:34:00 -05:00
Steven Burnham
ec32686cfb
Made more clear that commands are executed in user space 2023-12-05 19:35:02 -05:00
Steven Burnham
e761320b5a
Fixed typo in readme 2023-12-05 19:30:24 -05:00
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
JJTech
e0795e8f72
Merge pull request #49 from danipoak/sms-registration 2023-11-30 16:40:45 +01:00
JJTech
2f3a1e4fe8
Merge pull request #54 from Nystrata/sms-registration 2023-11-29 18:16:36 +01:00
Nystrata
b69d3e2a26
Update README.md
Remove Sunbird mention
2023-11-29 09:02:36 -08:00
Steven Burnham
f9964390fe
fixed some more links in the scripts 2023-11-20 21:46:24 -05:00
Steven Burnham
bf28e6a69c
Revert "fixed some more links in the scripts"
This reverts commit 210cc96f32.
2023-11-20 21:45:43 -05:00
Steven Burnham
210cc96f32
fixed some more links in the scripts 2023-11-20 21:30:01 -05:00
Steven Burnham
fe27e41e89
updated links for new repo 2023-11-20 21:09:08 -05:00
Steven Burnham
e5f59c23f7
added manual instructions with fixed errors 2023-11-19 21:43:21 -05:00
danipoak
c4828b3747
Merge branch 'beeper:sms-registration' into sms-registration 2023-11-19 21:34:31 -05:00
Steven Burnham
b12c11f124
Modified readme to use automated installers 2023-11-19 21:33:58 -05:00
JJTech0130
bacefed8b8
notify other devices of new handles 2023-11-19 12:12:17 -05:00
Steven Burnham
7aa7d42612
added git for mac install 2023-11-17 21:58:09 -05:00
Steven Burnham
1c1e5f187d
added first working version 2023-11-17 21:35:48 -05:00
Steven Burnham
8c5359957c
removed daemon execution, added new script to execute daemon 2023-11-17 19:05:43 -05:00
JJTech
5938ee0a15
Merge pull request #43 from danipoak/sms-registration 2023-11-17 23:31:31 +01:00
JJTech
d39dea3253
Merge branch 'sms-registration' into sms-registration 2023-11-17 23:31:10 +01:00
JJTech
7dd62e93c9
Merge pull request #47 from SpaceSaver/sms-registration 2023-11-17 23:28:05 +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
846297f477
added macos/linux check and OS specifics 2023-11-15 22:01:07 -05:00
Steven Burnham
a8f6a44c45
fixed venv typo 2023-11-15 21:31:42 -05:00
Steven Burnham
11e400c892
fixed a lot of bugs 2023-11-14 18:43:36 -05:00
Steven Burnham
f0549c86b7
fixed borken link and added prints 2023-11-14 17:19:35 -05:00
Steven Burnham
b93dc9ce08
udpated for syntax errors 2023-11-14 17:08:26 -05:00
Steven Burnham
f0642d7ff7
added necessary module 2023-11-12 19:43:59 -05:00
Steven Burnham
3556dacf0f
added draft CLI installers 2023-11-10 21:51:33 -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
Steven Burnham
e34a1e2b87
fixed typo 2023-11-08 19:05:00 -05:00
Steven Burnham
b4db7fac66
Added sleep to cron call to account for slow startup 2023-11-07 21:12:20 -05:00
danipoak
de4a05cafa
Merge branch 'beeper:sms-registration' into sms-registration 2023-11-07 18:01:15 -05:00
Steven Burnham
ba25dfe271
fixed typo in crontab entry 2023-11-07 18:00:35 -05:00
Steven Burnham
089fdfdc7b
removed --reregister from --daemon 2023-11-06 21:05:04 -05:00