summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge pull request #167 from weiss/fix-modules-docbadlop2014-04-151-2/+1
| |\ \ | | | | | | | | Remove outdated comment from guide
| | * | Remove outdated comment from guideHolger Weiss2014-04-151-2/+1
| | | |
| * | | Mention mod_carboncopy in documentationHolger Weiss2014-04-151-0/+2
| |/ /
| * / Fix description of access rules syntaxHolger Weiss2014-04-111-1/+1
| |/
| * New Bash completion script for ejabberdctl, experimental (EJAB-1042)Badlop2014-03-261-0/+3
| |
| * Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-1/+1
| |
* | XEP-0198: Bounce unacked stanzas by defaultHolger Weiss2014-03-251-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 resumptionHolger Weiss2014-03-191-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 Weiss2014-03-121-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)Badlop2014-02-261-1/+14
|
* Add some ejabberd_xmlrpc documentation, and link to full detailsBadlop2014-01-021-2/+8
|
* remove version.tex file which is auto-generatedChristophe Romain2013-12-051-2/+0
|
* Add access rule to mod_roster (EJAB-72)Badlop2013-12-041-0/+25
|
* Support for OpenSSL ciphers list in ejabberd_c2s, ejabberd_s2s_in and ↵Alexey Shchepin2013-11-281-1/+6
| | | | ejabberd_s2s_out
* Enumerate convert_to_yaml command in list of commandsBadlop2013-10-091-1/+3
|
* update default version to 13.10Christophe Romain2013-09-271-1/+1
|
* Fix release version number.Jerome Sautret2013-08-301-2/+2
|
* update default version numberChristophe Romain2013-08-271-1/+1
|
* Change configuration file format to YAMLEvgeniy Khramtsov2013-08-212-2808/+2884
|
* Enumerate in guide.tex what processes are started for ejabberd (EJAB-1082)Badlop2013-08-051-0/+5
|
* Make it possible to enable/disable TLS compressionEvgeniy Khramtsov2013-07-171-3/+8
|
* update guide with simplified pubsub_odbc configChristophe Romain2013-06-242-6/+6
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-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 shaperBadlop2013-06-101-1/+4
|
* ejabberd 13 requires Erlang/OTP R15B or higher (EJAB-1630)Badlop2013-04-111-5/+2
| | | | Fix documents and remove useless code.
* Update version number to beta2Badlop2013-03-291-1/+1
|
* Update URL of ejabberd's Git repositoryBadlop2013-03-271-1/+1
|
* Fix documentation of mysql and pgsql configurationBadlop2013-03-271-13/+12
|
* Improve documentation of MSSQL database configurationBadlop2013-03-271-19/+33
|
* Improve documentation of MySQL storageBadlop2013-03-271-11/+72
|
* Improve documentation of anonymous authBadlop2013-03-271-10/+29
|
* Change version numberBadlop2013-03-201-1/+1
|
* Update ejabberd version number to 2.1.12Badlop2013-02-054-88/+95
|
* Added release notes for 2.1.12Badlop2013-02-051-0/+67
|
* New mod_muc_log option file_permissions (EJAB-1588)Badlop2013-02-051-0/+6
|
* Update copyright datesAlexey Shchepin2013-01-243-3/+3
|
* Copy, fix and document export2odbc command from mod_admin_extra.erlBadlop2012-11-261-0/+2
|
* Document in the guide the db_type modules option (EJAB-1560)Badlop2012-10-031-88/+49
|
* Add SCRAM and remove MD5 support to ejabberd commands auth verificationBadlop2012-08-271-3/+1
|
* Fix file name of Name Service Switch (thanks to Konstantin Khomoutov)Badlop2012-07-062-2/+2
|
* Allow multiple fqdn values in configuration (EJAB-1578)Badlop2012-06-271-1/+1
|
* Revert "Update ejabberd version number to 2.1.11"Badlop2012-05-154-7/+7
| | | | This reverts commit 453e249de30b925320f798ad1248d7d1a62b157b.
* Update ejabberd version number to 2.1.11Badlop2012-04-264-21/+45
|
* Add ejabberd 2.1.11 release notesBadlop2012-04-261-0/+58
|
* ODBC support for mod_blockingEvgeniy Khramtsov2012-04-121-0/+3
|
* ODBC support for mod_shared_rosterEvgeniy Khramtsov2012-04-041-1/+5
|
* ODBC support for mod_ircEvgeniy Khramtsov2012-04-031-0/+3
|
* ODBC support for mod_vcard_xupdateEvgeniy Khramtsov2012-04-021-0/+3
|
* ODBC support for mod_announceEvgeniy Khramtsov2012-04-021-0/+4
|
* Add notes about mod_muc_odbcEvgeniy Khramtsov2012-04-021-1/+4
|