summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete doc and win32 files (EJAB-1738)Christophe Romain2015-05-2020-8102/+0
|
* Remove obsolete release notesChristophe Romain2015-04-2228-2176/+0
|
* Fix IPv6 loopback address in the guideHolger Weiss2015-03-031-2/+2
| | | | Thanks to Erik Huelsmann for spotting this.
* Update remanining old RFC links (EJAB-1728)(#444)Badlop2015-02-261-7/+5
|
* Update mod_vcard_ldap Guide documentation from Erlang to YAML format (Github ↵Badlop2015-02-171-115/+105
| | | | #274 #394)
* List all available commands in the guide (EJAB-1735)Badlop2015-01-281-4/+21
|
* Support for "> ." in YAML configuration filesBadlop2015-01-281-0/+23
|
* Fix missing copyright dates to 2015 (EJAB-1733)Christophe Romain2015-01-211-1/+1
|
* Update the Guide about using access_commands in YAML/CFG filesBadlop2015-01-151-7/+39
|
* Update some RFC links (EJAB-1728)Badlop2015-01-082-6/+6
|
* Update compilation from git (github #397)Badlop2015-01-081-1/+1
|
* Fix example: turn_ip must be specified as stringHolger Weiss2015-01-041-1/+1
|
* New option: disable_sasl_mechanismsHolger Weiss2014-11-101-0/+5
| | | | | | | The new "disable_sasl_mechanisms" option allows for restricting the list of SASL mechanisms offered to the client. Closes #339.
* Add new option: store_empty_bodyEvgeniy Khramtsov2014-10-271-0/+2
|
* XEP-0198: Support "resend_on_timeout: if_offline"Holger Weiss2014-09-161-3/+7
| | | | | | | If "resend_on_timeout" is set to "if_offline", resend unacknowledged stanzas only if no other resource is online when the session times out. In other words, allow for sending them to offline storage, but nowhere else.
* Support XEP-0352: Client State IndicationHolger Weiss2014-09-111-0/+34
|
* Automatically remove IPs from ban, add the documentationEvgeniy Khramtsov2014-08-271-0/+26
|
* Fix an XEP reference in the guideHolger Weiss2014-08-261-1/+1
|
* Guide: For consistency, use 'infinity' everywhereHolger Weiss2014-08-201-2/+2
|
* Fix MUC option docs: "infinity", not "infinite"Holger Weiss2014-08-201-3/+3
|
* doc/Makefile: Replace non-portable echo(1) callsHolger Weiss2014-07-281-9/+9
| | | | The echo(1) behavior is system-dependent, the printf(1) behavior is not.
* doc/Makefile: Don't insist on using /bin/bashHolger Weiss2014-07-241-1/+1
| | | | | Fix "make doc" for systems that don't have /bin/bash. There's no bash-specific code in doc/Makefile anymore.
* Fix "s2s_access" option name in documentationHolger Weiss2014-07-221-2/+2
|
* html guide is now generated when building source tarballChristophe Romain2014-07-211-5148/+0
|
* Re-generate the HTML documentsEvgeniy Khramtsov2014-07-103-549/+696
|
* Mention about Riak in yet another placeEvgeniy Khramtsov2014-07-101-1/+1
|
* Document Riak supportEvgeniy Khramtsov2014-07-102-2/+77
|
* Improve documentation of mod_sipEvgeniy Khramtsov2014-07-071-2/+25
|
* add ability to rotate logs on given date conditionChristophe Romain2014-07-021-3/+11
|
* New option support: log_rotate_countEvgeniy Khramtsov2014-07-021-0/+9
|
* Support new options: log_rotate_size and log_rate_limitEvgeniy Khramtsov2014-07-021-5/+26
|
* Always enable STUN at compile timeEvgeniy Khramtsov2014-06-031-3/+0
|
* Remove exmpp from the list of dependenciesHolger Weiss2014-06-031-1/+0
| | | | | | The XEP-0227 code no longer uses exmpp. Thanks to Steve Gillespie for noting this.
* Fix LibYAML version in the list of dependenciesHolger Weiss2014-06-031-1/+1
| | | | Thanks to Steve Gillespie for reporting the error.
* XEP-0198: Terminate session on queue overflowHolger Weiss2014-05-271-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 guideHolger Weiss2014-05-201-4/+8
|
* Update ejabberd_xmlrpc documentation URLHolger Weiss2014-05-141-1/+1
|
* Recompile the GuideBadlop2014-05-081-25/+110
|
* TURN support (EJAB-1017)Evgeniy Khramtsov2014-05-081-18/+80
|
* Revert "Document that ejabberd compilation requires pkg-config"Evgeniy Khramtsov2014-05-071-1/+0
| | | | This reverts commit bd0060715ec776c6417422ca4aebea853cfa82e1.
* Merge remote-tracking branch 'processone/master' into xep-0198Holger Weiss2014-05-063-2409/+2818
|\ | | | | | | | | | | Conflicts: doc/guide.tex src/ejabberd_c2s.erl
| * Recompile the ejabberd Guide htmlBadlop2014-05-051-2403/+2694
| |
| * Document that ejabberd compilation requires pkg-configBadlop2014-05-051-0/+1
| |
| * Always enable SIP at compile timeEvgeniy Khramtsov2014-05-021-3/+0
| |
| * SIP supportEvgeniy Khramtsov2014-04-302-1/+109
| | | | | | | | | | | | | | Conflicts: configure configure.ac doc/guide.tex
| * Merge pull request #171 from weiss/update-doc-urlbadlop2014-04-161-1/+1
| |\ | | | | | | Update a URL in the guide
| | * Update a URL in the guideHolger Weiss2014-04-161-1/+1
| | |
| * | Fix two small typos in the guideHolger Weiss2014-04-161-2/+2
| |/
| * Merge pull request #160 from runcom/protocol_optionsAlexey Shchepin2014-04-151-2/+10
| |\ | | | | | | Add option to specify openssl options
| | * Add option to specify openssl optionsAntonio Murdaca2014-04-081-2/+10
| | |