aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mod_watchregistrations: Update to pass default options to module:get_option()...Matthew Wild2011-10-121-18/+15
* mod_motd: Update to use module:get_option_stringMatthew Wild2011-09-271-2/+2
* mod_motd: Send no message (instead of 'blank') if no message is set in the co...Matthew Wild2011-09-271-1/+3
* net.server_select: Never call onincoming with nil data when a listener doesn'...Matthew Wild2011-09-271-2/+5
* util.array: Fix array.collect() for iterators that expect initial value of va...Matthew Wild2011-09-251-1/+1
* util.iterators: Add range(from, to)Matthew Wild2011-09-251-0/+7
* util.timer: Fix corner case of timer not repeating if it returns <= 0Matthew Wild2011-09-221-1/+4
* tools/ejabberdsql2prosody: Track current line for error reportingMatthew Wild2011-09-201-2/+6
* modulemanager: Fix undefined global access in handling of module.save error h...Waqas Hussain2011-09-211-1/+1
* prosody: Invalid escape sequence in componentmanager deprecation warning (can...Waqas Hussain2011-09-211-1/+1
* modulemanager: Fixed undefined global access in broadcast of item-remove even...Waqas Hussain2011-09-171-1/+1
* ejabberd2prosody: Added a lot more type checks to ensure XML data has proper ...Waqas Hussain2011-09-171-1/+8
* mod_bosh: s/xmlns:streams/xmlns:stream/ - fixes #265 (thanks Tim)Matthew Wild2011-09-151-2/+2
* net.httpclient_listener: util.httpstream now always expects to be called with...Matthew Wild2011-09-031-1/+1
* net.server_event: Don't call listener.onincoming with data=nil when listener....Waqas Hussain2011-09-031-1/+0
* mod_proxy65: Apply stringprep to activation target JID.Waqas Hussain2011-09-031-3/+6
* mod_proxy65: Some more cleanup.Waqas Hussain2011-09-031-20/+11
* mod_proxy65: Cleanup.Waqas Hussain2011-09-021-52/+16
* net.dns: Shorten AAAA recordsKim Alvefur2011-09-021-1/+12
* Merge with trunkMatthew Wild2011-08-311-1/+1
|\
| * 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