Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-17 | Only allow non-readable messages to a chat window if they're chat states. | Kevin Smith | |
2010-02-17 | Fixed tabs. | Remko Tronçon | |
2010-02-17 | Preliminary Chat State Notifications support. | Kevin Smith | |
Only covers Active and Composing (Which is very possibly all we care about). | |||
2010-02-12 | Creating more submodules. | Remko Tronçon | |
2010-02-11 | Moved some modules into separate git modules. | Remko Tronçon | |
2010-02-10 | ChatStateNotifier and tests, ready for XEP-85 support. | Kevin Smith | |
2010-02-10 | Move the Chat stuff in Controllers into Chat folder. | Kevin Smith | |
It was starting to get a bit unwieldly in Controllers/ | |||
2010-02-08 | Added beginnings of Avahi support. | Remko Tronçon | |
2010-01-29 | Fix tilde in links | Kevin Smith | |
2010-01-29 | Fix chatwindow unit tests | Kevin Smith | |
2010-01-17 | Preparation. for /me. | Kevin Smith | |
QtUI's implementation isn't done yet. | |||
2010-01-11 | Added SendMessage script. | Remko Tronçon | |
2010-01-10 | Don't join MUCs a second time. | Kevin Smith | |
Resolves: #273 | |||
2010-01-03 | Always send <label/> element. | Remko Tronçon | |
2010-01-03 | Don't send caps info and vcard info twice. | Remko Tronçon | |
2010-01-03 | Catch problem when multiprocessing module isn't supported in Python. | Remko Tronçon | |
2010-01-01 | Package phonon in windows install. | Remko Tronçon | |
The binary Qt package depends on phonon. | |||
2009-12-31 | Put a timeout of 60s on connecting & resolving. | Remko Tronçon | |
Resolves: #87. | |||
2009-12-31 | Removed empty MUCPayload. | Remko Tronçon | |
2009-12-31 | Added tests for timing out initial connect. | Remko Tronçon | |
2009-12-31 | Fix building on OS X using default Qt installation. | Remko Tronçon | |
2009-12-26 | Additional plumbing for chat rebinding. | Kevin Smith | |
2009-12-26 | Fix segfault at launch due to argument reversal. | Kevin Smith | |
2009-12-26 | More thoroughly test the chat routing. | Kevin Smith | |
This adds in the behaviour for unbinding chats when the resource goes offline (only if there isn't already an unbound chatwindow). Resolves: #155 | |||
2009-12-24 | Some more tests for the chat routing. | Kevin Smith | |
Resolves: #140 | |||
2009-12-24 | Extract the Chat dialog management from MainController into ChatsManager. | Kevin Smith | |
There is a single unit test so far - but that's more than was there before, so I'm pushing. Expect more unit tests shortly. Resolves: #139 | |||
2009-12-24 | Close chat tabset on signout. | Kevin Smith | |
Resolves: #227 | |||
2009-12-23 | Commented debug output. | Remko Tronçon | |
2009-12-23 | Added a 'max_jobs' build option. | Remko Tronçon | |
2009-12-22 | Add a PreviousStatusStore. | Kevin Smith | |
2009-12-21 | Fix mac window strangnesses. | Kevin Smith | |
Resolves: #268 | |||
2009-12-19 | Colour tabs with waiting messages. | Kevin Smith | |
Resolves: #278 | |||
2009-12-17 | Added eclipse project file. | Remko Tronçon | |
2009-12-07 | Fixed segfault on disconnect. | Remko Tronçon | |
2009-12-05 | Fixed C-Ares compilation on Windows. | Remko Tronçon | |
2009-12-04 | Implemented CAresDomainNameResolver. | Remko Tronçon | |
2009-12-03 | Reinitialize the resolver on every query. | Remko Tronçon | |
This hopefully fixes the DNS server caching behavior on network change. | |||
2009-12-03 | Tweak CAres flags. | Remko Tronçon | |
2009-12-03 | Enable c-ares compilation. | Remko Tronçon | |
2009-12-03 | Fixed ares compilation on os x. | Remko Tronçon | |
2009-12-03 | Fixed windows compilation of PlatformDomainNameServiceQuery. | Remko Tronçon | |
2009-12-03 | Fixed windows compilation of CAres. | Remko Tronçon | |
2009-12-03 | Added C-Ares. | Remko Tronçon | |
2009-12-03 | Added debugging output for DNS. | Remko Tronçon | |
2009-12-03 | Fixed unit tests. | Remko Tronçon | |
2009-12-03 | Do domain resolving in a separate thread. | Remko Tronçon | |
2009-12-03 | DNS querying is now asynchronous. | Remko Tronçon | |
This means we can now move them to a separate thread. | |||
2009-12-01 | Override SConscript() with our own, test-aware implementation. | Remko Tronçon | |
2009-11-28 | Add checkbox for tracing input/output in debug console. | Remko Tronçon | |
2009-11-28 | Implemented XML console. | Remko Tronçon | |
Resolves: #135 |