xmlhandlers: Don't restrict CDATA
|
Matthew Wild |
2011-06-01 |
Merge 0.8->trunk
|
Matthew Wild |
2011-06-01 |
Merge 0.7->0.8
|
Matthew Wild |
2011-06-01 |
Merge 0.6->0.7
|
Matthew Wild |
2011-06-01 |
xmlhandlers: Reject XML comments, processing instructions and (if supported by LuaExpat) DTDs. If not supported, log a warning. [Backport of 7cc426988bcc in trunk]
|
Matthew Wild |
2011-06-01 |
util.xmppstream: Reject XML comments, processing instructions and (if supported by LuaExpat) DTDs. If not supported, log a warning.
|
Matthew Wild |
2011-06-01 |
util.xmppstream: Reject XML comments, processing instructions and (if supported by LuaExpat) DTDs. If not supported, log a warning.
|
Matthew Wild |
2011-06-01 |
util.encodings: Check return values before proceeding
|
Paul Aurich |
2011-05-22 |
util.encodings: Swap code order ("ifndef" bugs me)
|
Paul Aurich |
2011-05-22 |
util.encodings: Fix idna.to_unicode
|
Paul Aurich |
2011-05-22 |
mod_register: Change the default for 'allow_registration' from true to false, most users shouldn't be affected as allow_registration is already explicitly set in the default config file.
|
Matthew Wild |
2011-05-27 |
mod_register: Move allow_registration option into an upvalue for efficiency (now it is being checked on every new c2s stream)
|
Matthew Wild |
2011-05-27 |
Advertise in-band registration support.
|
Glenn Maynard |
2011-05-27 |
net.dns: Support for resolving AAAA records
|
Matthew Wild |
2011-05-16 |
MUC: Include occupant count in room disco#info response.
|
Waqas Hussain |
2011-05-07 |
mod_roster: Remove <optional/> from roster version stream feature, as per latest specs.
|
Waqas Hussain |
2011-05-07 |
mod_dialback: Remove <optional/> from stream feature, as per latest specs.
|
Waqas Hussain |
2011-05-07 |
sessionmanager: Log reason when destroying a session.
|
Waqas Hussain |
2011-05-07 |
s2smanager: Log reason when destroying a session.
|
Waqas Hussain |
2011-05-07 |
Merge 0.8->trunk
|
Matthew Wild |
2011-05-04 |
mod_muc: Remove room from memory when it is made non-persistent and is empty
|
Matthew Wild |
2011-05-04 |
Merge 0.8->trunk
|
Matthew Wild |
2011-04-20 |
mod_legacyauth: Disallow on unencrypted connections by default, heed allow_unencrypted_plain_auth config option (thanks Maranda/Zash)
|
Matthew Wild |
2011-04-20 |
Merge 0.8->trunk
|
Matthew Wild |
2011-04-18 |
Tagging 0.8.1
|
Matthew Wild |
2011-04-18 |
Merge 0.8->trunk
|
Matthew Wild |
2011-04-15 |
util.datetime: Fix timestamp parsing when in DST (thanks xnyhps)
|
Matthew Wild |
2011-04-15 |
prosody: Add sanity_check() to startup sequence. Check that we have at least one vhost enabled to avoid Bad Things.
|
Matthew Wild |
2011-04-14 |
Merge Zash->trunk
|
Matthew Wild |
2011-04-15 |
net.dns: Fix TXT records
|
Kim Alvefur |
2011-04-14 |
util.datetime: Fix timestamp parsing when in DST (thanks xnyhps)
|
Matthew Wild |
2011-04-15 |
prosody: Add sanity_check() to startup sequence. Check that we have at least one vhost enabled to avoid Bad Things.
|
Matthew Wild |
2011-04-14 |
Merge 0.8->trunk
|
Matthew Wild |
2011-04-11 |
tools/migration/migrator/prosody_sql.lua: Fix compatibility with PostgreSQL (thanks Timo)
|
Matthew Wild |
2011-04-11 |
mod_pubsub: Support for setting a disco name
|
Marco Cirillo |
2011-04-06 |
Merge 0.8->trunk
|
Matthew Wild |
2011-04-06 |
mod_tls: Fix for components to more reliably inherit SSL settings from their parenthost (thanks Link Mauve)
|
Matthew Wild |
2011-04-06 |
Merge 0.8 -> trunk
|
Matthew Wild |
2011-04-05 |
Tagging 0.8.0
|
Matthew Wild |
2011-04-05 |
tools/migration/migrator/prosody_files.lua: Fix for previous commit
0.8.0
|
Matthew Wild |
2011-04-05 |
tools/migration/prosody-migrator.lua: Add messages to show when migration is in progress
|
Matthew Wild |
2011-04-05 |
tools/migration: Support for ~/ in paths
|
Matthew Wild |
2011-04-05 |
Merge 0.8->trunk
|
Matthew Wild |
2011-04-05 |
usermanager: Check host exists before trying to look up admins for it
|
Matthew Wild |
2011-04-05 |
util.dependencies: Add a dummy util.ztact loader to log a message for people still using it (e.g. in their Debian-derived config files)
|
Matthew Wild |
2011-04-05 |
tools/migration/prosody-migrator.lua: Refactor store handler loading to report errors they throw
|
Matthew Wild |
2011-04-05 |
tools/migration/migrator/prosody_sql: Throw a friendlier error when LuaDBI is not found
|
Matthew Wild |
2011-04-05 |
prosody.cfg.lua.dist: Add example of 'authentication' option
|
Matthew Wild |
2011-04-05 |
mod_privacy: Remove several unused variable declarations
|
Matthew Wild |
2011-03-29 |
mod_privacy: Remove unused function, sendUnavailable
|
Matthew Wild |
2011-03-29 |
sessionmanager: Fire pre-resource-unbind to allow plugins (such as mod_smacks) to hook and prevent/override session destruction
|
Matthew Wild |
2011-03-29 |
tools/migration: Rename main.lua -> prosody-migrator.lua and update the Makefile
|
Matthew Wild |
2011-03-21 |
net.httpserver: Revert commit eccd3c87d717 which has since been fixed in a better way
|
Matthew Wild |
2011-03-21 |
mod_dialback: Use session:close() on dialback failure instead of s2smanager.destroy_session() (thanks Zash)
|
Matthew Wild |
2011-03-21 |
Merge 0.8->trunk
|
Matthew Wild |
2011-03-18 |
mod_pubsub: Remove checks for whether the JID being (un)subscribed is the actor's own - it's possible to (un)subscribe another JID if you have the (un)subscribe_other capability, which is already checked in util.pubsub (thanks Andrew)
|
Matthew Wild |
2011-03-18 |
tools/migration/Makefile: Don't install main.lua (we already install it as prosody-migrator) (thanks Enrico)
|
Matthew Wild |
2011-03-03 |
mod_bosh: Fix terminate logic - process any stanzas in a terminating request, and add type='terminate' to any responses generated by those stanzas. Finally, close all remaining open requests with type='terminate' and close the session. Fixes #211 (thanks Maranda + waqas).
|
Matthew Wild |
2011-03-04 |
Merge 0.8->trunk.
|
Waqas Hussain |
2011-03-02 |
prosody: Load net.httpserver at startup, to avoid creating a global later.
|
Waqas Hussain |
2011-03-02 |