aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Update more SQL queriesAlexey Shchepin2016-03-024-143/+128
| | |
* | | Update more SQL queriesAlexey Shchepin2016-03-023-118/+127
| | |
* | | Update more SQL queriesAlexey Shchepin2016-03-026-317/+227
| | |
* | | Update mod_last SQL queries to the new APIAlexey Shchepin2016-03-022-34/+22
| | |
* | | New parse transform for ?SQL_UPSERT and ?SQL_UPSERT_TAlexey Shchepin2016-03-022-7/+277
| | |
* | | Update mod_roster and ejabberd_auth_odbc SQL queries to the new APIAlexey Shchepin2016-03-023-177/+145
| | |
* | | Allow balanced expressions inside @(...) in ejabberd_sql_ptAlexey Shchepin2016-03-021-6/+10
| | |
* | | Updated some mod_offline SQL queries to the new APIAlexey Shchepin2016-03-022-74/+50
| | |
* | | Use 'any' to match any DBMS in sql_queryAlexey Shchepin2016-03-011-0/+2
| | |
* | | Better error handling in ejabberd_sql_ptAlexey Shchepin2016-03-011-7/+7
| | |
* | | Support for run-time SQL queries selection depending on DBMS versionAlexey Shchepin2016-03-011-10/+65
| | |
* | | New parse transform for SQL queries, use prepare/execute calls with PostgresAlexey Shchepin2016-03-012-2/+383
| | |
* | | Do not call to deprected/undefined functions from mod_shared_roster_ldap16.02Evgeniy Khramtsov2016-02-291-15/+15
| | |
* | | mod_register_web: Choose the right error messagesHolger Weiss2016-02-291-3/+3
| | |
* | | Improve LDAP shared roster support (EJAB-1480)Evgeniy Khramtsov2016-02-261-376/+667
| | |
* | | Implementation of pubsub#itemreply (EJAB-1347)(#928)Christophe Romain2016-02-261-2/+12
| | |
* | | Fix host/serverhost usage (#902)Christophe Romain2016-02-261-13/+8
| | |
* | | Fix for #935Marek Foss2016-02-251-5/+12
| | |
* | | Don't include empty line after java examplePaweł Chmielowski2016-02-251-1/+1
| | |
* | | Make caps warning less confusing (#955)Christophe Romain2016-02-231-1/+1
| | |
* | | mod_http_upload: Also expand @HOST@ in 'docroot'Holger Weiss2016-02-202-11/+15
| | | | | | | | | | | | | | | In some environments, it might be desirable to use separate document roots for each virtual host.
* | | mod_http_upload: Expand 'docroot' before using itHolger Weiss2016-02-201-2/+3
| | | | | | | | | | | | | | | Expand the @HOME@ keyword within the 'docroot' value before setting the permissions of the document root directory.
* | | Accept stream compression request after SASLHolger Weiss2016-02-191-33/+66
| | | | | | | | | | | | | | | This is an updated version of the patch submitted to EJAB-1382 by Alexey (thanks!).
* | | Make it possible to define 'sm_db_type' per virtual hostEvgeniy Khramtsov2016-02-193-30/+50
| | |
* | | Fix format_result so get_room_options command works again after aa5caa3Badlop2016-02-171-1/+1
| | |
* | | Merge pull request #953 from cdroege/fix_cssbadlop2016-02-151-0/+3
|\ \ \ | | | | | | | | Fix the color of links in tables in web admin
| * | | Fix the color of links in tables in web adminChristian Dröge2016-02-121-0/+3
| | | |
* | | | Allow to pass \n in argument to ejabberdctlPaweł Chmielowski2016-02-121-1/+1
|/ / /
* | | mod_muc_room: Let members see admin/owner JIDsHolger Weiss2016-02-111-2/+2
| | | | | | | | | | | | | | | Let members retrieve all affiliation lists in non-anonymous rooms, not just the list of members.
* | | mod_muc_room: Don't expose JIDs in anonymous roomsHolger Weiss2016-02-111-1/+2
| | | | | | | | | | | | | | | Don't let room members retrieve the member list unless the room is non-anonymous.
* | | mod_mam: Send new preferences when they are setHolger Weiss2016-02-101-19/+27
| | | | | | | | | | | | | | | If a client updates the archiving preferences, include the new preferences with the IQ result (as mandated by XEP-0313).
* | | Mention new XEP supportBadlop2016-02-081-0/+1
| | |
* | | Prepare room JID in create_room commandBadlop2016-02-081-1/+3
| | |
* | | Fix example value for rescode return typePaweł Chmielowski2016-02-091-8/+8
| | |
* | | More documentation of arguments in mod_admin_extraPaweł Chmielowski2016-02-091-16/+67
| | |
* | | XEP-0013: Flexible Offline Message Retrieval supportEvgeniy Khramtsov2016-02-093-23/+352
| | |
* | | Remove remanants of pre-binary stringsPaweł Chmielowski2016-02-091-27/+23
| | |
* | | Use muc_online_room record for pattern matchingChristophe Romain2016-02-091-1/+2
| | |
* | | Better presentation of result description in docsPaweł Chmielowski2016-02-091-2/+3
| | |
* | | Start documenting arguments in mod_admin_extra commandsPaweł Chmielowski2016-02-091-6/+22
| | |
* | | Typo in markdown generatorPaweł Chmielowski2016-02-091-1/+1
| | |
* | | Add most status codes only to initial MUC presenceHolger Weiss2016-02-081-51/+50
| | |
* | | Fix section links to the Guide in the WebAdminBadlop2016-02-082-9/+9
| | |
* | | Merge pull request #944 from cdroege/configureable_host-mod_register_webbadlop2016-02-081-12/+14
|\ \ \ | | | | | | | | Allow to modify host when deleting account or changing password over web
| * | | Allow to modify host when deleting account or changing password over webChristian Dröge2016-02-041-12/+14
| | | |
* | | | Merge pull request #914 from weiss/mam-expose-jidEvgeny Khramtsov2016-02-081-20/+33
|\ \ \ \ | | | | | | | | | | Expose occupant JID in MUC MAM messages whenever possible
| * | | | mod_mam: Expose MUC occupant JID in more casesHolger Weiss2016-01-201-20/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include the occupant JID with MUC MAM messages if the room is not anonymous, and also when the MAM user sent the MUC message himself (not just in the case where he is a room moderator).
* | | | | Remove compile warningsMickael Remond2016-02-081-4/+4
| | | | |
* | | | | Omit redundant check for overcrowded MUC roomHolger Weiss2016-02-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The send_update_presence/4 function already checked whether the room is overcrowded before calling send_update_presence1/4, so there's no need to have send_new_presence/4 perform the same check.
* | | | | mod_mam: Don't let outcasts access MUC archiveHolger Weiss2016-02-081-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XEP-0313 says: "A MUC archive MUST check that the user requesting the archive has the right to enter it at the time of the query [...]. In the case of open MUC rooms, the MUC archives can generally be accessed by any users [...] who do not have an affiliation of 'outcast'".