aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Describe commands arguments and results in ejabberd_sm, ext_mod, mod_mamBadlop2017-07-213-22/+40
|
* Fix indentation of commands linesBadlop2017-07-211-16/+14
|
* Don't add indentation after single item result in docsPaweł Chmielowski2017-07-181-1/+1
|
* Use string:join instead of lists:joinChristophe Romain2017-07-181-1/+1
|
* Improve formatting of documented API parametersChristophe Romain2017-07-181-7/+18
|
* Fix old route record in mnesia's route table haven't been remove when ↵Paweł Dorofiejczyk2017-07-171-1/+1
| | | | restarting in some cases (#1184)
* Expand catch block used to report errors in doc generatorPaweł Chmielowski2017-07-141-30/+30
|
* Fix args_examples from last commitPaweł Chmielowski2017-07-141-5/+5
|
* Describe even more command arguments and results in mod_admin_extraBadlop2017-07-141-3/+113
|
* mod_privacy: Don't crash while copying c2s stateHolger Weiss2017-07-071-1/+3
| | | | | Don't assume 'privacy_active_list' is set when c2s_copy_session/2 is called.
* mod_privacy: Apply cosmetic change to type specHolger Weiss2017-07-071-1/+1
|
* Fix set_presence command to work in recent ejabberdBadlop2017-07-072-15/+18
|
* Add copyright and fix description for some sourcesEvgeniy Khramtsov2017-07-062-6/+20
|
* Handle new possible result from ejabberd_config.add_optionPaweł Chmielowski2017-07-061-0/+2
|
* Make ejabberd_cluster modularEvgeniy Khramtsov2017-07-066-131/+301
| | | | | For setting the cluster backend new global option 'cluster_backend' is introduced. The default and only available value at the moment is 'mnesia'
* Remove old command calling interfacePaweł Chmielowski2017-07-062-297/+2
|
* Close accepted socket if sockname/peername has failed17.07Evgeniy Khramtsov2017-07-061-1/+1
| | | | Fixes #1834
* Fix invalid argument in get_messages_susbset17.06Paweł Chmielowski2017-06-301-1/+1
| | | | This should fix #1818
* Avoid useless calls on simples subscriptions (#1313)Christophe Romain2017-06-291-53/+54
|
* Add allow_local_users to mod_block_strangers (#1804, #1809)Alexey Shchepin2017-06-291-2/+7
|
* Fix Salt import from prosody SCRAMmed password (#1803)Badlop2017-06-291-1/+1
|
* In offline export to SQL, first write all DELETE, later all INSERT (#1509)Badlop2017-06-281-2/+8
|
* Fix username in mam export (#1510)(thanks to themaverik)Badlop2017-06-261-4/+3
|
* Write validator for mod_multicast's limits optionBadlop2017-06-261-3/+10
|
* Use YAML syntax for limits option in mod_multicastBadlop2017-06-261-3/+2
|
* Catch exception that may happen when sending data over websocketPaweł Chmielowski2017-06-231-2/+8
| | | | This fixes #1667
* Merge pull request #1793 from marcphilipp/bugfix/set_room_affiliation_masterEvgeny Khramtsov2017-06-222-4/+11
|\ | | | | Fix mod_muc_admin:set_room_affiliation
| * Fix mod_muc_admin:set_room_affiliationMarc Philipp2017-06-212-4/+11
| |
* | Don't let a receiver to crash if a controller is unavailableEvgeniy Khramtsov2017-06-224-7/+16
|/ | | | Fixes #1796
* mod_client_state: Reset state on session resumeHolger Weiss2017-06-211-2/+2
| | | | | Don't restore the previous CSI state when a stream management session is resumed.
* mod_stream_mgmt: Add missing function specsHolger Weiss2017-06-211-0/+2
|
* Improve API documentation generatorChristophe Romain2017-06-201-29/+33
|
* Make ext_mod api return rescodeChristophe Romain2017-06-201-5/+5
|
* Fix invalid {args,result}_examples in mod_muc_adminPaweł Chmielowski2017-06-191-3/+6
|
* Generate better errors when not being able to generate documentationPaweł Chmielowski2017-06-191-8/+15
|
* Another tweak to md generatorPaweł Chmielowski2017-06-191-5/+4
|
* Update markdown api document generatorPaweł Chmielowski2017-06-191-12/+22
|
* Fix srg_user_add/del for non-Mnesia database backends (#1780)Badlop2017-06-151-2/+2
|
* Add pubsub import from prosody/metronomeChristophe Romain2017-06-151-1/+123
|
* Fix IP address parsing for mod_metricsEvgeniy Khramtsov2017-06-131-1/+2
|
* Switch access rule delete_old_users with protect_old_users (#1772)Badlop2017-06-091-4/+4
|
* Add missing ,Paweł Chmielowski2017-06-091-1/+1
|
* Improve export2sql explanation; remove obsolete and duplicated commandBadlop2017-06-092-27/+2
|
* Fix and document push_roster_all commandBadlop2017-06-081-1/+5
|
* Fix rooms list in WebAdmin (#1753)Badlop2017-06-011-5/+9
|
* Parse correctly presence_broadcast option in change_room_option commandBadlop2017-05-291-0/+2
|
* Fix case clauseEvgeniy Khramtsov2017-05-251-3/+7
| | | | Fixes #1746
* Cosmetic change: Fix indentation errorsHolger Weiss2017-05-242-7/+7
|
* Introduce --enable-stun and --enable-sip configure optionsEvgeniy Khramtsov2017-05-235-1/+58
| | | | | STUN/TURN and SIP is not compiled by default anymore. Use --enable-stun, --enable-sip or --enable-all to enable them.
* Get rid of sql_queries.erlEvgeniy Khramtsov2017-05-239-741/+438
|