| 3 years ago | David Ripton | Use gtk.keysyms for keyboard key constants. default tip | changeset | manifest |
| 4 years ago | David Ripton | Remove width_request and height_request from chat_window, as they render | changeset | manifest |
| 4 years ago | David Ripton | Fix multi-select logic, for chatting to several people. | changeset | manifest |
| 4 years ago | David Ripton | Change AddToUser to AddToUsers. Pass a list of usernames instead of one. | changeset | manifest |
| 4 years ago | David Ripton | Add Henrik Thostrup Jensen's amptypes.py, with his license added inline. | changeset | manifest |
| 4 years ago | David Ripton | Add user "c" | changeset | manifest |
| 4 years ago | David Ripton | Add MIT license file. | changeset | manifest |
| 4 years ago | David Ripton | Remove commented __init__ methods on ChatProtocol and ChatClientProtocol | changeset | manifest |
| 4 years ago | David Ripton | Have Login raise a LoginError on failure. | changeset | manifest |
| 4 years ago | David Ripton | Make Login return a boolean indicating success or failure, rather than | changeset | manifest |
| 4 years ago | David Ripton | Use decorators for all responders | changeset | manifest |
| 4 years ago | David Ripton | Remove unused import | changeset | manifest |
| 4 years ago | David Ripton | Whitespace | changeset | manifest |
| 4 years ago | David Ripton | Don't use iterkeys. Just iterate over the dict. | changeset | manifest |
| 4 years ago | David Ripton | Add another user to password file | changeset | manifest |
| 4 years ago | David Ripton | Popup a message dialog on failed login. | changeset | manifest |
| 4 years ago | David Ripton | Remoev execute permission from non-script | changeset | manifest |
| 4 years ago | David Ripton | Remove remote refs to UnauthorizedLogin, since login is deferred. | changeset | manifest |
| 4 years ago | David Ripton | In login_succeeded, do not double-inform this user's client. | changeset | manifest |
| 4 years ago | David Ripton | Remove a bunch of debug prints, and a do-nothing method. | changeset | manifest |
| 4 years ago | David Ripton | Add README | changeset | manifest |
| 4 years ago | David Ripton | Simplify the cred setup a bit. | changeset | manifest |
| 4 years ago | David Ripton | Handle DelUser, and allow unselecting user with control-click. | changeset | manifest |
| 4 years ago | David Ripton | Save the selected user, and call SendToUser if a user is selected. | changeset | manifest |
| 4 years ago | David Ripton | In send_to_user, also send the message to the sender. | changeset | manifest |
| 4 years ago | David Ripton | Fix syntax problem in SendToUser.arguments | changeset | manifest |
| 4 years ago | David Ripton | Removed the note about the requiresAnswer=False, since I submitted | changeset | manifest |
| 4 years ago | David Ripton | Remove unused class. | changeset | manifest |
| 4 years ago | David Ripton | Remove shebang line from non-script. | changeset | manifest |
| 4 years ago | David Ripton | Remove unused code. | changeset | manifest |
| 4 years ago | David Ripton | Chat works, and is displayed in the text view. | changeset | manifest |
| 4 years ago | David Ripton | Send AddUser to all clients on successful login. | changeset | manifest |
| 4 years ago | David Ripton | Add debug prints to each command responder | changeset | manifest |
| 4 years ago | David Ripton | Remove Server class, since we put shared info in the factory. | changeset | manifest |
| 4 years ago | David Ripton | Hook up SendToAll, SendToUser, and Send | changeset | manifest |
| 4 years ago | David Ripton | Handle keypress events from the entry | changeset | manifest |
| 4 years ago | David Ripton | Never set requiresAnswer to False. I always want a deferred back. | changeset | manifest |
| 4 years ago | David Ripton | Re-add the missing components to the chat window. | changeset | manifest |
| 4 years ago | David Ripton | Set Window Position to Mouse in glade-3 | changeset | manifest |
| 4 years ago | David Ripton | Shuffle code around. | changeset | manifest |
| 4 years ago | David Ripton | Comment about ChatClient.protocol | changeset | manifest |
| 4 years ago | David Ripton | We need ChatClientProtocol LoggedIn, since we can't return it directly | changeset | manifest |
| 4 years ago | David Ripton | Debug print | changeset | manifest |
| 4 years ago | David Ripton | Still trying to fix login. | changeset | manifest |
| 4 years ago | David Ripton | Lots of random changes, trying to make login work. Still broken. | changeset | manifest |
| 4 years ago | David Ripton | Ensure that IAvatar is in interfaces | changeset | manifest |
| 4 years ago | David Ripton | Spell Login consistently | changeset | manifest |
| 4 years ago | David Ripton | Cleanup the Realm and Avatar code. | changeset | manifest |
| 4 years ago | David Ripton | Trying to make login work. Broken. | changeset | manifest |
| 4 years ago | David Ripton | Add username and password entries to connect dialog | changeset | manifest |
| 4 years ago | David Ripton | Add default hostname and port | changeset | manifest |
| 4 years ago | David Ripton | Add argument to ClientCreator, for portal (None on client side) | changeset | manifest |
| 4 years ago | David Ripton | Fix indentation problem in response | changeset | manifest |
| 4 years ago | David Ripton | Start hooking up connect dialog. | changeset | manifest |
| 4 years ago | David Ripton | Add another vbox to hold the menu, and attach the menu. | changeset | manifest |
| 4 years ago | David Ripton | Ensure that hostname and port are valid before calling callback. | changeset | manifest |
| 4 years ago | David Ripton | Add more widgets | changeset | manifest |
| 4 years ago | David Ripton | Code for connect dialog. | changeset | manifest |
| 4 years ago | David Ripton | Rewrite using glade-2 instead of glade-3 | changeset | manifest |
| 4 years ago | David Ripton | Use chat.glade, and add menu | changeset | manifest |