Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-18 | Added command parser. | Remko Tronçon | |
2010-08-17 | Catch exceptions from create_dir. | Remko Tronçon | |
2010-08-17 | Also build examples when cross-compiling. | Remko Tronçon | |
2010-08-16 | Some build system fixes. | Remko Tronçon | |
2010-08-08 | Added XEP-0004 data forms parsing & serializing. | Remko Tronçon | |
2010-08-07 | Don't crash when kicked from a MUC. | Kevin Smith | |
Resolves: #521 | |||
2010-08-01 | Fixed incorrect state check. | Remko Tronçon | |
2010-08-01 | Fixed typo. | Remko Tronçon | |
2010-07-23 | Recognise 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-20 | Show subjects on MUC join. | Kevin Smith | |
Resolves: #472 | |||
2010-06-19 | Removed DNSSDTest from SConscript. | Remko Tronçon | |
2010-06-19 | Added DNSSDTest. | Remko Tronçon | |
2010-06-18 | Fix 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-11 | Show the time of Notices in the tooltip. | Kevin Smith | |
Resolves: #396 | |||
2010-06-09 | Fixed windows compilation warnings. | Remko Tronçon | |
2010-06-09 | Fixed potential bug in DIGEST-MD5 quote handling. | Remko Tronçon | |
2010-06-09 | Fixed compilation warningns for Linux build. | Remko Tronçon | |
2010-06-09 | Remove compilation warnings from tests. | Remko Tronçon | |
2010-06-09 | Enabled & fixed some more C++ warnings. | Remko Tronçon | |
2010-06-06 | Use delay when printing MUC history. | Remko Tronçon | |
Resolves: #415 | |||
2010-06-04 | Starting 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-04 | Remove SQLite tests. | Remko Tronçon | |
2010-06-03 | Use SASL EXTERNAL for authenticating in Slimber. | Remko Tronçon | |
2010-06-03 | Remove SQLite and SQLiteHistoryManager. | Remko Tronçon | |
2010-06-03 | Distinguish an empty SASL message from no SASL message. | Remko Tronçon | |
2010-06-02 | Don't build C-Ares. | Remko Tronçon | |
We don't use it yet. | |||
2010-06-02 | Rename boost_signalslib.h to boost_bsignals. | Remko Tronçon | |
2010-06-02 | Serialize <success/> stanza correctly. | Remko Tronçon | |
2010-06-02 | Add missing boost_signalslib.h file. | Remko Tronçon | |
2010-06-02 | Using Boost workaround for Qt signals keyword clash. | Remko Tronçon | |
This should allow us to link against system boost versions. | |||
2010-05-30 | Don't crash setting a bookmark if initial response didn't have a payload. | Kevin Smith | |
Resolves: #417 | |||
2010-05-29 | Added ReconnectTest to .gitignore. | Remko Tronçon | |
2010-05-27 | Cleaning 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-26 | Do JID Map lookups for MUC rosters. | Kevin Smith | |
In the same way as was already done for user rosters. Resolves: #395 | |||
2010-05-26 | Don't let roster groups open and close on their own. | Kevin Smith | |
Resolves: #368 | |||
2010-05-25 | Add status annotation for each of the status types when changing status. | Kevin Smith | |
Resolves: #383 | |||
2010-05-24 | Make connector shared to avoid a crash on login. | Remko Tronçon | |
Resolves: #346 | |||
2010-05-23 | Implement XEP-0045 joining, and appropriate error handling. | Kevin Smith | |
Resolves: #211 | |||
2010-05-21 | Warnings about MUC joins that never complete. | Kevin Smith | |
2010-05-20 | Set MUC autojoin when sttoring. | Kevin Smith | |
Resolves: #352 | |||
2010-05-14 | Start roster groups expanded. | Kevin Smith | |
Resolves: #343 | |||
2010-05-13 | List MUCs available on services. | Kevin Smith | |
Resolves: #276 | |||
2010-05-12 | Set autoJoin flag correctly. | Remko Tronçon | |
2010-05-08 | Flush bookmarks. | Remko Tronçon | |
Resolves: #335 | |||
2010-05-08 | Renamed Conference->Room. | Remko Tronçon | |
2010-05-08 | Remove duplicate MUCBookmark structure. | Remko Tronçon | |
2010-05-08 | Don't allow PLAIN over Non-TLS. | Remko Tronçon | |
2010-05-08 | Added DIGEST-MD5 client authenticator. | Remko Tronçon | |
2010-05-08 | Added DIGESTMD5Properties parsing. | Remko Tronçon | |
2010-05-08 | Added DIGEST-MD5 properties. | Remko Tronçon | |