Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Update zh.po | Shelley Shyan | 2017-10-11 | 1 | -55/+49 | |
| | | | | ||||||
| * | | | Update zh.po | Shelley Shyan | 2017-10-11 | 1 | -78/+67 | |
| | | | | ||||||
* | | | | Don't crash when Host header is missing | Evgeniy Khramtsov | 2017-10-11 | 1 | -4/+9 | |
| | | | | ||||||
* | | | | Update Catalan translation | Badlop | 2017-10-11 | 1 | -324/+308 | |
|/ / / | ||||||
* | | | Fix a typo: meta -> viewport | Evgeniy Khramtsov | 2017-10-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | Don't include CSS, javascript and image data directly in the code | Evgeniy Khramtsov | 2017-10-09 | 21 | -722/+606 | |
| | | | ||||||
* | | | Better handle mobile devices in CSS of mod_register_web | Evgeniy Khramtsov | 2017-10-09 | 4 | -12/+115 | |
| | | | | | | | | | | | | Thanks to Marek Foss. Fixes #2039 | |||||
* | | | Resend presences and history if presence possesses <x/> MUC element | Evgeniy Khramtsov | 2017-10-09 | 1 | -6/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Behave according to the new rule from XEP-0045, section 7.2.2: > When a MUC service receives an <x/> tagged join stanza from an > already-joined client (as identified by the client's full JID), > the service should assume that the client lost its synchronization, > and therefore it SHOULD send exactly the same stanzas to the client > as if it actually just joined the MUC. | |||||
* | | | Update Russian translation | Evgeniy Khramtsov | 2017-10-06 | 1 | -470/+805 | |
| | | | ||||||
* | | | Don't crash when 'from' is undefined | Evgeniy Khramtsov | 2017-10-06 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | c2s_filter_send hook may pass a stanza with undefined from/to (due to legacy auth for example). Work around this problem. Fixes #2036 | |||||
* | | | Update French translation | Christophe Romain | 2017-10-06 | 1 | -308/+266 | |
| | | | ||||||
* | | | Update Czech translation (thanks to Jan Pinkas) | Badlop | 2017-10-06 | 1 | -167/+152 | |
| | | | ||||||
* | | | More fix in mod_http_fileserver to log URLs with/out query elements (#2021) | Badlop | 2017-10-06 | 1 | -6/+8 | |
| | | | ||||||
* | | | Update pl.po | Paweł Chmielowski | 2017-10-06 | 1 | -144/+127 | |
| | | | ||||||
* | | | Update Spanish translation | Badlop | 2017-10-06 | 1 | -138/+128 | |
| | | | ||||||
* | | | Updated all translation files | Badlop | 2017-10-06 | 53 | -38406/+49525 | |
| | | | | | | | | | | | | | | | Simply running: make; make translations | |||||
* | | | Improve logging of mismatched Hosts | Evgeniy Khramtsov | 2017-10-05 | 1 | -2/+4 | |
| | | | ||||||
* | | | Log request in access.log even when Host doesn't match | Evgeniy Khramtsov | 2017-10-05 | 1 | -1/+3 | |
| | | | ||||||
* | | | Don't report Host mismatch as an error | Evgeniy Khramtsov | 2017-10-05 | 1 | -4/+4 | |
| | | | ||||||
* | | | Correctly handle mod_client_state (re)load | Evgeniy Khramtsov | 2017-10-05 | 1 | -7/+17 | |
| | | | ||||||
* | | | Accept routes in Host header and map them to vhosts | Evgeniy Khramtsov | 2017-10-05 | 1 | -13/+20 | |
| | | | ||||||
* | | | Fix warning when compile with newer elixir | Christophe Romain | 2017-10-04 | 1 | -1/+6 | |
| |/ |/| | ||||||
* | | Fix crash in mod_http_fileserver when logging URL with query elements (#2021) | Badlop | 2017-10-02 | 1 | -2/+8 | |
| | | ||||||
* | | Install binaries with 755 permissions | Paweł Chmielowski | 2017-10-02 | 1 | -2/+2 | |
| | | ||||||
* | | Remove find-outdated-deps script, we have better replacement for it | Paweł Chmielowski | 2017-10-02 | 1 | -127/+0 | |
| | | ||||||
* | | Generate more readable code for run_fold hooks | Evgeniy Khramtsov | 2017-10-02 | 1 | -14/+11 | |
|/ | ||||||
* | Install eimp binary with +x attribute | Paweł Chmielowski | 2017-09-28 | 1 | -1/+4 | |
| | ||||||
* | Prepare mix for 17.0917.09 | Christophe Romain | 2017-09-28 | 1 | -1/+1 | |
| | ||||||
* | Fix race introduced by ffdaff374 on ejabberd_mnesia init | Christophe Romain | 2017-09-28 | 1 | -0/+2 | |
| | ||||||
* | Make sure Riak gets compiled on OTP20 | Evgeniy Khramtsov | 2017-09-28 | 1 | -1/+1 | |
| | ||||||
* | Fix function clause introduced by c17ec50e3a | Evgeniy Khramtsov | 2017-09-28 | 1 | -3/+3 | |
| | ||||||
* | Don't forget to route presence-unavailable | Evgeniy Khramtsov | 2017-09-28 | 1 | -2/+10 | |
| | | | | | | | | When a user has several resources joined to a room using the same nick attempts to leave the room from a single resource, route presence-unavailable back to this (and only this) resource. Fixes #2007 | |||||
* | Pubsub: implment '6.5.7 Requesting the Most Recent Items' | Christophe Romain | 2017-09-27 | 1 | -10/+6 | |
| | ||||||
* | Remove useless condition | Christophe Romain | 2017-09-27 | 1 | -2/+0 | |
| | ||||||
* | PubSub: add RSM support for mnesia backend | Christophe Romain | 2017-09-27 | 1 | -3/+67 | |
| | ||||||
* | PubSub: enforce controls on publish and delete | Christophe Romain | 2017-09-27 | 2 | -29/+57 | |
| | ||||||
* | mysql.sql: Use multi-column index on username/ID | Holger Weiss | 2017-09-27 | 1 | -1/+1 | |
| | ||||||
* | harden ejabberdctl (#1977) | Christophe Romain | 2017-09-27 | 1 | -50/+49 | |
| | ||||||
* | Fix xref error | Christophe Romain | 2017-09-27 | 1 | -2/+5 | |
| | ||||||
* | Unbind unused variable | Christophe Romain | 2017-09-27 | 1 | -1/+1 | |
| | ||||||
* | Remove calls to deprecated functions | Christophe Romain | 2017-09-27 | 1 | -2/+2 | |
| | ||||||
* | Update dependences | Paweł Chmielowski | 2017-09-27 | 1 | -13/+13 | |
| | ||||||
* | PubSub: fix get_items behaviour with mnesia | Christophe Romain | 2017-09-27 | 1 | -3/+4 | |
| | ||||||
* | Merge branch 'master' of github.com:processone/ejabberd | Christophe Romain | 2017-09-27 | 8 | -723/+168 | |
|\ | ||||||
| * | Add support for XEP-0368: SRV records for XMPP over TLS | Evgeniy Khramtsov | 2017-09-27 | 2 | -27/+66 | |
| | | | | | | | | | | | | | | Currently this is only supported for outgoing s2s connections. For such connections ejabberd is now able to resolve SRV records of type "_xmpps-server._tcp". Also, SNI and ALPN fields are set during TLS handshake. No additional configuration is required. | |||||
| * | When running "make translations", use the new tools/prepare-tr.sh | Badlop | 2017-09-27 | 1 | -1/+1 | |
| | | ||||||
| * | Remove remaining files of old contrib/ dir | Badlop | 2017-09-27 | 2 | -328/+0 | |
| | | ||||||
| * | Simplify prepare-tr.sh to work with new extract-tr.sh | Badlop | 2017-09-27 | 1 | -282/+16 | |
| | | ||||||
| * | Move prepare-translations.sh from contrib to tools/prepare-tr.sh | Badlop | 2017-09-27 | 1 | -0/+0 | |
| | | ||||||
| * | Remove forgotten export_all | Evgeniy Khramtsov | 2017-09-27 | 1 | -1/+1 | |
| | |