aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * doc/guide.tex: Update Erlang version in Windows compilation documentation.Mickaël Rémond2009-01-131-1/+1
| | | | SVN Revision: 1815
* * src/ejabberd_listener.erl: New way to configure IP address andBadlop2009-01-122-93/+208
| | | | | | | | | | | | | | | | | | | | 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: Fix some English strings: JID -> Jabber ID;Badlop2009-01-121-3/+3
| | | | | | | | | jabberd 1.4 -> jabberd14; commited -> committed * src/*/*.erl: Likewise * src/msgs/*.msg: Likewise * src/msgs/*.po: Likewise SVN Revision: 1810
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-122-2/+2
| | | | | | | | * 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-092-4/+30
| | | | | | * doc/guide.html: Likewise SVN Revision: 1792
* * src/web/ejabberd_web_admin.erl: WebAdmin serves Guide and linksBadlop2009-01-072-1/+23
| | | | | | | | | | | 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-262-0/+12
| | | | | | | | | | | | 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
* * src/acl.erl: New ACL: shared_group (thanks to Maxim Ryazanov)Badlop2008-12-231-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/guide.tex: Likewise * src/mod_shared_roster.erl: Push new group members when registered or manually added to group: EJAB-730 EJAB-731 EJAB-732 EJAB-767 EJAB-794. When user is added to group, push it to other members, and other members to it. When user is removed from group, push deletion to other members, and other members to it. When user is registered, push him to members of group @all@. When user is deleted, push deletion to members of group @all@. Document several functions in mod_shared_roster. * src/ejabberd_auth.erl: Rename hook user_registered to register_user, for name consistency with the widely used hook remove_user. Run hook register_user in ejabberd_auth, so it's run when account is created with any method. Run hook remove_user in ejabberd_auth, so it's run when account is deleted with any method. * src/ejabberd_auth_internal.erl: Likewise * src/ejabberd_auth_ldap.erl: Likewise * src/ejabberd_auth_odbc.erl: Likewise * src/ejabberd_auth_pam.erl: Likewise * src/mod_register.erl: Likewise SVN Revision: 1752
* * doc/guide.tex: Fix capitalization of some section titlesBadlop2008-12-162-90/+116
| | | | | | | | | | | | | | | | | | | | | * 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-012-144/+202
| | | | | | * doc/guide.html: Likewise SVN Revision: 1697
* * doc/guide.tex: Improve legibility of mod_irc example configBadlop2008-11-122-16/+14
| | | | SVN Revision: 1677
* * doc/guide.tex: Explain the new ejabberdctl command 'help'Badlop2008-10-122-5/+7
| | | | | | * 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/ejabberd_rdbms.erl: fix SQL database reconnectionJérôme Sautret2008-10-061-155/+162
| | | | | | | | | | issues (EJAB-764) and add odbc_start_interval configuration directive (default to 30 seconds). * src/odbc/ejabberd_odbc.erl: likewise. * src/odbc/ejabberd_odbc_sup.erl: likewise. * doc/guide.tex: likewise. SVN Revision: 1600
* * 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 explanation of mod_muc's anonymousBadlop2008-09-151-5/+14
| | | | | | | | option. Make clear that an ejabberd_service can only serve a single external component. Provide Mnesia directory when setting clustering (thanks to Matthew Reilly) SVN Revision: 1563
* * doc/guide.tex: Fix mod_proxy configuration exampleBadlop2008-09-022-4/+4
| | | | | | * doc/guide.html: Likewise SVN Revision: 1560
* Fix release date of ejabberd 2.0.2 to 28 August 2008Badlop2008-08-301-1/+1
| | | | SVN Revision: 1557
* * doc/release_notes_2.0.2.txt: Update for final releaseBadlop2008-08-263-6/+20
| | | | | | | * 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-212-98/+92
| | | | | | * doc/guide.html: Likewise SVN Revision: 1532
* * src/mod_muc/mod_muc_log.erl: MUC log files options: plaintextBadlop2008-08-182-10/+36
| | | | | | | | 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-182-13/+17
| | | | SVN Revision: 1528
* * contrib/extract_translations/extract_translations.erl: UseBadlop2008-08-172-2/+21
| | | | | | | | | | | | | 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-132-2/+15
| | | | | | | Evgeniy Khramtsov) * doc/guide.html: Likewise SVN Revision: 1521
* * doc/release_notes_2.0.2.txt: Added for ejabberd 2.0.2-beta1Badlop2008-08-011-0/+34
| | | | SVN Revision: 1503
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-313-10/+10
| | | | | | | | | | | * 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-282-2/+28
| | | | | | | crash dumps at start (EJAB-660) * doc/guide.html: Likewise SVN Revision: 1494
* * doc/guide.tex: Include example PAM configuration fileBadlop2008-07-242-4/+14
| | | | | | | 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-242-0/+12
| | | | | | | and allow_visitor_status (EJAB-624) * doc/guide.html: Likewise SVN Revision: 1482
* * doc/guide.tex: Improve explanation of option 'hosts' inBadlop2008-07-152-18/+28
| | | | | | | ejabberd_service * doc/guide.html: Likewise SVN Revision: 1446
* * doc/guide.tex: Update what permissions does enable-user grantBadlop2008-07-142-8/+18
| | | | | | | | | | | * 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-133-31/+41
| | | | | | | | | | | | | | | | * 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-122-2/+2
| | | | | | program. SVN Revision: 1440
* * src/configure.ac: Allow to execute ejabberd with a normalBadlop2008-07-122-4/+20
| | | | | | | | | | | 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
* * src/configure.ac: Improve legibilityBadlop2008-07-122-11/+16
| | | | | | | | | | | | | * src/aclocal.m4: Likewise * src/configure: Likewise * src/ejabberdctl.template: Remove garbage variable. Document node option * doc/guide.tex: Add references to sections. * doc/guide.html: Likewise SVN Revision: 1438
* * src/mod_register.erl: Revert support for io_lib newline, sinceBadlop2008-07-112-4/+4
| | | | | | | | | there is a standard character that representes newline (EJAB-501) * doc/guide.tex: Update documentation to explain newline character * doc/guide.html: Likewise * src/ejabberd.cfg.example: Likewise SVN Revision: 1436
* * src/mod_register.erl: Support for io_lib newline character inBadlop2008-07-092-3/+5
| | | | | | | | the body of welcome_message (EJAB-501) * doc/guide.tex: Document the newline character * src/ejabberd.cfg.example: Example usage of newline character SVN Revision: 1425
* * doc/guide.tex: mod_muc_log XMPP URI supports the updated versionBadlop2008-07-092-5/+5
| | | | | | | RFC 5122 (EJAB-631) * doc/guide.html: Likewise SVN Revision: 1423
* * src/Makefile.in: Spool, config and log dirs: writtable by owner,Badlop2008-07-072-47/+96
| | | | | | | | readable by group, nothing by others (EJAB-686) * doc/guide.tex: New section Securing sensible files * doc/guide.html: Likewise SVN Revision: 1413
* * doc/guide.tex: Solaris Makefile install: use ginstall (thanks toBadlop2008-07-072-150/+191
| | | | | | | Jonathan Auer)(EJAB-649) * doc/guide.html: Likewise SVN Revision: 1412
* * doc/guide.tex: Explain that S2S outgoing first tries IPv4 and ifBadlop2008-06-212-2/+8
| | | | | | | that fails then tries IPv6 * doc/guide.html: Likewise SVN Revision: 1372
* * src/ejabberd.app: The ejabberd version number is defined in theBadlop2008-06-182-2/+2
| | | | | | | | | | | OTP application resource file, in the key 'vsn' (EJAB-657) * src/ejabberd.hrl: The macro VERSION now consults the ejabberd application key vsn * src/configure.erl: Load the ejabberd application description * doc/Makefile: Read ejabberd version from ejabberd.app vsn * doc/api/Makefile: Likewise SVN Revision: 1361
* * src/mod_muc/mod_muc_room.erl: Allow admins to send messages toBadlop2008-06-132-6/+10
| | | | | | | | rooms even if not joined (EJAB-645) * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1356
* * doc/guide.tex: Title in HTML is shorter. Update several external URIs.Badlop2008-06-134-59/+45
| | | | SVN Revision: 1354
* * doc/guide.tex: Document ldap_local_filter (EJAB-179)Badlop2008-06-131-1/+17
| | | | SVN Revision: 1353
* * doc/guide.tex: Table of listener modules converted toBadlop2008-06-122-1088/+998
| | | | | | | | description. Table of modules overview simplified, and module names link to their sections. * doc/guide.html: Regenerated with all the latest changes SVN Revision: 1352
* * doc/guide.tex: Fix indentation of verbatim textBadlop2008-06-121-677/+694
| | | | SVN Revision: 1351
* * doc/guide.tex:Badlop2008-06-121-2/+10
| | | | | | | Changes in CSS: verbatim text is indented and has grey background; descriptions are indented; table borders are softer. SVN Revision: 1350
* * doc/guide.tex: Permanent reference URL for sections (EJAB-651)Badlop2008-06-121-221/+130
| | | | SVN Revision: 1349
* * doc/guide.tex: Small fixes (thanks to Christoph Anton Mitterer)Badlop2008-06-083-20/+18
| | | | | | | * doc/introduction.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1347