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-04-05SkypeWeb : Update emoticons based on latest Skype for webEion Robb
2015-03-30Merge pull request #253 from easycoding/masterEion Robb
Added SPEC for rpmbuild
2015-03-21Added skype icon set into package.V1TSK
2015-03-21Added dependencies into spec file.V1TSK
2015-03-21Fixed BuildRequires section.V1TSK
2015-03-21Merge pull request #255 from edhelas/masterEion Robb
Fix the liblibskypeweb issue in the CMake file
2015-03-19- Rename the project name from libskypeweb to skypeweb in the cmake configJaussoin Timothée
2015-03-16Added SPEC for RPM build.V1TSK
2015-03-16Updated makefile. Added --install section.V1TSK
2015-03-15SkypeWeb : Add a nsis installer scriptEion Robb
2015-03-14SkypeWeb : Fix for crash when downloading a buddy icon not yet on the ↵Eion Robb
contact list. Fixes issue #250
2015-03-10SkypeWeb : Re-map the statuses to more closely match Pidgin and the old ↵Eion Robb
Skype plugin
2015-03-08SkypeWeb : Added cmake script, thanks to edhelas. Closes issue #247Eion Robb
2015-03-04SkypeWeb : Fix for crash on 'Get Info'Eion Robb
2015-03-04SkypeWeb : Fix Skype-based logins (new url)Eion Robb
2015-03-01SkypeWeb : Fix for crash when IM/chat messages are remotely deletedEion Robb
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 ↵Eion Robb
unavailable
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 ↵Eion Robb
logged in via Skype for Web
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 ↵Eion Robb
messages
2015-01-15SkypeWeb : Display users in a group chat when rejoining a room or getting ↵Eion Robb
info from an already joined room
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 ↵Eion Robb
at a time, as the server throws a wobbly if we request more than 500 at a time
2014-12-29SkypeWeb : Fix crappy commitEion Robb
2014-12-29SkypeWeb : Fix for reuse of bad memory causing typing notifications and ↵Eion Robb
messages to go to wrong chat windows
2014-12-27SkypeWeb : Add settings to make it quickier to update the fake Skype for Web ↵Eion Robb
version when it changes (like right now)
2014-12-27SkypeWeb : Send the "consumption horizon" so that messages are marked as ↵Eion Robb
'read' by other clients
2014-12-27SkypeWeb : Fix for js time going into the negatives on 32bit systems, ↵Eion Robb
causing sent messages to duplicate
2014-12-22SkypeWeb : String out <br>'s from sent messages as some Skype clients won't ↵Eion Robb
display messages that have them in there
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 ↵Eion Robb
as this can have characters that cause memory corruptions in libpurple and Pidgin (might be the &quot; char)
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 ↵Eion Robb
it looks like some kind of compiler 'optimisation' is wrapping the guint's?
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
the 729 as a reconnect needed)
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