Log

description author age
tools/xep227toprosody.lua: Update childtags calls, replace some with ipairs Kim Alvefur 2012-08-21
util.stanza: Use ipairs instead of childtags (behavior changed in 92c86e11fd44) Kim Alvefur 2012-08-21
tools/openfire2prosody: Initial commit. Waqas Hussain 2012-08-11
Merge 0.9->trunk Matthew Wild 2012-08-10
portmanager: Support 'local_interfaces' config option (default for private listeners like components, telnet, etc.) (thanks mva) Matthew Wild 2012-08-10
MUC: Fix a traceback caused by private IQ result and error stanzas where the encoded id can't be processed. Waqas Hussain 2012-08-09
util.array: Accept an iterator to the array constructor Matthew Wild 2012-08-08
mod_legacyauth: Remove unused variable Kim Alvefur 2012-08-07
mod_legacyauth: Return an error if username or resource fails stringprep (thanks iron) Kim Alvefur 2012-08-07
Merge 0.9->trunk (who has been pushing to trunk?) Matthew Wild 2012-08-05
hostmanager, mod_disco: Show optional 'name' option from the config in disco#items queries (fixes use-case in #292) (thanks diSabler, mva) Matthew Wild 2012-08-05
tools/erlparse: Handle decimal point in numbers. Waqas Hussain 2012-08-04
tools/erlparse: Fix erlang string escape sequences. Waqas Hussain 2012-08-04
MUC: Fix private IQ results and errors for non-vcard queries. Waqas Hussain 2012-08-04
moduleapi: Clarify comment Matthew Wild 2012-08-03
mod_admin_adhoc, mod_announce: Explicitly specify possible actions for ad-hoc commands Florian Zeitz 2012-08-02
mod_adhoc: Add support for specifying a default action Florian Zeitz 2012-08-02
mod_muc: Fix syntax error (thanks Florob) Matthew Wild 2012-08-01
util.pluginloader: Remove unused imports Matthew Wild 2012-08-01
util.pluginloader: Expose load_file Matthew Wild 2012-08-01
mod_bosh: Remove redundant code (send stream features in only one place) (thanks Zash) Matthew Wild 2012-08-01
mod_bosh: Remove troublesome return... continue processing of the streamopen after session creation (because since 16c7b510694b we no longer send an early response) Matthew Wild 2012-07-31
Merge Waqas<>Zash Matthew Wild 2012-07-31
util.pposix: Put the warning back, mention how we might still use posix_fallocate() Kim Alvefur 2012-07-31
util.pposix: Try posix_fallocate() if fallocate() is unsupported by the file system Kim Alvefur 2012-07-31
util.datamanager: Try to open in read+write mode, then retry with write mode if that fails (usually because it doesn't exist) Kim Alvefur 2012-07-31
util.datamanager: Don't use os.rename on non-POSIX. It doesn't overwrite exisitng files on Windows. Waqas Hussain 2012-07-31
MUC: Give host and server admins "owner" affiliation in all rooms. Waqas Hussain 2012-07-31
MUC: Expose room metatable in the MUC lib. Waqas Hussain 2012-07-31
MUC: Send unavailable presence when the component or server is shutting down. Waqas Hussain 2012-07-31
MUC: Fix private IQ and message routing. Waqas Hussain 2012-07-31
mod_presence, rostermanager: Bring outbound subscription cancellation in line with RFC6121. Waqas Hussain 2012-07-31