emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/base32 created (now 5fa6529ace)


From: ELPA Syncer
Subject: [nongnu] branch elpa/base32 created (now 5fa6529ace)
Date: Sat, 10 Feb 2024 12:59:39 -0500 (EST)

elpasync pushed a change to branch elpa/base32.

        at  5fa6529ace Fix another stray docstring reference

This branch includes the following new commits:

       new  8f865c378e Initial commit
       new  8d27869a96 Initial check in of TOTP token generation
       new  2ded2a7cef Replace generic gitlab README with something more useful
       new  545cf69323 Simplify the totp-secrets-create-item-workaround custom 
entry
       new  56b160f436 Handle .netrc style backends containing otpauth url 
secrets
       new  34d9df6232 Split out the standard label generation code
       new  614354718d Make totp-generate-otp understand secret structs and 
base32 strings
       new  4595bb3b7c Make the returned TOTP token a string so we don't lose 
leading 0s
       new  b7e1daca76 Comment out some spurious calls in the test file
       new  0146fe6b91 Minor formatting trivia in the test file
       new  93aa724afe Improve the UI to display a constantly updated TOTP token
       new  4432d44bce Trivia: clean up some docstrings
       new  a683df1a74 Add a separate instance of an `auth-sources' list just 
for TOTP
       new  8b74f66db2 Update README
       new  c29822d2f1 Add totp-pkg.el in preparation for publishing to a 
package archive
       new  1e14f7c45f Remove references to debug function that doesn't exist 
anymore
       new  5c902928f7 Fix bug in otpauth-migration URL decoder
       new  9b6ac038a1 Eliminate reference to obsolete internal variable in an 
error path
       new  f27043d432 Fix some byte compilation warnings
       new  417a3d03f6 Dedup secrets manually instead of relying on freedesktop 
secrets API
       new  47bcc107b8 Enable substring matching for TOTP secret selection
       new  3e5a779479 Reduce totp-minimum-ui-grace default value to 3 from 5
       new  800de931a0 Autoload totp-import-file and update its docstring
       new  5065525032 Update docstrings and readme
       new  0feadbc485 Make the cancel-this-timer function more generic
       new  982c418361 Docstring style trivia
       new  8925afa85b Clarify that totp-alt-xdg-schemas is used only to read 
secrets
       new  94f41a945e Implement auto-copying of TOTP tokens
       new  a066bd453f Remove totp-minimum-ui-grace which we're not using after 
all
       new  cf6483b7fa Update docstrings and comments for checkdoc compliance.
       new  0741c352da Add .gitignore
       new  a61f9c27b1 Remove unnecessary file
       new  e9c9329661 Prepare for package archive inclusion
       new  99a81b3634 Trying out name diversion on packaging as totp is taken.
       new  e18cb077d7 Note in TODO that we may be able to drop custom hmac 
support now
       new  ff7061d7ef Bump version to 0.2 for release attempt
       new  e113a73b9b Add more details to the commentary and README
       new  569f5268ca Remove some old (commented out) debug code
       new  1c9bc087ba totp-auto-copy-password: improve docstring and fix 
defcustom typos
       new  3ede350d0f totp-auto-copy-password: change the default value
       new  ccf4584caa totp-update-token-display: fix intermitten token display 
bug
       new  e18e58fd96 totp-truncate-hash: typo in docstring
       new  480dacaf75 Implement freedesktop notifications based UI
       new  df9e83880d totp-notification-action "copy" should always copy the 
token
       new  5ea9f39645 Update commentary to describe the new UI options
       new  dbb395f298 Fix some compilation warnings
       new  d3696bbe2d Squash a deprecated function byte-compile warning
       new  676e64115d Test should target totp-auth.el after the rename
       new  7023bb8697 Suppress some more (spurious) byte-compile errors
       new  a15c27157a Checkdoc incorrectly detects .\n as "not a complete 
sentence"
       new  11819b793b Suppress a docstring-related byte-compile error
       new  32515e59da totp-update-token-notification: add docstring
       new  15218226f9 checkdoc is having Opinions™ again
       new  0c9ab0005b Rename all the things as we migrate from totp-… to 
totp-auth-…
       new  4492236c1f Squash some warnings when byte-compiling the tests
       new  522bb9d85f Another linter opinion accommodated
       new  1c5810c853 Continue the Great Renaming into totp-auth-…
       new  bd7959a5ef Add a LICENSE (sic) to match the SPDX entries
       new  d435f806a0 Documentation changes related to the Great Renaming
       new  93bfede7bf More Great Renaming - move hmac to totp-auth-hmac
       new  a97fde3c60 Prepare to ship base32 as a separate package
       new  72c09337eb Supress misleading warnings about use of ’lsh’
       new  7f0fe12bce Fix tests after the Great Renaming
       new  18c813779a Mention Google Authenticator in comments
       new  2b6c12528c Mention Google Authenticator in a couple more places
       new  d550a728be Rename totp-interop.el to totp-auth-interop.el
       new  4708406887 Add comm to package's keywords
       new  6843417e38 Rename interactive entry point from totp to totp-auth
       new  c31034feef Fix the totp-auth-hmac.el footer comment
       new  95af9632f3 Wrap lsh in base32.el to suppress misleading lsh vs ash 
warning
       new  ce7fe1b815 Tests now indicate where they are loading totp-auth et 
al from
       new  a41fe7d0f7 Trivia: fix markup in test file docstring
       new  60c0ea49cf Suppress more byte compile warnings
       new  c04d223e11 Fix a docstring xref
       new  ac5b439624 Document an otpauth-migration URL quirk in a comment
       new  908d2d6aea Fix overlong docstring line
       new  5e5f311775 Fix a checkdoc warning in base32-lsh
       new  49cb6d5468 Implement the base32hex encoding from RFC4648
       new  60dbfaf621 Use the warning-suppressing lsh wrapper from base32.el
       new  ed4feed432 Fix a checkdoc warning.
       new  e28d088223 Missed a couple of references to totp-auth-lsh
       new  269044a4a2 Replace a single use of cl-case with cond
       new  1c001795de Preliminary otpauth-migration URL export support
       new  7b56905280 Add technical documentation about the specifications 
this implements
       new  11199b1d22 Our default base32 dictionary is uppercase only
       new  33a93352a9 Trivia: docstring symbol markup converted to new style
       new  0d7a4e1c9d Check for availability of QR code import command
       new  3bd26611c1 Don't add newlines in long otpauth-migration URL data 
blobs
       new  043ce25969 Add text-file export support
       new  4a32e61634 QR code export
       new  5557b7714a Squash obsolete function warnings, maintain backwards 
compatibility
       new  50609c4c9b Typo in error message
       new  49f2e5e7ad Add an autoload for the OTP export function
       new  967a8375e8 Add a require for epa-hook in totp-auth-interop
       new  046998aa35 Automate byte compilation & running tests with no site 
or user config
       new  15e19abec5 Update README files
       new  7e7e43535e Update references to old command names in the commentary 
section
       new  19b6939cca Prefer the "TOTP" secrets collection over "login" (if it 
exists)
       new  6f138d3eaa Clean up the flow of totp-auth-sources
       new  b048113b66 Allow user to create secrets interactively
       new  d520096a5d Fix stale references in docstrings
       new  da1498e54d Handle empty user strings better when creating labels 
for secrets
       new  5fa6529ace Fix another stray docstring reference




reply via email to

[Prev in Thread] Current Thread [Next in Thread]