summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \
| * | These arguments should be binary instead of strings, otherwise it won't work ...Cor Cornelisse2015-06-011-2/+2
* | | 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
|\
| * Cosmetic change: Simplify error checkingHolger Weiss2015-05-141-11/+7
| * Don't assume send_element/2 returns ok or errorHolger Weiss2015-05-141-4/+4
* | 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
|\ \
| * | 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
* | | Simplify XEP-0203 (Delayed Delivery) code a bitHolger Weiss2015-05-181-14/+7
* | | Call integer_to_binary using jlib (#554)Christophe Romain2015-05-181-1/+1
* | | Remove deprecated XEP-0090 Entity Time and 91 Delayed Delivery (EJAB-849)Badlop2015-05-182-42/+6
|/ /
* | fixed erl_prettypr in encode_termMatthias Rieber2015-05-171-1/+2
* | New command get_room_options (#567)Badlop2015-05-153-0/+42
* | Fix indentationHolger Weiss2015-05-151-8/+18
* | Load config snippets for modules installed with ext_mod (EJAB-1741)Paweł Chmielowski2015-05-151-6/+30
* | Export modules_dir/0Paweł Chmielowski2015-05-151-1/+2
|/
* Fix setting 'description' with change_room_option command (#567)Badlop2015-05-121-0/+1
* New max_users_presence mod_muc option (thanks to anhcoi123)(#562)Badlop2015-05-081-0/+27
* Fix check_password_hash argument parsing (#559)Badlop2015-05-081-1/+1
* Try to support access_commands in YAML (ejabberd-contrib#45)Badlop2015-05-071-0/+9
* Revert "Add private and roster local handlers (EJAB-682)" due to #556Badlop2015-05-072-6/+0
* Don't announce register feature once user is authenticated (#41)Badlop2015-05-072-11/+16
* Tag private MUC messages with muc#user namespaceHolger Weiss2015-05-051-1/+4
* Simplify internal code of get_last and set_last commandsBadlop2015-05-051-16/+3
* Improve get_last command to provide also last activity statusBadlop2015-05-051-4/+4
* Fix set_last command to work with recent ejabberd (#555)Badlop2015-05-051-1/+1
* Remove duplicated codeEvgeniy Khramtsov2015-04-291-20/+10
* Improve module install code, allows better error checkingChristophe Romain2015-04-291-16/+37
* New command get_user_roomsBadlop2015-04-291-1/+17
* Fix fetching from git@github url and allow compilation from ejabberd sourcesChristophe Romain2015-04-291-3/+14
* Merge pull request #547 from weiss/fix-account-jid-discobadlop2015-04-271-12/+12
|\