Client for Danbooru based image boards
Find a file
Luca Beltrame b951cddee4 Put a TODO for "password salts"
The way Danbooru handles passwords is simplistic to stay the least. It's
also impossible to know the "password salt" without visiting the API
page. As such, "salts" need to be put along with the board they
originate from.

The code doesn't handle missing keys, hence this TODO.
2015-02-15 22:05:17 +01:00
doc initial project import from KDevelop 2013-02-17 10:19:02 +01:00
icons initial project import from KDevelop 2013-02-17 10:19:02 +01:00
src Put a TODO for "password salts" 2015-02-15 22:05:17 +01:00
.arcconfig Add an .arcconfig file for the Phabricator instance 2015-01-25 23:07:41 +01:00
.gitignore Standard gitignore 2013-03-17 12:05:54 +01:00
CMakeLists.txt Bump KF5 requirement to 5.7.0 and Qt to 5.4 2015-02-05 00:26:21 +01:00
kapp4.png initial project import from KDevelop 2013-02-17 10:19:02 +01:00
README.md Adjust the README slightly 2014-08-28 09:25:53 +02:00

Danbooru client

This is a (work in progress) C++ port from the original Danbooru Client. There's still a lot of work need to be done before it's releasable.