1f2dd73976
Big update
2020-04-13 17:16:24 +02:00
1360c734ff
Merge pull request #842 from dadav/develop
...
Some fixes
2020-04-03 14:49:17 +02:00
9ca8aacdf6
Merge pull request #821 from jacopotediosi/patch-1
...
Onlinehashcrack should create .pcap.cracked files
2020-04-03 14:48:54 +02:00
d39c849daf
github? you ok?
2020-04-02 23:06:39 +02:00
58bbae89c2
fix some bugs
2020-04-02 22:59:51 +02:00
9a1565813c
cant import
2020-04-01 18:21:12 +02:00
03c014f414
fix webcfg
2020-04-01 18:20:12 +02:00
9a22321799
save in dotted format
2020-04-01 09:39:32 +02:00
8260b41bab
Merge pull request #813 from silsha/fix-gps
...
Prevent saving gps file without coordinates
2020-03-31 16:02:44 +02:00
489bce0c01
Fix for gps labels on inkyphat displays
...
Positioned the gps labels correctly on inkyphat displays
2020-02-26 08:53:04 +00:00
0e1a1f4c79
Changed filename generation to a regex
2020-02-17 12:15:26 +01:00
b3bdb34e3f
Onlinehashcrack should create .pcap.cracked files
2020-02-17 10:55:35 +01:00
61e5872229
Prevent saving gps file without coordinates
...
Signed-off-by: Silsha Fux <hallo@silsha.me >
2020-01-21 17:50:02 +01:00
fe97315b0f
bytes...
2020-01-19 15:47:58 +01:00
7e80a7b9ca
Merge pull request #808 from dadav/feature/ohc_download
...
add password download from onlinehashcrack
2020-01-19 14:46:24 +01:00
5606ad7281
Merge pull request #804 from xenDE/patch-9
...
net-pos: make api_url configurable
2020-01-19 14:18:50 +01:00
23f09bc4b6
Merge pull request #803 from xenDE/patch-7
...
webgpsmap: load extern resources over https, show current position on…
2020-01-19 14:18:43 +01:00
238b90d988
Merge pull request #802 from xenDE/patch-8
...
webgpsmap: better logging informations for easy user debugging
2020-01-19 14:18:33 +01:00
67bbcfef9b
Merge pull request #807 from dadav/feature/session_log
...
add session functionality to session-stats
2020-01-19 14:17:28 +01:00
37b25a142f
add password download
2020-01-19 11:51:11 +01:00
301a3d99cf
add session logs
2020-01-19 11:11:13 +01:00
9339ecb2fd
net-pos: make api_url configurable
...
now its possible tzo set an own api_url in config:
[main.plugins.net-pos]
enabled = true
api_key = "test"
api_url = "https://location.services.my-own.com/v1/geolocate?key={api} "
2020-01-18 17:35:54 +01:00
a28c9a1176
webgpsmap: better logging informations for easy user debugging
2020-01-18 16:52:52 +01:00
c5d6f6d362
webgpsmap: load extern resources over https, show current position on https context (for self hosted/offlinemap)
2020-01-18 16:46:35 +01:00
717cb02743
Fix English typos
...
Fixed a typo in English translation, needing to regenerate locales because of changed msgid
Fixed typo in onlinehashcrack plugin logging
Signed-off-by: xBelladonna <isabelladonnamoore@users.noreply.github.com >
2020-01-18 14:31:15 +09:30
8be643b2e0
Announce OnlineHashCrack plugin loaded in logs
...
Signed-off-by: xBelladonna <isabelladonnamoore@users.noreply.github.com >
2020-01-18 14:30:27 +09:30
814392daa5
Add port onto paw-gps IP in logs for clarity
...
We show ip:port instead of just ip in logs to avoid confusion
Signed-off-by: xBelladonna <isabelladonnamoore@users.noreply.github.com >
2020-01-18 14:30:27 +09:30
afc3636939
fix version parsing
2020-01-16 18:52:40 +01:00
f154b97ab9
Merge pull request #770 from gerard780/patch-1
...
added support for timezones with - offset
2020-01-16 12:02:47 +01:00
3e5bece3cf
Merge remote-tracking branch 'upstream/master' into patch-1
2020-01-14 16:10:30 -05:00
51e13aa1ad
related to toml migration
2020-01-14 18:20:00 +01:00
78fba1f74b
dateutil is easier than regex
2020-01-13 20:10:43 +01:00
6075296884
Switch to toml
2020-01-13 19:20:40 +01:00
15bae093fb
Merge pull request #758 from xenDE/patch-6
...
webgpsmap: add function for download the map as one html file and show current position on map
2020-01-13 11:40:26 +01:00
0c76cd7ea7
Merge pull request #757 from dadav/feature/switcher
...
Add switcher plugin
2020-01-13 11:40:07 +01:00
2f1b35b3fa
added support for timezones with - offset
...
introduced new regexp to better handle timestamps with a negative timezone offset like '2019-21-30T14:01:46.79231-05:00'
2019-12-30 14:01:59 -05:00
4164e7c067
webgpsmap: get current position and set marker on map in interval (30s)
...
used the browsers geolocation function to get the current location, show a marker and center the map there.
on success (user allows usage of get-current-position) it gets position every 30s and reposition the marker without center the map to the marker.
2019-12-29 14:57:17 +01:00
c300e73726
webgpsmap: add function for download the map as one html file with json-positions inside
...
now it's possible to download the map as one Html file for local use on your pc or host somewhere for mobile use without your pownagotchi. uri: /plugins/webgpsmap/offlinemap
2019-12-26 18:51:00 +01:00
0587c4b09a
Add switcher plugin
2019-12-26 09:43:07 +01:00
d981b26842
ups_lite: Add auto-shutdown
...
Signed-off-by: Benoît Allard <benoit.allard@gmx.de >
2019-12-19 20:11:39 +01:00
9d63eba232
add unload method
2019-12-16 18:50:40 +01:00
f141e15ba3
Merge pull request #727 from ArnCo/master
...
Set correct position for memtemp plugin so that it does not overlap with regular messages for waveshare27inch.
2019-12-16 12:00:46 +02:00
44138ba463
webgpsmap: fix parsing new timezone format "Z" in gps data
...
fix timezone "Z": "2019-11-28T04:44:46.79231Z" >> "2019-11-28T04:44:46.79231+00:00"
issue: https://github.com/evilsocket/pwnagotchi/issues/708
2019-12-15 23:37:48 +01:00
4b71fea404
Set correct position for memtemp plugin so that it does not overlap with regular messages for waveshare27inch.
...
Signed-off-by: ArnCo <arnaud@cordier.work >
2019-12-14 11:49:21 +01:00
e0a66f5c99
misc: small fix or general refactoring i did not bother commenting
2019-12-10 21:22:44 +02:00
81061cea24
fix: fixed locked callback call on plugins
2019-12-10 21:17:46 +02:00
a02960b56d
Merge pull request #705 from hmax42/master
...
UI adjustments for waveshare1
2019-12-09 18:09:19 +02:00
09a00adab9
fix: added a plugin::callback level mutex to avoid calling a callback while a previous call is still running
2019-12-09 17:46:44 +02:00
87b6cf7d40
Merge branch 'master' of https://github.com/hmax42/pwnagotchi
2019-12-08 16:25:23 +01:00
88928eec82
remove buttonshim
2019-12-08 16:25:07 +01:00