summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-03-02Adding iPhone compilationKevin Smith
2010-02-24Fix segfault on auth failureKevin Smith
2010-02-17Remove debugging printfsKevin Smith
2010-02-17Add /me support it QtUIKevin Smith
2010-02-17Fix problem with not requesting label cataloguesKevin Smith
2010-02-17Only allow non-readable messages to a chat window if they're chat states.Kevin Smith
2010-02-17Fixed tabs.Remko Tronçon
2010-02-17Preliminary Chat State Notifications support.Kevin Smith
Only covers Active and Composing (Which is very possibly all we care about).
2010-02-12Creating more submodules.Remko Tronçon
2010-02-11Moved some modules into separate git modules.Remko Tronçon
2010-02-10ChatStateNotifier and tests, ready for XEP-85 support.Kevin Smith
2010-02-10Move the Chat stuff in Controllers into Chat folder.Kevin Smith
It was starting to get a bit unwieldly in Controllers/
2010-02-08Added beginnings of Avahi support.Remko Tronçon
2010-01-29Fix tilde in linksKevin Smith
2010-01-29Fix chatwindow unit testsKevin Smith
2010-01-17Preparation. for /me.Kevin Smith
QtUI's implementation isn't done yet.
2010-01-11Added SendMessage script.Remko Tronçon
2010-01-10Don't join MUCs a second time.Kevin Smith
Resolves: #273
2010-01-03Always send <label/> element.Remko Tronçon
2010-01-03Don't send caps info and vcard info twice.Remko Tronçon
2010-01-03Catch problem when multiprocessing module isn't supported in Python.Remko Tronçon
2010-01-01Package phonon in windows install.Remko Tronçon
The binary Qt package depends on phonon.
2009-12-31Put a timeout of 60s on connecting & resolving.Remko Tronçon
Resolves: #87.
2009-12-31Removed empty MUCPayload.Remko Tronçon
2009-12-31Added tests for timing out initial connect.Remko Tronçon
2009-12-31Fix building on OS X using default Qt installation.Remko Tronçon
2009-12-26Additional plumbing for chat rebinding.Kevin Smith
2009-12-26Fix segfault at launch due to argument reversal.Kevin Smith
2009-12-26More 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-24Some more tests for the chat routing.Kevin Smith
Resolves: #140
2009-12-24Extract 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-24Close chat tabset on signout.Kevin Smith
Resolves: #227
2009-12-23Commented debug output.Remko Tronçon
2009-12-23Added a 'max_jobs' build option.Remko Tronçon
2009-12-22Add a PreviousStatusStore.Kevin Smith
2009-12-21Fix mac window strangnesses.Kevin Smith
Resolves: #268
2009-12-19Colour tabs with waiting messages.Kevin Smith
Resolves: #278
2009-12-17Added eclipse project file.Remko Tronçon
2009-12-07Fixed segfault on disconnect.Remko Tronçon
2009-12-05Fixed C-Ares compilation on Windows.Remko Tronçon
2009-12-04Implemented CAresDomainNameResolver.Remko Tronçon
2009-12-03Reinitialize the resolver on every query.Remko Tronçon
This hopefully fixes the DNS server caching behavior on network change.
2009-12-03Tweak CAres flags.Remko Tronçon
2009-12-03Enable c-ares compilation.Remko Tronçon
2009-12-03Fixed ares compilation on os x.Remko Tronçon
2009-12-03Fixed windows compilation of PlatformDomainNameServiceQuery.Remko Tronçon
2009-12-03Fixed windows compilation of CAres.Remko Tronçon
2009-12-03Added C-Ares.Remko Tronçon
2009-12-03Added debugging output for DNS.Remko Tronçon
2009-12-03Fixed unit tests.Remko Tronçon