0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00
Commit graph

533 commits

Author SHA1 Message Date
boltgolt
d154c56566
First working implementation of auth ui in gtk 2020-12-03 00:36:22 +01:00
boltgolt
9a79308f70
Merge pull request #465 from rafalgorczewski/master
python2-sphinx replaced with python-sphinx
2020-12-02 22:00:32 +01:00
boltgolt
f47978a3f4
Syntax fix 2020-12-02 21:53:33 +01:00
boltgolt
75ce383207
Merge pull request #452 from espidev/master
Change detecting sudo priviliges to check if process euid is 0
2020-12-02 21:50:18 +01:00
boltgolt
03a2602780
Merge pull request #455 from bob8677/master
Stop verification and print warning if video device does not exist.
2020-12-02 21:44:40 +01:00
boltgolt
d4e5dea0ac
Merge pull request #470 from arifer612/patch-1
Changed final print statement to reflect changes
2020-12-02 21:42:28 +01:00
arifer612
fcd3bedb00
Changed final print statement to reflect changes
Arguments for the `disable` command are either `{0, false}`, or `{1, true}`. However, only if the argument is `1` will the print statement print "Howdy has been disabled". It should, by right, also show if the argument was `true`. To fix it, I noticed that the 2 possible sets of arguments fall into either of 2 groups characterised by the variable `out_value`. I thus suggest that the variable be used in the conditional for the final print statement.
2020-11-11 21:33:13 +08:00
Rafał Górczewski
09ef2ecbf9 python2-sphinx replaced with python-sphinx 2020-11-05 04:55:14 +01:00
bob8677
3ac6934d9f
Update pam.py 2020-10-22 15:13:35 -05:00
bob8677
f849026192
Update pam.py 2020-10-22 15:12:04 -05:00
bob8677
3f68b57eec
Update pam.py 2020-10-22 14:57:26 -05:00
bob8677
5a76af965a
Update config.ini 2020-10-22 14:36:15 -05:00
bob8677
be761885e6
Update pam.py 2020-10-22 14:35:17 -05:00
Devin Lin
1b1b1d2b5e Change detecting sudo priviliges to check if process euid is 0 2020-10-12 11:35:59 -04:00
boltgolt
3c9537a35f
Changelog update 2020-09-02 17:28:26 +02:00
boltgolt
69d87288d8
Merge pull request #432 from boltgolt/dev
Version 2.6.1
2020-09-02 17:26:22 +02:00
boltgolt
cf05998ae7
Merge branch 'master' into dev 2020-09-02 17:25:45 +02:00
boltgolt
9fca6ab837
Moved cv2 import after dlib import 2020-09-02 17:14:05 +02:00
boltgolt
756626db7b
Fixed preinst certainty question 2020-09-02 17:04:40 +02:00
boltgolt
60042d4393
Updated issue template 2020-09-02 16:50:51 +02:00
boltgolt
6db0cdf5a1
Merge pull request #395 from KaratekHD/patch-1
Update howdy.spec for OpenSUSE
2020-09-02 16:38:03 +02:00
boltgolt
43efddca19
Merge branch 'master' into patch-1 2020-09-02 16:36:31 +02:00
boltgolt
cfb382e1e2
Merge pull request #430 from divykj/typo-patch
Fixed typo in debian postinst log
2020-09-02 16:33:58 +02:00
boltgolt
0e4e67780c
Merge branch 'master' into typo-patch 2020-09-02 16:33:07 +02:00
boltgolt
c691ffe32f
Merge pull request #427 from lesterpotter/patch-1
Update README.md
2020-09-02 16:32:45 +02:00
Divy Jain
1b0a92d36f
fix typo 2020-09-01 20:21:50 +05:30
Les Potter
d2af369be9
Update README.md
Remove duplicate word
2020-08-31 10:06:37 -04:00
boltgolt
5346890287
Fix devision by zero, fixes #413 2020-08-07 14:58:50 +02:00
boltgolt
8abe3c3eeb
Add missing howdy options to tab autocomplete 2020-08-07 14:56:39 +02:00
boltgolt
c8c021bfa9
Merge pull request #406 from ponyisi/master
Improve use of syslog
2020-08-07 10:12:28 +02:00
Peter Onyisi
11a8633f3d Update severity of messages to upstream/dev 2020-08-01 12:35:53 -05:00
ponyisi
d588f5a9ef
Merge branch 'master' into master 2020-08-01 12:30:55 -05:00
boltgolt
35da11f970
Merge pull request #401 from willwill2will54/patch-1
Fixes error with slow mode on low FPS
2020-08-01 12:37:36 +02:00
boltgolt
b59405772c
Merge pull request #383 from h45h74x/patch-1
Fixed typo that caused an error
2020-08-01 12:34:29 +02:00
boltgolt
2f7e4cc383
Merge pull request #379 from kageurufu/archlinux-v2.6.0
Update Archlinux PKGBUILD to v2.6.0
2020-08-01 12:30:30 +02:00
boltgolt
ef2b237944
Merge pull request #380 from kageurufu/syslog_levels
Use syslog.LOG_INFO and LOG_NOTICE instead of LOG_EMERG
2020-08-01 12:28:51 +02:00
Peter Onyisi
d6b3679549 Fix name typo, reset syslog when done 2020-07-29 16:37:30 -05:00
Peter Onyisi
a5df47312d Replace spaces with tabs 2020-07-29 16:20:43 -05:00
Peter Onyisi
d4623b6031 Ensure not all syslog messages are EMERG level 2020-07-29 16:18:53 -05:00
William Charlton
aa11042839
Fixes error with slow mode on low FPS
When frame_time exceeds 0.5 this change caps the sleep time to be at least zero, as trying to sleep a negative duration crashes the program.
2020-07-25 21:03:19 +01:00
Karatek_HD
a624fb5860
Update howdy.spec
I experienced some problems with this .spec file, throwing errors about non existing files. These changes fixed them.
2020-07-16 11:24:50 +02:00
Simon
9a0da43955
Fixed typo that caused an error 2020-07-03 00:15:44 +02:00
Franklyn Tackitt
9de3d39e6c Use syslog.LOG_INFO and LOG_NOTICE instead of LOG_EMERG
Fixes #374
2020-07-01 11:15:46 -07:00
Frank Tackitt
b95ec2869c
Merge branch 'master' into archlinux-v2.6.0 2020-07-01 08:31:42 -07:00
Franklyn Tackitt
02e144739a Update Archlinux PKGBUILD to v2.6.0 2020-07-01 08:22:18 -07:00
boltgolt
a776c49ade
Readme update and debian fixes 2020-06-23 02:14:01 +02:00
boltgolt
e495bdac5f
Merge pull request #370 from boltgolt/dev
Version 2.6.0
2020-06-22 19:17:07 +02:00
boltgolt
c3b11d14e6
Gotta fix those typos 2020-06-22 18:49:04 +02:00
boltgolt
414c3a0e75
Ready for 2.6.0 2020-06-22 18:37:08 +02:00
boltgolt
2890457fa5
Fix editor prio as per #333 2020-06-22 18:00:33 +02:00