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
2009-12-10More xml parsingEion Robb
2009-12-10First attempt at turning the silly XML blob in chats into useful infoEion Robb
2009-11-10Clean more memory leaksEion Robb
2009-09-14Fix compiler warningsEion Robb
2009-09-14Display auth request text in buddy IM window (prepare for blocking auth reque...Eion Robb
2009-09-06Check for a NULL string. Thanks to doktor.yak for the fix. Fixes #78Eion Robb
2009-07-30Add a few more options to the call dialogEion Robb
2009-07-23Only re-request chat type 100 times, to prevent infinite loopsEion Robb
2009-07-19More compiler errorsEion Robb
2009-07-19Fix compiler errorsEion Robb
2009-07-19Try fix crash in closed conversation windowsEion Robb
2009-05-19Update titles properlyEion Robb
2009-05-19Tweak topic changing code a littleEion Robb
2009-04-28Added GPL header to all files. Using GPLv3Eion Robb
2009-04-24Handle IMs turning into Chats and vice-versaEion Robb
2009-04-23Request chat type to prevent infinite loop waiting for chat type that never c...Eion Robb
2009-04-21Add some debug info, dont re-group buddy if already in the right groupEion Robb
2009-04-20Handle buddies changing in chats properlyEion Robb
2009-04-06Fix that weird bug where contacts would jump out of groups on OSXEion Robb
2009-04-01SkypeChat struct wrapper for Skype API, fixes Skype for Mac 2.7/2.8 bugEion Robb
2009-03-27Fix nasty infinite loop on OSX (thanks to a Skype bug). Removed debug info f...Eion Robb
2009-01-06Try with new VV apiEion Robb
2009-01-05Revert last change, should be NULL terminated and not ""Eion Robb
2009-01-05Fix crash in PidginSnarl (and possibly other things too)Eion Robb
2009-01-03Fixing SkypeOut buddies not showingEion Robb
2008-10-20Added SMS confirmation menu item. Fixed some minor compiler warningsEion Robb
2008-10-15Finally got SMS messages (and their statuses) working!Eion Robb
2008-10-12Fix compiler warningsEion Robb
2008-10-04Start some basic feedback about the text (cost, status)Eion Robb
2008-09-29Create own status types to better deal with SkypeMe statusEion Robb
2008-09-27Temporarily turn off silent mode so that windows will show file transfer wind...Eion Robb
2008-08-13Should fix problems with new less-threaded versionEion Robb
2008-08-12new less-threaded way of sending messages to skypeEion Robb
2008-08-12Massive refactoring of buddies, not yet stableEion Robb
2008-08-08Fixes for groups and group-chats, added SkypeMe statusEion Robb
2008-07-24Removed some debugging printf'sEion Robb
2008-07-24Make 'my_username' a constantEion Robb
2008-07-22Dont grab the buddy icon for offline buddiesEion Robb
2008-07-21Use purple function to improve readibilityEion Robb
2008-07-21Async the "Buddy not found" message when adding a buddyEion Robb
2008-07-21Ran plugin through Valgrind, removed memleaksEion Robb
2008-07-20Use g_str_equal instead of strcmp for consistency and ease-of-readEion Robb
2008-07-20Fix IMs showing from people who havn't IM'd you yetEion Robb
2008-07-20Double check that the server_alias isn't blank when trying to overrideEion Robb
2008-07-19Update mood when status changes, just in caseEion Robb
2008-07-19Try making buddy's fullname appear if no displayname has been setEion Robb
2008-07-19Fix group async, make ping/pong async tooEion Robb
2008-07-19Try making all group calls asyncEion Robb
2008-07-19Removed pointless debug compiler warningEion Robb
2008-07-19Buddy status of self should be allowed to updateEion Robb