aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added man page for prosodyctlDwayne Bent2009-07-022-0/+82
|
* datamanager: Fixed incorrect callback result checkingWaqas Hussain2009-07-021-4/+4
|
* 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
| | | | the server to start/stop
* mod_pep: Pass origin/session to publish_all()Matthew Wild2009-07-021-1/+1
|
* Added HMAC utility moduleDwayne Bent2009-07-011-0/+67
| | | | Produces HMAC codes using all the supported hashes (md5, sha1, sha256)
* 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 ↵Waqas Hussain2009-06-291-1/+1
| | | | | | | | | | | | unsupported-stanza-type (fixes #102)
* | | 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 ↵Waqas Hussain2009-06-281-1/+1
| | | | | | | | plugin tracebacks)
* | 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 ↵Matthew Wild2009-06-261-2/+2
| | | | | | | | | | | | used in unavailable presence)
* | | 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 ↵Waqas Hussain2009-06-262-23/+34
| | | | routing messages to bare JIDs. - #optimization
* util.events: Replaced ipairs with slightly faster numeric for loop - ↵Waqas Hussain2009-06-261-4/+4
| | | | #optimization
* util.stanza: Rewrote stanza_mt.__tostring. 20-30% faster stanza ↵Waqas Hussain2009-06-251-32/+18
| | | | serialization. - #optimization
* util.stanza: Remove numeric attributes while deserializingWaqas Hussain2009-06-251-0/+2
|
* xmlhandlers: Remove numeric attributesWaqas Hussain2009-06-251-2/+3
|