purple-skypeweb:master

Last commit made on 2024-01-22
Get this branch:
git clone -b master https://git.launchpad.net/purple-skypeweb

Branch merges

Branch information

Name:
master
Repository:
lp:purple-skypeweb

Recent commits

ab786a3... by Eion Robb

Merge pull request #698 from Nardol/cpp_flags

Pass $[CPPFLAGS) to $(CC) command line.

ecef199... by Patrick ZAJDA

Pass $[CPPFLAGS) to $(CC) command line.

It is needed by E.G. Debian package building for hardening.

Signed-off-by: Patrick ZAJDA <email address hidden>

5daf79d... by Eion Robb

Merge pull request #696 from beadon/master

typo in packaging configuration fixed, now builds packages correctly

c02d294... by beadon

typo in packaging configuration fixed, now builds packages correctly

8b29d7b... by Eion Robb

Merge pull request #683 from bodqhrohro/sa_safety_check1

sa->pc safety check in request/timeout callbacks

29c8601... by Bohdan Horbeshko <email address hidden>

sa->pc safety check in request/timeout callbacks

It mitigates a common cause of segmentation faults due to a freed
SkypeAccount structure which may contain corrupted data already,
still the sa->pc may be NULL as it is freed right before the whole
structure. It does not guarantee the crash prevention though, and does
not solve the root problem, as these callbacks should be removed and
not invoked if an account is disconnected.

The crash backtraces are collected in #650, most of them happened in
`skypeweb_post_or_get`.

6464314... by Eion Robb

Merge pull request #682 from bodqhrohro/ppft_connection_error

Fix account disabling on a connection failure on PPFT stage

34247cc... by Bohdan Horbeshko <email address hidden>

Fix account disabling on a connection failure on PPFT stage

Inspired by https://github.com/EionRobb/purple-googlechat/commit/a68a48600baceb55ad608d9603e85d43d0edf566

c4906b8... by Eion Robb

Merge pull request #676 from jpalus/master

Fix direction of uri messages

bebec97... by Jan Palus <email address hidden>

Fix direction of uri messages