Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | util.dataforms: Add field verification logic | Florian Zeitz | 2011-08-11 | 1 | -10/+81 | |
| | | | | | ||||||
* | | | | | Makefile, util-src/Makefile: Add .PHONY, reorganise util-src/Makefile | Matthew Wild | 2011-10-13 | 2 | -9/+13 | |
| | | | | | ||||||
* | | | | | mod_saslauth: Never send empty <mechanisms/>, for real this time. | Waqas Hussain | 2011-10-13 | 1 | -6/+4 | |
| | | | | | ||||||
* | | | | | mod_pep: Always include a 'from' attribute on service discovery requests to ↵ | Waqas Hussain | 2011-10-13 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | local clients (compatibility fix for OneTeam). | |||||
* | | | | | net.server_select: Minor whitespace fix. | Waqas Hussain | 2011-10-13 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | mod_saslauth: Never send empty <mechanisms/>. | Waqas Hussain | 2011-10-13 | 1 | -1/+3 | |
| | | | | | ||||||
* | | | | | mod_watchregistrations: Update to pass default options to ↵ | Matthew Wild | 2011-10-12 | 1 | -18/+15 | |
| | | | | | | | | | | | | | | | | | | | | module:get_option(), and reformat the code a little | |||||
* | | | | | mod_motd: Update to use module:get_option_string | Matthew Wild | 2011-09-27 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | mod_motd: Send no message (instead of 'blank') if no message is set in the ↵ | Matthew Wild | 2011-09-27 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | config (thanks medics) | |||||
* | | | | | net.server_select: Never call onincoming with nil data when a listener ↵ | Matthew Wild | 2011-09-27 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | doesn't have an onconnect handler | |||||
* | | | | | util.array: Fix array.collect() for iterators that expect initial value of ↵ | Matthew Wild | 2011-09-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | var to be preserved | |||||
* | | | | | util.iterators: Add range(from, to) | Matthew Wild | 2011-09-25 | 1 | -0/+7 | |
| | | | | | ||||||
* | | | | | 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 ↵ | Waqas Hussain | 2011-09-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | handling. | |||||
* | | | | | prosody: Invalid escape sequence in componentmanager deprecation warning ↵ | Waqas Hussain | 2011-09-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | (can cause luajit to throw). | |||||
* | | | | | modulemanager: Fixed undefined global access in broadcast of item-remove ↵ | Waqas Hussain | 2011-09-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | events on module unload. | |||||
* | | | | | ejabberd2prosody: Added a lot more type checks to ensure XML data has proper ↵ | Waqas Hussain | 2011-09-17 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | | | data types. Ignore attributes of invalid types. Fixes the cause of issue#261. | |||||
* | | | | | 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 ↵ | Matthew Wild | 2011-09-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | with nil data, so call even when the socket closed cleanly | |||||
* | | | | | net.server_event: Don't call listener.onincoming with data=nil when ↵ | Waqas Hussain | 2011-09-03 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | listener.onconnect is missing. onincoming's arguments shall always be non-nil. | |||||
* | | | | | 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 ↵ | Waqas Hussain | 2011-08-31 | 1 | -1/+1 | |
|/ / / / / | | | | | | | | | | | | | | | | username. | |||||
* | | | | | 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 ↵ | Matthew Wild | 2011-08-30 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | subscription-removed) | |||||
* | | | | | util.pubsub: Use built-in actor for auto-creating nodes on publish and ↵ | Matthew Wild | 2011-08-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | subscribe (so they never fail due to permissions) | |||||
* | | | | | modulemanager: Add module:handle_items() to allow a module to more easily ↵ | Matthew Wild | 2011-08-29 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | handle a list of items on a host | |||||
* | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | (thanks scitor) | |||||
* | | | | | ejabberd2prosody: Add support for privacy lists. | Waqas Hussain | 2011-08-26 | 1 | -0/+67 | |
| | | | | | ||||||
* | | | | | certmanager: Support setting ciphers in SSL config. LuaSec apparently ↵ | Waqas Hussain | 2011-08-25 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | ignores the documented ciphers option. | |||||
* | | | | | configmanager: resolve_relative_path: Improved detection of absolute paths ↵ | Waqas Hussain | 2011-08-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | on Windows. | |||||
* | | | | | MUC: Allow affiliation change when argument actor==true in ↵ | Waqas Hussain | 2011-08-25 | 1 | -14/+16 | |
| | | | | | | | | | | | | | | | | | | | | room:set_affiliation(). | |||||
* | | | | | 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 ↵ | Matthew Wild | 2011-08-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | variable... | |||||
* | | | | | net.server_select: Remove socket from sendlist before calling listener ↵ | Matthew Wild | 2011-08-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | callbacks (thanks darkrain) | |||||
* | | | | | net.http, httpclient_listener: Move request sending from net.http to ↵ | Matthew Wild | 2011-08-20 | 2 | -38/+43 | |
| | | | | | | | | | | | | | | | | | | | | onconnect() handler, and add support for HTTPS requests to net.http | |||||
* | | | | | net.http: Whitespace fixes | Matthew Wild | 2011-08-20 | 1 | -4/+8 | |
| | | | | | ||||||
* | | | | | net.http: Small fix to prevent traceback when connection fails before ↵ | Matthew Wild | 2011-08-20 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | sending the request | |||||
* | | | | | net.server_select: Merge straight-SSL and starttls code paths, also fixes ↵ | Matthew Wild | 2011-08-20 | 1 | -69/+57 | |
| | | | | | | | | | | | | | | | | | | | | onconnect being called before handshake completion for straight-SSL | |||||
* | | | | | net.server_select: Update error logging logic during SSL handshake (now ↵ | Matthew Wild | 2011-08-20 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | shows correctly when a handshake exceeded max. allowed iterations) |