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
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
2011-11-21Fix crash on disconnect on X11 - Patch from Mike Lundy - References issue #175Eion Robb
2011-11-21Make sure buddy is initialised for SkypeNet - Patch from Mike LundyEion Robb
2011-09-27Say that the buddy is offline instead of an unknown, invalid status if we don...Eion Robb
2011-09-27Don't use groups on Apple/Adium until we can sort out what the heck is going onEion Robb
2011-08-23Fix for the plugin not connecting to Skype on OSX. Big thanks to beau.crotea...Eion Robb
2011-04-08Fix thread race issues with static PurpleAccount storage. Also thanks to sko...Eion Robb
2011-04-08Awesome patch from skotlex which fixes crashes, hangs and memory leaks in the...Eion Robb
2011-04-08Version bumpEion Robb
2011-02-21Check and store protocol version and use that to decide how to sent chat mess...Eion Robb
2011-02-10Fix crash when trying to detect whether skype is running with a process runni...Eion Robb
2011-01-23Display messages that have been edited from SkypeEion Robb
2011-01-16Jiggle around the connection methods so that not connecting to Skype isn't fa...Eion Robb
2010-12-20Patch to fix running on FreeBSD, thanks to help of matthias.andree. Fixes is...Eion Robb
2010-12-06Send another api command to reject incoming calls, and detect more events to ...Eion Robb
2010-11-07Fix for debug log spam, continually requesting the chat window informationEion Robb
2010-11-07Fix for Skype 5 Beta for OSX which does not support the chat 'type' but does ...Eion Robb
2010-10-15Apparently I never commited the code needed to compile the plugin for AdiumEion Robb
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-20Check whether 'ringing' call is an incoming call before displaying to the use...Eion Robb
2010-09-10Add in {set/get}_public_alias prpl_info functionsEion Robb
2010-08-31Remove excessive debugging info in X11 pluginEion Robb
2010-08-28Fix issue where groups in Skype with blank names cause infinite loopsEion Robb
2010-08-26Version bumpEion 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 ca...Eion Robb
2010-08-05Add in workarounds for Skype deleting a contact when unblocking them, and for...Eion Robb
2010-08-05Fix to close the 'answer call' window on non -vv versions of Pidgin when answ...Eion Robb
2010-08-05Add in code to handle running multiple copies of Skype on win32 if one copy i...Eion Robb
2010-08-05Clean up Makefile a bit in an effort to add in an instantbird version of the ...Eion Robb
2010-08-05Add in debug code to help track down initial connection problemsEion Robb
2010-08-04Fix the display/hiding of the 'incoming call' popupEion Robb
2010-07-16Add a new option 're-request authorization' to the right-click menu of offlin...Eion Robb
2010-05-18Alter 'incoming call' dialog to have an 'accept with video' buttonEion Robb
2010-05-18Check if buddy is video-capable to show pretty video emblem in buddy listEion Robb
2010-05-18Clean up installer, remove uninstall codeEion Robb
2010-04-09Add password request popup for public chats which require themEion Robb
2010-03-13Czech translation, thanks to Ondřej VodáčekEion 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 f...Eion Robb
2010-02-15Update 'cigarette' image in theme. Thanks to Miloš Srećković for pointing...Eion Robb
2010-01-28Ignore cast size warnings on 64bitEion Robb
2010-01-28Improve dbus connection. Thanks to hrubi13 for a patchEion Robb
2010-01-28Clean up send_message to be consistent and don't double-freeEion Robb