| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make QXmppOutgoingServer independant from QXmppOutgoingClient | Jeremy Lainé | 2010-08-29 | 4 | -24/+70 |
| | | |||||
| * | deprecate some connectToServer() variants | Jeremy Lainé | 2010-08-29 | 2 | -35/+30 |
| | | |||||
| * | remove deprecated QXmppClient methods | Jeremy Lainé | 2010-08-29 | 2 | -90/+0 |
| | | |||||
| * | introduce a simpler connectToServer() function requiring only JID + password | Jeremy Lainé | 2010-08-29 | 3 | -1/+16 |
| | | |||||
| * | if no explicit host/port are given, use DNS SRV lookup | Jeremy Lainé | 2010-08-29 | 5 | -8/+52 |
| | | |||||
| * | improve DNS SRV lookup API | Jeremy Lainé | 2010-08-29 | 2 | -39/+68 |
| | | |||||
| * | add code comments | Jeremy Lainé | 2010-08-29 | 2 | -4/+28 |
| | | |||||
| * | add libraries for DNS | Jeremy Lainé | 2010-08-29 | 1 | -0/+9 |
| | | |||||
| * | add QXmppServiceInfo for DNS SRV lookups | Jeremy Lainé | 2010-08-29 | 3 | -0/+222 |
| | | |||||
| * | refactor stream features parsing | Jeremy Lainé | 2010-08-29 | 6 | -86/+84 |
| | | |||||
| * | move remaining SASL code out of QXmppUtils | Jeremy Lainé | 2010-08-29 | 6 | -89/+89 |
| | | |||||
| * | fix SASL authentication : | Jeremy Lainé | 2010-08-29 | 8 | -90/+305 |
| | | | | | | | - on the client side, check the second challenge we receive - on the server side, send second challenge | ||||
| * | silence a warning | Jeremy Lainé | 2010-08-29 | 1 | -0/+2 |
| | | |||||
| * | clean up and test vCard code | Jeremy Lainé | 2010-08-29 | 2 | -44/+40 |
| | | |||||
| * | add support for birthday & email to vCard | Jeremy Lainé | 2010-08-29 | 2 | -0/+39 |
| | | |||||
| * | silence a warning | Jeremy Lainé | 2010-08-29 | 1 | -0/+1 |
| | | |||||
| * | rename module parameters | Jeremy Lainé | 2010-08-29 | 4 | -17/+23 |
| | | |||||
| * | compile mod_stats | Jeremy Lainé | 2010-08-28 | 1 | -0/+2 |
| | | |||||
| * | add module for statistics | Jeremy Lainé | 2010-08-28 | 2 | -0/+402 |
| | | |||||
| * | update QXmppServer extensions API | Jeremy Lainé | 2010-08-28 | 11 | -109/+197 |
| | | |||||
| * | make QXmppStanza::setError take a const argument | Jeremy Lainé | 2010-08-28 | 2 | -2/+2 |
| | | |||||
| * | enable mod_version | Jeremy Lainé | 2010-08-28 | 1 | -0/+1 |
| | | |||||
| * | add a server module to handle XEP-0092: Software Version | Jeremy Lainé | 2010-08-28 | 3 | -2/+133 |
| | | |||||
| * | rework QXmppServerExtension initialisation | Jeremy Lainé | 2010-08-28 | 9 | -65/+91 |
| | | |||||
| * | add an object name to outgoing C2S streams | Jeremy Lainé | 2010-08-28 | 1 | -0/+1 |
| | | |||||
| * | don't use double end of line in files | Jeremy Lainé | 2010-08-28 | 1 | -1/+1 |
| | | |||||
| * | fix constant names for stream compression | Jeremy Lainé | 2010-08-28 | 3 | -3/+5 |
| | | |||||
| * | parse / serialise stream compression feature | Jeremy Lainé | 2010-08-28 | 5 | -0/+52 |
| | | |||||
| * | make sure incoming clients ask for the right domain | Jeremy Lainé | 2010-08-28 | 1 | -3/+15 |
| | | |||||
| * | we can receive both a stream start and stream end at once | Jeremy Lainé | 2010-08-28 | 1 | -10/+8 |
| | | |||||
| * | fixes for proxy module | Jeremy Lainé | 2010-08-28 | 1 | -8/+16 |
| | | |||||
| * | add plugin for XEP 0065 ByteStreams proxy | Jeremy Lainé | 2010-08-28 | 4 | -2/+550 |
| | | |||||
| * | Improve Service Discovery | Jeremy Lainé | 2010-08-28 | 3 | -5/+18 |
| | | |||||
| * | add plugins for: | Jeremy Lainé | 2010-08-27 | 6 | -2/+306 |
| | | | | | | | - ping - service discovery | ||||
| * | move ping handling to a plugin | Jeremy Lainé | 2010-08-27 | 2 | -32/+22 |
| | | |||||
| * | let QXmppServerExtensions define discovery features | Jeremy Lainé | 2010-08-27 | 2 | -0/+10 |
| | | |||||
| * | refactor queue management | Jeremy Lainé | 2010-08-27 | 2 | -67/+100 |
| | | |||||
| * | refactor server extension loading | Jeremy Lainé | 2010-08-27 | 1 | -24/+56 |
| | | |||||
| * | Improve QXmppLogger: | Jeremy Lainé | 2010-08-27 | 2 | -15/+48 |
| | | | | | | | * make file and stdout logging formats consistent * make it possible to select which message types to log | ||||
| * | refactor QXmppServer extensions | Jeremy Lainé | 2010-08-27 | 6 | -48/+269 |
| | | |||||
| * | improve code documentation | Jeremy Lainé | 2010-08-26 | 3 | -4/+4 |
| | | |||||
| * | make QXmppClientExtension and QXmppServerExtension inherit QObject | Jeremy Lainé | 2010-08-26 | 4 | -6/+8 |
| | | |||||
| * | fix deletion of extensions | Jeremy Lainé | 2010-08-26 | 1 | -1/+1 |
| | | |||||
| * | remove experimental QXmppClient::elementReceived() in favour of an extension ↵ | Jeremy Lainé | 2010-08-26 | 2 | -15/+47 |
| | | | | | mechanisms | ||||
| * | add jidToUser utility function | Jeremy Lainé | 2010-08-26 | 2 | -0/+9 |
| | | |||||
| * | outgoing S2S has no reason to receive any stanzas | Jeremy Lainé | 2010-08-26 | 1 | -5/+0 |
| | | |||||
| * | rework elementReceived() arguments | Jeremy Lainé | 2010-08-26 | 6 | -31/+18 |
| | | |||||
| * | move elementReceived signal out of QXmppStream | Jeremy Lainé | 2010-08-26 | 4 | -3/+9 |
| | | |||||
| * | add QXmppVCard::isVCard for consistency | Jeremy Lainé | 2010-08-26 | 3 | -2/+8 |
| | | |||||
| * | rework QXmppPasswordChecker | Jeremy Lainé | 2010-08-26 | 2 | -9/+7 |
| | | |||||
