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
2014-09-29Fix for crash when waiting on an unlocked mutex - Thanks to vince.bernat for ...Eion Robb
2013-10-09Prevent crash when receiving NULL data from the backend. Seems to happen on ...Eion Robb
2012-10-30Apply patch from gabriele0101 to help remove some warnings when compilingEion Robb
2011-11-29Make sure that it's not possible to directly compile all the .c files individ...Eion Robb
2011-08-23Fix for the plugin not connecting to Skype on OSX. Big thanks to beau.crotea...Eion Robb
2010-12-20Patch to fix running on FreeBSD, thanks to help of matthias.andree. Fixes is...Eion Robb
2010-01-28Clean up send_message to be consistent and don't double-freeEion Robb
2010-01-15Fix memleaksEion Robb
2009-04-28Added GPL header to all files. Using GPLv3Eion Robb
2008-10-20Added SMS confirmation menu item. Fixed some minor compiler warningsEion Robb
2008-08-12Oops, don't double free the memEion Robb
2008-08-12new less-threaded way of sending messages to skypeEion Robb
2008-07-24Proper #ifdef grouping for osxEion Robb
2008-07-21Ran plugin through Valgrind, removed memleaksEion Robb
2008-07-18Making receiving messages async (doesn't work if IM window not open)Eion Robb
2008-07-15Add networking to compile optionEion Robb
2008-07-01Use old stinky polling wait for win32 as wellEion Robb
2008-07-01Remove compiler warning on windowsEion Robb
2008-07-01Add back in old polling method for silly old OSXEion Robb
2008-06-23Trying to remove polling waits to decrease wakeups and increase battery lifeEion Robb
2008-03-03Fixed dbus interfaceEion Robb
2008-03-02purple_debug_* functions replaced with skype_debug_* functions, so that debug...Eion Robb
2008-01-31Thread sync fixEion Robb
2008-01-17Fixed timeout lock and timeout return errorEion Robb
2008-01-16Added #ifdef _WIN32 to fix compile on linuxEion Robb
2008-01-15Fix the "strict-aliasing" compiler warning in win32Eion Robb
2007-12-02Single millisecond delay to fix Adium message problemsEion Robb
2007-11-26exec_skype() if not startedEion Robb
2007-11-26Fixed memory leakEion Robb
2007-11-26Message numbers now all guint'sEion Robb
2007-11-26Less hacky, arch independent hash table insertsEion Robb
2007-11-25Potentially removing some compiler warnings on 64-bit machinesEion Robb
2007-11-23Starting things for starting skype if it's not runningEion Robb
2007-11-21Fixed compiler warnings about hide_skype()Eion Robb
2007-11-20Added hide_skype() function in to hide skype windowsEion Robb
2007-11-02Error messages can now be free()'d without a segfaultEion Robb
2007-11-01(no commit message)Eion Robb