| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | net.dns: Shorten AAAA records | Kim Alvefur | 2011-09-02 | 1 | -1/+12 |
* | Merge with trunk | Matthew Wild | 2011-08-31 | 1 | -1/+1 |
|\ |
|
| * | net.httpclient_listener: Define t_insert | Matthew Wild | 2011-08-31 | 1 | -1/+1 |
* | | MUC: A little cleanup. | Waqas Hussain | 2011-08-31 | 1 | -33/+27 |
* | | net.http: Remove extra space after method in request status line for POST. | Waqas Hussain | 2011-08-31 | 1 | -1/+1 |
* | | util.sasl.scram: Return proper error and don't touch datastores on empty user... | Waqas Hussain | 2011-08-31 | 1 | -1/+1 |
|/ |
|
* | util.pubsub: Remove access checking from remove_all_subscriptions (temporarily?) | Matthew Wild | 2011-08-30 | 1 | -14/+0 |
* | util.pubsub: Add service:remove_all_subscriptions() | Matthew Wild | 2011-08-30 | 1 | -0/+26 |
* | util.pubsub: Support for events (currently subscription-added and subscriptio... | Matthew Wild | 2011-08-30 | 1 | -0/+5 |
* | util.pubsub: Use built-in actor for auto-creating nodes on publish and subscr... | Matthew Wild | 2011-08-29 | 1 | -2/+2 |
* | modulemanager: Add module:handle_items() to allow a module to more easily han... | Matthew Wild | 2011-08-29 | 1 | -0/+10 |
* | util.throttle: Generic module by waqas to limit something over some time | Matthew Wild | 2011-08-29 | 1 | -0/+44 |
* | mod_saslauth: Fire authentication-success and authentication-failure events (... | Matthew Wild | 2011-08-29 | 1 | -0/+2 |
* | ejabberd2prosody: Add support for privacy lists. | Waqas Hussain | 2011-08-26 | 1 | -0/+67 |
* | certmanager: Support setting ciphers in SSL config. LuaSec apparently ignores... | Waqas Hussain | 2011-08-25 | 1 | -1/+9 |
* | configmanager: resolve_relative_path: Improved detection of absolute paths on... | Waqas Hussain | 2011-08-25 | 1 | -1/+1 |
* | MUC: Allow affiliation change when argument actor==true in room:set_affiliati... | Waqas Hussain | 2011-08-25 | 1 | -14/+16 |
* | net.http: Convert port to a number (for custom port in URL) | Matthew Wild | 2011-08-22 | 1 | -1/+1 |
* | net.http: Support for k->v maps in http.formencode | Matthew Wild | 2011-08-20 | 1 | -2/+8 |
* | net.httpclient_listener: Fix to look for the request body in the right variab... | Matthew Wild | 2011-08-20 | 1 | -2/+2 |
* | net.server_select: Remove socket from sendlist before calling listener callba... | Matthew Wild | 2011-08-20 | 1 | -1/+1 |
* | net.http, httpclient_listener: Move request sending from net.http to onconnec... | Matthew Wild | 2011-08-20 | 2 | -38/+43 |
* | net.http: Whitespace fixes | Matthew Wild | 2011-08-20 | 1 | -4/+8 |
* | net.http: Small fix to prevent traceback when connection fails before sending... | Matthew Wild | 2011-08-20 | 1 | -0/+1 |
* | net.server_select: Merge straight-SSL and starttls code paths, also fixes onc... | Matthew Wild | 2011-08-20 | 1 | -69/+57 |
* | net.server_select: Update error logging logic during SSL handshake (now shows... | Matthew Wild | 2011-08-20 | 1 | -3/+3 |
* | net.server_select: Small fix to SSL handshake logic, read/wrote were being ch... | Matthew Wild | 2011-08-20 | 1 | -4/+3 |
* | net.server_select: Do not set 'ssl' flag simply when assigning an sslctx to a... | Matthew Wild | 2011-08-20 | 1 | -1/+0 |
* | mod_uptime: Use module:hook_global() | Matthew Wild | 2011-08-14 | 1 | -1/+1 |
* | modulemanager: Add module:hook_global(name, handler, priority) to hook global... | Matthew Wild | 2011-08-14 | 1 | -0/+11 |
* | mod_pubsub: Add 'publisher' affiliation (can't create/configure nodes, can do... | Matthew Wild | 2011-08-14 | 1 | -0/+22 |
* | mod_pubsub: Send node items to new subscribers | Matthew Wild | 2011-08-14 | 1 | -1/+11 |
* | mod_pubsub: Add newline at end of file | Matthew Wild | 2011-08-14 | 1 | -1/+1 |
* | mod_pubsub: Handle options tag in subscription request (currently doesn't wor... | Matthew Wild | 2011-08-14 | 1 | -2/+9 |
* | tests/test.lua, tests/test_net_http.lua: Tests for net.http's url and form en... | Matthew Wild | 2011-08-10 | 2 | -0/+39 |
* | net.http: Add formdecode to decode an urlencoded form | Matthew Wild | 2011-08-10 | 1 | -0/+13 |
* | core.modulemanager, mod_disco: Add support for XEP-0128: Service Discovery Ex... | Kim Alvefur | 2011-08-08 | 2 | -0/+11 |
* | prosodyctl: Update message on reload success | Matthew Wild | 2011-08-04 | 1 | -1/+1 |
* | Add "reload" command to prosodyctl | Vladimir Protasov | 2011-08-04 | 2 | -1/+38 |
* | prosodyctl: Remove typo'd '+' after LuaRocks 1.x version (thanks spoobie) | Matthew Wild | 2011-07-27 | 1 | -1/+1 |
* | prosodyctl: Add info about the presence of LuaRocks to 'about' command | Matthew Wild | 2011-07-27 | 1 | -0/+5 |
* | mod_bosh: Update to use typed variants of module:get_option(), makes it more ... | Matthew Wild | 2011-07-20 | 1 | -6/+6 |
* | prosodyctl: Fix 'about' command to not show up where it shouldn't... | Matthew Wild | 2011-07-19 | 1 | -0/+5 |
* | util.x509: Update references to published RFCs | Paul Aurich | 2011-05-22 | 1 | -6/+6 |
* | s2smanager: Update to newer luasec | Paul Aurich | 2010-12-06 | 1 | -2/+4 |
* | mod_admin_telnet: Update to newer luasec. | Paul Aurich | 2010-12-06 | 1 | -8/+30 |
* | mod_bosh: Fix logging when no sid present, fix a missing semi-colon, avoid an... | Matthew Wild | 2011-06-28 | 1 | -2/+2 |
* | MUC: Change error type of badly-formatted stanza from 'auth' to 'modify' (tha... | Matthew Wild | 2011-06-27 | 1 | -1/+1 |
* | sessionmanager: Remove dependency on util.import | Matthew Wild | 2011-06-27 | 1 | -1/+1 |
* | prosodyctl: Add 'about' command to list Prosody version, directories, and var... | Matthew Wild | 2011-06-27 | 1 | -1/+44 |