summaryrefslogtreecommitdiff
path: root/sunshine
AgeCommit message (Collapse)AuthorFilesLines
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
2010-03-28http://toxygen.net/libgadu/protocol/#ch1.7.1 implemented. Now server cant ↵Krzysztof Klinikowski2-1/+16
lost your message.
2010-03-28Minor fixes in parameters handling.Krzysztof Klinikowski1-2/+2
2010-03-27Huge fix to presences. New GG 8 statuses correction. Better handling and ↵Krzysztof Klinikowski2-113/+114
better integration with indicator-applet. Remove Presence interface support because it's deprecated.
2010-03-22Messages sending to conferences should works now. (still needs testing)Krzysztof Klinikowski4-7/+47
2010-03-22Initial conferences support implemented.Krzysztof Klinikowski5-32/+171
2010-03-08Now we have cleanly closing connection.Krzysztof Klinikowski3-4/+8
2010-03-08More modifications in disconnecting and reactor handling.Krzysztof Klinikowski3-27/+30
2010-03-06Small patch.Krzysztof Klinikowski1-1/+4
2010-03-04XML Event/Action packet handling and callback.Krzysztof Klinikowski2-0/+10
2010-03-04Minor syntax fix.Krzysztof Klinikowski1-1/+1
2010-03-04Better loops/reactor stop handling.Krzysztof Klinikowski1-3/+20
2010-02-28Some GG 10 protocol features added.Krzysztof Klinikowski1-2/+37
2010-02-28Changes in contact capabilities.Krzysztof Klinikowski1-15/+15
2010-02-25Some modifications related to contacts exporting.Krzysztof Klinikowski1-2/+7
2010-02-25Remove old contacts exporting function.Krzysztof Klinikowski1-3/+0
2010-02-23Initial commits for asynchronous contacts exporting feature.Krzysztof Klinikowski1-76/+28
2010-02-22Contacts list exporting implemented in twisted-gadu.Krzysztof Klinikowski2-0/+20
2010-02-09Fix null bytes problem in presences.Krzysztof Klinikowski1-1/+1
2010-02-08Some looping changes.Krzysztof Klinikowski1-5/+13
2010-02-02Forgot about that change in Makefile. From now sunshine should works.Krzysztof Klinikowski1-1/+2
2010-02-02Better oAuth module detection and small fix.Krzysztof Klinikowski2-2/+3
2010-02-01Better invalid uins detection in RequestHandle.Krzysztof Klinikowski1-2/+8
2010-02-01Avatar uploading implemented.Krzysztof Klinikowski3-120/+378
2010-02-01Encoding fix.Krzysztof Klinikowski1-1/+1
2010-01-29Our self alias should not be changed if unknown number will write to us.Krzysztof Klinikowski1-10/+11
2010-01-29Problem with multiline text receiving should be fixed.Krzysztof Klinikowski1-6/+4