Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | | | | | | mod_muc: Remove extra parenthesis (thanks janhouse) | Kim Alvefur | 2013-12-14 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | mod_muc: Allow admins to always bypass restrict_room_creation (thanks Chris B) | Matthew Wild | 2013-12-13 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | muc.lib.lua: Fix Spark jabber client not displaying conference room lists, ↵ | Paul | 2013-10-05 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seemingly due to a missing value tag for the room description if the description has not been set | |||||
* | | | | | | | | | | | | | | | | | | | mod_pep: Update COMPAT comment, it seems Asterisk 1.8 also suffers from this ↵ | Matthew Wild | 2013-08-24 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issue (thanks Lonnie Abelbeck) | |||||
* | | | | | | | | | | | | | | | | | | 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 ↵ | Kim Alvefur | 2013-07-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configurable through c2s_tcp_keepalives | |||||
* | | | | | | | | | | | | | | | | | 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 ↵ | Matthew Wild | 2013-07-08 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other listeners. This ensures that stanzas following a traceback-causing stanza in a request will still be processed (as would happen on normal c2s). | |||||
* | | | | | | | | | | | | | | | | mod_bosh: Only pass stanza to core_process_stanza if it wasn't dropped by ↵ | Matthew Wild | 2013-07-08 | 1 | -1/+3 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filters | |||||
* | | | | | | | | | | | | | | | mod_component: xpcall() stanza processing, as per other listeners, ↵ | Matthew Wild | 2013-07-08 | 1 | -1/+6 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | preventing potentially harmful 'top-level errors' | |||||
* | | | | | | | | | | | | | | 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 ↵ | Kim Alvefur | 2013-06-28 | 1 | -2/+2 | |
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | per-host | |||||
* | | | | | | | | | | | | 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 ↵ | Matthew Wild | 2013-06-18 | 1 | -12/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interface addresses | |||||
* | | | | | | | | | | | mod_s2s/s2sout.lib: Only attempt to create an IPv6 socket if LuaSocket ↵ | Matthew Wild | 2013-06-18 | 1 | -2/+5 | |
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | supports IPv6 | |||||
* | | | | | | | | | | mod_pep: When a client supplies no id on a published item, reflect our ↵ | Florian Zeitz | 2013-06-13 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generated id back to it | |||||
* | | | | | | | | | | 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 ↵ | Matthew Wild | 2013-05-16 | 1 | -0/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memory usage | |||||
* | | | | | | | | | | mod_bosh: Remove Connection: keep-alive header (conflicts with new ↵ | Matthew Wild | 2013-06-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net.http.server) | |||||
* | | | | | | | | | | 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 ↵ | Matthew Wild | 2013-06-07 | 1 | -1/+1 | |
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | server API (thanks Mikael Nordfeldth) | |||||
* | | | | | | | mod_bosh: Reset creating_session to prevent putting unnecessary attributes ↵ | Matthew Wild | 2013-06-05 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | into every BOSH response | |||||
* | | | | | | | 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 ↵ | Kim Alvefur | 2013-06-02 | 1 | -1/+1 | |
| |_|_|/ / |/| | | | | | | | | | | | | | | stream-features event (thanks Biszkopcik) | |||||
* | | | | | mod_admin_telnet: Make the muc:create() command complain if the room already ↵ | Kim Alvefur | 2013-05-26 | 1 | -0/+2 | |
| |_|/ / |/| | | | | | | | | | | | exists | |||||
* | | | | 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 | |
|/ / | | | | | | | in particular ensure that when s2s_require_encryption is NOT set, do not require encryption on s2s_insecure_domains. | |||||
* | | 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 ↵ | Matthew Wild | 2013-04-29 | 2 | -2/+2 | |
| | | | | | | | | being passed to/from (see df3c78221f26 and issue #338) | |||||
* | | 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 ↵ | Matthew Wild | 2013-04-26 | 1 | -1/+2 | |
| | | | | | | | | configurable through s2s_tcp_keepalives (thanks yeled) | |||||
* | | 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 ↵ | Kim Alvefur | 2013-04-25 | 1 | -9/+9 | |
| | | | | | | | | call send once | |||||
* | | 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 | |
| | |