aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Fix csi testsPaweł Chmielowski2018-04-121-4/+4
| | |
* | | New schema support for tests. (#2355)a-iv2018-04-121-2/+14
| | |
* | | Improve pubsub#itemreply implementation (#2325)Christophe Romain2018-04-121-48/+48
| | |
* | | Update the xmpp dependency to support 'parent' attributeEvgeniy Khramtsov2018-04-111-1/+1
| | | | | | | | | | | | Fixes #2375
* | | Fix illegal match on previous commitChristophe Romain2018-04-101-1/+2
| | |
* | | Improve fix for #2288, don't mask errors on get_itemChristophe Romain2018-04-101-1/+1
| | |
* | | gen_mod: Support global module processesHolger Weiss2018-04-041-1/+3
| | |
* | | gen_mod: Remove frontend process supportHolger Weiss2018-04-041-3/+1
| | | | | | | | | | | | ejabberd doesn't support frontend processes anymore.
* | | Improve mod_multicastPaweł Chmielowski2018-04-041-265/+232
| | |
* | | mod_http_upload: Accept characters of any scriptHolger Weiss2018-04-031-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | Accept all alphanumeric characters of any script in user and file names rather than replacing non-ASCII characters with underscores. However, non-alphanumeric characters are still replaced, except for "." and "-". Closes #2346.
* | | Remove old hex conversion functionsHolger Weiss2018-04-032-31/+3
| | | | | | | | | | | | Depend on list_to_integer/2 and integer_to_list/2 being available.
* | | Move ejabberd_http:url_encode/1 to 'misc' moduleHolger Weiss2018-04-035-41/+41
| | |
* | | Fix Code format when logging a MUC room kick/banBadlop2018-04-021-7/+7
| | |
* | | mod_client_state: Add 'csi_activity' hookHolger Weiss2018-04-011-7/+17
| | | | | | | | | | | | Closes #2358.
* | | Merge pull request #2357 from Pouriya-Jahanbakhsh/component-send-packet-hookEvgeny Khramtsov2018-03-301-2/+8
|\ \ \ | | | | | | | | feat: add hook for sending packet from component
| * | | fix: run 'component_send_packet' hook in global modePouriya Jahanbakhsh2018-03-301-2/+2
| | | |
| * | | feat: add hook for sending packet from componentPouriya Jahanbakhsh2018-03-301-3/+9
|/ / / | | | | | | | | | | | | New hook 'component_send_packet' added. Callback function must accept one argument {Pkt, ComponentState} and should yield 'drop' or {NewPkt, NewComponentState}.
* | | Don't produce a crash dump during intentional exitEvgeniy Khramtsov2018-03-295-16/+17
| | | | | | | | | | | | Also halt faster without relying on timeouts for buffers flushing
* | | Remove unused variableEvgeniy Khramtsov2018-03-291-1/+1
| | |
* | | Merge pull request #2351 from rom1dep/config-order_c2s-directEvgeny Khramtsov2018-03-291-14/+14
|\ \ \ | | | | | | | | config: move section about direct-tls for c2s just under regular c2s config
| * | | config: move section about direct-tls for c2s just under regular c2s config ↵Romain DEP.2018-03-281-14/+14
|/ / / | | | | | | | | | (to ease parameters comparison)
* | | Add support for PATCH http methodMickael Remond2018-03-281-1/+1
| | | | | | | | | | | | This is needed to improve out APIs.
* | | Fix process_discoitems_result in mod_multicastPaweł Chmielowski2018-03-281-1/+2
| | |
* | | Update eimpPaweł Chmielowski2018-03-261-1/+1
| | |
* | | Fix returning value from mod_vcard_ldap's search() callbackEvgeniy Khramtsov2018-03-251-5/+5
| | | | | | | | | | | | Fixes #2335
* | | Get rid of 'fs' package dependency in mix18.03Christophe Romain2018-03-232-4/+2
| | |
* | | Get rid of 'fs' package dependencyEvgeniy Khramtsov2018-03-232-53/+1
| | | | | | | | | | | | | | | Certificates auto-reloading will be fixed later. For now to reload certificates call `reload-config` ejabberd command.
* | | Clarify the statement about mod_http_upload thumbnailsEvgeniy Khramtsov2018-03-231-1/+1
| | |
* | | Force node config for bookmarksEvgeniy Khramtsov2018-03-231-2/+5
| | |
* | | Set empty least as a default for force_node_configEvgeniy Khramtsov2018-03-231-1/+2
| | |
* | | Move force_node_config defaults into ejabberd.yml.exampleEvgeniy Khramtsov2018-03-232-6/+6
| | |
* | | Update mix depsPaweł Chmielowski2018-03-232-19/+19
| | |
* | | Update mix.exs versionChristophe Romain2018-03-231-1/+1
| | |
* | | Fetch 'registration_watchers' option from the correct moduleEvgeniy Khramtsov2018-03-231-1/+1
| | | | | | | | | | | | Fixes #2337
* | | Update depsPaweł Chmielowski2018-03-221-15/+15
| | |
* | | Remove items of unregistered user (#2129)Christophe Romain2018-03-221-5/+10
| | |
* | | Accept atoms in api_permission command lists and commands with numbers in themPaweł Chmielowski2018-03-211-1/+5
| | |
* | | Add option --enable-group=xxx (thanks to andreabenini)(#1429)Badlop2018-03-202-0/+18
| | |
* | | If mod_last is disabled, return error instead of crashing (#2330)Badlop2018-03-201-1/+3
| | |
* | | Report meaningful error when luerl is not availableEvgeniy Khramtsov2018-03-191-17/+24
| | |
* | | Set -protocol() directive for mod_avatarEvgeniy Khramtsov2018-03-191-0/+2
| | |
* | | Avoid logging IP addresses in mod_register when it's not desiredEvgeniy Khramtsov2018-03-191-3/+5
| | | | | | | | | | | | Fixes #2326
* | | Apply some dirty hacks for mod_shared_rosterEvgeniy Khramtsov2018-03-192-106/+29
| | | | | | | | | | | | Probably this fixes #1846
* | | Hardcode ACL rules used by ejabberd_web_adminEvgeniy Khramtsov2018-03-191-11/+5
| | |
* | | Improve result of XEP-0060 §6.5.9.12 (#2288)Christophe Romain2018-03-171-6/+8
| | | | | | | | | | | | | | | Moving get_item result control to keep item-not-found on transaction error when node does not exists
* | | Fix result of XEP-0060 §6.5.9.12 (#2288)Christophe Romain2018-03-161-2/+4
| | |
* | | Add transient notification condition (#2267)Christophe Romain2018-03-161-1/+1
| | |
* | | Refactor publish_item conditions (#2267)Christophe Romain2018-03-161-9/+5
| | |
* | | Fulfill all requirements of XEP-0398 v0.2.0Evgeniy Khramtsov2018-03-163-10/+37
| | | | | | | | | | | | | | | | | | These include: - Avoid rewriting vcard:x:update tags with empty <photo/> element - Advertise "urn:xmpp:pep-vcard-conversion:0" feature
* | | Add 'new_sql_schema' config option, --enable-new-sql-schema now sets its ↵Alexey Shchepin2018-03-156-113/+133
| | | | | | | | | | | | default value to true (#2239)