Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enumerate convert_to_yaml command in list of commands | Badlop | 2013-10-09 | 1 | -1/+3 |
| | |||||
* | update default version to 13.1013.10 | Christophe Romain | 2013-09-27 | 1 | -1/+1 |
| | |||||
* | Fix release version number. | Jerome Sautret | 2013-08-30 | 1 | -2/+2 |
| | |||||
* | update default version number | Christophe Romain | 2013-08-27 | 1 | -1/+1 |
| | |||||
* | Change configuration file format to YAML | Evgeniy Khramtsov | 2013-08-21 | 2 | -2808/+2884 |
| | |||||
* | Enumerate in guide.tex what processes are started for ejabberd (EJAB-1082) | Badlop | 2013-08-05 | 1 | -0/+5 |
| | |||||
* | Make it possible to enable/disable TLS compression | Evgeniy Khramtsov | 2013-07-17 | 1 | -3/+8 |
| | |||||
* | update guide with simplified pubsub_odbc config | Christophe Romain | 2013-06-24 | 2 | -6/+6 |
| | |||||
* | Switch to rebar build tool | Evgeniy Khramtsov | 2013-06-13 | 1 | -58/+43 |
| | | | | | | | | | | | | | | | | Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite | ||||
* | Fix Guide: ejabberd_service expects a shaper_rule, not a shaper | Badlop | 2013-06-10 | 1 | -1/+4 |
| | |||||
* | ejabberd 13 requires Erlang/OTP R15B or higher (EJAB-1630) | Badlop | 2013-04-11 | 1 | -5/+2 |
| | | | | Fix documents and remove useless code. | ||||
* | Update version number to beta2 | Badlop | 2013-03-29 | 1 | -1/+1 |
| | |||||
* | Update URL of ejabberd's Git repository | Badlop | 2013-03-27 | 1 | -1/+1 |
| | |||||
* | Fix documentation of mysql and pgsql configuration | Badlop | 2013-03-27 | 1 | -13/+12 |
| | |||||
* | Improve documentation of MSSQL database configuration | Badlop | 2013-03-27 | 1 | -19/+33 |
| | |||||
* | Improve documentation of MySQL storage | Badlop | 2013-03-27 | 1 | -11/+72 |
| | |||||
* | Improve documentation of anonymous auth | Badlop | 2013-03-27 | 1 | -10/+29 |
| | |||||
* | Change version number13.03-beta1 | Badlop | 2013-03-20 | 1 | -1/+1 |
| | |||||
* | Update ejabberd version number to 2.1.12v2.1.12 | Badlop | 2013-02-05 | 4 | -88/+95 |
| | |||||
* | Added release notes for 2.1.12 | Badlop | 2013-02-05 | 1 | -0/+67 |
| | |||||
* | New mod_muc_log option file_permissions (EJAB-1588) | Badlop | 2013-02-05 | 1 | -0/+6 |
| | |||||
* | Update copyright dates | Alexey Shchepin | 2013-01-24 | 3 | -3/+3 |
| | |||||
* | Copy, fix and document export2odbc command from mod_admin_extra.erl | Badlop | 2012-11-26 | 1 | -0/+2 |
| | |||||
* | Document in the guide the db_type modules option (EJAB-1560) | Badlop | 2012-10-03 | 1 | -88/+49 |
| | |||||
* | Add SCRAM and remove MD5 support to ejabberd commands auth verification | Badlop | 2012-08-27 | 1 | -3/+1 |
| | |||||
* | Fix file name of Name Service Switch (thanks to Konstantin Khomoutov) | Badlop | 2012-07-06 | 2 | -2/+2 |
| | |||||
* | Allow multiple fqdn values in configuration (EJAB-1578) | Badlop | 2012-06-27 | 1 | -1/+1 |
| | |||||
* | Revert "Update ejabberd version number to 2.1.11" | Badlop | 2012-05-15 | 4 | -7/+7 |
| | | | | This reverts commit 453e249de30b925320f798ad1248d7d1a62b157b. | ||||
* | Update ejabberd version number to 2.1.11v2.1.11 | Badlop | 2012-04-26 | 4 | -21/+45 |
| | |||||
* | Add ejabberd 2.1.11 release notes | Badlop | 2012-04-26 | 1 | -0/+58 |
| | |||||
* | ODBC support for mod_blocking | Evgeniy Khramtsov | 2012-04-12 | 1 | -0/+3 |
| | |||||
* | ODBC support for mod_shared_roster | Evgeniy Khramtsov | 2012-04-04 | 1 | -1/+5 |
| | |||||
* | ODBC support for mod_irc | Evgeniy Khramtsov | 2012-04-03 | 1 | -0/+3 |
| | |||||
* | ODBC support for mod_vcard_xupdate | Evgeniy Khramtsov | 2012-04-02 | 1 | -0/+3 |
| | |||||
* | ODBC support for mod_announce | Evgeniy Khramtsov | 2012-04-02 | 1 | -0/+4 |
| | |||||
* | Add notes about mod_muc_odbc | Evgeniy Khramtsov | 2012-04-02 | 1 | -1/+4 |
| | |||||
* | Relax digest-uri handling (thanks to Daniel Willmann)(EJAB-1529) | Badlop | 2012-03-16 | 1 | -0/+6 |
| | | | | | | | | This patch introduces a new config option - fqdn - to set the fully qualified domain name of the host: {fqdn, "foo.example.com"}. This fixes a problem with Pidgin not being able to log in on a server that used SRV records. | ||||
* | Update copyright dates | Alexey Shchepin | 2012-02-23 | 3 | -3/+3 |
| | |||||
* | Recommend Erlang/OTP R13B04 and R14B04 | Badlop | 2012-02-22 | 1 | -1/+1 |
| | |||||
* | Fix Enlish in the Guide (thanks to Ludovic Bocquet) | Badlop | 2012-02-22 | 1 | -7/+7 |
| | |||||
* | Add thanks to Ludovic Bocquet for past Guide contributions | Badlop | 2012-02-15 | 1 | -0/+1 |
| | |||||
* | Option default_host for handling HTTP requests with ambiguous Host (EJAB-1261) | Badlop | 2012-02-14 | 1 | -1/+6 |
| | |||||
* | Fix the documentation about default value of captcha_cmd option | Badlop | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | Revert "Update ejabberd version number to 2.1.10" | Badlop | 2011-12-31 | 4 | -7/+7 |
| | | | | This reverts commit bcdae191417bbec40ec87d71b8143942da92f2f1. | ||||
* | Update ejabberd version number to 2.1.10v2.1.10 | Badlop | 2011-12-23 | 4 | -32/+31 |
| | |||||
* | New release notes for 2.1.10 | Badlop | 2011-12-23 | 1 | -0/+39 |
| | |||||
* | Preliminary support for groupname@vhost in Displayed Groups (EJAB-506) | Badlop | 2011-12-15 | 1 | -2/+3 |
| | |||||
* | Comment section 6.3.1 because it has no content at all | Badlop | 2011-11-15 | 1 | -1/+2 |
| | |||||
* | Set ejabberd version to 2.1.x | Badlop | 2011-10-13 | 4 | -7/+7 |
| | |||||
* | Update ejabberd version number to 2.1.9v2.1.9 | Badlop | 2011-09-26 | 4 | -33/+77 |
| |