| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | move code to .cpp | Jeremy Lainé | 2010-08-26 | 2 | -17/+29 | |
| | | ||||||
| * | improve QXmppPasswordChecker class | Jeremy Lainé | 2010-08-26 | 2 | -6/+21 | |
| | | ||||||
| * | fix | Jeremy Lainé | 2010-08-26 | 1 | -1/+1 | |
| | | ||||||
| * | start preparing for QXmppServer plugins | Jeremy Lainé | 2010-08-26 | 4 | -13/+133 | |
| | | ||||||
| * | make error stanzas more explicit | Jeremy Lainé | 2010-08-24 | 1 | -2/+6 | |
| | | ||||||
| * | when an element is received from a client without a "to", set the "to" to ↵ | Jeremy Lainé | 2010-08-24 | 1 | -0/+6 | |
| | | | | | the local domain | |||||
| * | * add handling of ping IQs | Jeremy Lainé | 2010-08-24 | 1 | -9/+41 | |
| | | | | | | * reply to unknown IQs | |||||
| * | revert incorrect commit r688 | Jeremy Lainé | 2010-08-24 | 1 | -5/+5 | |
| | | ||||||
| * | reply with an error for unhandled local IQs | Jeremy Lainé | 2010-08-24 | 1 | -5/+5 | |
| | | ||||||
| * | refactor element handling | Jeremy Lainé | 2010-08-24 | 2 | -11/+32 | |
| | | ||||||
| * | whitespace fix | Jeremy Lainé | 2010-08-23 | 1 | -3/+3 | |
| | | ||||||
| * | fix | Jeremy Lainé | 2010-08-23 | 1 | -1/+1 | |
| | | ||||||
| * | fix security check on incoming XMPP stanzas | Jeremy Lainé | 2010-08-23 | 4 | -6/+10 | |
| | | ||||||
| * | check domain of incoming packets | Jeremy Lainé | 2010-08-23 | 1 | -6/+6 | |
| | | ||||||
| * | refactor server element handling | Jeremy Lainé | 2010-08-23 | 2 | -3/+51 | |
| | | ||||||
| * | improve API | Jeremy Lainé | 2010-08-23 | 2 | -3/+7 | |
| | | ||||||
| * | make QXmppServer API feature-complete | Jeremy Lainé | 2010-08-23 | 2 | -1/+89 | |
| | | ||||||
| * | add a skeleton for QXmppServer | Jeremy Lainé | 2010-08-23 | 3 | -0/+529 | |
| | | ||||||
| * | implement serialisation of QXmppArchiveChatIq | Jeremy Lainé | 2010-08-23 | 2 | -3/+22 | |
| | | ||||||
| * | parse "Retrieve" elements | Jeremy Lainé | 2010-08-23 | 1 | -6/+6 | |
| | | ||||||
| * | improve archive IQ code documentation | Jeremy Lainé | 2010-08-23 | 2 | -2/+51 | |
| | | ||||||
| * | fix and test QXmppArchiveListIq parsing/serialisation | Jeremy Lainé | 2010-08-23 | 2 | -23/+56 | |
| | | ||||||
| * | fix | Jeremy Lainé | 2010-08-23 | 1 | -1/+2 | |
| | | ||||||
| * | improve code documentation | Jeremy Lainé | 2010-08-23 | 1 | -0/+2 | |
| | | ||||||
| * | improve QXmppBindIq documentation | Jeremy Lainé | 2010-08-23 | 2 | -18/+25 | |
| | | ||||||
| * | prune unused static variables | Jeremy Lainé | 2010-08-23 | 1 | -2/+0 | |
| | | ||||||
| * | rename QXmppBind to QXmppBindIq | Jeremy Lainé | 2010-08-23 | 5 | -44/+31 | |
| | | ||||||
| * | rename QXmppSession to QXmppSessionIq for consistency | Jeremy Lainé | 2010-08-23 | 5 | -29/+19 | |
| | | ||||||
