summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-08-19Extract dir providing functionality from application class.Remko Tronçon
2010-08-18Added command parser.Remko Tronçon
2010-08-17Catch exceptions from create_dir.Remko Tronçon
2010-08-17Also build examples when cross-compiling.Remko Tronçon
2010-08-16Some build system fixes.Remko Tronçon
2010-08-08Added XEP-0004 data forms parsing & serializing.Remko Tronçon
2010-08-07Don't crash when kicked from a MUC.Kevin Smith
Resolves: #521
2010-08-01Fixed incorrect state check.Remko Tronçon
2010-08-01Fixed typo.Remko Tronçon
2010-07-23Recognise when leaving a MUC (disconnect or kick).Kevin Smith
Also cleans up some outstanding MUC issues. Resolves: #288 Resolves: #392 Resolves: #279 Resolves: #114
2010-06-20Show subjects on MUC join.Kevin Smith
Resolves: #472
2010-06-19Removed DNSSDTest from SConscript.Remko Tronçon
2010-06-19Added DNSSDTest.Remko Tronçon
2010-06-18Fix crash on reconnect.Remko Tronçon
BoostTimer isn't supposed to be constructed as a non-shared-ptr. Making constructor private to avoid this error in the future.
2010-06-11Show the time of Notices in the tooltip.Kevin Smith
Resolves: #396
2010-06-09Fixed windows compilation warnings.Remko Tronçon
2010-06-09Fixed potential bug in DIGEST-MD5 quote handling.Remko Tronçon
2010-06-09Fixed compilation warningns for Linux build.Remko Tronçon
2010-06-09Remove compilation warnings from tests.Remko Tronçon
2010-06-09Enabled & fixed some more C++ warnings.Remko Tronçon
2010-06-06Use delay when printing MUC history.Remko Tronçon
Resolves: #415
2010-06-04Starting towards tooltips for the colour-blind.Kevin Smith
Putting status show names along with the text in tooltips. Covers the MeView and roster entries. Still ToDo: status setter Resolves: #429
2010-06-04Remove SQLite tests.Remko Tronçon
2010-06-03Use SASL EXTERNAL for authenticating in Slimber.Remko Tronçon
2010-06-03Remove SQLite and SQLiteHistoryManager.Remko Tronçon
2010-06-03Distinguish an empty SASL message from no SASL message.Remko Tronçon
2010-06-02Don't build C-Ares.Remko Tronçon
We don't use it yet.
2010-06-02Rename boost_signalslib.h to boost_bsignals.Remko Tronçon
2010-06-02Serialize <success/> stanza correctly.Remko Tronçon
2010-06-02Add missing boost_signalslib.h file.Remko Tronçon
2010-06-02Using Boost workaround for Qt signals keyword clash.Remko Tronçon
This should allow us to link against system boost versions.
2010-05-30Don't crash setting a bookmark if initial response didn't have a payload.Kevin Smith
Resolves: #417
2010-05-29Added ReconnectTest to .gitignore.Remko Tronçon
2010-05-27Cleaning up code paths for rapid disconnect/reconnect.Kevin Smith
This includes a fix in OpensSSLContext that stops assert failures when more data is received on a connection after a write has failed. It's worth investigating why this happens, stopping it doing so, and re-instate the assert. Resolves: #402
2010-05-26Do JID Map lookups for MUC rosters.Kevin Smith
In the same way as was already done for user rosters. Resolves: #395
2010-05-26Don't let roster groups open and close on their own.Kevin Smith
Resolves: #368
2010-05-25Add status annotation for each of the status types when changing status.Kevin Smith
Resolves: #383
2010-05-24Make connector shared to avoid a crash on login.Remko Tronçon
Resolves: #346
2010-05-23Implement XEP-0045 joining, and appropriate error handling.Kevin Smith
Resolves: #211
2010-05-21Warnings about MUC joins that never complete.Kevin Smith
2010-05-20Set MUC autojoin when sttoring.Kevin Smith
Resolves: #352
2010-05-14Start roster groups expanded.Kevin Smith
Resolves: #343
2010-05-13List MUCs available on services.Kevin Smith
Resolves: #276
2010-05-12Set autoJoin flag correctly.Remko Tronçon
2010-05-08Flush bookmarks.Remko Tronçon
Resolves: #335
2010-05-08Renamed Conference->Room.Remko Tronçon
2010-05-08Remove duplicate MUCBookmark structure.Remko Tronçon
2010-05-08Don't allow PLAIN over Non-TLS.Remko Tronçon
2010-05-08Added DIGEST-MD5 client authenticator.Remko Tronçon
2010-05-08Added DIGESTMD5Properties parsing.Remko Tronçon