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 (Expand)Author
2015-02-23SkypeWeb : Added emoticon theme file to work with SkypeWebEion Robb
2015-02-20SkypeWeb : Send newlines as \r\n instead of <br>Eion Robb
2015-02-09SkypeWeb : Fix for account being disabled when network connection is unavaila...Eion Robb
2015-02-09SkypeWeb : Fix crash on quitEion Robb
2015-02-09SkypeWeb : Added GPL3+ preamble to clarify licenseEion Robb
2015-02-04SkypeWeb : Handle the server telling us to switch to a new server for eventsEion Robb
2015-01-28SkypeWeb : Fix recursive url lookup causing Microsoft OAuth to failEion Robb
2015-01-28SkypeWeb : Don't display an error message in the debug log if a user is logge...Eion Robb
2015-01-28SkypeWeb : Add support for Microsoft (oauth) loginsEion Robb
2015-01-18SkypeWeb : Final fix for not being able to set presence/statusEion Robb
2015-01-17Fix for online status not being set Eion Robb
2015-01-15SkypeWeb : Don't display OTR messages from ourselves when retrieving sent mes...Eion Robb
2015-01-15SkypeWeb : Display users in a group chat when rejoining a room or getting inf...Eion Robb
2015-01-15SkypeWeb : Display gender in words rather than 1/2 in the Get Info popupEion Robb
2015-01-07SkypeWeb : Subscribe to contacts status updates in batches of 100 contacts at...Eion Robb
2014-12-29SkypeWeb : Fix crappy commitEion Robb
2014-12-29SkypeWeb : Fix for reuse of bad memory causing typing notifications and messa...Eion Robb
2014-12-27SkypeWeb : Add settings to make it quickier to update the fake Skype for Web ...Eion Robb
2014-12-27SkypeWeb : Send the "consumption horizon" so that messages are marked as 'rea...Eion Robb
2014-12-27SkypeWeb : Fix for js time going into the negatives on 32bit systems, causing...Eion Robb
2014-12-22SkypeWeb : String out <br>'s from sent messages as some Skype clients won't d...Eion Robb
2014-12-22SkypeWeb : Fix for crash when right-clicking on buddies in rare casesEion Robb
2014-12-14SkypeWeb : Support /me message sending/receivingEion Robb
2014-12-14SkypeWeb : Fix some compiler errorsEion Robb
2014-12-09SkypeWeb : Don't use the xml-based "rich mood" as the buddy status message as...Eion Robb
2014-12-09SkypeWeb : Add in a uri-handler for skype: uri'sEion Robb
2014-12-09SkypeWeb : Start handling the endpointPresence messagesEion Robb
2014-12-09SkypeWeb : Use gint instead of guint for looping through JsonArray's since it...Eion Robb
2014-12-08SkypeWeb : Embedded urls can have different text to their urlEion Robb
2014-12-08SkypeWeb : Messages arrive in batches in reverse order, process them as suchEion Robb
2014-12-07SkypeWeb : Register an endpoint to try and avoid the "729" error (and handle ...Eion Robb
2014-12-06SkypeWeb : Prevent double-free causing occassional crashingEion Robb
2014-12-05SkypeWeb : Update typing timeouts to match webEion Robb
2014-12-05SkypeWeb : Support downloading offline messagesEion Robb
2014-12-04SkypeWeb : Let the UI know that we can have an invite message set on an Add B...Eion Robb
2014-12-04SkypeWeb : Fix for rejecting auth requests, potential fix for null avatarUrl'...Eion Robb
2014-12-04SkypeWeb : Fix compiling on non-WindowsEion Robb
2014-12-04SkypeWeb : More reliable sent-message-deduplicationEion Robb
2014-12-03SkypeWeb : Prevent duplicate messages when sending (but still display sent me...Eion Robb
2014-12-03SkypeWeb : Fix error when downloading picture messagesEion Robb
2014-12-02SkypeWeb : Support receiving picture messages and video mail messagesEion Robb
2014-12-01SkypeWeb : Handle threads (server-stored, multi-user chats)Eion Robb
2014-12-01SkypeWeb : Fix for all buddies showing as offline because we weren't asking f...Eion Robb
2014-12-01SkypeWeb : Fix segfault when downloading buddy details sometimesEion Robb
2014-11-30SkypeWeb : Fix idle statuses, buddy searchEion Robb
2014-11-30SkypeWeb : Fix for auth not being quite right to download buddy list and iconsEion Robb
2014-11-30SkypeWeb : Fix makefile, loginEion Robb
2014-11-29Initial check-in of SkypeWeb pluginEion Robb
2014-09-29Fix for crash when waiting on an unlocked mutex - Thanks to vince.bernat for ...Eion Robb
2013-12-13Squash some memory leaks when generating the 'Get Info' screen. Fixes #230Eion Robb