mod_tls: Cleanup.
|
Waqas Hussain |
2010-02-11 |
mod_tls: Fixed an extra :up() in s2s stream feature generation.
|
Waqas Hussain |
2010-02-11 |
Merge with trunk.
|
Waqas Hussain |
2010-02-11 |
mod_tls: Remove origin type check when TLS is requested (thanks MattJ).
|
Waqas Hussain |
2010-02-11 |
mod_tls: Respond with proper error when TLS cannot be negotiated.
|
Waqas Hussain |
2010-02-11 |
mod_tls: Inlined some code.
|
Waqas Hussain |
2010-02-11 |
net.server_event: Fixes for traceback with no LuaSec
|
Matthew Wild |
2010-02-11 |
net.server_select: Small indentation fix
|
Matthew Wild |
2010-02-11 |
net.server_select: Fix traceback with no LuaSec available (thanks Nolan)
|
Matthew Wild |
2010-02-11 |
mod_tls: Merged duplicate code.
|
Waqas Hussain |
2010-02-11 |
mod_tls: Switched to new events API.
|
Waqas Hussain |
2010-02-11 |
mod_tls: Slight refactoring.
|
Waqas Hussain |
2010-02-11 |
mod_presence: Don't depend on user being online when calculating top resources.
|
Waqas Hussain |
2010-02-11 |
mod_presence: Don't depend on sessions array existing for a user when handling outgoing presence broadcast.
|
Waqas Hussain |
2010-02-11 |
sessionmanager: Fire resource-unbind event after removing session from sessions table
|
Matthew Wild |
2010-02-11 |
mod_privacy: Remove use of to identify unspecified privacy list
|
Matthew Wild |
2010-02-11 |
mod_privacy: Fix potential traceback in stanza validation, and fix some zero-based indexing :)
|
Matthew Wild |
2010-02-11 |
mod_privacy: Don't store the privacy lists as an array, but as a map... faster and less code
|
Matthew Wild |
2010-02-11 |
prosody, prosodyctl: Re-jiggle load order again, fixes logging config not being obeyed (thanks darkrain)
|
Matthew Wild |
2010-02-11 |
loggingmanager: Trailing whitespace
|
Matthew Wild |
2010-02-11 |
modulemanager: Load plugin libraries in the same environment as the plugins.
|
Waqas Hussain |
2010-02-11 |
modulemanager: Make the plugin environment available directly (module.environment within plugins).
|
Waqas Hussain |
2010-02-11 |
util.datamanager: Added support for hooks to override behavior.
|
Waqas Hussain |
2010-02-11 |
net.server_select: Only allow starttls if luasec is available (thanks Nolan)
|
Matthew Wild |
2010-02-10 |
net.server_select: *Major* whitespace refactoring to meet Prosody's coding style guidelines, we now have tabs
|
Matthew Wild |
2010-02-10 |
sessionmanager: Whitespace fix
|
Matthew Wild |
2010-02-10 |
mod_privacy: Rename from_user/to_user flags to is_from_user/is_to_user for clarity
|
Matthew Wild |
2010-02-09 |
net.dns, net.adns: Changed dns:socket_wrapper_set to dns.socket_wrapper_set for consistency.
|
Waqas Hussain |
2010-02-09 |
util.sasl_cyrus: Add text message from cyrussasl to <not-authorized/> errors.
|
Waqas Hussain |
2010-02-09 |
mod_tls: Don't advertise TLS after authentication.
|
Waqas Hussain |
2010-02-09 |
net.dns: Fixed whitespace/indentation.
|
Waqas Hussain |
2010-02-09 |
net.dns: Removed unused function.
|
Waqas Hussain |
2010-02-09 |
net.dns: Removed some useless indirection to improve readability.
|
Waqas Hussain |
2010-02-09 |
util.encodings: Use STD3 ASCII rules for idna.to_ascii.
|
Waqas Hussain |
2010-02-09 |
net.httpserver: Make request.conn be the server.lua conn instead of the underlying socket (more useful this way)
|
Matthew Wild |
2010-02-08 |
net.httpserver: Trailing whitespace
|
Matthew Wild |
2010-02-08 |
Merge with backout
|
Matthew Wild |
2010-02-05 |
util.sasl.digest-md5: Revert changeset 6094a4e2b6f3 as it breaks some clients, re-visit some time down the line
|
Matthew Wild |
2010-02-05 |
prosody: Add a catch-all friendly message for when any port is in use we want to use
|
Matthew Wild |
2010-02-05 |
prosodyctl: Initialize logging before checking dependencies
|
Ali Sabil |
2010-02-05 |
prosody: Initialize logging before checking dependencies (fixes another traceback with no LuaSec)
|
Matthew Wild |
2010-02-05 |
certmanager: Fix traceback with no LuaSec
|
Matthew Wild |
2010-02-05 |
certmanager: Tabs not spaces!
|
Matthew Wild |
2010-02-05 |
util.dependencies: Don't query the config (it isn't really necessary)
|
Matthew Wild |
2010-02-05 |
net.server_event: Update for compatibility with new server API
|
Matthew Wild |
2010-01-31 |
net.xmppserver_listener: status -> onstatus for consistency
|
Matthew Wild |
2010-01-31 |
net.server_select: listener.status -> listener.onstatus for consistency
|
Matthew Wild |
2010-01-31 |
net.adns: Use different flavour of voodoo to make UDP sockets work smoothly with libevent (no packet merging)
|
Matthew Wild |
2010-01-31 |
util.stanza: stanza.error_reply(): Fix to put the correct namespace on <text>
|
Matthew Wild |
2010-01-31 |
net.adns: Trailing whitespace
|
Matthew Wild |
2010-01-31 |
hostmanager: Use certmanager for obtaining SSL contexts
|
Matthew Wild |
2010-01-31 |
certmanager: Hello world, I'm come to manage your SSL contexts
|
Matthew Wild |
2010-01-31 |
prosody: Show friendly error when no config present for legacy SSL ports
|
Matthew Wild |
2010-01-31 |
configmanager: Trailing whitespace
|
Matthew Wild |
2010-01-31 |
net.connlisteners: Return an error if no SSL context is supplied for a connection of type 'ssl'
|
Matthew Wild |
2010-01-31 |
prosody: Log error message when failing to open ports
|
Matthew Wild |
2010-01-31 |
net.server_select: Report whether a new listener uses SSL or not in the log message
|
Matthew Wild |
2010-01-31 |
prosody: Only set the ssl_ctx for 'ssl' connections
|
Matthew Wild |
2010-01-31 |
net.connlisteners: Remove redundant variable declaration
|
Matthew Wild |
2010-01-31 |
net.connlisteners: Update for new server API, type == 'tls' now means little - all connections support TLS
|
Matthew Wild |
2010-01-31 |
s2smanager: Update for new server SSL API (don't pass a sslctx)
|
Matthew Wild |
2010-01-31 |
mod_tls: Remove some redundant variable declarations
|
Matthew Wild |
2010-01-31 |
mod_tls: Set the sslctx on outgoing connections (possibly the cause of outgoing s2s connections not being encrypted)
|
Matthew Wild |
2010-01-31 |
mod_tls: Update for new server SSL syntax
|
Matthew Wild |
2010-01-31 |
net.server_select: Remove startssl parameter to the client/server creation functions - passing a sslctx now indicates you want to use SSL from the start
|
Matthew Wild |
2010-01-31 |
MUC: muc.lib.lua: Fix the sending of the occupant JID instead of the nick in role lists and presence broadcasts after role changes (thanks teo)
|
Matthew Wild |
2010-01-30 |
s2smanager: Fix syntax error)
|
Matthew Wild |
2010-01-30 |
s2smanager: require_s2s_encryption -> s2s_require_encryption
|
Matthew Wild |
2010-01-30 |
s2smanager: Make require_s2s_encryption do what it says on the tin
|
Matthew Wild |
2010-01-30 |
hostmanager: Trailing whitespace
|
Matthew Wild |
2010-01-29 |
net.server_event: Trailing whitespace
|
Matthew Wild |
2010-01-29 |
net.server_event: Support :setlistener() method on connections to work with port multiplexing
|
Matthew Wild |
2010-01-29 |
Merge with trunk.
|
Waqas Hussain |
2010-01-29 |
mod_presence: Quick fix to make probes from local users to local hosts work.
|
Waqas Hussain |
2010-01-29 |
mod_presence: Added handler for presence subscriptions and probes to local hosts.
|
Waqas Hussain |
2010-01-29 |
stanza_router: Added third parameter to core_post_stanza, to control pre-events.
|
Waqas Hussain |
2010-01-29 |
MUC: Fixes and refactoring for the previous commit to work in all cases, text of error stanzas is now broadcast
|
Matthew Wild |
2010-01-29 |
MUC: Show error message texts when participants are kicked for stanza errors
|
Matthew Wild |
2010-01-29 |
MUC: Have get_error_condition() use the new stanza:get_error() (muc.lib.lua 11 lines shorter \o/)
|
Matthew Wild |
2010-01-29 |
util.stanza: Add stanza:get_error() to return type, condition and text of a stanza error
|
Matthew Wild |
2010-01-29 |
mod_presence: Respond with an unavailable presence when subscribers probe and no resources are available.
|
Waqas Hussain |
2010-01-29 |
mod_privacy: A handful of logging fixes
|
Matthew Wild |
2010-01-29 |
mod_privacy: Remove the giant if/end block that was really causing problems - skipping stanzas with no to/from (like presence broadcast). Also optimised the code a *lot*, these changes untested at the moment though.
|
Matthew Wild |
2010-01-29 |
Merge backed out changeset
|
Matthew Wild |
2010-01-29 |
Backed out changeset c4240df1b412 (or this)
|
Matthew Wild |
2010-01-29 |
Backed out changeset a4f9ed3f912e (you didn't see this)
|
Matthew Wild |
2010-01-29 |
mod_privacy: ...and no 'to' for presence implies an outgoing broadcast
|
Matthew Wild |
2010-01-29 |
mod_privacy: Mmph, no 'from' == from local
|
Matthew Wild |
2010-01-29 |
mod_privacy: Fix repeated presence-in (should be presence-out) - this stops the blocking of legitimate inbound presence, and inbound/outbound iqs and messages in Gajim's invisible mode (maybe I can sleep now)
|
Matthew Wild |
2010-01-29 |
mod_privacy: Trailing whitespace (I can't sleep)
|
Matthew Wild |
2010-01-29 |
prosodyctl: Don't load luarocks as util.dependencies now does this
|
Matthew Wild |
2010-01-28 |
prosody: Check dependencies (and load LuaRocks) earlier on in the startup process
|
Matthew Wild |
2010-01-28 |
util.dependencies: Load luarocks.loader/luarocks.require
|
Matthew Wild |
2010-01-28 |
mod_console: Update !! shortcut for new connection API
|
Matthew Wild |
2010-01-28 |
prosodyctl: Don't display message about failing to start Prosody is daemonizing is disabled (if daemonizing is disabled then Prosody is stopped by the time control returns to prosodyctl, which then can't see Prosody running)
|
Matthew Wild |
2010-01-28 |
util.dependencies, prosody, prosodyctl: Give util.dependencies a check_dependencies() function so the caller can decide what to do when dependencies aren't met - update prosody/prosodyctl for this change
|
Matthew Wild |
2010-01-28 |
s2smanager: Whitespace
|
Matthew Wild |
2010-01-28 |
xep227toprosody: Fixed some global accesses.
|
Waqas Hussain |
2010-01-27 |
xep227toprosody: Initial commit (thanks stefan).
|
Waqas Hussain |
2010-01-27 |
xmlhandlers: Removed unused variables.
|
Waqas Hussain |
2010-01-25 |
xmlhandlers: A little optimization.
|
Waqas Hussain |
2010-01-25 |
MUC: Removed old commented code.
|
Waqas Hussain |
2010-01-25 |
MUC: Converted some local functions into methods.
|
Waqas Hussain |
2010-01-25 |
mod_privacy: Removed a useless 'require' within a function.
|
Waqas Hussain |
2010-01-25 |
Merge with trunk.
|
Waqas Hussain |
2010-01-25 |
mod_privacy: Cleaned up code.
|
Waqas Hussain |
2010-01-25 |
mod_privacy: Reduced a function.
|
Waqas Hussain |
2010-01-25 |
mod_privacy: Fixed global access.
|
Waqas Hussain |
2010-01-25 |
prosodyctl: Require util.dependencies to run dependency checks, not only for when starting Prosody directly (thanks Joe)
|
Matthew Wild |
2010-01-25 |
mod_privacy: Imported from prosody-modules.
|
Waqas Hussain |
2010-01-25 |
mod_component: Cleaned up unused variables.
|
Waqas Hussain |
2010-01-24 |
prosody: Listen for component connections on port 5347 by default.
|
Waqas Hussain |
2010-01-24 |
xmlhandlers: Rearranged a little code.
|
Waqas Hussain |
2010-01-23 |
xmlhandlers: Fixed indentation and added some semicolons.
|
Waqas Hussain |
2010-01-23 |
mod_disco: Added option 'disco_items' to allow appending items to a host's disco#items result.
|
Waqas Hussain |
2010-01-23 |
mod_component: Fix name of config option in error message (thanks nulani!)
|
Matthew Wild |
2010-01-23 |
xmppcomponent_listener: Update for new connection API
|
Matthew Wild |
2010-01-22 |
util.dataforms: Add optional type parameters (defaults to 'form')
|
Matthew Wild |
2010-01-22 |
mod_xmlrpc: Obsolete, remove
|
Matthew Wild |
2010-01-22 |
mod_bosh: I == fail.
|
Matthew Wild |
2010-01-22 |
mod_bosh: Simplify cross-domain support, and make it work - default is for cross-domain to be disallowed
|
Matthew Wild |
2010-01-22 |
mod_bosh: Support for cross-domain access control using CORS
|
Matthew Wild |
2010-01-21 |
net.httpserver: More robust handling of headers split across multiple packets
|
Matthew Wild |
2010-01-21 |
util.stanza: Trailing whitespace
|
Matthew Wild |
2010-01-21 |
net.httpserver: Make it possible to return responses with no body
|
Matthew Wild |
2010-01-21 |
net.httpserver: Close connection on invalid HTTP status line
|
Matthew Wild |
2010-01-21 |
modulemanager: Remove obsolete actions code
|
Matthew Wild |
2010-01-21 |
net.server_{select,event}: Fail gracefully if socket doesn't have a setoption method (LuaSec issue I think)
|
Matthew Wild |
2010-01-21 |