Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge pull request #167 from weiss/fix-modules-doc | badlop | 2014-04-15 | 1 | -2/+1 | |
| |\ \ | | | | | | | | | Remove outdated comment from guide | |||||
| | * | | Remove outdated comment from guide | Holger Weiss | 2014-04-15 | 1 | -2/+1 | |
| | | | | ||||||
| * | | | Mention mod_carboncopy in documentation | Holger Weiss | 2014-04-15 | 1 | -0/+2 | |
| |/ / | ||||||
| * / | Fix description of access rules syntax | Holger Weiss | 2014-04-11 | 1 | -1/+1 | |
| |/ | ||||||
| * | New Bash completion script for ejabberdctl, experimental (EJAB-1042) | Badlop | 2014-03-26 | 1 | -0/+3 | |
| | | ||||||
| * | Update copyright dates to 2014 (EJAB-1679) | Badlop | 2014-03-13 | 1 | -1/+1 | |
| | | ||||||
* | | XEP-0198: Bounce unacked stanzas by default | Holger Weiss | 2014-03-25 | 1 | -2/+13 | |
| | | | | | | | | | | If the new "resend_on_timeout" option is set to false (which it is by default), bounce any unacknowledged stanzas instead of re-routing them. | |||||
* | | Support XEP-0198 session resumption | Holger Weiss | 2014-03-19 | 1 | -2/+9 | |
| | | | | | | | | | | | | | | | | Implement the optional session resumption feature described in XEP-0198. A client that supports this feature may now resume the previous session (within a configurable number of seconds) if the connection was lost. During resumption, ejabberd will retransmit any stanzas that hadn't been acknowledged by the client. | |||||
* | | Add initial XEP-0198 support (EJAB-532) | Holger Weiss | 2014-03-12 | 1 | -2/+14 | |
|/ | | | | | | | | | | | | | | | | | | | | Implement partial support for XEP-0198: Stream Management. After successful negotiation of this feature, the server requests an ACK for each stanza transmitted to the client and responds to ACK requests issued by the client. On session termination, the server re-routes any unacknowledged stanzas. The length of the pending queue can be limited by setting the "max_ack_queue" option to some integer value (default: 500). XEP-0198 support can be disabled entirely by setting the "stream_management" option to false (default: true). So far, stream management is implemented only for c2s connections, and the optional stream resumption feature also described in XEP-0198 is not (yet) supported. This addition was originally based on a patch provided by Magnus Henoch and updated by Grzegorz Grasza. Their code implements an early draft of XEP-0198 for some previous version of ejabberd. It has since been rewritten almost entirely. | |||||
* | Support XEP-0321: Remote Roster Management (EJAB-1381) | Badlop | 2014-02-26 | 1 | -1/+14 | |
| | ||||||
* | Add some ejabberd_xmlrpc documentation, and link to full details | Badlop | 2014-01-02 | 1 | -2/+8 | |
| | ||||||
* | remove version.tex file which is auto-generated | Christophe Romain | 2013-12-05 | 1 | -2/+0 | |
| | ||||||
* | Add access rule to mod_roster (EJAB-72) | Badlop | 2013-12-04 | 1 | -0/+25 | |
| | ||||||
* | Support for OpenSSL ciphers list in ejabberd_c2s, ejabberd_s2s_in and ↵ | Alexey Shchepin | 2013-11-28 | 1 | -1/+6 | |
| | | | | ejabberd_s2s_out | |||||
* | Enumerate convert_to_yaml command in list of commands | Badlop | 2013-10-09 | 1 | -1/+3 | |
| | ||||||
* | update default version to 13.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 number | Badlop | 2013-03-20 | 1 | -1/+1 | |
| | ||||||
* | Update ejabberd version number to 2.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.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 | |
| |