aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow bypassing script interraction (#516)15.04Christophe Romain2015-04-232-25/+31
* Improve purge_offline filter and speed (#543)Christophe Romain2015-04-221-39/+54
* Add publish_only to affiliation type specChristophe Romain2015-04-221-1/+1
* Add private and roster local handlers to get listed in disco#info (EJAB-682)Badlop2015-04-222-0/+6
* Remove obsolete release notesChristophe Romain2015-04-2228-2176/+0
* Allow to modify host when registering account in web (#291)Badlop2015-04-221-6/+7
* Add support for publish-only (#30)Christophe Romain2015-04-213-8/+18
* Fix typo, oups...Christophe Romain2015-04-211-2/+2
* remove deferred Collection shim headerChristophe Romain2015-04-211-7/+2
* Owner can subscribe to its node (#454)Christophe Romain2015-04-212-6/+8
* Fixed node type (thanks to saczawap) (#435)Christophe Romain2015-04-211-15/+9
* PubSub improvementsChristophe Romain2015-04-2131-15353/+7063
* Improve join/leave cluster scriptsChristophe Romain2015-04-212-48/+58
* Merge pull request #540 from weiss/queue-error-stanzaChristophe Romain2015-04-211-24/+15
|\
| * Add privacy error stanza to XEP-0198 queueHolger Weiss2015-04-201-24/+15
* | Fix LDAP substrings filter (EJAB-1715)Evgeniy Khramtsov2015-04-211-4/+2
|/
* Fixed error replying on blocked messagesAlexey Shchepin2015-04-201-15/+21
* Make s2s port configurable in test runnerPaweł Chmielowski2015-04-202-1/+2
* Remove load_config command because is superseded by reload_config (#532)Badlop2015-04-201-9/+0
* Merge pull request #536 from weiss/fail2ban-whitelistEvgeny Khramtsov2015-04-181-14/+25
|\
| * mod_fail2ban: Add 'access' option for whitelistingHolger Weiss2015-04-181-14/+25
* | cyrsasl_scram: Return user name with error messageHolger Weiss2015-04-171-1/+1
|/
* ejabberd_s2s_out: Remove Erlang/OTP version checkHolger Weiss2015-04-161-9/+2
* CSI test: Simplify and improve readabilityHolger Weiss2015-04-161-20/+21
* CSI test: Fix race when slave becomes active againHolger Weiss2015-04-161-9/+11
* Update get_password_s description with SCRAM return valuesBadlop2015-04-151-2/+2
* Revert "Hook on group message"Badlop2015-04-151-2/+0
* Make sure that server processed our inactive request before processing furthe...Paweł Chmielowski2015-04-151-0/+3
* Merge pull request #426 from hairyhum/masterbadlop2015-04-154-6/+67
|\
| * Hook on group messageFeotov Daniil2015-02-241-0/+2
| * Migration of scram passwords with piefxis (riak and internal only)Feotov Daniil2015-02-053-6/+65
* | Remove http_poll modulePaweł Chmielowski2015-04-157-456/+9
* | Enable websocket connection in default config filePaweł Chmielowski2015-04-151-2/+3
* | Don't forget gen_tcp:listen/2 optionsHolger Weiss2015-04-141-1/+2
* | Fix nick logging in mod_muc_log plaintext (#522)Badlop2015-04-141-1/+6
* | Clean multicast routing code detected by xrefBadlop2015-04-101-27/+3
* | Add ability to configure parameters used by "make test" with test/config.ctcPaweł Chmielowski2015-04-093-16/+57
* | Give better error messages for tests failing on #...{} = recv() linesPaweł Chmielowski2015-04-093-91/+104
* | Show received input and expected input in ?recv* macros in case of failurePaweł Chmielowski2015-04-092-4/+13
* | Fix problem with pushing bufferend #xmlel-s to receiver in websocket codePaweł Chmielowski2015-04-091-2/+4
* | Fix bug when sorting the list of rooms in WebAdminBadlop2015-04-081-1/+1
* | Remove hack with binary to integer conversionEvgeniy Khramtsov2015-04-081-4/+2
* | Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2015-04-086-33/+1435
|\ \
| * | Copy multicast code from ejabberd-contrib to provide XEP-0033 (#521)Badlop2015-04-086-33/+1435
* | | Add virtual host support for SQLiteEvgeniy Khramtsov2015-04-085-50/+71
|/ /
* | Add SQLite3 library checks at the configure scriptEvgeniy Khramtsov2015-04-082-0/+163
* | Disable awkward trap_exit flagEvgeniy Khramtsov2015-04-082-2/+0
* | Enable FOREIGN KEYS by defaultEvgeniy Khramtsov2015-04-082-0/+2
* | Make sure SQLite always returns binariesEvgeniy Khramtsov2015-04-081-2/+8
* | Merge pull request #486 from saa/sqlite_supportEvgeny Khramtsov2015-04-0818-11/+538
|\ \