Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix LibYAML version in the list of dependencies | Holger Weiss | 2014-06-03 | 1 | -1/+1 |
| | | | | Thanks to Steve Gillespie for reporting the error. | ||||
* | XEP-0198: Terminate session on queue overflow | Holger Weiss | 2014-05-27 | 1 | -4/+4 |
| | | | | | | On queue overflow, terminate the c2s session instead of just dropping items from the queue. This makes sure all stanzas are either delivered or bounced. | ||||
* | Fix URL markup in the guide | Holger Weiss | 2014-05-20 | 1 | -4/+8 |
| | |||||
* | Update ejabberd_xmlrpc documentation URL | Holger Weiss | 2014-05-14 | 1 | -1/+1 |
| | |||||
* | Recompile the Guide | Badlop | 2014-05-08 | 1 | -25/+110 |
| | |||||
* | TURN support (EJAB-1017) | Evgeniy Khramtsov | 2014-05-08 | 1 | -18/+80 |
| | |||||
* | Revert "Document that ejabberd compilation requires pkg-config" | Evgeniy Khramtsov | 2014-05-07 | 1 | -1/+0 |
| | | | | This reverts commit bd0060715ec776c6417422ca4aebea853cfa82e1. | ||||
* | Merge remote-tracking branch 'processone/master' into xep-0198 | Holger Weiss | 2014-05-06 | 3 | -2409/+2818 |
|\ | | | | | | | | | | | Conflicts: doc/guide.tex src/ejabberd_c2s.erl | ||||
| * | Recompile the ejabberd Guide html | Badlop | 2014-05-05 | 1 | -2403/+2694 |
| | | |||||
| * | Document that ejabberd compilation requires pkg-config | Badlop | 2014-05-05 | 1 | -0/+1 |
| | | |||||
| * | Always enable SIP at compile time | Evgeniy Khramtsov | 2014-05-02 | 1 | -3/+0 |
| | | |||||
| * | SIP support | Evgeniy Khramtsov | 2014-04-30 | 2 | -1/+109 |
| | | | | | | | | | | | | | | Conflicts: configure configure.ac doc/guide.tex | ||||
| * | Merge pull request #171 from weiss/update-doc-url | badlop | 2014-04-16 | 1 | -1/+1 |
| |\ | | | | | | | Update a URL in the guide | ||||
| | * | Update a URL in the guide | Holger Weiss | 2014-04-16 | 1 | -1/+1 |
| | | | |||||
| * | | Fix two small typos in the guide | Holger Weiss | 2014-04-16 | 1 | -2/+2 |
| |/ | |||||
| * | Merge pull request #160 from runcom/protocol_options | Alexey Shchepin | 2014-04-15 | 1 | -2/+10 |
| |\ | | | | | | | Add option to specify openssl options | ||||
| | * | Add option to specify openssl options | Antonio Murdaca | 2014-04-08 | 1 | -2/+10 |
| | | | |||||
| * | | 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 |
| |