| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Disable Qt keywords completely | Linus Jahn | 2022-12-26 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | 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 | -13/+24 |
| | | |||||
| * | server: Add missing emit on signals | Linus Jahn | 2022-03-13 | 1 | -6/+6 |
| | | |||||
| * | Convert copyright headers to REUSE | Linus Jahn | 2022-01-14 | 1 | -22/+3 |
| | | |||||
| * | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 1 | -1/+1 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-format also on all cpp files | Linus Jahn | 2020-02-03 | 1 | -50/+32 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -6/+6 |
| | | |||||
| * | server: Replace manual checks and hard-coded XML by QXmppStartTlsPacket | Linus Jahn | 2020-01-20 | 1 | -6/+4 |
| | | |||||
| * | Port majority of old-style connects (#237) | JBB | 2020-01-20 | 1 | -13/+9 |
| | | | | This provides more type safety and is future-proof. | ||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Use raw literals, range based loops and auto | Jonah Brüchert | 2019-10-22 | 1 | -2/+2 |
| | | |||||
| * | Modernize codebase using clang-tidy | Jonah Brüchert | 2019-09-08 | 1 | -5/+5 |
| | | | | | | | | | Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals | ||||
| * | Bump copyright year to 2019 | Jeremy Lainé | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | clarify the fact QXmppConstants_p.h is not API | Jeremy Lainé | 2016-09-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 |
| | | |||||
| * | move from toAscii() to toLatin1() | Matt Broadstone | 2012-11-16 | 1 | -2/+2 |
| | | |||||
| * | [server] remove some not-so-interesting counters | Jeremy Lainé | 2012-09-11 | 1 | -2/+0 |
| | | |||||
| * | replace "incrementCounter" by "updateCounter" | Jeremy Lainé | 2012-09-10 | 1 | -8/+8 |
| | | |||||
| * | add some counters | Jeremy Lainé | 2012-09-10 | 1 | -0/+2 |
| | | |||||
| * | [server] lay groundwork for client auth statistics | Jeremy Lainé | 2012-09-10 | 1 | -1/+8 |
| | | |||||
| * | move socket disconnect handling out of QXmppStream | Jeremy Lainé | 2012-09-02 | 1 | -0/+1 |
| | | |||||
| * | doc fixes | Jeremy Lainé | 2012-07-21 | 1 | -0/+2 |
| | | |||||
| * | add support for two-step PLAIN SASL | Jeremy Lainé | 2012-07-20 | 1 | -17/+27 |
| | | |||||
| * | make SASL code fully private | Jeremy Lainé | 2012-07-20 | 1 | -2/+1 |
| | | |||||
| * | guard against crash | Jeremy Lainé | 2012-07-20 | 1 | -0/+7 |
| | | |||||
| * | move server-side SASL code | Jeremy Lainé | 2012-07-20 | 1 | -70/+32 |
| | | |||||
| * | rework | Jeremy Lainé | 2012-07-20 | 1 | -3/+5 |
| | | |||||
| * | use QXmppSaslFailure | Jeremy Lainé | 2012-07-20 | 1 | -4/+4 |
| | | |||||
| * | rework | Jeremy Lainé | 2012-07-20 | 1 | -15/+16 |
| | | |||||
| * | refactor SASL stanza handling | Jeremy Lainé | 2012-07-20 | 1 | -16/+15 |
| | | |||||
| * | fix | Jeremy Lainé | 2012-07-20 | 1 | -1/+1 |
| | | |||||
| * | move towards server workflow | Jeremy Lainé | 2012-07-20 | 1 | -1/+0 |
| | | |||||
| * | more work on server-side SASL | Jeremy Lainé | 2012-07-20 | 1 | -9/+19 |
| | | |||||
| * | start refactoring server-side auth | Jeremy Lainé | 2012-07-20 | 1 | -14/+11 |
| | | |||||
| * | make QXmppStreamFeatures string-based to allow pluggable SASL | Jeremy Lainé | 2012-07-18 | 1 | -3/+3 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | protect against null socket | Jeremy Lainé | 2012-06-07 | 1 | -5/+11 |
| | | |||||
| * | improve server debugging | Jeremy Lainé | 2012-06-07 | 1 | -17/+42 |
| | | |||||
| * | rework auth logging | Jeremy Lainé | 2012-06-07 | 1 | -13/+11 |
| | | |||||
| * | forward-declare QNetworkProxy | Jeremy Lainé | 2012-05-12 | 1 | -0/+1 |
| | | |||||
| * | encapsulate QXmppUtils methods in a QXmppUtils class | Jeremy Lainé | 2012-04-20 | 1 | -4/+4 |
| | | |||||
| * | move server code to "server" directory | Jeremy Lainé | 2012-02-08 | 1 | -0/+445 |
