aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | When passwords are scrammed, report check_password_hash cannot work (#559)Badlop2015-06-251-3/+7
| |
* | Add xep definition to mod_mam15.06Badlop2015-06-241-0/+2
| |
* | Add MAM (XEP-0313) supportEvgeniy Khramtsov2015-06-226-39/+874
| |
* | Document a few more supported protocolsBadlop2015-06-226-0/+17
| |
* | Add s2s_dhfile to list of known optionsHolger Weiss2015-06-202-3/+3
| |
* | Update comment that explains how to set up node_mbHolger Weiss2015-06-191-7/+11
| | | | | | | | | | | | | | Specify settings that make sense with current ejabberd versions, and use the YAML configuration format. Also, specify the "urn:xmpp:microblog:0" namespace, as that's the microblogging node name currently defined by XEP-0277.
* | change_room_option misses handling some room options #604Badlop2015-06-181-1/+8
| |
* | Don't force persistence if cache enabled (fix previous commit)Christophe Romain2015-06-181-2/+2
| |
* | Fix max_items and don't let PEP depends on item cacheChristophe Romain2015-06-182-6/+6
|/
* New hide_sensitive_log_data option to hide client IP in log (#452 #471)Badlop2015-06-174-12/+27
|
* Add s2s_dhfile option to configuration validatorHolger Weiss2015-06-162-0/+2
|
* Merge pull request #581 from weiss/dh-param-fileAlexey Shchepin2015-06-164-4/+16
|\ | | | | New options: dhfile and s2s_dhfile
| * New options: dhfile and s2s_dhfileHolger Weiss2015-05-264-4/+16
| | | | | | | | | | Let admins specify a file that contains custom parameters for Diffie-Hellman key exchange.
* | Add option to set net_ticktime (EJAB-1742)Paweł Chmielowski2015-06-151-4/+11
| |
* | Fix bug introduced in commit b88fa6f6174Badlop2015-06-041-4/+5
| |
* | Pick first local multicast service, otherwise remote (ejabberd-contrib#105)Badlop2015-06-041-7/+11
| |
* | Don't add body element to MUC subject messagesHolger Weiss2015-06-041-20/+10
| |
* | Authmodule using old style XML:get_attr_s()jpegger2015-06-031-1/+1
| |
* | Do not ignore unknown options so farEvgeniy Khramtsov2015-06-032-5/+7
| |
* | Remove unused validation codeEvgeniy Khramtsov2015-06-0312-172/+42
| |
* | Move opt_type/1 function out of if-else blockEvgeniy Khramtsov2015-06-031-11/+11
| |
* | Fix typoEvgeniy Khramtsov2015-06-031-1/+1
| |
* | Add missing options of ejabberd_logger to validatorEvgeniy Khramtsov2015-06-031-1/+14
| |
* | Add missing options of mod_muc to validatorEvgeniy Khramtsov2015-06-031-2/+29
| |
* | Fix commands export2odbc, connected_users_vhost and push_alltoall (#586)Badlop2015-06-023-47/+5
| |
* | Merge pull request #585 from CorCornelisse/masterbadlop2015-06-021-2/+2
|\ \ | | | | | | push_roster* not updated on binarification
| * | These arguments should be binary instead of strings, otherwise it won't work ↵Cor Cornelisse2015-06-011-2/+2
| | | | | | | | | | | | properly
* | | Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2015-06-011-1/+1
|\ \ \
| * | | Fix anonymous user login, it wasn't stored in anonymous mnesia tableBadlop2015-06-011-1/+1
| |/ /
* | | Add config validation at startupEvgeniy Khramtsov2015-06-0190-390/+1597
| | |
* | | Do not try to fetch module options via eldap_utilsEvgeniy Khramtsov2015-06-015-46/+35
| | |
* | | Reorganize get_opt() code in some modulesEvgeniy Khramtsov2015-06-011-9/+12
| | |
* | | Get rid of some fuzzy macros as it makes syntax tools getting madEvgeniy Khramtsov2015-06-012-24/+22
|/ /
* | In xmlrpc use process_unicode_codepoints instead of list_to_binaryBadlop2015-05-291-4/+27
| |
* | Fix MUC room options vaildationEvgeniy Khramtsov2015-05-291-19/+24
| |
* | Validate MUC room options from the configuration fileEvgeniy Khramtsov2015-05-281-7/+54
| |
* | An auth external module requires ext_mod to be started first (#578)Badlop2015-05-271-1/+1
|/
* Fix pubsub/odbc crash on remote user unsubscribe (EJAB-1483)Christophe Romain2015-05-261-31/+34
|
* Merge pull request #569 from weiss/send-element-error-checkingAlexey Shchepin2015-05-261-12/+8
|\ | | | | Update send_element error checking (EJAB-1739)
| * Cosmetic change: Simplify error checkingHolger Weiss2015-05-141-11/+7
| | | | | | | | | | Let send_stanza_and_ack_req/2 update the #state instead of propagating the value returned by send_element/2. This doesn't change the behavior.
| * Don't assume send_element/2 returns ok or errorHolger Weiss2015-05-141-4/+4
| | | | | | | | | | | | Let send_text/2 and (therefore) send_element/2 return {error, Reason} instead of error for consistency, and let send_stanza_and_ack_req/2 interpret any non-ok value as an error. (EJAB-1739)
* | Include session record from header file instead of duplicating itMickael Remond2015-05-261-4/+2
| |
* | Fix merging of not yaml config filesPaweł Chmielowski2015-05-251-1/+3
| |
* | Fix use of publish_only affiliation with odbc backendChristophe Romain2015-05-221-0/+2
| |
* | Use namespace definitions when possibleBadlop2015-05-213-7/+7
| |
* | Document protocol support (EJABS-1620)Badlop2015-05-2133-4/+74
| |
* | Merge pull request #573 from sezuan/fix_odbcbadlop2015-05-211-2/+3
|\ \ | | | | | | Fix some string/binary issues with non-native ODBC drivers
| * | Fixed some string()/binary() issues in ejabberd_odbcMatthias Rieber2015-05-181-2/+3
| | |
* | | Fix function specificationHolger Weiss2015-05-201-2/+2
| | |
* | | Do not bounce normal messages sent to unavailable resourceEvgeniy Khramtsov2015-05-191-0/+2
| | |