| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_pep: Update COMPAT comment, it seems Asterisk 1.8 also suffers from this ... | Matthew Wild | 2013-08-24 | 1 | -1/+1 |
* | mod_admin_telnet, mod_s2s: Fix reporting of certificate chain validation details | Kim Alvefur | 2013-08-06 | 2 | -2/+2 |
* | mod_s2s: Improve policy check | Kim Alvefur | 2013-08-05 | 1 | -1/+1 |
* | mod_s2s: Log certificate identity validation result | Kim Alvefur | 2013-08-04 | 1 | -0/+1 |
* | adhoc.lib: Don't build error reply from reply stanza | Kim Alvefur | 2013-07-24 | 1 | -5/+5 |
* | mod_c2s: Change default of tcp_keepalives to true, and make it individually c... | Kim Alvefur | 2013-07-24 | 1 | -1/+1 |
* | mod_storage_sql2: Remove from 0.9 | Matthew Wild | 2013-07-11 | 1 | -237/+0 |
* | mod_component: Local imports for some functions, including xpcall | Matthew Wild | 2013-07-08 | 1 | -0/+1 |
* | mod_bosh: pcall() core_process_stanza per stanza, to bring in line with other... | Matthew Wild | 2013-07-08 | 1 | -1/+4 |
* | mod_bosh: Only pass stanza to core_process_stanza if it wasn't dropped by fil... | Matthew Wild | 2013-07-08 | 1 | -1/+3 |
* | mod_component: xpcall() stanza processing, as per other listeners, preventing... | Matthew Wild | 2013-07-08 | 1 | -1/+6 |
* | mod_admin_adhoc: Fix node of the "Get List of Online Users" command | Florian Zeitz | 2013-06-29 | 1 | -1/+1 |
* | mod_http_files: Put the MIME type map in a global shared table instead of per... | Kim Alvefur | 2013-06-28 | 1 | -2/+2 |
* | mod_storage_sql2: Use correct variable (Thanks SkyBlue and Florob) | Kim Alvefur | 2013-06-23 | 1 | -1/+1 |
* | mod_s2s/s2sout.lib: Remove unused variables and imports | Matthew Wild | 2013-06-18 | 1 | -6/+2 |
* | mod_s2s/s2sout.lib: Remove reference to undefined global | Matthew Wild | 2013-06-18 | 1 | -1/+0 |
* | mod_s2s/s2sout.lib: Use new util.net.local_addresses() to fetch local interfa... | Matthew Wild | 2013-06-18 | 1 | -12/+5 |
* | mod_s2s/s2sout.lib: Only attempt to create an IPv6 socket if LuaSocket suppor... | Matthew Wild | 2013-06-18 | 1 | -2/+5 |
* | mod_pep: When a client supplies no id on a published item, reflect our genera... | Florian Zeitz | 2013-06-13 | 1 | -2/+3 |
* | mod_muc: Fix incorrect variable name | Matthew Wild | 2013-05-21 | 1 | -1/+1 |
* | mod_admin_telnet: Add server:memory() command to view details of Prosody's me... | Matthew Wild | 2013-05-16 | 1 | -0/+21 |
* | mod_bosh: Remove Connection: keep-alive header (conflicts with new net.http.s... | Matthew Wild | 2013-06-07 | 1 | -1/+1 |
* | mod_bosh: Fix global write | Matthew Wild | 2013-06-07 | 1 | -1/+2 |
* | mod_admin_telnet: Fix another wrong boolean expression | Kim Alvefur | 2013-06-10 | 1 | -1/+1 |
* | mod_bosh: Remove logging of request.id, it doesn't exist in the new HTTP serv... | Matthew Wild | 2013-06-07 | 1 | -1/+1 |
* | mod_bosh: Reset creating_session to prevent putting unnecessary attributes in... | Matthew Wild | 2013-06-05 | 1 | -0/+1 |
* | mod_admin_telnet: Fix inverted boolean logic | Kim Alvefur | 2013-06-04 | 1 | -1/+1 |
* | mod_bosh: Fix traceback in case session is destroyed during the stream-featur... | Kim Alvefur | 2013-06-02 | 1 | -1/+1 |
* | mod_admin_telnet: Make the muc:create() command complain if the room already ... | Kim Alvefur | 2013-05-26 | 1 | -0/+2 |
* | mod_admin_telnet: Verify that the host exists in user commands (Thanks SkyBlue) | Kim Alvefur | 2013-05-18 | 1 | -3/+9 |
* | mod_admin_telnet: Don't rely on getpeerchain returning an empty list | Kim Alvefur | 2013-05-18 | 1 | -2/+2 |
* | mod_s2s: Fix interaction between s2s_secure_auth and s2s_require_encryption, ... | Matthew Wild | 2013-05-18 | 1 | -2/+2 |
* | mod_muc: Fire muc-room-created and muc-room-destroyed events (thanks nik) | Matthew Wild | 2013-05-14 | 2 | -0/+2 |
* | mod_c2s: Fix session:close() when a stanza is passed as reason | Kim Alvefur | 2013-05-10 | 1 | -1/+1 |
* | mod_pubsub: Remove nodeid check added in 989acb4ad1de that wasn't needed | Kim Alvefur | 2013-05-09 | 1 | -3/+0 |
* | mod_admin_telnet: Add some DNS commands. | Kim Alvefur | 2013-05-07 | 1 | -0/+41 |
* | util.rfc{3484,6724}: Update to RFC 6724 | Florian Zeitz | 2013-04-30 | 1 | -3/+3 |
* | MUC: Allow actor == true to set roles (like affiliations) | Matthew Wild | 2013-04-29 | 1 | -2/+3 |
* | MUC: Allow plugins to add and handle options in the MUC config form | Matthew Wild | 2013-04-29 | 1 | -4/+8 |
* | mod_saslauth, mod_compression: Fix some cases where open_stream() was not bei... | Matthew Wild | 2013-04-29 | 2 | -2/+2 |
* | mod_s2s: Ensure that to/from on stream headers are always correct, fixes #338 | Matthew Wild | 2013-04-29 | 1 | -6/+7 |
* | mod_s2s: Obey tcp_keepalives option for s2s too, and make it individually con... | Matthew Wild | 2013-04-26 | 1 | -1/+2 |
* | mod_admin_telnet: Add muc:create(room) (thanks SkyBlue) | Matthew Wild | 2013-04-25 | 1 | -2/+12 |
* | MUC: add __tostring on room metatable | Matthew Wild | 2013-04-25 | 1 | -0/+4 |
* | mod_c2s: Refactor <stream:error> building to allways tostring() it and only c... | Kim Alvefur | 2013-04-25 | 1 | -9/+9 |
* | mod_admin_adhoc: Use util.adhoc | Florian Zeitz | 2013-04-23 | 1 | -643/+530 |
* | mod_auth_internal_plain: Don't log passwords, even at debug level | Matthew Wild | 2013-04-23 | 1 | -1/+1 |
* | mod_c2s, mod_s2s, net.http, net.http.server: Improve tracebacks (omit traceba... | Matthew Wild | 2013-04-22 | 2 | -2/+2 |
* | mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, ... | Kim Alvefur | 2013-04-19 | 7 | -40/+46 |
* | mod_storage_sql2 (temporary name), sql.lib, util.sql: New SQL API supporting ... | Matthew Wild | 2013-04-18 | 2 | -0/+246 |