Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2010-04-12 | Show ErrorEvent when roster push fails. | Kevin Smith | |
Resolves: #293 | |||
2010-04-12 | RosterController testing. | Kevin Smith | |
2010-04-12 | Send roster set before roster add. | Kevin Smith | |
2010-04-11 | Add missing header include. | Remko Tronçon | |
2010-04-08 | Fix expanded tabs. | Remko Tronçon | |
2010-04-08 | Fix bug in copyrighter script that handled MD5 copyright incorrectly. | Remko Tronçon | |
2010-04-08 | Added copyrights to Swiften. | Kevin Smith | |
2010-04-07 | Support fallback multiple host addresses when connecting. | Remko Tronçon | |
Resolves: #305 | |||
2010-04-07 | Add support for multiple A entries to StaticDomainNameResolver. | Remko Tronçon | |
2010-04-06 | Refactored DomainNameAddressQuery. | Remko Tronçon | |
Result can now consist of multiple addresses. | |||
2010-04-06 | Add ConnectivityTest to .gitignore. | Remko Tronçon | |
2010-03-30 | Announce the timeout settings the connectivity test example uses | Kevin Smith | |
2010-03-30 | Connectivity test Swiften example | Kevin Smith | |
2010-03-30 | Adding manual hosts to SendMessage | Kevin Smith | |
2010-03-30 | Fix previous commit | Kevin Smith | |
2010-03-30 | Basic error handling for SendMessage example. | Kevin Smith | |
2010-03-29 | Request bookmarks at login. | Kevin Smith | |
2010-03-28 | Moving submodule contents back. | Remko Tronçon | |
2010-03-28 | Removing submodules. | Remko Tronçon | |
2010-03-28 | Moved Swiften to a separate module. | Remko Tronçon | |
2010-03-28 | Chat list in the gui (mostly non-functional). | Kevin Smith | |
2010-03-26 | Remove MUCs from the ChatsManager's list once you leave them. | Kevin Smith | |
Resolves: #292 | |||
2010-03-26 | Starting plumbing for MUC bookmarks | Kevin Smith | |
2010-03-22 | Fixing up the unit tests again. Oops. | Kevin Smith | |
2010-03-22 | Can now accept roster subscriptions. | Kevin Smith | |
2010-03-22 | Sucky UI for subscription requests | Kevin Smith | |
2010-03-22 | Updating unit tests to work again | Kevin Smith | |
2010-03-22 | Lots of plumbing for event view. | Kevin Smith | |
This isn't ready yet, but clicking on a message in the event view will now cause the chat to pop up, and the plumbing is there for doing something with subscription requests - I just don't, yet. | |||
2010-03-20 | Fix for segfault when joining jdev tonight | Kevin Smith | |
2010-03-19 | Start of event viewer. | Kevin Smith | |
Creates a basic event viewer framework, and plugs it into the Swift controllers, so that messages are displayed (in a very ugly way). Still a long way to go. | |||
2010-03-04 | Fix problem with SCRAM-SHA1 final message in <challenge/>. | Remko Tronçon | |
2010-03-02 | Adding iPhone compilation | Kevin Smith | |
2010-02-17 | Remove debugging printfs | Kevin Smith | |
2010-02-17 | Fixed tabs. | Remko Tronçon | |
2010-02-17 | Preliminary Chat State Notifications support. | Kevin Smith | |
Only covers Active and Composing (Which is very possibly all we care about). | |||
2010-02-11 | Moved some modules into separate git modules. | Remko Tronçon | |
2010-02-10 | ChatStateNotifier and tests, ready for XEP-85 support. | Kevin Smith | |
2010-02-08 | Added beginnings of Avahi support. | Remko Tronçon | |