| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | util.timer: Fix corner case of timer not repeating if it returns <= 0 | Matthew Wild | 2011-09-22 | 1 | -1/+4 |
* | tools/ejabberdsql2prosody: Track current line for error reporting | Matthew Wild | 2011-09-20 | 1 | -2/+6 |
* | modulemanager: Fix undefined global access in handling of module.save error h... | Waqas Hussain | 2011-09-21 | 1 | -1/+1 |
* | prosody: Invalid escape sequence in componentmanager deprecation warning (can... | Waqas Hussain | 2011-09-21 | 1 | -1/+1 |
* | modulemanager: Fixed undefined global access in broadcast of item-remove even... | Waqas Hussain | 2011-09-17 | 1 | -1/+1 |
* | ejabberd2prosody: Added a lot more type checks to ensure XML data has proper ... | Waqas Hussain | 2011-09-17 | 1 | -1/+8 |
* | mod_bosh: s/xmlns:streams/xmlns:stream/ - fixes #265 (thanks Tim) | Matthew Wild | 2011-09-15 | 1 | -2/+2 |
* | net.httpclient_listener: util.httpstream now always expects to be called with... | Matthew Wild | 2011-09-03 | 1 | -1/+1 |
* | net.server_event: Don't call listener.onincoming with data=nil when listener.... | Waqas Hussain | 2011-09-03 | 1 | -1/+0 |
* | mod_proxy65: Apply stringprep to activation target JID. | Waqas Hussain | 2011-09-03 | 1 | -3/+6 |
* | mod_proxy65: Some more cleanup. | Waqas Hussain | 2011-09-03 | 1 | -20/+11 |
* | mod_proxy65: Cleanup. | Waqas Hussain | 2011-09-02 | 1 | -52/+16 |
* | 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 |