aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-21Describe commands arguments and results in ejabberd_sm, ext_mod, mod_mamBadlop3-22/+40
2017-07-21Fix indentation of commands linesBadlop1-16/+14
2017-07-18Don't add indentation after single item result in docsPaweł Chmielowski1-1/+1
2017-07-18Use string:join instead of lists:joinChristophe Romain1-1/+1
2017-07-18Improve formatting of documented API parametersChristophe Romain1-7/+18
2017-07-17Fix old route record in mnesia's route table haven't been remove when ↵Paweł Dorofiejczyk1-1/+1
restarting in some cases (#1184)
2017-07-14Expand catch block used to report errors in doc generatorPaweł Chmielowski1-30/+30
2017-07-14Fix args_examples from last commitPaweł Chmielowski1-5/+5
2017-07-14Describe even more command arguments and results in mod_admin_extraBadlop1-3/+113
2017-07-07mod_privacy: Don't crash while copying c2s stateHolger Weiss1-1/+3
Don't assume 'privacy_active_list' is set when c2s_copy_session/2 is called.
2017-07-07mod_privacy: Apply cosmetic change to type specHolger Weiss1-1/+1
2017-07-07Fix set_presence command to work in recent ejabberdBadlop2-15/+18
2017-07-06Add copyright and fix description for some sourcesEvgeniy Khramtsov2-6/+20
2017-07-06Handle new possible result from ejabberd_config.add_optionPaweł Chmielowski1-0/+2
2017-07-06Make ejabberd_cluster modularEvgeniy Khramtsov6-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'
2017-07-06Remove old command calling interfacePaweł Chmielowski2-297/+2
2017-07-06Close accepted socket if sockname/peername has failed17.07Evgeniy Khramtsov1-1/+1
Fixes #1834
2017-06-30Fix invalid argument in get_messages_susbset17.06Paweł Chmielowski1-1/+1
This should fix #1818
2017-06-29Avoid useless calls on simples subscriptions (#1313)Christophe Romain1-53/+54
2017-06-29Add allow_local_users to mod_block_strangers (#1804, #1809)Alexey Shchepin1-2/+7
2017-06-29Fix Salt import from prosody SCRAMmed password (#1803)Badlop1-1/+1
2017-06-28In offline export to SQL, first write all DELETE, later all INSERT (#1509)Badlop1-2/+8
2017-06-26Fix username in mam export (#1510)(thanks to themaverik)Badlop1-4/+3
2017-06-26Write validator for mod_multicast's limits optionBadlop1-3/+10
2017-06-26Use YAML syntax for limits option in mod_multicastBadlop1-3/+2
2017-06-23Catch exception that may happen when sending data over websocketPaweł Chmielowski1-2/+8
This fixes #1667
2017-06-22Don't let a receiver to crash if a controller is unavailableEvgeniy Khramtsov4-7/+16
Fixes #1796
2017-06-21Fix mod_muc_admin:set_room_affiliationMarc Philipp2-4/+11
2017-06-21mod_client_state: Reset state on session resumeHolger Weiss1-2/+2
Don't restore the previous CSI state when a stream management session is resumed.
2017-06-21mod_stream_mgmt: Add missing function specsHolger Weiss1-0/+2
2017-06-20Improve API documentation generatorChristophe Romain1-29/+33
2017-06-20Make ext_mod api return rescodeChristophe Romain1-5/+5
2017-06-19Fix invalid {args,result}_examples in mod_muc_adminPaweł Chmielowski1-3/+6
2017-06-19Generate better errors when not being able to generate documentationPaweł Chmielowski1-8/+15
2017-06-19Another tweak to md generatorPaweł Chmielowski1-5/+4
2017-06-19Update markdown api document generatorPaweł Chmielowski1-12/+22
2017-06-15Fix srg_user_add/del for non-Mnesia database backends (#1780)Badlop1-2/+2
2017-06-15Add pubsub import from prosody/metronomeChristophe Romain1-1/+123
2017-06-13Fix IP address parsing for mod_metricsEvgeniy Khramtsov1-1/+2
2017-06-09Switch access rule delete_old_users with protect_old_users (#1772)Badlop1-4/+4
2017-06-09Add missing ,Paweł Chmielowski1-1/+1
2017-06-09Improve export2sql explanation; remove obsolete and duplicated commandBadlop2-27/+2
2017-06-08Fix and document push_roster_all commandBadlop1-1/+5
2017-06-01Fix rooms list in WebAdmin (#1753)Badlop1-5/+9
2017-05-29Parse correctly presence_broadcast option in change_room_option commandBadlop1-0/+2
2017-05-25Fix case clauseEvgeniy Khramtsov1-3/+7
Fixes #1746
2017-05-24Cosmetic change: Fix indentation errorsHolger Weiss2-7/+7
2017-05-23Introduce --enable-stun and --enable-sip configure optionsEvgeniy Khramtsov5-1/+58
STUN/TURN and SIP is not compiled by default anymore. Use --enable-stun, --enable-sip or --enable-all to enable them.
2017-05-23Get rid of sql_queries.erlEvgeniy Khramtsov9-741/+438
2017-05-23Deprecate misc:encode_base64/1 and misc:decode_base64/1Evgeniy Khramtsov10-98/+48