Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-08SkypeWeb : Let's finally make a 1.0v1.0Eion Robb
2015-11-08SkypeWeb : Fix signed/unsigned conversion errorsEion Robb
2015-11-08Merge pull request #359 from dequis/small-leak-fixesEion Robb
Some small leak fixes
2015-11-08SkypeWeb : Fix for compiling with MSVCEion Robb
2015-11-07Some small leak fixesdequis
2015-11-07Merge pull request #358 from dequis/cancel-fetch-url-on-logoutEion Robb
Keep track of PurpleUtilFetchUrlData and cancel them on logout
2015-11-07Keep track of PurpleUtilFetchUrlData and cancel them on logoutdequis
Fixes use-after-free bugs when the callback is called after the account is turned off. This creates a wrapper function skypeweb_fetch_url_request() which takes a SkypeWebAccount instead of a PurpleAccount, and stores each return value in a linked list, sa->url_datas. The callbacks must take care of removing this entry. The linked list idea is pretty much copy-pasted from built-in prpls, main difference is that others don't have a wrapper function. This diff is rather repetitive, but it's as good as it gets.
2015-10-08SkypeWeb : Rejoin chats when account reconnectsEion Robb
Should fix issue #332
2015-10-02SkypeWeb : Potential fix for Live-login users receiving their sent messages ↵Eion Robb
from other devices. See issue #348
2015-09-30SkypeWeb : Fix crash on login when using an MSN accountEion Robb
2015-09-30SkypeWeb : More purple3 compatibility improvementsEion Robb
2015-09-30SkypeWeb : Update url to fetch current username from to work with MSN loginsEion Robb
2015-08-25Merge pull request #337 from jparvela/specchangesEion Robb
SkypeWeb: Add missing files to spec file list
2015-08-25Make folder entries explicit in specJosé Pedro Arvela
Prepend %dir in every folder entry, so that only the folder itself and not the files inside are counted. This prevents accidental files from being added unnintentionally to the package.
2015-08-25Add missing files to spec file listJosé Pedro Arvela
OpenSUSE requires all folders which are not part of the general filesystem to be owned by the package too. This adds the missing folders to the list.
2015-08-22Merge pull request #334 from DanNixon/fix_compiler_warningsEion Robb
Skypeweb: Fix compiler warnings
2015-08-21Fix indentationDan Nixon
2015-08-21Fixed Linux compiler warningsDan Nixon
2015-08-19Skypeweb : A few purple3 fixes after the typing notifications mergeEion Robb
2015-08-18Skypeweb : Fix another memory corruption issue after MSN changesEion Robb
I wonder why no one else noticed this..... :)
2015-08-18Merge pull request #333 from pchome/masterEion Robb
Skypeweb : Handle "Control/Typing" events in multi-user chats
2015-08-18Skypeweb : Try giving compat back to statically compiled plugins, eg for ↵Eion Robb
Adium. See issue #330
2015-08-18SkypeWeb: feature: some notification settings to handle "Control/Typing" eventspchome
2015-08-10SkypeWeb : Fix another memory corruption since the MSN change thingEion Robb
2015-08-10SkypeWeb : Fix memory corruptionEion Robb
2015-08-10SkypeWeb : Maybe make things work with MSN contactsEion Robb
2015-08-10SkypeWeb : Potential fix for inline images not downloadingEion Robb
2015-08-05Skypeweb : Ugh, forgot to commit this in previous commits too :(Eion Robb
2015-08-05Skypeweb : Fix compiler error + version bumpEion Robb
2015-08-05Skypeweb : Download buddy list and avatars in one requestEion Robb
2015-08-05Skypeweb : Temporary workaround to use first+last as fullname before I blast ↵Eion Robb
the old api code out of the water
2015-08-04Merge pull request #323 from xvitaly/masterEion Robb
Skypeweb: Fixed meta package build after OBS applying patches into spec file.
2015-08-04Fixed meta package build after OBS applying patches into spec file.V1TSK
2015-08-03Skypeweb : Fix to handle additional conditions of gzip inflate fallback ↵Eion Robb
code. Refs issue #321
2015-08-03Skypeweb : Define PKG_CONFIG if there's no envvar for itEion Robb
2015-08-03Merge pull request #320 from Somasis/masterEion Robb
Skypeweb : Make the Makefile nicer :)
2015-08-03Merge pull request #319 from BOPOHA/masterEion Robb
Skypeweb : Fix for RPM package building from @BOPOHA
2015-08-03skypeweb/Makefile: standardizeKylie McClain
2015-08-03SkypeWeb : Fix for crash when focusing a tab in Pidgin when the account is ↵Eion Robb
disconnected
2015-08-03sed all 'skypeweb' to %{plugin_name}Anatolii Vorona
2015-08-03fix spec for work with OBS/ creating rpms from main tarball/ not require gitAnatolii Vorona
2015-08-03fix spec for work with OBS/ creating rpms from main tarballAnatolii Vorona
2015-08-02SkypeWeb : Fix from @pchome to prevent duplicate auth requestsEion Robb
2015-07-31Merge pull request #316 from krzysz00/chat-send-race-fixEion Robb
SkypeWeb : Fix for chat messages not able to be sent in the serv-got-joined-chat signal
2015-07-31Merge pull request #315 from krzysz00/connection-status-fixEion Robb
SkypeWeb : Only say we're connected when we're ready to send messages
2015-07-31Fix warning in previous commitKrzysztof Drewniak
2015-07-31Fix an issue where a chat was joined but messages couldn't be sentKrzysztof Drewniak
The message sending code expected a "chatname" attribute to be set on chats to which message were sent. When the chat-joined event fired, this attribute was not set. This caused sending messages from a chat-joined callback to fail. This commit fixes this issue by attempting to fall back to the name field on the conversation if the "chatname" attribute is not set.
2015-07-31Ignore the output libraryKrzysztof Drewniak
2015-07-31Don't become connected without valid registratino tokenKrzysztof Drewniak
The signed-on event fired before we connected to Skype in cases where the registration token wasn't valid. This led to clients thinking they could operated as if the user was logged in (send messages etc.) when they could not. The status change now lives in do_all_the_things(), where it only takes place if there is a valid registration.
2015-07-28SkypeWeb : Remove a json-critical notice from debug output (see issue #313)Eion Robb