Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README update #616

Open
wants to merge 401 commits into
base: master
Choose a base branch
from
Open

README update #616

wants to merge 401 commits into from

Conversation

sekuryti
Copy link

Corrected messenger spelling

Derwent and others added 30 commits July 31, 2019 20:50
Version 1.x.x is already in use by ricochet legacy. Version 2.x.x should be left in case legacy is updated (+major revision no corresponds to tor version)
Ricochet refresh should instead use version 3.x.x
QStandardPaths::DataLocation is deprecated, QStandardPaths::AppDataLocation should be used instead
CFBundleSignature does not need to be updated as versions of macOS >10.7 ignore this field
As of C++11, implicit declarations of operators are deprecated.
Previous to this, implicit declarations of operators would function
the same as:
Class& operator<op>(const Class&) = default;
Explicitly declaring an operator as above will avoid this warning and
maintain compatability with future C++ standards
…ricochet-refresh-git-ignore

Add ricochet-refresh to the gitignore
…macos-cfbundleidentifier

Update ricochet refresh to have a new CFBundleIdentifier
If they pass the RFC4648 test vectors they should work with anything else, no need to have extra tests
…warnings-fix

Fix implicit operator declaration warning
…base32_tests

Base32 tests + make base32 code RFC4648 compliant
…dpi-scaling

Scaling to higher DPI + updated .gitignore for new file tree
m-simonelli and others added 30 commits December 19, 2021 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants