aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mod_watchregistrations: Convert JID list to a set, and prep before use to fix...Matthew Wild2012-05-241-2/+3
* util.set: Change '/' operator from filter to map+filter (nil to drop from set...Matthew Wild2012-05-241-2/+3
* net.server_event: Internal changes to get plain-SSL outgoing connections work...Matthew Wild2012-05-241-3/+3
* mod_s2s, s2sout.lib: Send stream header in onconnect()Matthew Wild2012-05-242-4/+5
* net.server_event: Assume wrapclient() is taking a new connection, and call on...Matthew Wild2012-05-241-1/+1
* net.server_select: Don't close client connections when closing a server (it w...Matthew Wild2012-05-231-7/+1
* net.server_select: Call ondisconnect handler, even if we closed the socket ou...Matthew Wild2012-05-231-0/+4
* portmanager: Match service against service_info (:iter() doesn't match values)Matthew Wild2012-05-221-2/+5
* util.multitable: Some fixes for iter()... always match against query, and pas...Matthew Wild2012-05-221-10/+11
* certmanager: tonumber() (fix for 0b8134015635)Matthew Wild2012-05-191-1/+1
* certmanager: Don't use no_ticket option before LuaSec 0.4Matthew Wild2012-05-191-1/+4
* mod_compression: advertise/activate compression only for authenticated sessio...Tobias Markmann2012-05-191-4/+4
* portmanager: Fix to deactivate services when they are unregistered (metatable...Matthew Wild2012-05-191-13/+8
* modulemanager, moduleapi: Turn module.event_handlers into a multitable and tr...Matthew Wild2012-05-192-12/+8
* util.multitable: No longer use table.remove to drop elements from the stack, ...Matthew Wild2012-05-191-3/+2
* util.multitable: Add :iter() method to iterate over results at a fixed depth ...Matthew Wild2012-05-191-5/+38
* moduleapi, modulemanager: Re-structure module.event_handlers so that the same...Matthew Wild2012-05-182-3/+8
* mod_http: Add module:http_url([app_name,][default_path]) for a module to get ...Matthew Wild2012-05-181-4/+25
* util.watchdog: Pass watchdog object to callback so that it doesn't always hav...Matthew Wild2012-05-181-1/+1
* certmanager: no_ticket is not a verification option (thanks Zash)Matthew Wild2012-05-181-2/+2
* certmanager: Add no_ticket option for OpenSSL (we don't support resumption yet)Matthew Wild2012-05-181-1/+1
* net.server_select: Return error when SSL handshake fails immediately (thanks ...Matthew Wild2012-05-181-3/+6
* util.dataforms: Don't return invalid JIDs in jid-single.Kim Alvefur2012-05-171-1/+1
* util.dataforms: Fix validation of booleans.Kim Alvefur2012-05-171-1/+1
* INSTALL: Update with changes from wiki.Kim Alvefur2012-05-171-4/+7
* util.dataforms: Do field validation and normalization in field readers.Kim Alvefur2012-05-171-101/+53
* modulemanager: Components should inherit mod_s2s from global modules_enabled tooMatthew Wild2012-05-161-1/+1
* Remove util.broadcastMatthew Wild2012-05-161-68/+0
* prosodyctl: Add duplicate code for getting version of prosodyKim Alvefur2012-05-151-0/+16
* mod_bosh: Set Content-Type to text/html for GET response (thanks Medics)Matthew Wild2012-05-151-9/+13
* net.http.parser: Keep the Host header no host is present in the URIKim Alvefur2012-05-151-1/+1
* prosodyctl: Fix for generating certs with UTF-8Kim Alvefur2012-05-141-0/+3
* prosody, stanza_router: Load stanza_router earlier. Put routing functions in ...Kim Alvefur2012-05-142-1/+4
* muc.lib: room:set_historylength(): Condense code, and don't store length when...Matthew Wild2012-05-131-7/+3
* MUC: Fix check for history length update.Waqas Hussain2012-05-141-2/+2
* muc.lib: Fix for traceback when no history length is set for the roomMatthew Wild2012-05-131-1/+1
* mod_s2s: Only try next target if the stream didn't openMatthew Wild2012-05-131-1/+1
* prosodyctl: Improve help messages for cert commandsKim Alvefur2012-05-131-8/+13
* util.timer: Always pass the current time to timer callbacks.Waqas Hussain2012-05-121-2/+2
* mod_iq: Use "jabber:client" when the stanza payload namespace is nil.Waqas Hussain2012-05-121-6/+9
* Merge with ZashMatthew Wild2012-05-121-2/+9
|\
| * mod_http_files: Respond with a 301 redirect for directories to append a / (fi...Kim Alvefur2012-05-121-2/+9
* | stanza_router: Fix variable nameMatthew Wild2012-05-121-2/+2
* | net.http.parser: Do full URL decoding and parsing (e.g. adds request.url.quer...Matthew Wild2012-05-121-5/+7
* | net.http: Fix urlencode to not encode unreserved characters, so I can guiltle...Matthew Wild2012-05-121-1/+1
* | stanza_router: Close stream for unhandled stanzas from unauthenticated connec...Matthew Wild2012-05-121-2/+2
|/
* stanza_router: Remove FIXME comment and close stream with not-authorized for ...Matthew Wild2012-05-121-1/+2
* stanza_router: Catch s2s stanzas to hosts we don't serve earlier, and close w...Matthew Wild2012-05-121-0/+4
* portmanager: Fix missing variable declarationMatthew Wild2012-05-111-1/+1
* adhoc.lib: Default actions to 'complete' (replacement for rev 52b6901cabb0)Kim Alvefur2012-05-111-0/+1