Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-05-20 | Remove obsolete doc and win32 files (EJAB-1738) | Christophe Romain | 20 | -8102/+0 | |
2015-04-22 | Remove obsolete release notes | Christophe Romain | 28 | -2176/+0 | |
2015-03-03 | Fix IPv6 loopback address in the guide | Holger Weiss | 1 | -2/+2 | |
Thanks to Erik Huelsmann for spotting this. | |||||
2015-02-26 | Update remanining old RFC links (EJAB-1728)(#444) | Badlop | 1 | -7/+5 | |
2015-02-17 | Update mod_vcard_ldap Guide documentation from Erlang to YAML format (Github ↵ | Badlop | 1 | -115/+105 | |
#274 #394) | |||||
2015-01-28 | List all available commands in the guide (EJAB-1735) | Badlop | 1 | -4/+21 | |
2015-01-28 | Support for "> ." in YAML configuration files | Badlop | 1 | -0/+23 | |
2015-01-21 | Fix missing copyright dates to 2015 (EJAB-1733) | Christophe Romain | 1 | -1/+1 | |
2015-01-15 | Update the Guide about using access_commands in YAML/CFG files | Badlop | 1 | -7/+39 | |
2015-01-08 | Update some RFC links (EJAB-1728) | Badlop | 2 | -6/+6 | |
2015-01-08 | Update compilation from git (github #397) | Badlop | 1 | -1/+1 | |
2015-01-04 | Fix example: turn_ip must be specified as string | Holger Weiss | 1 | -1/+1 | |
2014-11-10 | New option: disable_sasl_mechanisms | Holger Weiss | 1 | -0/+5 | |
The new "disable_sasl_mechanisms" option allows for restricting the list of SASL mechanisms offered to the client. Closes #339. | |||||
2014-10-27 | Add new option: store_empty_body | Evgeniy Khramtsov | 1 | -0/+2 | |
2014-09-16 | XEP-0198: Support "resend_on_timeout: if_offline" | Holger Weiss | 1 | -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. | |||||
2014-09-11 | Support XEP-0352: Client State Indication | Holger Weiss | 1 | -0/+34 | |
2014-08-27 | Automatically remove IPs from ban, add the documentation | Evgeniy Khramtsov | 1 | -0/+26 | |
2014-08-26 | Fix an XEP reference in the guide | Holger Weiss | 1 | -1/+1 | |
2014-08-20 | Guide: For consistency, use 'infinity' everywhere | Holger Weiss | 1 | -2/+2 | |
2014-08-20 | Fix MUC option docs: "infinity", not "infinite" | Holger Weiss | 1 | -3/+3 | |
2014-07-28 | doc/Makefile: Replace non-portable echo(1) calls | Holger Weiss | 1 | -9/+9 | |
The echo(1) behavior is system-dependent, the printf(1) behavior is not. | |||||
2014-07-24 | doc/Makefile: Don't insist on using /bin/bash | Holger Weiss | 1 | -1/+1 | |
Fix "make doc" for systems that don't have /bin/bash. There's no bash-specific code in doc/Makefile anymore. | |||||
2014-07-22 | Fix "s2s_access" option name in documentation | Holger Weiss | 1 | -2/+2 | |
2014-07-21 | html guide is now generated when building source tarball | Christophe Romain | 1 | -5148/+0 | |
2014-07-10 | Re-generate the HTML documents | Evgeniy Khramtsov | 3 | -549/+696 | |
2014-07-10 | Mention about Riak in yet another place | Evgeniy Khramtsov | 1 | -1/+1 | |
2014-07-10 | Document Riak support | Evgeniy Khramtsov | 2 | -2/+77 | |
2014-07-07 | Improve documentation of mod_sip | Evgeniy Khramtsov | 1 | -2/+25 | |
2014-07-02 | add ability to rotate logs on given date condition | Christophe Romain | 1 | -3/+11 | |
2014-07-02 | New option support: log_rotate_count | Evgeniy Khramtsov | 1 | -0/+9 | |
2014-07-02 | Support new options: log_rotate_size and log_rate_limit | Evgeniy Khramtsov | 1 | -5/+26 | |
2014-06-03 | Always enable STUN at compile time | Evgeniy Khramtsov | 1 | -3/+0 | |
2014-06-03 | Remove exmpp from the list of dependencies | Holger Weiss | 1 | -1/+0 | |
The XEP-0227 code no longer uses exmpp. Thanks to Steve Gillespie for noting this. | |||||
2014-06-03 | Fix LibYAML version in the list of dependencies | Holger Weiss | 1 | -1/+1 | |
Thanks to Steve Gillespie for reporting the error. | |||||
2014-05-27 | XEP-0198: Terminate session on queue overflow | Holger Weiss | 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. | |||||
2014-05-20 | Fix URL markup in the guide | Holger Weiss | 1 | -4/+8 | |
2014-05-14 | Update ejabberd_xmlrpc documentation URL | Holger Weiss | 1 | -1/+1 | |
2014-05-08 | Recompile the Guide | Badlop | 1 | -25/+110 | |
2014-05-08 | TURN support (EJAB-1017) | Evgeniy Khramtsov | 1 | -18/+80 | |
2014-05-07 | Revert "Document that ejabberd compilation requires pkg-config" | Evgeniy Khramtsov | 1 | -1/+0 | |
This reverts commit bd0060715ec776c6417422ca4aebea853cfa82e1. | |||||
2014-05-05 | Recompile the ejabberd Guide html | Badlop | 1 | -2403/+2694 | |
2014-05-05 | Document that ejabberd compilation requires pkg-config | Badlop | 1 | -0/+1 | |
2014-05-02 | Always enable SIP at compile time | Evgeniy Khramtsov | 1 | -3/+0 | |
2014-04-30 | SIP support | Evgeniy Khramtsov | 2 | -1/+109 | |
Conflicts: configure configure.ac doc/guide.tex | |||||
2014-04-16 | Update a URL in the guide | Holger Weiss | 1 | -1/+1 | |
2014-04-16 | Fix two small typos in the guide | Holger Weiss | 1 | -2/+2 | |
2014-04-15 | Mention mod_carboncopy in documentation | Holger Weiss | 1 | -0/+2 | |
2014-04-15 | Remove outdated comment from guide | Holger Weiss | 1 | -2/+1 | |
2014-04-11 | Fix description of access rules syntax | Holger Weiss | 1 | -1/+1 | |
2014-04-08 | Add option to specify openssl options | Antonio Murdaca | 1 | -2/+10 | |