| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Client: Rename send/sendUnencrypted to sendSensitive/send | Linus Jahn | 2023-01-28 | 1 | -2/+2 |
| | | |||||
| * | Code formatting | Linus Jahn | 2023-01-22 | 1 | -1/+1 |
| | | |||||
| * | Use QXmppError in all IQ results instead of StanzaError | Linus Jahn | 2023-01-22 | 1 | -3/+4 |
| | | | | | | | | | This allows us to report different error types with more information and makes it possible to distinguish stanza errors and errors generated locally. Part of #501. | ||||
| * | Introduce QXmppTask & QXmppPromise | Linus Jahn | 2023-01-03 | 1 | -8/+8 |
| | | | | | | | Closes #502. Co-authored-by: Jonah Brüchert <jbb@kaidan.im> | ||||
| * | Disable Qt keywords completely | Linus Jahn | 2022-12-26 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | Previously we had the policy that no qt keywords were allowed in headers that may be included by users. However since there was no automatic test verifying that in some places keywords were still used. This now disables qt keywords completely, also in tests and examples. Qt keywords are in general no good or really good idea as they even conflict with the standard library (`emit` at least). In some cases in the examples I just removed the slot tag if the functions didn't need to be slots (anymore). Closes #503. | ||||
| * | Reformat code | Linus Jahn | 2022-09-06 | 1 | -10/+20 |
| | | |||||
| * | Replace raw pointers with unique_ptr | Linus Jahn | 2022-09-02 | 1 | -5/+2 |
| | | | | | safer, simpler | ||||
| * | Run 'clang-format' on all files | Melvin Keskin | 2022-01-15 | 1 | -2/+2 |
| | | |||||
| * | Convert copyright headers to REUSE | Linus Jahn | 2022-01-14 | 1 | -24/+5 |
| | | |||||
| * | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 1 | -1/+1 |
| | | |||||
| * | Client: Require moving the packets/iqs for sending | Linus Jahn | 2021-09-28 | 1 | -5/+5 |
| | | |||||
| * | Refactor packet sending: Add SendSuccess/SendError | Linus Jahn | 2021-09-03 | 1 | -2/+2 |
| | | |||||
| * | RosterManager: Add QFuture-based requests | Linus Jahn | 2021-07-05 | 1 | -0/+117 |
| | | |||||
| * | RosterManager: Add subscription request signal with full presence (#346) | Melvin Keskin | 2021-05-08 | 1 | -0/+19 |
| | | | | This makes it possible to get the statusText of subscription requests. | ||||
| * | RosterManager: Request items with MIX annotation (#331) | Melvin Keskin | 2021-02-19 | 1 | -0/+4 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | RosterManager: Cache roster when using stream management | Linus Jahn | 2021-01-09 | 1 | -9/+33 |
| | | | | | | | | | | | | | The roster manager caches the roster items if a previous stream could be resumed now. The rosterReceived() signal is not emitted again in this case. This avoids redundant roster requests. When no stream management is used, the roster cache is cleared directly on disconnecting. If stream management is used, the cache is also accessible after disconnecting. On connecting the manager checks whether the last stream could be resumed. If the last stream hasn't been resumed, the cache is cleared and the roster is re-requested. | ||||
| * | RosterManager: Refactor/modernise code | Linus Jahn | 2021-01-09 | 1 | -43/+43 |
| | | |||||
| * | QXmppRosterManager: Add comment on pre-approved subscriptions | Linus Jahn | 2020-04-05 | 1 | -3/+12 |
| | | |||||
| * | Do not include 'ask' attribute when renaming roster item | Melvin Keskin | 2020-04-01 | 1 | -0/+4 |
| | | |||||
| * | Run clang-format also on all cpp files | Linus Jahn | 2020-02-03 | 1 | -63/+55 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -2/+3 |
| | | |||||
| * | Port majority of old-style connects (#237) | JBB | 2020-01-20 | 1 | -11/+6 |
| | | | | This provides more type safety and is future-proof. | ||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Replace Q_FOREACH (foreach) by C++11 ranged for-loops | Linus Jahn | 2019-10-23 | 1 | -2/+2 |
| | | | | | | | | Q_FOREACH is bad and will be deprecated in the future: https://www.kdab.com/goodbye-q_foreach/ This also disables Q_FOREACH by defining QT_NO_FOREACH. | ||||
| * | Bump copyright year to 2019 | Jeremy Lainé | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Fix spelling errors | Boris Pek | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 1 | -1/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 1 | -1/+1 |
| | | |||||
| * | update copyright notice to 2008-2014 | Jeremy Lainé | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | don't send initial presence or request roster if not authenticated | Jeremy Lainé | 2012-09-03 | 1 | -1/+2 |
| | | |||||
| * | Remove deprecated QXmppRosterManager::rosterChanged() | Jeremy Lainé | 2012-08-29 | 1 | -5/+0 |
| | | |||||
| * | remove QXmppRosterManager::removeRosterEntry() | Jeremy Lainé | 2012-07-21 | 1 | -8/+0 |
| | | |||||
| * | doc fixes | Jeremy Lainé | 2012-07-21 | 1 | -0/+2 |
| | | |||||
| * | Add a "reason" argument to QXmppRosterManager's subscription methods. | Jeremy Lainé | 2012-07-21 | 1 | -4/+8 |
| | | |||||
| * | remove confusing QXmppPresence::Status::Offline | Jeremy Lainé | 2012-07-18 | 1 | -1/+0 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | encapsulate QXmppUtils methods in a QXmppUtils class | Jeremy Lainé | 2012-04-20 | 1 | -5/+5 |
| | | |||||
| * | start moving client-specific code | Jeremy Lainé | 2012-02-08 | 1 | -0/+421 |
