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: python-smpplib/python-smpplib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.2
Choose a base ref
...
head repository: python-smpplib/python-smpplib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 6 files changed
  • 4 contributors

Commits on Apr 24, 2023

  1. Fix: correct UCS2 part length following #184, fixes #216

    Pavel Perestoronin authored and eigenein committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    388bb28 View commit details
    Browse the repository at this point in the history
  2. Cut 2.2.3

    Pavel Perestoronin authored and eigenein committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    97ec04c View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Opt: add CODEOWNERS

    Pavel Perestoronin authored and eigenein committed May 12, 2023
    Configuration menu
    Copy the full SHA
    196c799 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Opt: create FUNDING.yml

    eigenein committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    e037bfe View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2024

  1. Do not create socket on __init__

    I don't think it is ok to create the socket outside of connect() when the only way to close it is in disconnect(). It leads to unnecessary warnings on object destruction.
    kmikov authored and eigenein committed Dec 22, 2024
    Configuration menu
    Copy the full SHA
    57ad3ae View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. Add SSH client to the CI

    code-of-kpp authored and eigenein committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    1add0a0 View commit details
    Browse the repository at this point in the history
Loading