summaryrefslogtreecommitdiff
path: root/sunshine
AgeCommit message (Collapse)AuthorFilesLines
2010-08-04Some works related to synchronisation. Some bugfixes.Krzysztof Klinikowski5-170/+24
2010-08-03Synchronisation with server - initial release.Krzysztof Klinikowski8-416/+44
2010-07-09Fixed Contact Info fetching.Krzysztof Klinikowski3-4/+29
2010-06-22Some changes. Now CM should be have more stability. Fixed some crashes.Krzysztof Klinikowski3-9/+16
2010-05-27Fixed bug in capabilities.Krzysztof Klinikowski1-5/+6
2010-05-27A little clean up.Krzysztof Klinikowski1-2/+0
2010-05-27Presence correction and code cleanup.Krzysztof Klinikowski1-130/+11
2010-05-27channel: add SunshineChannel class to deal with Initiator props, from ↵Krzysztof Klinikowski3-1/+51
http://git.collabora.co.uk/?p=telepathy-butterfly.git;a=commit;h=eb4ec881377241f49d757af88e5af1f3e1ee4bca
2010-05-27handle: stop passing args to object.__new__ if __init__ is overridden, from ↵Krzysztof Klinikowski1-1/+1
http://git.collabora.co.uk/?p=telepathy-butterfly.git;a=commit;h=23a918dc8f6fa64300a42cbc85223a256ee065e7
2010-05-27Fixed contacts exporting for large lists.Krzysztof Klinikowski1-9/+11
2010-05-26Added new files to Makefile.Krzysztof Klinikowski1-0/+2
2010-05-26Dynamical avatar updating reimplemented.Krzysztof Klinikowski1-3/+13
2010-05-26Huge avatars changes. Should work a way better now (+caching)Krzysztof Klinikowski1-29/+36
2010-05-25Working ContactInfo implementation.Krzysztof Klinikowski3-21/+62
2010-05-25Version bump + some minor changes.Krzysztof Klinikowski1-18/+18
2010-05-25Updated ContactInfo interface.Krzysztof Klinikowski1-8/+54
2010-05-25ContactInfo attribute correction.Krzysztof Klinikowski1-1/+1
2010-05-24GaduApi class refactoring and ContactInfo interface implementation.Krzysztof Klinikowski6-156/+323
2010-05-24Version up to 10.1.1.11119.Krzysztof Klinikowski1-5/+5
2010-05-21Fixed image_size field in one of GG structures. Testing needed.Krzysztof Klinikowski1-1/+1
2010-05-15Adding new packets to GG library.Krzysztof Klinikowski2-32/+14
2010-05-15Add a signature for the dbus.Array's in GetContactCapabilities.Krzysztof Klinikowski1-2/+6
This prevents me from getting: process 4592: Array or variant type requires that type uint32 be written, but end_dict_entry was written. The overall signature expected here was '' and we are on byte 386 of that signature. And: ERROR:dbus.service:Unable to append <The entire dbus message> to message with signature a{ua{sv}}: <type 'exceptions.ValueError'>: invalid literal for long() with base 10: 'org.freedesktop.Telepathy.Channel.Type.Text' from http://git.collabora.co.uk/?p=user/maiku/telepathy-butterfly.git;a=commit;h=b38a35b08eaed2afb15fa878463e36405348d1c1
2010-05-12Fix.Krzysztof Klinikowski1-2/+1
2010-05-12A bit of refactoring. Needs testing.Krzysztof Klinikowski3-119/+121
2010-05-11Better implementation.Krzysztof Klinikowski1-4/+6
2010-05-11Dont throw error when user had two contacts with identical UIN. Just pass it ↵Krzysztof Klinikowski1-4/+2
ignoring one.
2010-05-03Fixes messages formating, newlines in messages now works.Krzysztof Klinikowski1-1/+1
2010-05-03Fixed object_path for conferences.Krzysztof Klinikowski1-2/+2
2010-05-02Removed class decorators. Now sunshine should be python 2.5 compatible.Krzysztof Klinikowski2-24/+46
2010-05-02Connection manager MUST be exited after disconnection.Krzysztof Klinikowski1-0/+1
2010-04-28Another fix. Maybe this time it will work.Krzysztof Klinikowski1-11/+11
2010-04-28Better OAuth detection.Krzysztof Klinikowski1-11/+11
2010-04-28Default client should use SSL connection.Krzysztof Klinikowski1-1/+1
2010-04-24Typing notifications, called "pisak" in GG implemented.Krzysztof Klinikowski5-9/+73
2010-04-22Avatars: implement the properties from spec 0.17.22Krzysztof Klinikowski1-2/+22
2010-04-22Use SSL and IP/port as account params.Krzysztof Klinikowski1-9/+29
2010-04-21Be explicit about data types in methods that produce contact attributesKrzysztof Klinikowski3-11/+12
2010-04-14HTML Entities in UTF-8 messages (still needs testing).Krzysztof Klinikowski3-7/+45
2010-04-14Fix typo.Krzysztof Klinikowski1-1/+1
2010-04-11Small fix in capabilities. (using butterfly modules is wrong, mkay?)Krzysztof Klinikowski1-1/+1
2010-04-11Many fixes and modifications. Capabilities implemented, better channel ↵Krzysztof Klinikowski6-31/+172
naming. Im not sure is that stable, need more testing.
2010-04-08Fixes in capabilities.Krzysztof Klinikowski2-7/+7
2010-04-08Capabilities and contacts changes.Krzysztof Klinikowski3-52/+221
2010-04-08If user from your list change avatar, sunshine will automatically change it ↵Krzysztof Klinikowski2-5/+13
on your list.
2010-04-07Important update. Now account parameters should work correctly.Krzysztof Klinikowski2-22/+42
2010-03-31Fixed bug related with incorrect detection of SSL and raising NameError.Krzysztof Klinikowski1-1/+5
2010-03-29Another fixes in old plain messages. I forgot that's using win-1250 encoding.Krzysztof Klinikowski1-3/+4
2010-03-29Messages handling from older clients should work correctly now. Some GG 10 ↵Krzysztof Klinikowski3-9/+36
data structures support added.
2010-03-29UTF-8 in messages correctionKrzysztof Klinikowski3-7/+22
2010-03-28SSL connections support. We need pyOpenSSL lib to support that.Krzysztof Klinikowski1-5/+32