aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Support XEP-0157: Contact Addresses for XMPP Services (EJAB-235)Badlop2009-07-171-2/+37
| | | | SVN Revision: 2368
* Add XEP82 Date Time, update XEP202 Entity Time and XEP203 Delayed Delivery ↵Badlop2009-06-301-2/+2
| | | | | | (EJAB-234) SVN Revision: 2345
* Improve explanation about SSL for port 5223 and its option 'tls'.Badlop2009-06-251-3/+9
| | | | SVN Revision: 2339
* Add note about PAM configuration for pam_winbind (thanks to Jon Bendtsen)Badlop2009-06-251-0/+2
| | | | SVN Revision: 2337
* Add permanent section about HTTP Bind module to the Guide. Example config.Badlop2009-06-161-111/+162
| | | | SVN Revision: 2260
* Add permanent section about mod_http_fileserver to the Guide. Example config.Badlop2009-06-161-109/+156
| | | | SVN Revision: 2182
* Ad-hoc commands to join IRC channel, set nickname and encoding (thanks to ↵Badlop2009-06-151-0/+2
| | | | | | Magnus Henoch)(EJAB-302) SVN Revision: 2164
* Add option to restrict max offline messages by Access and ACL (EJAB-951)Badlop2009-06-151-9/+44
| | | | | | | New option for mod_offline: access_max_user_messages. The old option user_max_messages is no longer supported. SVN Revision: 2162
* Support LDAPS with TLS (EJAB-109)(thanks to Thomas Baden, Andy Harb, Sergei ↵Badlop2009-05-251-5/+12
| | | | | | Golovan, Anton Podavalov) SVN Revision: 2098
* Document how to convert Mnesia node nameBadlop2009-05-151-10/+31
| | | | SVN Revision: 2081
* Erlang/OTP R13 can be used, but its support is still experimentalBadlop2009-05-151-1/+1
| | | | SVN Revision: 2077
* * src/mod_muc/mod_muc.erl: Limit number of characters in Room ID,Badlop2009-04-221-2/+19
| | | | | | | | | Name and Description (EJAB-899) * src/mod_muc/mod_muc_room.erl: Likewise * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 2034
* * doc/guide.tex: Add section to document how to setup CAPTCHABadlop2009-04-221-137/+173
| | | | | | | support (EJAB-895) * doc/guide.html: Likewise SVN Revision: 2027
* * doc/guide.tex: Document new ejabberdctl option. New section thatBadlop2009-04-171-101/+199
| | | | | | | documents AccessCommands. (EJAB-910) * doc/guide.html: Likewise SVN Revision: 2025
* * doc/guide.tex: Explain that the recommended Erlang/OTP versionBadlop2009-04-141-1/+1
| | | | | | | | is R12B-5, and R13 is not supported yet. * doc/guide.html: Likewise * README: Likewise SVN Revision: 2021
* * src/tls/tls_drv.c: Fix to support OpenSSL older thanBadlop2009-03-091-2/+2
| | | | | | | | 0.9.8f (EJAB-877)(thanks to Jonathan Schleifer) * doc/guide.tex: It is again supported OpenSSL older than 0.9.8f * doc/guide.html: Likewise SVN Revision: 1979
* * doc/guide.tex: Require OpenSSL 0.9.8f or higher (EJAB-877)Badlop2009-03-051-7/+7
| | | | | | * doc/guide.html: Likewise SVN Revision: 1967
* * src/web/ejabberd_http_poll.erl: Allow configuration of sessionBadlop2009-02-141-3/+7
| | | | | | | | timeout, using new global option http_poll_timeout (EJAB-135) * doc/guide.tex: Document new option * doc/guide.html: Likewise SVN Revision: 1876
* * src/ejabberd_system_monitor.erl: Allow parametrizable watchdogBadlop2009-02-131-5/+7
| | | | | | | | | | threshold: option watchdog_large_heap or chatting with the watchdog bot (EJAB-545) * src/ejabberd_config.erl: Likewise * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1872
* * doc/guide.tex: Provide only an example of language optionBadlop2009-01-311-7/+3
| | | | | | * doc/guide.html: Likewise SVN Revision: 1858
* * doc/guide.tex: mod_muc can run in several nodes of clusterBadlop2009-01-271-5/+5
| | | | | | * doc/guide.html: Likewise SVN Revision: 1854
* * doc/guide.tex: Explain that account creation is only supportedBadlop2009-01-201-1/+1
| | | | | | | by internal and odbc authentication methods * doc/guide.html: Likewise SVN Revision: 1836
* * src/Makefile.in: The path to the installed copy of ejabberdBadlop2009-01-201-8/+8
| | | | | | | | | | | Guide is set in the environment variable EJABBERD_DOC_PATH (EJAB-837). * src/web/ejabberd_web_admin.erl: Likewise * src/ejabberdctl.template: Likewise * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1835
* * src/ejabberd_listener.erl: New way to configure IP address andBadlop2009-01-121-48/+96
| | | | | | | | | | | | | | | | | | | | IP version of listener. Support for definition of IP address in string format, and implicit definition of IP version (EJAB-388). Support for defining several listeners: all with same port number but different IP addresses (EJAB-389)(thanks to Fabrice Colliot and Sergei Golovan). Better report in WebAdmin of problem when starting a listener. The old configuration method of ip tuple and inet6 is fully supported for backwards compatibility, but is not documented in the Guide anymore. * src/ejabberd_config.erl: Likewise * src/mod_proxy65/mod_proxy65_stream.erl: Likewise * src/mod_proxy65/mod_proxy65_service.erl: Likewise * src/web/ejabberd_web_admin.erl: Likewise * doc/guide.tex: Document the new way to configure IP address and IP version of listener, undocument options ip and inet6 * doc/guide.html: Likewise SVN Revision: 1812
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-121-1/+1
| | | | | | | | * doc/guide.html: Likewise * src/*/*.erl: Likewise * src/*/*.erl: Remove unneeded blankspaces in license text SVN Revision: 1804
* * doc/guide.tex: Improve explanation of backup commands (EJAB-832)Badlop2009-01-091-2/+15
| | | | | | * doc/guide.html: Likewise SVN Revision: 1792
* * src/web/ejabberd_web_admin.erl: WebAdmin serves Guide and linksBadlop2009-01-071-1/+11
| | | | | | | | | | | to related sections; the path to guide.html can be configured with option doc_path (EJAB-837) * src/web/ejabberd_web_admin.hrl: Likewise * src/mod_shared_roster.erl: Likewise * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1777
* * src/ejabberd_config.erl: Option outgoing_s2s_options to defineBadlop2008-12-261-0/+8
| | | | | | | | | | | | s2s outgoing behaviour: IPv4, IPv6 and timeout (thanks to Stephan Maka)(EJAB-665) * src/ejabberd_s2s_out.erl: Likewise * src/ejabberd_socket.erl: Likewise * src/ejabberd.cfg.example: Likewise * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1756
* * doc/guide.tex: Fix capitalization of some section titlesBadlop2008-12-161-51/+63
| | | | | | | | | | | | | | | | | | | | | * doc/guide.tex: Mention as optional Requirements: mysql, pgsql and pam * src/ejabberd_admin.erl: Command reopen-log must also rotate sasl.log (thanks to Alexander Tsvyashchenko)(EJAB-711) * src/ejabberd_logger_h.erl: Export the function rotate_log/1 * doc/guide.tex: Improve explanation of log files rotation * doc/guide.tex: Improve explanation of watchdog admins option: only useful for developers (EJAB-816) * src/ejabberd.cfg.example: Likewise * doc/guide.tex: Say 'higher' instead of 'newer' in requirements * README: Likewise * doc/guide.tex: Simplify example mod_muc configuration SVN Revision: 1732
* * doc/guide.tex: New subsection Database ConnectionBadlop2008-12-011-61/+80
| | | | | | * doc/guide.html: Likewise SVN Revision: 1697
* * doc/guide.tex: Improve legibility of mod_irc example configBadlop2008-11-121-8/+7
| | | | SVN Revision: 1677
* * doc/guide.tex: Explain the new ejabberdctl command 'help'Badlop2008-10-121-3/+4
| | | | | | * doc/guide.html: Likewise SVN Revision: 1641
* * doc/guide.html: RegeneratedBadlop2008-10-061-127/+130
| | | | | | * doc/guide.tex: Fix a problem in SVN merge from trunk SVN Revision: 1605
* * src/*/Makefile.win32: Provide explicit beam filenames becauseBadlop2008-09-301-6/+13
| | | | | | | nmake does not accept wildcards (thanks to Attila Vangel)(EJAB-543) SVN Revision: 1588
* * doc/guide.tex: Fix mod_proxy configuration exampleBadlop2008-09-021-2/+2
| | | | | | * doc/guide.html: Likewise SVN Revision: 1560
* * doc/release_notes_2.0.2.txt: Update for final releaseBadlop2008-08-261-1/+7
| | | | | | | * doc/guide.tex: Windows binary installer requires MSVC++ 5 * doc/guide.html: Likewise SVN Revision: 1548
* * doc/guide.tex: Fix names of chatroom to room, user to occupantBadlop2008-08-211-48/+46
| | | | | | * doc/guide.html: Likewise SVN Revision: 1532
* * src/mod_muc/mod_muc_log.erl: MUC log files options: plaintextBadlop2008-08-181-5/+18
| | | | | | | | format; filename with only room name (EJAB-596) * doc/guide.tex: Document both options * doc/guide.html: Likewise SVN Revision: 1531
* Minor fixes in text about ejabberd localizationBadlop2008-08-181-6/+8
| | | | SVN Revision: 1528
* * contrib/extract_translations/extract_translations.erl: UseBadlop2008-08-171-2/+8
| | | | | | | | | | | | | Gettext PO for translators, export to ejabberd MSG (EJAB-468) * contrib/extract_translations/prepare-translation.sh: Likewise * doc/guide.tex: Likewise * doc/guide.html: Likewise * src/Makefile.in: New option 'make translations' * src/msgs/ejabberd.pot: Template translation file * src/msgs/*.po: Generated from old MSG files * src/msgs/*.msg: Automatic exported from PO files SVN Revision: 1527
* * doc/guide.tex: Explain that LDAP is read-only storage (thanks toBadlop2008-08-131-2/+6
| | | | | | | Evgeniy Khramtsov) * doc/guide.html: Likewise SVN Revision: 1521
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-311-4/+4
| | | | | | | | | | | * doc/guide.html: Likewise * doc/api/overview.edoc: Likewise * src/*/*.erl: Likewise * src/*/*.hrl: Likewise * src/*/*.c: Likewise * src/odbc/*.sql: Likewise SVN Revision: 1499
* * doc/guide.tex: Document how to get error message when ejabberdBadlop2008-07-281-2/+13
| | | | | | | crash dumps at start (EJAB-660) * doc/guide.html: Likewise SVN Revision: 1494
* * doc/guide.tex: Include example PAM configuration fileBadlop2008-07-241-2/+6
| | | | | | | ejabberd.pam (thanks to Evgeniy Khramtsov)(EJAB-704) * doc/guide.html: Likewise SVN Revision: 1489
* * doc/guide.tex: Document room options allow_visitor_nickchangeBadlop2008-07-241-0/+6
| | | | | | | and allow_visitor_status (EJAB-624) * doc/guide.html: Likewise SVN Revision: 1482
* * doc/guide.tex: Improve explanation of option 'hosts' inBadlop2008-07-151-9/+14
| | | | | | | ejabberd_service * doc/guide.html: Likewise SVN Revision: 1446
* * doc/guide.tex: Update what permissions does enable-user grantBadlop2008-07-141-4/+9
| | | | | | | | | | | * doc/guide.html: Likewise * src/configure.ac: Don't explicitely put root privileges when a user is not explicitely enabled * src/configure: Likewise * src/Makefile.in: Likewise SVN Revision: 1443
* * src/configure.ac: Update installation permissions (EJAB-402)Badlop2008-07-131-15/+20
| | | | | | | | | | | | | | | | * src/configure: Likewise * src/Makefile.in: The mnesia, ebin and priv dirs are now installed in different locations. Install header files and documentation (EJAB-696) * doc/guide.tex: Likewise * doc/guide.html: Likewise * include/*.hrl: Place for all ejabberd header files (EJAB-696) * src/*/*.erl: Update references to header files * src/*/Makefile.in: Include the include/ dir SVN Revision: 1441
* Install ejabberdctl in /sbin as usual because it is a daemon, not a user ↵Badlop2008-07-121-1/+1
| | | | | | program. SVN Revision: 1440
* * src/configure.ac: Allow to execute ejabberd with a normalBadlop2008-07-121-3/+10
| | | | | | | | | | | system user (thanks to Viq)(EJAB-402) * src/configure: Likewise * src/ejabberdctl.template: Likewise * src/Makefile.in: Likewise * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1439