Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ghewgill/ljdump
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ewxrjk/ljdump
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 2, 2020

  1. Use "clear" auth method rather than "challenge"

    Dreamwidth has dropped challenge auth, since it is incompatible with
    secure password handling on the server. (If passwords are hashed in the
    database e.g. with bcrypt, the server cannot perform challenge/response
    hashing at request time.) Challenge/response has very little other
    advantage over clear auth as long as requests are made over TLS, which
    should now be the case for all servers.
    
    Details of DW change: https://dw-dev.dreamwidth.org/221167.html
    timmc committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    67c9650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecf5847 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Configuration menu
    Copy the full SHA
    5dce8ff View commit details
    Browse the repository at this point in the history
  2. ljdump.py to Python 3

    There are some small functional changes:
    - comment export gets a progress indicator
    - some error reporting is more detailed
    
    'r is sometimes a dict for unknown reasons' is solved:
    r was left over from a previous use of the same name (L147-154)
    ewxrjk committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    6bc039e View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. python 3: missed a bit

    ewxrjk committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    4a243b4 View commit details
    Browse the repository at this point in the history
Loading