22
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 10 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
a first implementation of the Rich Text Buffer to have a lightweight class to insert rich text on a textview, it's working right now, I must add links and images.. More... over 15 years ago
ups More... over 15 years ago
now the userlist is synchronized with the operations made on the address book More... over 15 years ago
fixes to make the gui work again,when we receive a conversation we open a window. More... over 15 years ago
changed the way we request a conversation so we can start sending messages right away, now when we request a conversation we set the conversation id (you should use time.time() to avoid cid clashes). I also added code to store pending messages to be sent to the conversation when the conversation is stablished More... over 15 years ago
a example on how to do simple things on e3 More... over 15 years ago
fixed the missing status (for now i use a common status for some strange statuses on msn, i will see if I add those later, for now it's ok) More... over 15 years ago
now you can send messages to the other client, check the commented lines on emesene.py to see how to send a basic message More... over 15 years ago
changed the way to receive the payloads to be windows compatible More... over 15 years ago
I added the UserPanel class (just a base, I must finish it), I removed the Object inheritance to TextField and added the config class to protocol. More... over 15 years ago
Some code for the conversation added, we have the layout of a conversation window, now I must connect the events on a controller to separate the view from the controller and be able to reuse the gui on other project ;) More... over 15 years ago
all the requesters implemented, that means that we can do all the actions that were supported on emesenelib except the most complex ones (CE/DP/FT/web cam) all have been tested and it seems that the only ones that gave some trouble were Block/unblock contact (that can mean that the membership list of my test account is really corrupted since they worked some times), other actions implemented also (set nick, set message, set status), a refactoring made (I added commons to move some methods that were out of place) maybe other things I can't remember because it's too late :D More... over 15 years ago
first implementation of the SOAP request to add and remove contacts, I didnt tested them yet, but they should work More... over 15 years ago
A first prototype of the gtk front end is here, dont touch it, i must clean a lot of code that im using from other project, I will continue with it later, I just put it here to not loose it, but we must first finish e3 to move onto the gui More... over 15 years ago
protocol upgrade to msnp15, all sso tokens are inside session.extras More... over 15 years ago
changes to make pylint happy, now e3 rates 9.41/10 :D More... over 15 years ago
mesinyer proyect added, basically it's e3 (the implementation of what i wrote on "from future import braces") this is really experimental so dont touch it (or at least ask me permission to do it) More... over 15 years ago