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
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
2008-07-18Fix for receiving IM/Chats from first time chatsEion Robb
2008-07-18Making receiving messages async (doesn't work if IM window not open)Eion Robb
2008-07-17Changed how user groups are detected to speed up initial connectionEion Robb
2008-07-17Dont request details of chat messages we dont care aboutEion Robb
2008-07-17Fix run-time crashesEion Robb
2008-07-17Speed up fetching of server aliasEion Robb
2008-07-16Remove compiler warningsEion Robb
2008-07-16Refactoring code to speed things upEion Robb
2008-07-16Set svn newlines to nativeEion Robb
2008-06-06Buddies that get added from Skype will go into the correct groupEion Robb
2008-06-05When moving users into other groups, change them in SkypeEion Robb
2008-05-07Originate kick and ban messages from the right sourceEion Robb
2008-05-07Upgraded Skype protocol to version 7, to deal with kick and ban messages from...Eion Robb
2008-04-28Check that the connection isn't NULL before setting purple_connection_errorEion Robb
2008-04-23Major fixes to mult-user chats Eion Robb
2008-03-26Added translation file to windows installer, fixed language strings, added pi...Eion Robb
2008-03-22Renamed const strings to use pidgin translationsEion Robb
2008-03-06Handle typing notification connections on different streams to :1Eion Robb
2008-03-06Better handle typing notificationsEion Robb
2008-03-06Added typing notification stuff (only for other plugin users)Eion Robb
2008-03-02Added #ifdef's for whether to use Skype's "message sent" messages within Pidg...Eion Robb
2008-03-02purple_debug_* functions replaced with skype_debug_* functions, so that debug...Eion Robb
2008-02-25Use skype's own SENT message status to notify on sent messages, rather than p...Eion Robb
2008-02-14Check the right place to see if its an incoming fileEion Robb
2008-02-10Can handle incoming calls nowEion Robb
2008-02-07Chat name fixEion Robb
2008-02-07Multi-user chats!!!!!!Eion Robb
2008-01-31Multi-user chat fixEion Robb
2008-01-22Fix bug, where buddy display gets mangled in Pidgin if there is a newline cha...Eion Robb