Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/p2p
Commit message (Expand)AuthorAgeFilesLines
* Remove unused filesMarco Pesenti Gritti2006-06-123-334/+0
* More presence service reworkDan Williams2006-06-121-43/+69
* Force themes to be olpc, so people can getMarco Pesenti Gritti2006-06-071-0/+2
* mergeDan Williams2006-06-071-2/+2
* Fix traceback on focus changesDan Williams2006-06-071-2/+2
* Add a few missing files to the makefiles,Marco Pesenti Gritti2006-06-071-2/+2
* Start factoring out the presence stuff from chat UI... very very very broken ...Marco Pesenti Gritti2006-06-061-3/+15
* Ignore avahi 'Local name collision' exceptions for now, but this should reall...Dan Williams2006-06-051-5/+12
* Return correct GSource callback return valueDan Williams2006-06-051-0/+1
* Split up the browser, some cleanups andMarco Pesenti Gritti2006-05-314-13/+17
* MergeMarco Pesenti Gritti2006-05-231-10/+16
* Don't show hidden tabs border in the editorMarco Pesenti Gritti2006-05-231-16/+10
* Fix some spacing issues; catch exceptions in XMLRPC client code and return re...Dan Williams2006-05-231-10/+16
* - Implement async XML-RPC clientDan Williams2006-05-232-74/+185
* Add two env vars to set nick name and user dirMarco Pesenti Gritti2006-05-231-2/+4
* MergeMarco Pesenti Gritti2006-05-223-2/+18
* Listen on buddy for icon changesMarco Pesenti Gritti2006-05-224-21/+12
* Turn off debug printDan Williams2006-05-221-2/+0
* Turn off debug printDan Williams2006-05-221-1/+1
* Ensure that services this sugar instance registers are register with the owne...Dan Williams2006-05-223-2/+20
* Get rid of the new message icon entirelyMarco Pesenti Gritti2006-05-221-0/+13
* String-ify data before trying to pack it into the struct.Dan Williams2006-05-221-2/+2
* Fix bad usage of a dictDan Williams2006-05-221-1/+1
* Ensure buddy icon is at least None; if the sugar directory doesn't exist, mak...Dan Williams2006-05-221-2/+10
* Ensure keys exist or don't exist before using them or adding them, respectivelyDan Williams2006-05-221-4/+6
* MergeMarco Pesenti Gritti2006-05-223-29/+140
* Display icons in the chatMarco Pesenti Gritti2006-05-223-140/+30
* - Refactor service handling. Buddies can now have more than one service assoc...Dan Williams2006-05-223-29/+140
* MergeMarco Pesenti Gritti2006-05-223-10/+60
* Add an emoticons menuMarco Pesenti Gritti2006-05-223-60/+10
* Do buddy iconsDan Williams2006-05-223-10/+60
* Replace StreamReader and StreamWriter with a unified Stream class. Since theDan Williams2006-05-194-98/+101
* argument is a string, not a buddyDan Williams2006-05-191-1/+4
* MergeMarco Pesenti Gritti2006-05-192-15/+25
* Get something basic workingMarco Pesenti Gritti2006-05-192-25/+15
* Deal with keyboard interrupt correctly.Dan Williams2006-05-191-14/+17
* More informative error if avahi isn't around.Dan Williams2006-05-191-1/+8
* Pathetically simplify retransmit timings.Dan Williams2006-05-191-61/+80
* Improve the page sharing UIMarco Pesenti Gritti2006-05-181-1/+2
* Implement retransmit requests on receiver side, fix some stuff up.Dan Williams2006-05-181-47/+249
* MergeMarco Pesenti Gritti2006-05-181-7/+17
* Load session from .activity filesMarco Pesenti Gritti2006-05-181-17/+7
* Ensure that RetransmitSegment construction from data is correct.Dan Williams2006-05-181-7/+17
* mergeMarco Pesenti Gritti2006-05-171-9/+137
* Actually hook up the action buttonMarco Pesenti Gritti2006-05-171-137/+9
* More testcases for RetransmitSegment, and fix some RetransmitSegment bugsDan Williams2006-05-171-9/+137
* Add a bunch of testcasesDan Williams2006-05-171-17/+261
* Refactor the segment class into two type-specific classes and base classDan Williams2006-05-171-104/+215
* Refactor global vars into appropriate classesDan Williams2006-05-171-29/+59
* Add a segment type and start bits for retransmission requests.Dan Williams2006-05-161-15/+46