util.dataforms: Allow separation of options from values in list fields
[prosody.git] / plugins /
2016-05-22 Kim AlvefurMerge 0.9->0.10
2016-05-21 Kim Alvefurmod_presence: Re-probe for contacts presence after...
2016-04-19 Kim AlvefurMerge 0.9->0.10
2016-04-19 Kim AlvefurMerge 0.9->0.10
2016-04-19 Kim Alvefurmod_bosh: Don't decrement rid twice (thanks av6)
2016-04-19 Kim AlvefurMerge 0.9->0.10
2016-04-19 Kim AlvefurMUC: Accept missing form as "instant room" request...
2016-04-19 Kim Alvefurmod_bosh: Reject fractional 'wait' (See #343)
2016-04-19 Kim Alvefurmod_bosh: Return a proper BOSH error response from...
2016-04-19 Kim Alvefurmod_bosh: Validate that 'sid' and 'wait' have sane...
2016-04-19 Kim Alvefurmod_bosh: Validate 'to' host (see #343)
2016-04-19 Kim Alvefurmod_bosh: Return a proper BOSH error response instead...
2016-04-19 Kim Alvefurmod_bosh: Log error returned from stream:feed()
2016-04-19 Kim Alvefurmod_bosh: Return if a response has been sent already...
2016-04-19 Kim Alvefurmod_bosh: Remove unused import
2016-04-09 Matthew Wildmod_compression: Remove and replace with placeholder...
2016-04-08 Kim Alvefurmod_presence: Fix variable name
2016-04-08 Kim Alvefurmod_presence: Construct a 'from' JID when roster items...
2016-04-06 Kim Alvefurmod_websocket: Fix read timeout handler (thanks mt)
2016-04-03 Kim Alvefurmod_c2s: Just destroy the session when it has no connec...
2016-03-03 Kim Alvefurmod_http_files: Preserve a trailing / in paths (fixes...
2016-03-03 Kim Alvefurmod_http_files: Don't prepend / to path twice, sanitize...
2016-03-03 Kim Alvefurmod_http_files: Fix traceback when serving a non-wildca...
2016-03-02 Kim Alvefurmod_c2s: Remove connection object from session object...
2016-01-26 Kim AlvefurMerge
2016-01-25 Kim Alvefurmod_c2s, mod_s2s: Lower priority of session shutdown...
2016-01-21 Kim AlvefurBackout 63f5870f9afe, no longer needed since Windows...
2016-01-19 Kim Alvefurmod_dialback: Follow XEP-0185 and use HMAC
2016-01-07 Matthew Wildmod_http_files: Santize the path relative to our base...
2016-04-04 Kim Alvefurmod_roster: Fire event for pending items for good measure
2016-04-04 Kim Alvefurmod_roster: Handle roster item removal with event on...
2016-04-04 Kim Alvefurmod_presence: Send unavailable presence when roster...
2016-04-04 Kim Alvefurmod_presence, mod_roster: Move responsibility for sendi...
2016-04-03 Kim AlvefurMerge 0.9->0.10
2016-04-01 Kim Alvefurmod_bosh: Skip sending stanzas removed out by filters...
2016-03-23 Kim Alvefurmod_websocket: Send a ping on read timeout
2016-03-23 Kim Alvefurmod_websocket: Remove warning about unsolicited pong...
2016-03-21 Kim Alvefurmod_storage_sql: Make sure all serialization errors...
2016-03-18 Matthew Wildmod_component: Some cleanup [luacheck]
2016-03-18 Matthew Wildmod_component: Fire event when component disconnects
2016-03-18 Kim AlvefurMerge
2016-03-18 Kim Alvefurmod_saslauth: Disable DIGEST-MD5 by default (closes...
2016-03-17 Kim Alvefurmod_websocket: Make sure stanza xmlns filter runs late...
2016-03-17 Kim Alvefurmod_register: Make sure only an on_evict function or...
2016-03-17 Kim Alvefurmod_c2s: Remove use of util.async
2016-03-17 Kim AlvefurBacked out BOSH use of util.async (changeset f0687c313cf1)
2016-03-14 Kim Alvefurmod_presence: Fix partial rename
2016-03-14 Kim Alvefurmod_presence: Move function for selecting "top resource...
2016-03-14 Kim Alvefurmod_s2s: Include name of remote server when it's missin...
2016-03-13 Kim Alvefurmod_storage_sql: Allow loops over results to end on...
2016-03-13 Kim Alvefurmod_storage_sql: Add LIMIT clause to queries where...
2016-03-11 Kim Alvefurmod_watchregistrations: Use type-specific config API...
2016-03-11 Kim AlvefurMUC: Use type-specific config API for the 'name' option
2016-03-11 Kim Alvefurmod_presence: Use type-specific config API for boolean...
2016-03-03 Kim AlvefurMerge 0.9->0.10
2016-03-02 Kim Alvefurmod_welcome: Pass default text to config API as default...
2016-03-02 Kim Alvefurmod_welcome: Use type-specific config API
2016-03-02 Kim AlvefurMerge 0.9->0.10
2016-02-25 Kim AlvefurMerge 0.9->0.10
2016-02-22 Kim Alvefurmod_storage_sql: Treat non-existent archive IDs as...
2016-02-21 Kim Alvefurmod_debug_sql: Small plugin that enables raw SQL query...
2016-02-21 Kim Alvefurmod_storage_sql: Remove debug logging of archive queries
2016-02-21 Kim Alvefurmod_storage_sql: Lower message about new engine creatio...
2016-02-21 Kim Alvefurmod_storage_sql: Share SQL connections with same parame...
2016-02-19 Kim Alvefurmod_storage_sql: Fix setting value to false in map...
2016-02-09 Kim Alvefurmod_storage_sql: Silence some harmless luacheck warnings
2016-02-09 Kim Alvefurmod_storage_sql: Implement map:set_keys, allowing multi...
2016-02-08 Kim Alvefurmod_storage_sql: Support non-string keys in map store
2016-02-04 Kim Alvefurmod_groups: Move variable to smaller scope
2016-02-04 Kim Alvefurmod_groups: Use module:get_option_path, look for file...
2016-02-03 Kim AlvefurMUC: Fire a muc-disco#info event like in trunk so modul...
2016-01-27 Matthew WildMerge 0.9->0.10
2016-01-26 Kim AlvefurMerge 0.9->0.10
2016-01-22 Kim AlvefurMerge 0.9->0.10
2016-01-22 Matthew Wildmod_admin_telnet: Fix sorting of JIDs in c2s:show(...
2016-01-19 Kim Alvefurmod_dialback: Follow XEP-0185 and use HMAC
2016-01-11 Kim Alvefurmod_blocklist: Clear second level cache correctly on...
2016-01-11 Kim AlvefurMerge 0.9->0.10
2016-01-09 Kim Alvefurmod_admin_telnet: c2s:count in less lines
2016-01-09 Kim Alvefurmod_admin_telnet: Show unauthenticated clients identifi...
2016-01-09 Kim Alvefurmod_admin_telnet: c2s:show() etc, list all sessions...
2016-01-09 Kim Alvefurmod_admin_telnet: Remove compat warning about 'console_...
2016-01-08 Kim AlvefurMerge 0.9->0.10
2016-01-04 Matthew Wildmod_bosh: Fire event when BOSH session is created
2016-01-03 Kim Alvefurmod_admin_adhoc: Show only connections to/from the...
2016-01-03 Kim Alvefurmod_admin_adhoc: Remove extra ) that should not be...
2016-01-01 Kim Alvefurmod_register: Fix typo
2015-12-23 Kim AlvefurMerge 0.9->0.10
2015-12-23 Kim Alvefurmod_register: Support for blacklisting ips that are...
2015-12-23 Kim Alvefurmod_register: Use util.cache to limit the number of...
2015-12-23 Kim Alvefurmod_register: Switch to using util.throttle for limitin...
2015-12-22 Matthew Wildmod_admin_telnet: Backport 06696882d972 from 0.10 ...
2015-12-21 Kim Alvefurmod_register: Add comment explaining the workaround...
2015-12-21 Kim Alvefurmod_register: Use session log instance to ease indentif...
2015-12-16 Matthew WildMerge 0.9->0.10
2015-12-16 Matthew WildMerge
2015-12-16 Matthew WildMUC: Fix incorrect nesting of status codes when room...
2015-12-15 Kim Alvefurmod_storage_sql: Fix use of SQLite3 in-memory database...
2015-12-10 Matthew Wildmod_admin_telnet: Add http:list() command to get info...
2015-12-10 Kim Alvefurmod_compression: Remove FIXMEs, mod_c2s and mod_s2s...
next