summaryrefslogtreecommitdiff
path: root/sunshine/connection.py
AgeCommit message (Expand)AuthorFilesLines
2011-05-08Code cleanup.Krzysztof Klinikowski1-7/+6
2011-05-07Protocol object implemented.Krzysztof Klinikowski1-26/+4
2011-03-28Make it more bulletproffKrzysztof1-15/+37
2011-03-27Some fixed and improved logger.Krzysztof Klinikowski1-1/+4
2011-03-27Sunshine should now work on twisted versions older than 0.9.0 but with disabl...Krzysztof Klinikowski1-2/+4
2011-03-27Messages interface implemented.Krzysztof1-1/+1
2011-03-27Revert "Synchronisation with server - initial release."Krzysztof1-17/+86
2011-03-27Revert "Some works related to synchronisation. Some bugfixes."Krzysztof1-18/+20
2011-03-27Revert "Some debug log updates, not showing contacts at first run should be u...Krzysztof1-9/+11
2011-03-27Revert "Messages interface implemented."Krzysztof1-1/+1
2011-03-27Revert "Huge update of synchronisation feature. Remember: this code is experi...Krzysztof1-42/+4
2011-03-27Revert "Sunshine should now work on twisted versions older than 0.9.0 but wit...Krzysztof1-4/+2
2011-03-27Revert "Some fixed and improved logger."Krzysztof1-4/+1
2010-10-05Some fixed and improved logger.Krzysztof Klinikowski1-1/+4
2010-09-05Sunshine should now work on twisted versions older than 0.9.0 but with disabl...Krzysztof Klinikowski1-2/+4
2010-08-31Huge update of synchronisation feature. Remember: this code is experimental. ...Krzysztof Klinikowski1-4/+42
2010-08-06Messages interface implemented.Krzysztof Klinikowski1-1/+1
2010-08-05Some debug log updates, not showing contacts at first run should be updated now.Krzysztof Klinikowski1-11/+9
2010-08-04Some works related to synchronisation. Some bugfixes.Krzysztof Klinikowski1-20/+18
2010-08-03Synchronisation with server - initial release.Krzysztof Klinikowski1-86/+17
2010-06-22Some changes. Now CM should be have more stability. Fixed some crashes.Krzysztof Klinikowski1-5/+12
2010-05-25Working ContactInfo implementation.Krzysztof Klinikowski1-4/+4
2010-05-24GaduApi class refactoring and ContactInfo interface implementation.Krzysztof Klinikowski1-4/+13
2010-05-12A bit of refactoring. Needs testing.Krzysztof Klinikowski1-119/+13
2010-05-03Fixes messages formating, newlines in messages now works.Krzysztof Klinikowski1-1/+1
2010-05-02Connection manager MUST be exited after disconnection.Krzysztof Klinikowski1-0/+1
2010-04-28Default client should use SSL connection.Krzysztof Klinikowski1-1/+1
2010-04-24Typing notifications, called "pisak" in GG implemented.Krzysztof Klinikowski1-5/+26
2010-04-22Use SSL and IP/port as account params.Krzysztof Klinikowski1-9/+29
2010-04-14HTML Entities in UTF-8 messages (still needs testing).Krzysztof Klinikowski1-3/+3
2010-04-11Many fixes and modifications. Capabilities implemented, better channel naming...Krzysztof Klinikowski1-3/+8
2010-04-08Capabilities and contacts changes.Krzysztof Klinikowski1-7/+9
2010-04-08If user from your list change avatar, sunshine will automatically change it o...Krzysztof Klinikowski1-5/+4
2010-04-07Important update. Now account parameters should work correctly.Krzysztof Klinikowski1-12/+30
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 da...Krzysztof Klinikowski1-5/+22
2010-03-29UTF-8 in messages correctionKrzysztof Klinikowski1-5/+13
2010-03-28SSL connections support. We need pyOpenSSL lib to support that.Krzysztof Klinikowski1-5/+32
2010-03-28Minor fixes in parameters handling.Krzysztof Klinikowski1-2/+2
2010-03-22Messages sending to conferences should works now. (still needs testing)Krzysztof Klinikowski1-3/+6
2010-03-22Initial conferences support implemented.Krzysztof Klinikowski1-26/+97
2010-03-08Now we have cleanly closing connection.Krzysztof Klinikowski1-3/+4
2010-03-08More modifications in disconnecting and reactor handling.Krzysztof Klinikowski1-27/+27
2010-03-06Small patch.Krzysztof Klinikowski1-1/+4
2010-03-04Better loops/reactor stop handling.Krzysztof Klinikowski1-3/+20
2010-02-25Some modifications related to contacts exporting.Krzysztof Klinikowski1-2/+7
2010-02-23Initial commits for asynchronous contacts exporting feature.Krzysztof Klinikowski1-76/+28
2010-02-08Some looping changes.Krzysztof Klinikowski1-5/+13
2010-02-01Better invalid uins detection in RequestHandle.Krzysztof Klinikowski1-2/+8