portmanager: Log error and fail to bind when port is invalid (not a number)
|
Matthew Wild |
2013-03-31 |
Merge 0.9->trunk
|
Matthew Wild |
2013-03-28 |
mod_muc/muc.lib: Don't add messages without a body (such as chat state notifications) to the room history (thanks louiz’, Link Mauve, poezio and all its users)
|
Matthew Wild |
2013-03-28 |
Merge 0.9->trunk
|
Matthew Wild |
2013-03-28 |
util.json: Add json.encode_array() (thanks B)
|
Matthew Wild |
2013-03-28 |
Merge 0.9->trunk
|
Matthew Wild |
2013-03-28 |
mod_privacy: Drop stanzas of type groupchat, so users aren't kicked from their chatrooms when blocking specific MUC occupants.
|
Tobias Markmann |
2013-03-28 |
portmanager: Add use_ipv4 option, default to true.
|
Kim Alvefur |
2013-03-27 |
portmanager: use_ipv6 defaults to true if luasocket has ipv6 support
|
Kim Alvefur |
2013-03-27 |
mod_s2s: Prevent s2s to and from hosts we serve locally
|
Kim Alvefur |
2013-03-27 |
mod_s2s: Prevent traceback when replying to incoming connection to a host we don't serve
|
Kim Alvefur |
2013-03-26 |
mod_s2s: Reset secure flag on new connection attempt
|
Kim Alvefur |
2013-03-25 |
mod_s2s: session.from_host does not allways exist on incoming connections, true and nil or "our hostname" does not evaluate to what we want here
|
Kim Alvefur |
2013-03-25 |
mod_s2s: Keep the dns answer object around a while so plugins can look at it
|
Kim Alvefur |
2013-03-23 |
net.server, _select: Reorganise configuration of server_select to be more like server_event
|
Kim Alvefur |
2013-03-23 |
prosody, prosodyctl: Remove last trace of "core" \o/
|
Kim Alvefur |
2013-03-23 |
net.server: No sections in config anymore
|
Kim Alvefur |
2013-03-23 |
mod_privacy: Drop stanzas of type groupchat, so users aren't kicked from their chatrooms when blocking specific MUC occupants.
|
Tobias Markmann |
2013-03-28 |
Merge 0.9->trunk
|
Kim Alvefur |
2013-03-23 |
configmanager: Fix so unset variables are searched for in the global section
|
Kim Alvefur |
2013-03-23 |
util.{prosodyctl,openssl}: More use of config sections removed
|
Kim Alvefur |
2013-03-23 |
mod_tls: More use of config sections removed
|
Kim Alvefur |
2013-03-23 |
core.*: Complete removal of all traces of the "core" section and section-related code.
|
Kim Alvefur |
2013-03-23 |
MUC: Access prosody.hosts instead of the old global hosts
|
Kim Alvefur |
2013-03-23 |
mod_proxy65: Fix typo in comment
|
Kim Alvefur |
2013-03-23 |
mod_http: Import portmanager
|
Kim Alvefur |
2013-03-23 |
mod_groups: Use module API for reading config
|
Kim Alvefur |
2013-03-23 |
mod_roster: Remove unused variable
|
Kim Alvefur |
2013-03-23 |
mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove unused imports
|
Kim Alvefur |
2013-03-23 |
mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals
|
Kim Alvefur |
2013-03-23 |
Merge 0.9->trunk
|
Matthew Wild |
2013-03-22 |
mod_s2s: Fix variable usage in check_auth_policy (thanks Florob)
|
Matthew Wild |
2013-03-22 |
s2smanager: Remove unused function parameter
|
Matthew Wild |
2013-03-22 |
s2smanager: Access prosody.hosts instead of hosts global directly
|
Matthew Wild |
2013-03-22 |
mod_s2s: Remove unused variable
|
Matthew Wild |
2013-03-22 |
Merge 0.9->trunk
|
Matthew Wild |
2013-03-22 |
mod_s2s: Add controls for certificate validation via the s2s_secure_auth option. Plugins can now return false from handling s2s-check-certificate to prevent connection establishment (s2sin+s2sout)
|
Matthew Wild |
2013-03-22 |
s2smanager, mod_s2s, mod_dialback, mod_saslauth: Move s2smanager.make_authenticated() to mod_s2s, and plugins now signal authentication via the s2s-authenticated event
|
Matthew Wild |
2013-03-22 |
hostmanager: Use rawget to check for activated hosts to prevent recursion in dynamic host loaders
|
Matthew Wild |
2013-03-22 |
hostmanager: Use prosody.hosts instead of 'hosts' global
|
Matthew Wild |
2013-03-22 |
util.pposix: Allow fetching RLIMIT_NICE when available
|
Matthew Wild |
2013-03-22 |
prosody: Add COMPAT note about globals
|
Matthew Wild |
2013-03-22 |
configmanager, hostmanager, prosody: Almost complete removal of section-related code, and the infamous 'core' section. Still backwards-compatible with API users.
|
Matthew Wild |
2013-03-22 |
Merge...
|
Matthew Wild |
2013-03-20 |
Merge 0.9->trunk
|
Matthew Wild |
2013-03-20 |
net.http: Disable SSLv2 support for HTTPS connections
|
Matthew Wild |
2013-03-20 |
net.http: Allow passing an SSL context or options table to be used for HTTPS requests (thanks daurnimator)
|
Matthew Wild |
2013-03-20 |
Merge 0.9->trunk
|
Kim Alvefur |
2013-03-16 |
mod_s2s, mod_saslauth, mod_compression: Refactor to have common code for opening streams
|
Kim Alvefur |
2013-03-16 |
certs/openssl.cnf: Update XMPP-Core references to reflect RFC publication
|
Kim Alvefur |
2013-03-15 |
s2smanager: Use unused local, reduce table indexing
|
Kim Alvefur |
2013-03-13 |
rostermanager: Remove unused imports
|
Kim Alvefur |
2013-03-13 |
hostmanager: Import core_post_stanza from the global prosody table
|
Kim Alvefur |
2013-03-13 |
Merge 0.9->trunk
|
Matthew Wild |
2013-03-12 |
mod_s2s: Do not include xmlns:db declaration in stream header if mod_dialback is not loaded
|
Matthew Wild |
2013-03-12 |
mod_s2s: Make sure host variable is reachable
|
Kim Alvefur |
2013-03-11 |
mod_s2s: Fire s2s-check-certificate event after validating a certificate, to allow plugins to override standard procedure
|
Matthew Wild |
2013-03-10 |
Merge 0.9->trunk
|
Matthew Wild |
2013-03-10 |
mod_s2s, mod_dialback: Rename s2s-authenticate-legacy event to s2sout-authenticate-legacy for clarity. Also, hello!
|
Matthew Wild |
2013-03-10 |
net.dns: Make sure argument to math.randomseed does not overflow a 32 bit unsigned int. Closes #320
|
Kim Alvefur |
2013-03-05 |
net.server_event: Remove unused local
|
Kim Alvefur |
2013-03-01 |
net.server_select: Optimization, clean bufferqueue when it makes sense.
|
Kim Alvefur |
2013-03-01 |
net.server_select: Use # operator instead of string.len
|
Kim Alvefur |
2013-03-01 |
mod_proxy65: Only handle service discovery requests when no node is present in the request.
|
Waqas Hussain |
2013-02-26 |
MUC: Always return <service-unavailable/> when a node is present in service discovery requests.
|
Waqas Hussain |
2013-02-26 |
MUC: Fix affiliation check for admins, and bring it in line with the spec (thanks Maranda).
|
Waqas Hussain |
2013-02-26 |
net.http.server: Ensure HTTP callbacks are never called recursively for pipelined requests.
|
Waqas Hussain |
2013-02-26 |
mod_http: Expand $host in http_paths
|
Kim Alvefur |
2013-02-18 |
net.server_select: Limit global number of sockets passed to select.
|
Kim Alvefur |
2013-02-12 |
net.server_select: Be less aggressive about server pause
|
Kim Alvefur |
2013-02-12 |
mod_admin_adhoc: Fix 'Shut down service' command
|
Florian Zeitz |
2013-02-07 |
mod_admin_adhoc: Implement global module unloading
|
Florian Zeitz |
2013-02-07 |
mod_admin_adhoc: Implement global module reloading
|
Florian Zeitz |
2013-02-06 |
mod_admin_adhoc: Fix info message for module reload/unload
|
Florian Zeitz |
2013-02-05 |
mod_admin_adhoc: Implement global module loading
|
Florian Zeitz |
2013-02-05 |
mod_admin_adhoc: Remove a TODO, our pretty_print turns out not to be helpful after all
|
Florian Zeitz |
2013-02-04 |
net.http.parser: Ensure full URL in status line contains a path.
|
Waqas Hussain |
2013-02-07 |
net.http.parser: Fix traceback on invalid URL in status line.
|
Waqas Hussain |
2013-02-07 |
Merge 0.9->trunk
|
Kim Alvefur |
2013-02-03 |
mod_pubsub, util.pubsub: Add delete action
|
Kim Alvefur |
2013-01-31 |
portmanager: Make sure foo_ports is a table
|
Kim Alvefur |
2013-01-31 |
mod_pubsub: More strict checks for node and ids
|
Kim Alvefur |
2013-01-31 |
mod_pubsub: Broadcast items correctly on new subscriptions
|
Kim Alvefur |
2013-01-28 |
mod_component: Look for the correct xmlns (thanks NebuK)
|
Kim Alvefur |
2013-01-27 |
util.pubsub: Fix nil access error in get_subscriptions.
|
Waqas Hussain |
2013-01-25 |
mod_pubsub: require usermanager.
|
Waqas Hussain |
2013-01-25 |
mod_pubsub: Fix nil access error.
|
Waqas Hussain |
2013-01-25 |
mod_pubsub, util.pubsub: Don't send purge notifications in an <items/> element
|
Florian Zeitz |
2013-01-25 |
util.xmppstream: Include error stanza in error message if no error handler is available.
|
Waqas Hussain |
2013-01-25 |
ejabberd2prosody.lua: Don't make assumptions about file name.
|
Kim Alvefur |
2013-01-24 |
ejabberd2prosody.lua: Replace util.logger with a dummy before requiring util.serialization
|
Kim Alvefur |
2013-01-24 |
mod_pubsub: Ignore subscription options for now, fixes traceback due to missing form
|
Kim Alvefur |
2013-01-24 |
mod_s2s: Don't try to close sessions that were destroyed before timeout
|
Kim Alvefur |
2013-01-23 |
s2smanager: Generate session names used for logging the same way everywhere
|
Kim Alvefur |
2013-01-23 |
mod_pubsub, util.pubsub: Implement the purge action
|
Kim Alvefur |
2013-01-23 |
mod_pubsub: Advertise autocreate_on_publish correctly.
|
Kim Alvefur |
2013-01-23 |
Merge 0.9->trunk
|
Waqas Hussain |
2013-01-22 |
mod_auth_internal_plain, mod_auth_internal_hashed: No need to nodeprep here.
|
Waqas Hussain |
2013-01-22 |
util.sasl.{plain,scram,digest-md5}: nodeprep username before passing to callbacks, so callbacks don't have to.
|
Waqas Hussain |
2013-01-22 |
net.http.server: Properly handle persistent connections
|
Florian Zeitz |
2013-01-12 |
util.http: New module for HTTP helper functions
|
Florian Zeitz |
2013-01-12 |
mod_component: Make listener private (thanks Ge0rG)
|
Kim Alvefur |
2013-01-17 |
mod_presence: Put a timestamp on presence we store for probes
|
Kim Alvefur |
2013-01-11 |
prosodyctl, prosody: Pass the selected config file from prosodyctl to prosody
|
Kim Alvefur |
2013-01-09 |
prosodyctl: Pop arg items after use. Fixes #306
|
Kim Alvefur |
2013-01-09 |
MUC: Don't reply to errors (thanks iron)
|
Kim Alvefur |
2013-01-09 |
prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for certificates everywhere (thanks jasperixla)
|
Kim Alvefur |
2013-01-08 |
prosodyctl: Load LFS and util.openssl when actually needed (fixes unhelpful warnings if no LuaSec installed)
|
Kim Alvefur |
2013-01-08 |
net.http.parser: Abort if no status line is received.
|
Kim Alvefur |
2013-01-08 |
util.openssl: Cleanup; remove some unused variables.
|
Kim Alvefur |
2013-01-07 |
net.server_select: Remove useless duplicated settimeout() call
|
Kim Alvefur |
2013-01-07 |
net.server_select: Fix global access
|
Kim Alvefur |
2013-01-07 |