Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chat/chat.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor the directory structure to match the packagesMarco Pesenti Gritti2006-05-121-409/+0
* Finally one to one chat back to workMarco Pesenti Gritti2006-05-121-2/+2
* More fixesMarco Pesenti Gritti2006-05-121-4/+6
* Nice typoMarco Pesenti Gritti2006-05-121-1/+1
* Use the chat service, get to it by the nick nameMarco Pesenti Gritti2006-05-121-2/+3
* More code cleanups and refactoringMarco Pesenti Gritti2006-05-121-6/+23
* Lot of fixesMarco Pesenti Gritti2006-05-111-8/+12
* Rewrite of the network stuff. Stuff broke likely.Marco Pesenti Gritti2006-05-111-8/+19
* More work on the new network stuff. MercurialMarco Pesenti Gritti2006-05-111-17/+9
* Add a share button to the browser.Marco Pesenti Gritti2006-05-051-8/+29
* MergeDan Williams2006-05-051-1/+1
* Print more debug infoDan Williams2006-05-051-1/+1
* All fixed (hopefully)Marco Pesenti Gritti2006-05-051-1/+1
* mergeDan Williams2006-05-051-1/+1
* Print local traceback on XMLRPC server exceptionsDan Williams2006-05-051-1/+1
* More fixesMarco Pesenti Gritti2006-05-051-1/+1
* TypoMarco Pesenti Gritti2006-05-051-3/+3
* More chat fixesMarco Pesenti Gritti2006-05-051-7/+15
* Fix buddy listMarco Pesenti Gritti2006-05-041-0/+1
* Factor out a very simple p2p messaging system from chatMarco Pesenti Gritti2006-05-041-81/+26
* Work with both installed sugar and devel sourcesDan Williams2006-04-271-3/+6
* Fix group message notificationDan Williams2006-04-271-1/+1
* merge to tip of treeDan Williams2006-04-271-1/+1
* ClarifyDan Williams2006-04-271-1/+1
* Revert stupid importDan Williams2006-04-271-1/+1
* Add tcsh setup scriptDan Williams2006-04-271-1/+1
* Add some tab icons, still missing web site iconsMarco Pesenti Gritti2006-04-271-0/+6
* Allow to close private chatMarco Pesenti Gritti2006-04-261-0/+8
* Fix rich text in the chatMarco Pesenti Gritti2006-04-261-3/+2
* Hide the cursor on the chat viewMarco Pesenti Gritti2006-04-261-0/+1
* Merge, stupid mercurialMarco Pesenti Gritti2006-04-261-223/+173
* Fix up browser life cycleMarco Pesenti Gritti2006-04-261-173/+223
* Do chat in multiple tabsDan Williams2006-04-261-223/+173
* AutomakeifyMarco Pesenti Gritti2006-04-261-4/+4
* Implement links. Require new gecko-embedMarco Pesenti Gritti2006-04-251-3/+39
* Quit when shell quitsDan Williams2006-04-251-1/+1
* fooDan Williams2006-04-251-1/+5
* Make the on_button_close call asynchronousDan Williams2006-04-251-5/+1
* Don't print out remove errorsDan Williams2006-04-251-1/+1
* Ensure the current buddy is selected in the buddy listDan Williams2006-04-251-0/+4
* Fix up chat sending/receivingDan Williams2006-04-251-12/+9
* Use some icons for chat notificationsDan Williams2006-04-251-26/+66
* Remove some debug codeDan Williams2006-04-241-2/+0
* Echo messages back to ourselves now that we ignore ourselves in the buddy listDan Williams2006-04-241-11/+20
* Tiny layout improvmentMarco Pesenti Gritti2006-04-241-1/+1
* Ignore ourselves in the buddy listDan Williams2006-04-241-2/+3
* Rework UI chat. Simple but somewhat nicer.Marco Pesenti Gritti2006-04-241-18/+63
* Don't add duplicate buddies, and fix up buddy disappearanceDan Williams2006-04-241-4/+8
* Fix up p2p chatDan Williams2006-04-241-3/+10
* Initial implementation of p2p IPv4 TCP chatsDan Williams2006-04-241-11/+61