TokTok / c-toxcore

The future of online communications.
https://tox.chat
GNU General Public License v3.0
2.25k stars 284 forks source link

refactor: Rename founder_set_password to set_password. #2706

Closed iphydf closed 7 months ago

iphydf commented 7 months ago

To align with get_password in the same namespace.


This change is Reviewable

codecov[bot] commented 7 months ago

Codecov Report

Attention: 20 lines in your changes are missing coverage. Please review.

Comparison is base (be82a3e) 73.10% compared to head (1524688) 73.04%. Report is 1 commits behind head on master.

Files Patch % Lines
toxcore/tox_api.c 0.00% 15 Missing :warning:
toxcore/tox.c 37.50% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2706 +/- ## ========================================== - Coverage 73.10% 73.04% -0.06% ========================================== Files 149 149 Lines 30517 30517 ========================================== - Hits 22309 22291 -18 - Misses 8208 8226 +18 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

iphydf commented 7 months ago

Needs more thought.

Green-Sky commented 7 months ago

superseded by https://github.com/TokTok/c-toxcore/pull/2709