aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-18Revert version number from 2.1.2 tag to 2.1.x branchBadlop1-2/+2
SVN Revision: 2916
2010-01-18Update version number to 2.1.2Badlop1-2/+2
SVN Revision: 2914
2010-01-16Fix some moved URLs in the GuideBadlop1-5/+4
SVN Revision: 2908
2010-01-16Document the option route_subdomains in the Guide (EJAB-1164)Badlop1-0/+5
SVN Revision: 2907
2010-01-12Fix explanation of access_max_user_messages.Badlop1-1/+1
SVN Revision: 2895
2010-01-12Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop1-1/+1
SVN Revision: 2891
2010-01-12For XEP-0227 support, get exmpp 0.9.2; maybe 0.9.1 works too.Badlop1-1/+1
SVN Revision: 2889
2010-01-09An AccessCommand with Access 'all', don't require auth to execute it.Badlop1-3/+2
SVN Revision: 2865
2009-12-28Better use install_fallback when importing a Mnesia backup file.Badlop1-4/+15
SVN Revision: 2829
2009-12-23Add explanation about global Access precendence over vhost Access (EJAB-803)Badlop1-1/+4
SVN Revision: 2824
2009-12-23Clarify that 'tls' option is still useful in ejabberd_http for HTTPS.Badlop1-0/+1
SVN Revision: 2819
2009-12-21Remove the old note about LDAP lack of encryption.Badlop1-2/+1
SVN Revision: 2817
2009-12-17Update branch version name back to 2.1.xBadlop1-2/+2
SVN Revision: 2810
2009-12-14Prepare 2.1.1 releaseBadlop1-2/+2
SVN Revision: 2808
2009-12-09This is ejabberd 2.1.x branch, not 2.1.0 tag.Badlop1-3/+3
SVN Revision: 2796
2009-12-04Small relax the limitation in the mod_pubsub_odbc host option.Badlop1-1/+2
SVN Revision: 2781
2009-12-03Explain limitation in the mod_pubsub_odbc host option.Badlop1-0/+1
SVN Revision: 2777
2009-11-23Fix explanation of option content_types. Reorder options.Badlop1-7/+8
SVN Revision: 2755
2009-11-23Change captcha.sh to not depend on bash (thanks to Konstantin ↵Badlop1-2/+2
Khomoutov)(EJAB-1105) SVN Revision: 2749
2009-11-23Option to define custom HTTP headers in mod_http_fileserver (EJAB-612)Badlop1-0/+6
SVN Revision: 2747
2009-11-17Explain that the example captcha.sh requires Bash because uses RANDOM feature.Badlop1-2/+2
SVN Revision: 2745
2009-11-13The default value of option ldap_filter is: undefined.Badlop1-1/+1
SVN Revision: 2741
2009-11-04Extend explanation of ldap_encrypt tls (thanks to Konstantin Khomoutov)Badlop1-1/+2
SVN Revision: 2723
2009-10-19In default config, only local accounts can create rooms and pubsub nodes.Badlop1-4/+6
SVN Revision: 2683
2009-10-19Support ejabberd_listener option 'backlog' to increase TCP backlog (thanks ↵Badlop1-0/+6
to Janusz Dziemidowicz)(EJAB-1063) SVN Revision: 2678
2009-10-19Fix word Sensible with Sensitive (thanks to Marcin Owsiany)(EJAB-1071)Badlop1-3/+3
SVN Revision: 2675
2009-10-08Document new option max_fsm_queue.Badlop1-179/+204
SVN Revision: 2648
2009-09-24Recompile guide and translation files.Badlop1-3/+6
SVN Revision: 2625
2009-09-23Replace several mentions of Jabber to XMPP (thanks to Nicolas Vérité)Badlop1-47/+47
SVN Revision: 2613
2009-09-21Document more ejabberd commands in the Guide (EJAB-1041)Badlop1-5/+6
SVN Revision: 2608
2009-09-11change version do 2.1.0Christophe Romain1-2/+2
SVN Revision: 2597
2009-08-31Support zlib compression after STARTTLS (thanks to Aleksey Shchepin)(EJAB-499)Badlop1-4/+1
SVN Revision: 2571
2009-08-31Rename erlang log file sasl.log to erlang.log (EJAB-783)Badlop1-3/+5
SVN Revision: 2567
2009-08-24Write PID file, path is configurable in ejabberdctl.cfg (EJAB-1023)Badlop1-0/+2
SVN Revision: 2526
2009-08-24Document that the admin can install ejabberd.init script (EJAB-755)Badlop1-2/+10
SVN Revision: 2522
2009-08-20Show example config to disable account create/delete, and allow password change.Badlop1-5/+11
SVN Revision: 2512
2009-08-19Explain how client can specify Pubsub plugin when creating node (thanks to ↵Badlop1-1/+4
Christophe Romain) SVN Revision: 2504
2009-08-19Update Pubsub's nodetree documentation (thanks to Christophe Romain)Badlop1-7/+18
SVN Revision: 2503
2009-08-18Recompile guide.htmlBadlop1-3/+15
SVN Revision: 2499
2009-08-12Describe the options syntax, not only the name (EJAB-998)Badlop1-298/+271
SVN Revision: 2472
2009-08-11Update URLs of IETF and XMPP protocol documentsBadlop1-65/+65
SVN Revision: 2455
2009-08-11More documentation for STUN server.Badlop1-4/+4
* Add stun listener to example config file, disabled. * Improve enumeration of listeners options * Mention STUN in release notes * Mention new STUN listener in release notes * Mention new network protocol syntax in release notes SVN Revision: 2454
2009-08-11STUN support is now documentedEvgeniy Khramtsov1-145/+182
SVN Revision: 2453
2009-08-07To use import/export XEP-0227 feature, exmpp 0.9.1 or higher is required.Badlop1-1/+1
SVN Revision: 2441
2009-08-07ejabberdctl commands use _ instead of -. For backwards compatibility - is ↵Badlop1-6/+6
still supported. SVN Revision: 2440
2009-08-07Add support for XEP-227 import/export, requires exmpp to use it (EJAB-993)Badlop1-2/+13
SVN Revision: 2439
2009-08-06Document options for Roster Versioning (EJAB-964)Badlop1-2/+22
SVN Revision: 2430
2009-08-03Document the new option s2s_dns_options, expressed in seconds (EJAB-994)Badlop1-0/+4
SVN Revision: 2417
2009-07-30Document mod_ping in the ejabberd Guide (EJAB-974)(EJAB-173)Badlop1-98/+129
SVN Revision: 2403
2009-07-21Allow content types to be configured in ejabberd.cfg (EJAB-975)(thanks to ↵Badlop1-2/+17
Brian Cully) SVN Revision: 2376