Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use tagged version of p1_mysql | Paweł Chmielowski | 2018-10-19 | 1 | -1/+1 | |
| | ||||||
* | Recognize not_exists error in http_api | Paweł Chmielowski | 2018-10-19 | 1 | -3/+5 | |
| | ||||||
* | Update p1_mysql | Paweł Chmielowski | 2018-10-19 | 1 | -1/+1 | |
| | ||||||
* | Affiliations other than admin and owner cannot invite to members_only rooms | Badlop | 2018-10-17 | 1 | -1/+2 | |
| | | | | | | | | | | | This is explained in the paragraph: If the room is members-only, the service MAY also add the invitee to the member list. (Note: Invitation privileges in members-only rooms SHOULD be restricted to room admins; if a member without privileges to edit the member list attempts to invite another user, the service SHOULD return a <forbidden/> error to the occupant; for details, see the Modifying the Member List section of this document.) https://xmpp.org/extensions/xep-0045.html#invite-mediated | |||||
* | Merge remote-tracking branch 'processone/pr/2636' | Holger Weiss | 2018-10-16 | 1 | -1/+1 | |
|\ | | | | | | | | | * processone/pr/2636: Config template recommend "open" access_model | |||||
| * | Config template recommend "open" access_model | Licaon_Kter | 2018-10-15 | 1 | -1/+1 | |
|/ | | | ...instead of "comment out", as many seem to misunderstand what and why should be or not be commented out | |||||
* | Enable mod_proxy65 by default | Holger Weiss | 2018-10-15 | 1 | -0/+3 | |
| | ||||||
* | ejabberd_s2s_in: Fix indentation | Holger Weiss | 2018-10-15 | 1 | -5/+5 | |
| | ||||||
* | Change logic for archiving mucsub messages | Paweł Chmielowski | 2018-10-10 | 2 | -4/+34 | |
| | | | | | | This change should apply usual logic for message wrapped in mucsub except check for groupchat message, so messages without bodies for example should be rejected | |||||
* | Fix version in mix.exs | Christophe Romain | 2018-10-09 | 1 | -1/+1 | |
| | ||||||
* | Add pkix to included_applications | Paweł Chmielowski | 2018-10-09 | 1 | -1/+1 | |
| | ||||||
* | Add pkix to mix.exs | Paweł Chmielowski | 2018-10-09 | 2 | -0/+2 | |
| | ||||||
* | Archive messages with type=normal and pubsub payload (like mucsub messages) | Paweł Chmielowski | 2018-10-08 | 1 | -1/+2 | |
| | ||||||
* | Avoid using * in 'certfiles' option of default config | Evgeny Khramtsov | 2018-10-04 | 1 | -1/+2 | |
| | ||||||
* | Bump ejabberd version in the issue template | Evgeny Khramtsov | 2018-10-04 | 1 | -1/+1 | |
| | ||||||
* | Report available options in lexical order | Evgeny Khramtsov | 2018-10-04 | 1 | -1/+1 | |
| | ||||||
* | Run ejabberd_started hook earlier | Evgeny Khramtsov | 2018-09-29 | 1 | -1/+1 | |
| | ||||||
* | Add forgotten TURN options to validator | Evgeny Khramtsov | 2018-09-29 | 1 | -0/+2 | |
| | | | | Fixes #2621 | |||||
* | Fix bugs introduced by previous commit | Evgeny Khramtsov | 2018-09-28 | 3 | -27/+39 | |
| | ||||||
* | Move certificates processing code to pkix application | Evgeny Khramtsov | 2018-09-27 | 10 | -854/+306 | |
| | | | | | | | | ==== WARNING: MUST BE ADDED TO RELEASE NOTES ===== The commit introduces the following incompatibility: - Option 'ca_path' is deprecated and has no effect anymore: option 'ca_file' should be used instead if needed. ================================================== | |||||
* | mod_avatar: Reduce log level for too large avatars | Holger Weiss | 2018-09-26 | 1 | -0/+4 | |
| | | | | | Log a warning rather than an error when publishing an avatar fails due to its size exceeding the ?MAX_PAYLOAD_SIZE for PubSub items. | |||||
* | ejabberd_regexp: Support Unicode | Holger Weiss | 2018-09-26 | 1 | -1/+1 | |
| | ||||||
* | MySQL: Use MEDIUMTEXT for PubSub payload | Holger Weiss | 2018-09-26 | 2 | -2/+2 | |
| | | | | | Let MySQL/MariaDB accept PubSub payloads with a size of up to 16 MiB, rather than truncating at 64 KiB. | |||||
* | Update mix.lock18.09 | Paweł Chmielowski | 2018-09-26 | 1 | -3/+3 | |
| | ||||||
* | Add odbc connection robustness (#2428) | Christophe Romain | 2018-09-25 | 1 | -24/+59 | |
| | ||||||
* | Update xmpp | Paweł Chmielowski | 2018-09-25 | 1 | -1/+1 | |
| | ||||||
* | Update deps in mix.lock | Paweł Chmielowski | 2018-09-25 | 1 | -12/+12 | |
| | ||||||
* | Allow a subscribed owner/admin to kick lower-affiliation moderator | Badlop | 2018-09-25 | 1 | -0/+9 | |
| | ||||||
* | Allow an occupant owner/admin to kick lower-affiliation moderator | Badlop | 2018-09-25 | 1 | -0/+9 | |
| | ||||||
* | Allow a subscribed owner/admin to kick participants and visitors | Badlop | 2018-09-25 | 1 | -0/+10 | |
| | ||||||
* | Allow a subscribed owner/admin to change participant<->visitor | Badlop | 2018-09-25 | 1 | -1/+16 | |
| | ||||||
* | Update deps once more | Paweł Chmielowski | 2018-09-24 | 1 | -10/+10 | |
| | ||||||
* | Increase validity of generated test ca cert and regenerate all certs | Paweł Chmielowski | 2018-09-24 | 5 | -123/+123 | |
| | ||||||
* | Update deps | Paweł Chmielowski | 2018-09-24 | 1 | -12/+12 | |
| | ||||||
* | Update ISSUE_TEMPLATE | Evgeny Khramtsov | 2018-09-21 | 1 | -0/+1 | |
| | ||||||
* | Update ISSUE_TEMPLATE | Evgeny Khramtsov | 2018-09-21 | 1 | -15/+20 | |
| | ||||||
* | Allow changing invitation message from muc_invite hook | Paweł Chmielowski | 2018-09-21 | 1 | -10/+12 | |
| | ||||||
* | Recognize more fields that aren't atom in format_room_option | Paweł Chmielowski | 2018-09-20 | 1 | -1/+8 | |
| | ||||||
* | Remove forgotten debug line | Evgeny Khramtsov | 2018-09-19 | 1 | -1/+0 | |
| | ||||||
* | Switch more log message to warning level | Evgeny Khramtsov | 2018-09-19 | 14 | -59/+58 | |
| | | | | | The commit is supposed to improve logging at loglevel 3, which is the recommended level for high loaded ejabberd servers | |||||
* | Switch mod_fail2ban log messages to warning level | Evgeny Khramtsov | 2018-09-19 | 1 | -2/+2 | |
| | ||||||
* | Resize SQL pool on configuration reload | Evgeny Khramtsov | 2018-09-19 | 2 | -19/+46 | |
| | | | | Fixes #2541 | |||||
* | Don't hide 'undef' exceptions during config validation | Evgeny Khramtsov | 2018-09-19 | 3 | -3/+3 | |
| | ||||||
* | Fail early when loading unavailable SIP or STUN modules | Evgeny Khramtsov | 2018-09-18 | 2 | -20/+18 | |
| | ||||||
* | Report real address of a listener | Evgeny Khramtsov | 2018-09-18 | 2 | -42/+56 | |
| | ||||||
* | Remove useless type specs | Evgeny Khramtsov | 2018-09-18 | 3 | -3/+0 | |
| | ||||||
* | Fix listeners child specs creation | Evgeny Khramtsov | 2018-09-18 | 1 | -17/+15 | |
| | ||||||
* | Remove forgotten debug line | Evgeny Khramtsov | 2018-09-18 | 1 | -1/+0 | |
| | ||||||
* | Refactor ejabberd_listener | Evgeny Khramtsov | 2018-09-18 | 11 | -481/+533 | |
| | ||||||
* | Add ability to configure test to use new sql schema | Paweł Chmielowski | 2018-09-18 | 2 | -0/+3 | |
| |