Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-23 | Fixed const references to vectors. | Remko Tronçon | |
This could potentially cause crashes (same as a previous patch). | |||
2011-03-04 | Reset the field values between searches for users. | Kevin Smith | |
Resolves: #771 | |||
2011-03-04 | Upgrade XEP-0258 support to match 0.6. | Kevin Smith | |
Resolves: #183 Release-Notes: Security labels (XEP-0258) support has been updated to match the latest version of the specification. | |||
2011-03-01 | Introduce Lua::Value helper. | Remko Tronçon | |
2011-03-01 | Some more Sluift enhancements. | Remko Tronçon | |
2011-02-19 | Make Swift translatable. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-05 | Fixed some bugs with MUC joining. | Remko Tronçon | |
2011-01-29 | Added some experimental Jingle classes. | Remko Tronçon | |
2011-01-24 | Added test suite registration checker. | Remko Tronçon | |
2011-01-21 | Code cleanup. | Remko Tronçon | |
2011-01-18 | Cleaned up some code. | Remko Tronçon | |
2011-01-12 | Refactored MUC code a bit. | Remko Tronçon | |
2010-12-22 | Basic User Search support, and Find Rooms cleanup. | Kevin Smith | |
Adds a throbber to the MUC search, turns the Add Contact dialog into something searchy, adds the option to open chats to arbitrary JIDs. Resolves: #614 Resolves: #695 Resolves: #436 Release-Notes: On servers that support it, users can now perform searches for contacts to add or chat to. | |||
2010-12-09 | Upgraded stream errors to new RFC3920bis. | Remko Tronçon | |
2010-12-09 | Added Stream error parserialement. | Remko Tronçon | |
2010-11-28 | Change error from optional to shared_ptr in GenericRequest | Remko Tronçon | |
Resolves: #692 | |||
2010-11-21 | Added search parserialement. | Remko Tronçon | |
2010-11-16 | Added In-band-registration unsubscribe support to Swiften. | Remko Tronçon | |
2010-11-15 | Squelch warnings | Kevin Smith | |
2010-11-15 | Clean MUC joins slightly. | Kevin Smith | |
In an attempt to catch errors, this doesn't Resolves: #691 but does add an assert that may help. It also fixes an error with created rooms not receiving updates presences. Release-Notes: Newly-created rooms will now receive your presence updates, consistent with existing rooms. | |||
2010-11-10 | Added InBandRegistration classes. | Remko Tronçon | |
2010-11-09 | Only request new MUC context when rejoining. | Kevin Smith | |
Resolves: #542 Release-Notes: On reconnects, existing MUC history now won't be replayed. | |||
2010-11-03 | Centralizing predefined features in DiscoInfo. | Remko Tronçon | |
2010-11-03 | Added JIDDiscoInfoResponder + Added "to" parameter to responder callback. | Remko Tronçon | |
2010-11-03 | Added ClientDiscoManager. | Remko Tronçon | |
2010-10-26 | Fix compliation problems with CLang. | Remko Tronçon | |
2010-10-25 | Remove the use of Shared<>. | Remko Tronçon | |
2010-10-22 | Minor fixes to MUCs. | Kevin Smith | |
Resolves: #626 Resolves: #632 Release-Notes: Notices will now be generated if someone says your nick in the MUC in any variant of capitalisation, and will not be generated if it was you that said it. | |||
2010-10-21 | Added beginnings of outgoing file transfer to Swiften. | Remko Tronçon | |
2010-10-15 | Added ComponentSession. | Remko Tronçon | |
2010-10-15 | Added Component parser, serializer, element, and connector. | Remko Tronçon | |
2010-10-14 | Added User Nickname element, serializer, and parser. | Remko Tronçon | |
2010-10-09 | Added EchoBot walkthrough example. | Remko Tronçon | |
2010-10-01 | Use caps for enabling chat state notifications. | Kevin Smith | |
Resolves: #93 | |||
2010-10-01 | Include contact's status when you start a chat with them. | Kevin Smith | |
Resolves: #580 | |||
2010-09-14 | Add extended disco support to caps verifier. | Remko Tronçon | |
2010-09-13 | When joining a new room, create an instant room. | Kevin Smith | |
Resolves: #112 | |||
2010-09-11 | Added support for Entity Capabilities. | Remko Tronçon | |
Resolves: #94 | |||
2010-09-06 | Only request acks after a message was sent. | Remko Tronçon | |
2010-09-06 | Partial VCard support without losing unknown data. | Remko Tronçon | |
2010-09-05 | Don't lose unknown roster content. | Remko Tronçon | |
Resolves: #555 | |||
2010-08-29 | Added stanza acking support to client. | Remko Tronçon | |
2010-08-29 | Renamed SessionManagement* to StreamManagement*. | Remko Tronçon | |
2010-08-29 | Added Stream Management support to Stream Features. | Remko Tronçon | |
2010-08-29 | Added Stanza Ack Requester & Responder. | Remko Tronçon | |
2010-08-28 | Added elements, parsers & serializers for XEP-0198 Stanza Acking. | Remko Tronçon | |
2010-08-24 | Implemented VCardManager. | Remko Tronçon | |
2010-08-24 | Added VCardStorage. | Remko Tronçon | |
2010-08-18 | Added command parser. | Remko Tronçon | |