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
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
2010-01-25Update the changelog, since I have been neglecting it for yearsEion Robb
2010-01-21Fix compiler warning on OSXEion Robb
2010-01-18Fix compiler error, thanks to Gabriele Giacone for pointing it out.Eion Robb
2010-01-15Fix memleaksEion Robb
2010-01-07Disable cleanlooks to cut down on memory usageEion Robb
2010-01-03Change PING timeout to 20 seconds to workaround 30second libpurple keepalives...Eion Robb
2010-01-03Attempt to sort message order to try and deal with issue #98 (though may segf...Eion Robb
2010-01-02Allow reuse of Xvfb by setting the SKYPEDISPLAY env var. Thanks to Andrew Ki...Eion Robb
2010-01-01Remove -O2 compiler flag for some reasonEion Robb
2010-01-01Fix up formatting for some reasonEion Robb
2009-12-28Increase ping/pong timeout to 30 seconds, to fix disconnection problems on DB...Eion Robb
2009-12-26Patch from Gabriele Giacone as a temporary workaround for SkypeOut buddies al...Eion Robb
2009-12-10More xml parsingEion Robb
2009-12-10First attempt at turning the silly XML blob in chats into useful infoEion Robb
2009-12-09Fix for a crash on login, when a process closes during our skype process chec...Eion Robb