Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-04-24 | Don't lookup duplicate discovered link-local services. | Remko Tronçon | |
This fixes a segfault due to the old query being deleted when a duplicate query is started. | |||
2010-04-23 | Add beginnings of LinkLocalTool. | Remko Tronçon | |
2010-04-23 | Add some debug info. | Remko Tronçon | |
2010-04-23 | Make latency stats optional. | Kevin Smith | |
Includes boost program_options so we can use commandline parameters. Netbook mode is now activated with --netbook-mode. Latency debug is activated with --latency-debug. | |||
2010-04-23 | Add XEP-0203 (Delay) support. | Kevin Smith | |
Puts delay warnings in the chat log. Not optional yet. | |||
2010-04-22 | Fix AvahiBrowserQuery compilation. | Remko Tronçon | |
2010-04-22 | Add PlatformDNSSDQuerierFactory::canCreate(). | Remko Tronçon | |
2010-04-22 | Clean up Avahi browse query properly. | Remko Tronçon | |
2010-04-22 | Don't compile CppUnit if we're not testing. | Remko Tronçon | |
2010-04-21 | Fix non-determinism of DomainNameResolverTest. | Remko Tronçon | |
2010-04-18 | Improve roster performance through map lookups on operations | Kevin Smith | |
2010-04-13 | Don't lose presence when receiving a roster item rename push | Kevin Smith | |
Resolves: #312 |