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 (Collapse)Author
2019-03-06Purple3 compatEion Robb
2019-01-04Turning image message into non-PURPLE_MESSAGE_SYSTEMhimselfv
2018-03-15Display the number of members in chat roomsDaniel Kamil Kozar
2018-02-15Fix a leak of a few vdms_token and one JsonObjectdequis
2017-08-06Merge pull request #559 from xavery/valid-timestamp-for-imagesEion Robb
Use the correct timestamp for image messages
2017-07-20Store the last message timestamp of group chatsDaniel Kamil Kozar
When re-joining a previously joined chat, skypeweb requests the full message history from the Skype server. This leads to re-displaying messages that are already present in the conversation logs stored on the disk, if logging is enabled. This commit stores the last message timestamp of all group chats for which a message has been received. Using the "global" last message timestamp is not possible, since messages in a given group chat might have appeared between leaving and re-joining.
2017-07-19Use the correct timestamp for image messagesDaniel Kamil Kozar
The current implementation completely disregards the "composetime" member of the received message if its type is RichText/UriObject or RichText/Media_FlikMsg. This results in the system messages with links to the images, as well as the images themselves having the timestamp of the message's reception by the client instead of the time when the message was actually sent.
2017-06-18An attempt to send our display name with messagesEion Robb
to help with issue #553
2017-04-20Fix for crash when receiving a typing notification from a chat room user who ↵Eion Robb
we don't know is in the chat room See issue #543
2017-04-17Fix a crash-on-closeEion Robb
2017-04-17Multiple fixes for issue #541Eion Robb
* Parse 404 responses as they have useful data * Attach to an endpoint before setting online status * Allow specifying NULL as an `end` param for get_chunk()
2017-04-13Fix crashes and invalid urls caused by new purple3-compat codeEion Robb
2017-04-12Last remaining issues fixed to unbreak issue #538Eion Robb
2017-04-11libpurple 3.0 compatibility, see issue #538Eion Robb
2017-03-27Try to fix 'tiny font' issue by stripping pesky htmlEion Robb
Should help issue #421 and issue #515
2017-03-26Clean up build warningsEion Robb
Fixes issue #533
2017-03-26Remove unnecessary web requestEion Robb
2017-03-26Don't add self to buddy list if we don't want to be thereEion Robb
Fixes issue #432
2017-03-26Better handling of self-sent messages to botsEion Robb
2017-03-26Get bot messages coming throughEion Robb
2017-03-26Try a few more things to get bots to show upEion Robb
2017-03-25Mark idle users as online but idle instead of offlineEion Robb
Fixes issue #531
2017-03-24Fix compiler warningEion Robb
2017-02-26fix idle status problemJunker
2017-02-26fix vdms token receive functionJunker
2017-02-26add receive Moji (RichText/Media_FlikMsg) functionJunker
2017-02-25receive contacts function small fixJunker
2017-02-25add receive contacts (RichText/Contacts) functionJunker
2017-02-25add Signal/Flamingo event handlerJunker
2017-02-25fix Event/Call handler fromJunker
some client Event/Call come without partlist type argument
2016-12-20Try prepending edited messages with "Edited" to try and help with issue #493Eion Robb
2016-12-14MergeEion Robb
2016-12-14Display server-side errors (if any) when sending messagesEion Robb
2016-12-06[v2] pull request to fix %.*s types and drop unused variables/assignments. ↵mandree
(#505) * Drop unused variables. * Fix %-.*s argument types.
2016-10-19Fix for crashes caused by the group typing notification plugin from ↵Eion Robb
duplicate signal handling
2016-09-26Support group typing notifications via the ↵Eion Robb
https://github.com/EionRobb/pidgin-groupchat-typing-notifications plugin
2016-07-17Try to be a bit nicer if the registrationToken expires by not disconnecting ↵Eion Robb
the whole account
2016-07-14Add support for setting mood messagesEion Robb
2016-06-20Functionerize the plain http request code to get it working (hackily) with ↵Eion Robb
libpurple 2.11.0 in preparation for the Big Changes coming soon
2016-03-30SkypeWeb : Make it easier to support more user-prefixes (like for phone ↵Eion Robb
numbers) in the future
2016-02-18Make the 'failed getting registration token' non-fatalEion Robb
Just a workaround until I can sort this out properly, this should allow the UI to reconnect automatically
2016-01-03SkypeWeb : First commit of file sendingEion Robb
Almost works, just segfaults a tiny bit after file upload :D
2016-01-01Skypeweb : Add support for receiving server-backed filesEion Robb
... and give warning about P2P files being unsupported
2015-11-07Some small leak fixesdequis
2015-11-07Keep track of PurpleUtilFetchUrlData and cancel them on logoutdequis
Fixes use-after-free bugs when the callback is called after the account is turned off. This creates a wrapper function skypeweb_fetch_url_request() which takes a SkypeWebAccount instead of a PurpleAccount, and stores each return value in a linked list, sa->url_datas. The callbacks must take care of removing this entry. The linked list idea is pretty much copy-pasted from built-in prpls, main difference is that others don't have a wrapper function. This diff is rather repetitive, but it's as good as it gets.
2015-10-02SkypeWeb : Potential fix for Live-login users receiving their sent messages ↵Eion Robb
from other devices. See issue #348
2015-08-21Fix indentationDan Nixon
2015-08-21Fixed Linux compiler warningsDan Nixon
2015-08-19Skypeweb : A few purple3 fixes after the typing notifications mergeEion Robb
2015-08-18Skypeweb : Fix another memory corruption issue after MSN changesEion Robb
I wonder why no one else noticed this..... :)