| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
