aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Typo in option namePaweł Chmielowski2016-06-161-1/+1
* Add shorter version of some common access rules definitionsPaweł Chmielowski2016-06-151-4/+9
* Check password with jid:resourceprep when registering account (#996)Badlop2016-06-141-0/+16
* mod_mam: Fix "assume_mam_usage: if_enabled"Holger Weiss2016-06-141-1/+6
* Recover ec6c58a which was reverted in 100827e (thanks to Alexey Shchepin)Badlop2016-06-101-1/+1
* push_roster must convert read strings to binaries (#1075)Badlop2016-06-081-1/+2
* Recover fix of 907e239 lost in 9deb294 (thanks to Alexey Shchepin)Badlop2016-06-081-1/+1
* Allow again multiple fqdn values in configuration (EJAB-1578)Badlop2016-06-081-6/+9
* Merge pull request #1125 from vthriller/roster-pushbadlop2016-06-081-5/+5
|\
| * mod_roster should probably respect roster item changes introduced with roster...vthriller2016-05-191-5/+5
* | Produce mod_last entry on account creation (processone/ejabberd-contrib#62)Badlop2016-06-081-1/+12
* | When stopping ejabberd, stop modules after broadcasting c2s shutdown (#1144)Badlop2016-06-071-1/+1
* | mod_pubsub: Fix node configuration changes for SQLHolger Weiss2016-06-061-0/+1
* | Simplify check for carbon-copied chat statesHolger Weiss2016-06-053-11/+15
* | mod_client_state: Fix handling of chat statesHolger Weiss2016-06-051-4/+3
* | mod_client_state: Simplify handling of PEP stanzasHolger Weiss2016-06-051-30/+12
* | XEP-0352: Pass chat states of other resourcesHolger Weiss2016-06-031-3/+14
* | Unwrap carbon copies when checking for chat statesHolger Weiss2016-06-033-3/+47
* | Ignore <delay/> when checking for chat statesHolger Weiss2016-06-031-1/+3
* | Fix "unused variable" warningHolger Weiss2016-06-031-1/+1
* | Fix problem in dfee843 when non-occupant admin kicks an occupant (#1135)Badlop2016-06-031-8/+9
* | Stronger tests in the test suite, SQL updates and fixesAlexey Shchepin2016-06-027-274/+280
* | Report in SQL when scram is enabled but the stored password isn't (#1096)Badlop2016-06-011-1/+10
* | Ignore offline sessionsHolger Weiss2016-06-012-8/+13
* | Fix set_presence APIChristophe Romain2016-05-311-10/+19
* | More strict check for commands with policy userPaweł Chmielowski2016-05-301-1/+6
* | Allow @ inside acl user{,_glob,_regexp} to pass both user and server in singl...Paweł Chmielowski2016-05-301-4/+12
* | Allow passing username and ip to ejabberd_comamnds, and use it in mod_http_apiPaweł Chmielowski2016-05-262-36/+45
* | Use acl:access_matches in c2sPaweł Chmielowski2016-05-261-7/+10
* | New ACL infrastructurePaweł Chmielowski2016-05-261-127/+224
* | Do not call transform_terms multiple times on configs when merging themPaweł Chmielowski2016-05-261-2/+2
* | Retrieve parenthesis for easy reading, lost in old commit 9deb294Badlop2016-05-251-2/+2
* | Merge pull request #1131 from weiss/failed-resume-hEvgeny Khramtsov2016-05-252-30/+99
|\ \
| * | XEP-0198: Add 'h' attribute to <failed/> elementHolger Weiss2016-05-242-30/+99
* | | Merge pull request #1126 from weiss/muc-send-affiliationEvgeny Khramtsov2016-05-251-0/+53
|\ \ \
| * | | mod_muc_room: Notify on affiliation changesHolger Weiss2016-05-201-0/+53
| | |/ | |/|
* | | Add support for PubSub publishing optionsHolger Weiss2016-05-2518-54/+83
| |/ |/|
* | mod_mam_mnesia: Clarify error messageHolger Weiss2016-05-241-1/+1
* | ejabberd_auth*: Fix indentationHolger Weiss2016-05-243-56/+54
* | mod_mam_mnesia: Don't exceed table size limitHolger Weiss2016-05-241-20/+31
* | mod_mam_mnesia: Use transactions when writingHolger Weiss2016-05-241-21/+44
* | mod_register: Only set timeout on successHolger Weiss2016-05-231-0/+1
* | mod_client_state: Add function specificationsHolger Weiss2016-05-181-50/+107
* | mod_client_state: Add "queue_pep" optionHolger Weiss2016-05-171-17/+88
* | mod_client_state: Queue chat state notificationsHolger Weiss2016-05-171-15/+15
* | Move CSI queue handling into mod_client_stateHolger Weiss2016-05-172-85/+104
|/
* Delete duplicated command export_sql, use export2sql instead (#1118)Badlop2016-05-161-5/+1
* Fix jid:from_string/1 function specificationHolger Weiss2016-05-151-1/+1
* Update SQL escapingAlexey Shchepin2016-05-136-27/+84
* Fix C2S session data leak (#1078)Evgeniy Khramtsov2016-05-091-1/+5