Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-06-21Use {access,shaper}_rules_validator in other places where access rules are usedPaweł Chmielowski
2016-06-21Use new access_rules_validator in couple placesPaweł Chmielowski
2016-06-21Add acl:{access,shaper}_rules_validator for use in {mod_}opt_type()Paweł Chmielowski
2016-06-21Allow {mod_}opt_type to transform values passed to it, and for better error r...Paweł Chmielowski
2016-06-21Avoid cleanup on bag when disc_only, switch in memory (#1161)Christophe Romain
2016-06-20Fix handling of queued stanzas on session timeoutHolger Weiss
2016-06-16Allow using shaper defined by name like in in s2s_shaper: fastPaweł Chmielowski
2016-06-16Typo in option namePaweł Chmielowski
2016-06-15Add shorter version of some common access rules definitionsPaweł Chmielowski
2016-06-15Check password with jid:resourceprep when registering account (#996)Badlop
2016-06-14mod_mam: Fix "assume_mam_usage: if_enabled"Holger Weiss
2016-06-10Recover ec6c58a which was reverted in 100827e (thanks to Alexey Shchepin)Badlop
2016-06-08push_roster must convert read strings to binaries (#1075)Badlop
2016-06-08Recover fix of 907e239 lost in 9deb294 (thanks to Alexey Shchepin)Badlop
2016-06-08Allow again multiple fqdn values in configuration (EJAB-1578)Badlop
2016-06-08Merge pull request #1125 from vthriller/roster-pushbadlop
2016-06-08Produce mod_last entry on account creation (processone/ejabberd-contrib#62)Badlop
2016-06-07When stopping ejabberd, stop modules after broadcasting c2s shutdown (#1144)Badlop
2016-06-06mod_pubsub: Fix node configuration changes for SQLHolger Weiss
2016-06-05Simplify check for carbon-copied chat statesHolger Weiss
2016-06-05mod_client_state: Fix handling of chat statesHolger Weiss
2016-06-05mod_client_state: Simplify handling of PEP stanzasHolger Weiss
2016-06-03XEP-0352: Pass chat states of other resourcesHolger Weiss
2016-06-03Unwrap carbon copies when checking for chat statesHolger Weiss
2016-06-03Ignore <delay/> when checking for chat statesHolger Weiss
2016-06-03Fix "unused variable" warningHolger Weiss
2016-06-03Fix problem in dfee843 when non-occupant admin kicks an occupant (#1135)Badlop
2016-06-02Stronger tests in the test suite, SQL updates and fixesAlexey Shchepin
2016-06-01Report in SQL when scram is enabled but the stored password isn't (#1096)Badlop
2016-06-01Ignore offline sessionsHolger Weiss
2016-05-31Fix set_presence APIChristophe Romain
2016-05-31More strict check for commands with policy userPaweł Chmielowski
2016-05-30Allow @ inside acl user{,_glob,_regexp} to pass both user and server in singl...Paweł Chmielowski
2016-05-26Allow passing username and ip to ejabberd_comamnds, and use it in mod_http_apiPaweł Chmielowski
2016-05-26Use acl:access_matches in c2sPaweł Chmielowski
2016-05-26New ACL infrastructurePaweł Chmielowski
2016-05-26Do not call transform_terms multiple times on configs when merging themPaweł Chmielowski
2016-05-25Retrieve parenthesis for easy reading, lost in old commit 9deb294Badlop
2016-05-25Merge pull request #1131 from weiss/failed-resume-hEvgeny Khramtsov
2016-05-25Merge pull request #1126 from weiss/muc-send-affiliationEvgeny Khramtsov
2016-05-25Add support for PubSub publishing optionsHolger Weiss
2016-05-24XEP-0198: Add 'h' attribute to <failed/> elementHolger Weiss
2016-05-24mod_mam_mnesia: Clarify error messageHolger Weiss
2016-05-24ejabberd_auth*: Fix indentationHolger Weiss
2016-05-24mod_mam_mnesia: Don't exceed table size limitHolger Weiss
2016-05-24mod_mam_mnesia: Use transactions when writingHolger Weiss
2016-05-24mod_register: Only set timeout on successHolger Weiss
2016-05-20mod_muc_room: Notify on affiliation changesHolger Weiss
2016-05-19mod_roster should probably respect roster item changes introduced with roster...vthriller
2016-05-18mod_client_state: Add function specificationsHolger Weiss