aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move make_rand_string() to 'randoms' moduleMarc Schink2018-02-232-23/+20
* mod_carboncopy: Apply cosmetic changeHolger Weiss2018-02-221-2/+2
* mod_carboncopy: Copy outgoing MUC PMsHolger Weiss2018-02-221-3/+6
* Move some log messages to debug levelEvgeniy Khramtsov2018-02-212-8/+8
* Use nicks in disco#items or disco#info reportEvgeniy Khramtsov2018-02-211-12/+10
* Add 'negotiation_timeout' to the known options listEvgeniy Khramtsov2018-02-201-1/+1
* Introduce 'negotiation_timeout'Evgeniy Khramtsov2018-02-205-6/+20
* mod_admin_extra: Fix srg_get_info with '@all@'Holger Weiss2018-02-201-4/+5
* Don't emit validator's warning if the module is not foundEvgeniy Khramtsov2018-02-191-3/+10
* Replace ?MYLANG with connection's language wherever possibleEvgeniy Khramtsov2018-02-192-17/+18
* Push blocking related IQs from bare JIDEvgeniy Khramtsov2018-02-181-1/+2
* Don't inject node name inside "id" attributeEvgeniy Khramtsov2018-02-181-2/+2
* Don't ask other nodes to invalidate cache when the key is not updatedEvgeniy Khramtsov2018-02-181-4/+4
* Fix 'badmatch' crashEvgeniy Khramtsov2018-02-171-3/+3
* Introduce 'access' option for mod_block_strangerEvgeniy Khramtsov2018-02-171-4/+10
* Cache 'isuser' queries to external auth programEvgeniy Khramtsov2018-02-161-2/+18
* Export helper functionChristophe Romain2018-02-161-1/+1
* Export helper functionsChristophe Romain2018-02-161-0/+1
* Export aux functions from mod_muc_roomEvgeniy Khramtsov2018-02-161-1/+32
* Rename some keys and functions for clarityEvgeniy Khramtsov2018-02-151-6/+6
* Update incoming stanzas counter on invalid XMLEvgeniy Khramtsov2018-02-151-5/+7
* Better solution for a previous fixEvgeniy Khramtsov2018-02-151-33/+26
* Don't forget to add invalid XML responses to sending queueEvgeniy Khramtsov2018-02-151-9/+38
* Fix external components unregistrationEvgeniy Khramtsov2018-02-141-3/+13
* Introduce option 'global_routes' for ejabberd_serviceEvgeniy Khramtsov2018-02-141-3/+13
* Fix indentationEvgeniy Khramtsov2018-02-141-19/+19
* Change formatting of commands markdown documentationPaweł Chmielowski2018-02-131-9/+9
* Add case on create_room, avoid useless callChristophe Romain2018-02-131-2/+4
* Really run use_cache/1 and cache_nodes/1 callbacks for mod_mamEvgeniy Khramtsov2018-02-131-21/+48
* Dialyzer checks always failed because the return value of the function 'get_s...Tobias Koch2018-02-121-3/+2
* Remove 'iqdisc' optionEvgeniy Khramtsov2018-02-1130-534/+189
* Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2018-02-101-4/+8
|\
| * mod_stream_mgmt: Abort connection on count errorHolger Weiss2018-02-101-4/+8
* | Rely on use_cache/1 callback in mod_capsEvgeniy Khramtsov2018-02-101-37/+45
|/
* Introduce option 'validate_stream'Evgeniy Khramtsov2018-02-0913-24/+49
* Fix type specEvgeniy Khramtsov2018-02-071-1/+1
* Commands markdown also lack arguments when policy=userBadlop2018-02-071-1/+2
* Introduce 'rate_limit' option of mod_avatarEvgeniy Khramtsov2018-02-051-3/+9
* Export is_online/1 functionEvgeniy Khramtsov2018-02-051-1/+2
* Improve log message when module startup has failedEvgeniy Khramtsov2018-02-021-4/+17
* Fix compilation ordering in mix by s/-behavior/-behaviour/Paweł Chmielowski2018-01-319-10/+10
* Use correct default when getting list of modules from configPaweł Chmielowski2018-01-301-2/+2
* Run tests only on backends enabled by configurePaweł Chmielowski2018-01-301-1/+1
* Match all possible values in mod_privilege checks, or we get crashesPaweł Chmielowski2018-01-301-2/+2
* Fix exception in mod_privilege:process_presence_inPaweł Chmielowski2018-01-301-1/+1
* Fix elixir testsPaweł Chmielowski2018-01-291-7/+12
* Fix processing of ldap_memberattr_format_re optionPaweł Chmielowski2018-01-291-1/+5
* Don't return undefined from ejabberd_config:get_myhosts()Paweł Chmielowski2018-01-291-1/+6
* Restore original return value to ejabberd_config:add_optionPaweł Chmielowski2018-01-291-1/+2
* mod_caps: Only store CAPS if contact is subscribedHolger Weiss2018-01-291-1/+1