Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-05-07 | Cleaned up MUC code. | Remko Tronçon | |
2010-05-07 | Don't segfault when someone leaves a MUC | Kevin Smith | |
2010-05-07 | Sort the roster | Kevin Smith | |
2010-05-07 | Fix hang on MUC users leaving | Kevin Smith | |
2010-05-06 | Completed storage bookmark parser & serializer. | Remko Tronçon | |
Added URI element. | |||
2010-05-06 | Use UUIDs as nonce when authenticating with SCRAM-SHA-1. | Remko Tronçon | |
2010-05-06 | Rewrite of large amounts of roster code. | Kevin Smith | |
Now keeps widgets out of Swiften, keeps sorting inside Swiften, and keeps track of presences to show the correct presence per roster item. Resolves: #316 Resolves: #81 Resolves: #239 | |||
2010-05-04 | Don't take an avatar from a presence type='error'. | Remko Tronçon | |
Resolves: #336 | |||
2010-04-30 | Edit bookmarks with very basic validation. | Kevin Smith | |
Doesn't save yet. | |||
2010-04-30 | Support adding/removing bookmarks from the UI | Kevin Smith | |
Doesn't support editing meaningfully, nor do changes get saved. | |||
2010-04-30 | Get rid of the cout in delay payload parsing. | Kevin Smith | |
2010-04-24 | Fix leaks in LinkLocalConnector. | Remko Tronçon | |
2010-04-24 | XMPPRosterTest: Fix memory leak. | Remko Tronçon | |