aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add odbc connection robustness (#2428)Christophe Romain2018-09-251-24/+59
* Allow a subscribed owner/admin to kick lower-affiliation moderatorBadlop2018-09-251-0/+9
* Allow an occupant owner/admin to kick lower-affiliation moderatorBadlop2018-09-251-0/+9
* Allow a subscribed owner/admin to kick participants and visitorsBadlop2018-09-251-0/+10
* Allow a subscribed owner/admin to change participant<->visitorBadlop2018-09-251-1/+16
* Allow changing invitation message from muc_invite hookPaweł Chmielowski2018-09-211-10/+12
* Recognize more fields that aren't atom in format_room_optionPaweł Chmielowski2018-09-201-1/+8
* Remove forgotten debug lineEvgeny Khramtsov2018-09-191-1/+0
* Switch more log message to warning levelEvgeny Khramtsov2018-09-1914-59/+58
* Switch mod_fail2ban log messages to warning levelEvgeny Khramtsov2018-09-191-2/+2
* Resize SQL pool on configuration reloadEvgeny Khramtsov2018-09-192-19/+46
* Don't hide 'undef' exceptions during config validationEvgeny Khramtsov2018-09-193-3/+3
* Fail early when loading unavailable SIP or STUN modulesEvgeny Khramtsov2018-09-182-20/+18
* Report real address of a listenerEvgeny Khramtsov2018-09-182-42/+56
* Remove useless type specsEvgeny Khramtsov2018-09-183-3/+0
* Fix listeners child specs creationEvgeny Khramtsov2018-09-181-17/+15
* Remove forgotten debug lineEvgeny Khramtsov2018-09-181-1/+0
* Refactor ejabberd_listenerEvgeny Khramtsov2018-09-1811-481/+533
* mod_http_upload: Log error if 'put_url' is reusedHolger Weiss2018-09-171-2/+9
* Revert "New option tombstone_expiry locks recent room creation after destroy ...Badlop2018-09-172-75/+2
* Improve error formattingEvgeny Khramtsov2018-09-173-10/+22
* Remove unused variablesBadlop2018-09-171-2/+1
* Refactor ejabberd listener APIEvgeny Khramtsov2018-09-1712-231/+217
* mod_muc_room: Fix the room's CAPS hashHolger Weiss2018-09-141-4/+7
* mod_register: Remove unused error 'too_many_users'Marc Schink2018-09-131-3/+0
* Trigger hook for user_send_packet in send_message command (#2604)Badlop2018-09-131-2/+7
* Expect mnesia_up event when joining clusterAquarHEAD Lou2018-09-121-0/+2
* Fix some dialyzer warningsEvgeny Khramtsov2018-09-0937-258/+49
* fix for freetds UTF-8 corruptionroot2018-09-071-0/+1
* Bump lager versionEvgeny Khramtsov2018-09-071-1/+12
* Add information about real sender to mucsub message metaPaweł Chmielowski2018-09-061-1/+2
* Don't stop sending pings when receiving timeout for timeout_action=nonePaweł Chmielowski2018-09-041-13/+14
* Correctly handle empty result with RSMEvgeniy Khramtsov2018-09-021-33/+39
* Get stacktrace out of lager contextEvgeniy Khramtsov2018-09-0111-22/+39
* Don't set termination reason into presence-unavailable statusEvgeniy Khramtsov2018-09-011-1/+0
* ejabberd_s2s_in: Log message on connection closeHolger Weiss2018-08-291-1/+9
* Better formatting of unexpected return from Module:start/2Evgeniy Khramtsov2018-08-281-3/+4
* Fix max_user_conferences in Mnesia to consider only one MUC service (#2556)Badlop2018-08-201-3/+4
* Use "localhost" as a default hostEvgeniy Khramtsov2018-08-171-1/+1
* Disable cache for anonymous auth backendEvgeniy Khramtsov2018-08-171-0/+4
* Handle get_presence(Pid) when session doesn't exist (#2547)Badlop2018-08-151-0/+7
* Fix typo in command descriptionBadlop2018-08-131-1/+1
* Return human error messages when calling export2sql with wrong path (#2480)Badlop2018-08-131-0/+4
* In response with list of room subscriptions include also events (#2272)Badlop2018-08-133-12/+18
* Remove num_active_users as it uses calls to last_activity mnesia table (#2448)Badlop2018-08-081-67/+1
* Remove direct calls to muc_room mnesia table in mod_muc_admin (#2448)Badlop2018-08-081-3/+1
* Add markdown options as specified in the docs git repoBadlop2018-08-071-1/+2
* Add import_prosody explanation from docs git repoBadlop2018-08-071-0/+2
* Allow acme and oauth commands to be read by gen_markdown_doc_for_commandsBadlop2018-08-072-2/+4
* Handle ejabberd_captcha error reports in mod_register_web (#2553)Badlop2018-08-021-2/+11