aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * net.httpclient_listener: Define t_insertMatthew Wild2011-08-311-1/+1
* | MUC: A little cleanup.Waqas Hussain2011-08-311-33/+27
* | net.http: Remove extra space after method in request status line for POST.Waqas Hussain2011-08-311-1/+1
* | util.sasl.scram: Return proper error and don't touch datastores on empty user...Waqas Hussain2011-08-311-1/+1
|/
* util.pubsub: Remove access checking from remove_all_subscriptions (temporarily?)Matthew Wild2011-08-301-14/+0
* util.pubsub: Add service:remove_all_subscriptions()Matthew Wild2011-08-301-0/+26
* util.pubsub: Support for events (currently subscription-added and subscriptio...Matthew Wild2011-08-301-0/+5
* util.pubsub: Use built-in actor for auto-creating nodes on publish and subscr...Matthew Wild2011-08-291-2/+2
* modulemanager: Add module:handle_items() to allow a module to more easily han...Matthew Wild2011-08-291-0/+10
* util.throttle: Generic module by waqas to limit something over some timeMatthew Wild2011-08-291-0/+44
* mod_saslauth: Fire authentication-success and authentication-failure events (...Matthew Wild2011-08-291-0/+2
* ejabberd2prosody: Add support for privacy lists.Waqas Hussain2011-08-261-0/+67
* certmanager: Support setting ciphers in SSL config. LuaSec apparently ignores...Waqas Hussain2011-08-251-1/+9
* configmanager: resolve_relative_path: Improved detection of absolute paths on...Waqas Hussain2011-08-251-1/+1
* MUC: Allow affiliation change when argument actor==true in room:set_affiliati...Waqas Hussain2011-08-251-14/+16
* net.http: Convert port to a number (for custom port in URL)Matthew Wild2011-08-221-1/+1
* net.http: Support for k->v maps in http.formencodeMatthew Wild2011-08-201-2/+8
* net.httpclient_listener: Fix to look for the request body in the right variab...Matthew Wild2011-08-201-2/+2
* net.server_select: Remove socket from sendlist before calling listener callba...Matthew Wild2011-08-201-1/+1
* net.http, httpclient_listener: Move request sending from net.http to onconnec...Matthew Wild2011-08-202-38/+43
* net.http: Whitespace fixesMatthew Wild2011-08-201-4/+8
* net.http: Small fix to prevent traceback when connection fails before sending...Matthew Wild2011-08-201-0/+1
* net.server_select: Merge straight-SSL and starttls code paths, also fixes onc...Matthew Wild2011-08-201-69/+57
* net.server_select: Update error logging logic during SSL handshake (now shows...Matthew Wild2011-08-201-3/+3
* net.server_select: Small fix to SSL handshake logic, read/wrote were being ch...Matthew Wild2011-08-201-4/+3
* net.server_select: Do not set 'ssl' flag simply when assigning an sslctx to a...Matthew Wild2011-08-201-1/+0
* mod_uptime: Use module:hook_global()Matthew Wild2011-08-141-1/+1
* modulemanager: Add module:hook_global(name, handler, priority) to hook global...Matthew Wild2011-08-141-0/+11
* mod_pubsub: Add 'publisher' affiliation (can't create/configure nodes, can do...Matthew Wild2011-08-141-0/+22
* mod_pubsub: Send node items to new subscribersMatthew Wild2011-08-141-1/+11
* mod_pubsub: Add newline at end of fileMatthew Wild2011-08-141-1/+1
* mod_pubsub: Handle options tag in subscription request (currently doesn't wor...Matthew Wild2011-08-141-2/+9
* tests/test.lua, tests/test_net_http.lua: Tests for net.http's url and form en...Matthew Wild2011-08-102-0/+39
* net.http: Add formdecode to decode an urlencoded formMatthew Wild2011-08-101-0/+13
* core.modulemanager, mod_disco: Add support for XEP-0128: Service Discovery Ex...Kim Alvefur2011-08-082-0/+11
* prosodyctl: Update message on reload successMatthew Wild2011-08-041-1/+1
* Add "reload" command to prosodyctlVladimir Protasov2011-08-042-1/+38
* prosodyctl: Remove typo'd '+' after LuaRocks 1.x version (thanks spoobie)Matthew Wild2011-07-271-1/+1
* prosodyctl: Add info about the presence of LuaRocks to 'about' commandMatthew Wild2011-07-271-0/+5
* mod_bosh: Update to use typed variants of module:get_option(), makes it more ...Matthew Wild2011-07-201-6/+6
* prosodyctl: Fix 'about' command to not show up where it shouldn't...Matthew Wild2011-07-191-0/+5
* util.x509: Update references to published RFCsPaul Aurich2011-05-221-6/+6
* s2smanager: Update to newer luasecPaul Aurich2010-12-061-2/+4
* mod_admin_telnet: Update to newer luasec.Paul Aurich2010-12-061-8/+30
* mod_bosh: Fix logging when no sid present, fix a missing semi-colon, avoid an...Matthew Wild2011-06-281-2/+2
* MUC: Change error type of badly-formatted stanza from 'auth' to 'modify' (tha...Matthew Wild2011-06-271-1/+1
* sessionmanager: Remove dependency on util.importMatthew Wild2011-06-271-1/+1
* prosodyctl: Add 'about' command to list Prosody version, directories, and var...Matthew Wild2011-06-271-1/+44
* mod_component: Clearer log message when bouncing a stanza from a component th...Matthew Wild2011-06-181-1/+1
* connlistener, server_select, prosody: Add support for binding to multiple add...Florian Zeitz2011-06-153-39/+51