aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mod_pep: Escape + in patternMatthew Wild2009-07-021-1/+1
* prosodyctl: Add message for not-running errorMatthew Wild2009-07-021-0/+1
* prosodyctl: Use prosodyctl_timeout option if it exists in the configMatthew Wild2009-07-021-2/+4
* prosodyctl: Improve usability with status messages, and waiting up to 5s for ...Matthew Wild2009-07-021-2/+37
* mod_pep: Pass origin/session to publish_all()Matthew Wild2009-07-021-1/+1
* Added HMAC utility moduleDwayne Bent2009-07-011-0/+67
* prosody: Add fallbacks/ to pathMatthew Wild2009-07-021-2/+5
* Makefile: Install fallbacks/ directoryMatthew Wild2009-07-021-1/+2
* mod_offline: Initial commitWaqas Hussain2009-07-021-0/+47
* Merged with trunkWaqas Hussain2009-07-023-3/+4
|\
| * Send xml:lang in stream headers, fixes #78Matthew Wild2009-07-012-2/+2
| * Making sure the node is in unicode when passing it to password lookup function.Tobias Markmann2009-07-011-1/+2
* | mod_pep: Fixed boolean indexing error while casting all messages for a userWaqas Hussain2009-07-021-2/+3
|/
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-06-291-1/+2
|\
| * Merge with nolanMatthew Wild2009-06-291-1/+2
| |\
| | * Serialize unknown stanza before logging.nolan2009-06-281-1/+2
* | | modulemanager: Don't close stream on stream:error with unsupported-stanza-typ...Waqas Hussain2009-06-291-1/+1
* | | prosody.cfg.lua.dist: Removed 'presence' from default modules listWaqas Hussain2009-06-291-1/+0
* | | stanza_router: Removed unnecessary xmlns checkWaqas Hussain2009-06-291-1/+1
* | | stanza_router: Don't fire preprocessing events if stanza is not from full JIDWaqas Hussain2009-06-291-1/+1
|/ /
* | util.pluginloader: Append "@" to chunk names (fixes weird formatting in plugi...Waqas Hussain2009-06-281-1/+1
* | mod_pep: Fixed a nil access errorWaqas Hussain2009-06-281-2/+4
* | mod_pep: Use cached capsWaqas Hussain2009-06-281-14/+23
* | Merged with trunkWaqas Hussain2009-06-285-8/+11
|\ \
| * | Merge with nolanMatthew Wild2009-06-281-1/+1
| |\|
| | * Log stanza if stanza.to isn't set for some component errors.nolan2009-06-281-1/+1
| * | net.httpserver: Don't upset logger when response is nilMatthew Wild2009-06-281-1/+1
| * | mod_console: Reload/unload a module on a component host if it is loaded thereMatthew Wild2009-06-281-4/+5
| * | Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-06-272-2/+4
| |\|
| | * mod_message: Advertise offline message support as per XEP-0160 (thanks nolan)Matthew Wild2009-06-261-0/+2
| | * xmppclient_listener: Pass session close reason to destroy_session (to be used...Matthew Wild2009-06-261-2/+2
* | | mod_pep: Entity capabilitiesWaqas Hussain2009-06-281-11/+84
|/ /
* | util.stanza: Serializer optimizations, and nicer output for empty elementsWaqas Hussain2009-06-271-12/+19
* | mod_pep: Broadcast only to available recipients with capsWaqas Hussain2009-06-261-19/+14
* | mod_pep: Ignore presence subscriptions when extractng hash informationWaqas Hussain2009-06-261-2/+5
* | mod_pep: Added function get_caps_hash_from_presenceWaqas Hussain2009-06-261-0/+17
* | util.muc: Fixed duplicate parameter names in function room:set_subjectWaqas Hussain2009-06-261-1/+1
* | util.muc: Fixed incorrect parameters for a function callWaqas Hussain2009-06-261-1/+1
* | mod_pep: Removed some YODO commentsWaqas Hussain2009-06-261-2/+2
* | mod_pep: Added handler for disco responsesWaqas Hussain2009-06-261-0/+13
|/
* mod_iq: Change sub-event names for IQ errors and results to use stanza IDsWaqas Hussain2009-06-261-2/+2
* util.stanza: Add stanza:get_text() to retrieve all child text nodes #apiMatthew Wild2009-06-261-0/+6
* stanza_router: Fire events also for stanzas to componentsMatthew Wild2009-06-261-2/+2
* mod_message, mod_presence: Maintain list of top resources. Less work in routi...Waqas Hussain2009-06-262-23/+34
* util.events: Replaced ipairs with slightly faster numeric for loop - #optimiz...Waqas Hussain2009-06-261-4/+4
* util.stanza: Rewrote stanza_mt.__tostring. 20-30% faster stanza serialization...Waqas Hussain2009-06-251-32/+18
* util.stanza: Remove numeric attributes while deserializingWaqas Hussain2009-06-251-0/+2
* xmlhandlers: Remove numeric attributesWaqas Hussain2009-06-251-2/+3
* stanza_router: Remove unused variables and codeWaqas Hussain2009-06-251-16/+1
* stanza_router: A little refactoringWaqas Hussain2009-06-251-2/+1