summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add SoundfileUrgent to default configHEADmasterAndré Glüpker2018-08-051-0/+1
|
* Play annoying warning, when time is running shortAndré Glüpker2018-06-041-0/+7
|
* Annoing warning sound.André Glüpker2018-06-041-0/+0
| | | | Source: https://freesound.org/people/Wagna/sounds/325987/
* Invalidate current CaptchaID when submittingAndré Glüpker2016-08-161-1/+1
| | | | | Before it was set invalid, when we got the reply. This way it was possible to submit multiple answers for one captcha.
* Fix bug with invalid server answers.André Glüpker2016-08-161-11/+6
| | | | (hopefully not introducing a new bug)
* Use real path.André Glüpker2016-08-061-1/+1
| | | | This resolves correctly, when using symlinks.
* Use paths relative to the executeable.André Glüpker2016-06-061-3/+6
| | | | | | The default soundfile and config are stored next to the executeable. This is not an optimal solution, but for a small script like this it is good enough. This should work on windows and linux.
* Set window flag dialogAndré Glüpker2016-06-061-0/+1
| | | | | | My reason: i3wm will show this floating by default, which seems reasonable for this kind of application.
* Close file descriptor after reading configAndré Glüpker2016-04-151-1/+2
| | | | Thanks to https://github.com/hut/ranger/issues/529
* New config option: AutostartAndré Glüpker2016-04-081-6/+11
|
* Another check for well-formatted server statsAndré Glüpker2016-04-081-4/+5
|
* Clear input on new captchaAndré Glüpker2016-04-081-0/+1
|
* Add timer to count down 30 secondsAndré Glüpker2016-04-071-13/+28
|
* Tweak strings a bitAndré Glüpker2016-04-071-3/+3
|
* Add config file for user settings (api key, sound, soundfile)André Glüpker2016-04-071-13/+38
|
* Remove legacy (click support on captcha)André Glüpker2016-04-071-13/+1
|
* More status textAndré Glüpker2016-04-061-3/+5
|
* Quick and dirty crash fixAndré Glüpker2016-04-061-2/+6
|
* Smaller checkboxAndré Glüpker2016-04-061-0/+4
|
* Add simple checkbox to disable/enable soundAndré Glüpker2016-04-061-2/+6
|
* Remove Submit/Skip ButtonAndré Glüpker2016-04-061-28/+6
| | | | | Use enter/return to submit. Use escape or submit an empty message to skip.
* Remove pseudo mouse support againAndré Glüpker2016-04-051-84/+0
|
* fix save image functionAndré Glüpker2016-03-241-3/+3
|
* Stupid Bugfix...André Glüpker2016-03-241-2/+2
|
* Add another Type1-CaptchaAndré Glüpker2016-03-231-2/+4
| | | | white box has other dimensions for "street sign" and "street names"
* Only detect captchatype onceAndré Glüpker2016-03-231-16/+25
|
* Implement captchaclicking for another captcha typeAndré Glüpker2016-03-231-35/+95
| | | | | | | | | | | Try to detect, which image is provided, by checking some pixels for values. The first captcha has a big, black infopanel and an example image with a white border. The second captcha has a small info panel and we're testing for a nearly black pixel (jpeg artefacts...) for the corresponding imagenumbers
* First prototype of clickable images (find all trees)André Glüpker2016-03-221-2/+38
| | | | Only works on one of those. (The one with the black borders)
* Debugfunction to save current image (commented out)André Glüpker2016-03-221-0/+7
|
* Fix description/commentAndré Glüpker2016-03-221-2/+2
|
* Colorize Start/Stop-Button to show current (live) statusAndré Glüpker2016-03-201-0/+2
|
* little bugfixesAndré Glüpker2016-03-191-1/+6
| | | | | - startstopButton Focus - Committing/Skipping while paused
* Show number of 'NO CAPTCHA'-MessagesAndré Glüpker2016-03-191-4/+12
|
* Display current worker countAndré Glüpker2016-03-191-1/+3
|
* cleanupAndré Glüpker2016-03-191-11/+1
|
* random not neededAndré Glüpker2016-03-191-1/+0
|
* Show a warning if the API_KEY is not setAndré Glüpker2016-03-181-0/+5
|
* Simple notification sound.André Glüpker2016-03-181-0/+0
| | | | Source: http://www.freesound.org/people/InfiniteLifespan/sounds/266455/
* Initial commit of my 9kw client with python3 and PyQt5André Glüpker2016-03-181-0/+330