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-24Added options to disable displaying of video capability status and updating ↵Kostyantyn Leschenko
of skype status message
2013-12-13Squash some memory leaks when generating the 'Get Info' screen. Fixes #230Eion Robb
2013-05-23Added patch from doktor.yak to fix version detection code on Linux, when ↵Eion Robb
setting up the missedchatmessages poll - Fixes issue 225
2013-04-19Fix for crash during reconnect, also handle version of Skype changing ↵Eion Robb
between reconnects
2013-04-13Don't use the polling 'missed messages' check if we're on a version that's ↵Eion Robb
ok (saves CPU with older versions of Skype)
2013-04-13Allow setting an invite message (new api in libpurple 2.8)Eion Robb
2012-12-30Don't create multiple timeouts for checking for missed messages as this ↵Eion Robb
chews up CPU on older versions of Skype
2012-12-27Make the 'missed chat messages' lookup/workaround asynchronous so as to not ↵Eion Robb
lock up the Pidgin UI
2012-11-07Use http method of fetching buddy icons for instantbird (and as a backup for ↵Eion Robb
everything else)
2012-11-07Hacky workaround for new messages not being notified (polls for unread ↵Eion Robb
messages every 10s)
2012-11-05Awesome patch from gabriele0101 (modified slightly) to re-request all buddy ↵Eion Robb
information when loading the 'Get Info' info from them, also makes sure the 'video capable' emblem displays in the buddy list like it does with older versions of Skype
2012-10-31Patch from gabriele0101 to remove compiler warning on !win32Eion Robb
2012-05-19g_thread_init() is deprecated as of glib 2.32. Remove the use of it at ↵Eion Robb
compile time and check if it's needed at runtime.
2011-11-29Instantbird also is missing media*.h from libpurpleEion Robb
2011-11-29Chop out more filesystem/spawn code for instantbirdEion Robb
2011-11-29Added #ifdefs for INSTANTBIRD so the IB people can compile on their ↵Eion Robb
butchered version of glib
2011-11-29Make sure that it's not possible to directly compile all the .c files ↵Eion Robb
individually and provide helpful info to just compile libskype.c
2011-11-29Apply patch from MarsicanBear to fix compile error. Fixes issue #177.Eion Robb
2011-11-29Add patch from joel.low91 to provide C89 compatibility. Fixes issue #168Eion Robb
2011-11-21Added function to add buddy with an invite message, using API that was added ↵Eion Robb
to libpurple in 2.8.0
2011-11-21Make sure buddy is initialised for SkypeNet - Patch from Mike LundyEion Robb
2011-09-27Don't use groups on Apple/Adium until we can sort out what the heck is going onEion Robb
2011-04-08Fix thread race issues with static PurpleAccount storage. Also thanks to ↵Eion Robb
skotlex.
2011-02-21Check and store protocol version and use that to decide how to sent chat ↵Eion Robb
messages
2011-01-16Jiggle around the connection methods so that not connecting to Skype isn't ↵Eion Robb
fatal (so doesn't need the account to be re-enabled) and clean up some memory if connecting on X11
2010-11-07Fix for Skype 5 Beta for OSX which does not support the chat 'type' but does ↵Eion Robb
support the chat 'status'
2010-10-07Make the 'option skype options' menu option only show on win32Eion Robb
2010-10-06Remove 'buddy exists on buddy list' check in add_buddy to prevent a thread raceEion Robb
2010-09-10Add in {set/get}_public_alias prpl_info functionsEion Robb
2010-08-26Mark status_type's as savable, to try and fix some assertion errorsEion Robb
2010-08-19Attempt to fix Adium group issues and startup/connection timing issuesEion Robb
2010-08-13Fix the 'end call' logic so that it doesn't send corrupt dataEion Robb
2010-08-13Replace the 'Call...' buddy list menu item with 'End Call' if you are in a ↵Eion Robb
call with that buddy
2010-08-05Add in workarounds for Skype deleting a contact when unblocking them, and ↵Eion Robb
for handling skype: uri's when browsers wrap the URI in quotes
2010-07-16Add a new option 're-request authorization' to the right-click menu of ↵Eion Robb
offline buddies (if they haven't authorised you)
2010-05-18Check if buddy is video-capable to show pretty video emblem in buddy listEion Robb
2010-03-02Allow public chat passwords to be given when adding a chatEion Robb
2010-03-02Try re-grouping buddies after they've all been addedEion Robb
2010-03-02Don't delete buddy's from buddylist if they exist in more than one place to ↵Eion Robb
fix broken UI's
2010-01-18Fix compiler error, thanks to Gabriele Giacone for pointing it out.Eion Robb
2010-01-15Fix memleaksEion Robb
2010-01-03Change PING timeout to 20 seconds to workaround 30second libpurple ↵Eion Robb
keepalives (Thanks to Gabriele Giacone for the suggestion)
2010-01-03Attempt to sort message order to try and deal with issue #98 (though may ↵Eion Robb
segfault and is succeptable to thread race issues)
2009-12-28Increase ping/pong timeout to 30 seconds, to fix disconnection problems on ↵Eion Robb
DBus. Thanks again to Gabriele Giacone for working out what was going wrong :)
2009-12-26Patch from Gabriele Giacone as a temporary workaround for SkypeOut buddies ↵Eion Robb
always showing as online
2009-12-09Fix crash when removing SkypeOut contacts from the buddy list. Fixes issue #93Eion Robb
2009-12-07Fix for mood/status messages with newlines in them at loginEion Robb
2009-12-07Fix for deleting an alias for a buddyEion Robb
2009-11-17Extra error handling when free'ing buddiesEion Robb
2009-11-15Remove the new group buddies code, since it was fixed elsewhere and was ↵Eion Robb
causing errors