aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * src/configure.ac: Improve legibilityBadlop2008-07-121-6/+8
| | | | | | | | | | | | | * 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-111-2/+2
| | | | | | | | | 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-091-2/+3
| | | | | | | | 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-091-2/+2
| | | | | | | RFC 5122 (EJAB-631) * doc/guide.html: Likewise SVN Revision: 1423
* * src/Makefile.in: Spool, config and log dirs: writtable by owner,Badlop2008-07-071-43/+65
| | | | | | | | 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-071-150/+166
| | | | | | | Jonathan Auer)(EJAB-649) * doc/guide.html: Likewise SVN Revision: 1412
* * doc/guide.tex: Explain that S2S outgoing first tries IPv4 and ifBadlop2008-06-211-1/+4
| | | | | | | that fails then tries IPv6 * doc/guide.html: Likewise SVN Revision: 1372
* * src/mod_muc/mod_muc_room.erl: Allow admins to send messages toBadlop2008-06-131-3/+5
| | | | | | | | 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-131-50/+28
| | | | SVN Revision: 1354
* * doc/guide.tex: Table of listener modules converted toBadlop2008-06-121-1029/+945
| | | | | | | | 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: Small fixes (thanks to Christoph Anton Mitterer)Badlop2008-06-081-10/+9
| | | | | | | * doc/introduction.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1347
* * doc/guide.tex: Document ejabberdctl status code (EJAB-633)Badlop2008-06-051-3/+9
| | | | | | * doc/guide.html: Likewise SVN Revision: 1346
* * doc/guide.html: UpdateBadlop2008-05-191-3299/+2027
| | | | SVN Revision: 1335
* * doc/guide.tex: Documented the IQ discipline {queue, N}.Mickaël Rémond2008-04-071-1968/+3300
| | | | | | * doc/guide.html: Likewise. SVN Revision: 1278
* * doc/guide.tex: Fix default_room_opts with default_room_optionsBadlop2008-04-051-2/+2
| | | | | | * doc/guide.html: Likewise SVN Revision: 1277
* * src/ejabberd_config.erl: Add support to include additionalBadlop2008-04-021-123/+206
| | | | | | | | | configuration files. Add support for macro definition and usage. (EJAB-593) * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1273
* * doc/guide.tex: Updated command line parameters, epmd sectionBadlop2008-04-011-8/+13
| | | | | | * doc/guide.html: Likewise SVN Revision: 1267
* * doc/webadmmain.png: Updated to ejabberd 2.0.0Badlop2008-03-311-8/+7
| | | | | | | | | | | | | | | | | | * doc/webadmmainru.png: Likewise * doc/disco.png: Removed because not used * doc/guide.tex: Fix Latex reference to webadmin section. Update explanation of screenshots. Update xmpp addresses of Mickael Remond and Sander Devrieze. * doc/guide.html: Likewise * doc/Makefile: Remove the Hevea deprecated option -noiso * doc/guide.html: Likewise * doc/dev.html: Likewise * doc/features.html: Likewise SVN Revision: 1261
* * doc/guide.tex: Fix epam location (thanks to Evgeniy Khramtsov)Badlop2008-03-271-2/+2
| | | | | | * doc/guide.html: Likewise SVN Revision: 1259
* * doc/guide.tex: mod_vcard_ldap replace NICK with NICKNAME (thanksBadlop2008-03-241-6/+6
| | | | | | | to Andreas Ntaflos) * doc/guide.html: Likewise SVN Revision: 1254
* * doc/guide.tex: Document service_check_from (EJAB-576)Badlop2008-03-221-2/+7
| | | | | | * doc/guide.html: Likewise SVN Revision: 1248
* * doc/guide.tex: Document s2s_default_policy andBadlop2008-03-211-0/+12
| | | | | | | s2s_host (EJAB-575) * doc/guide.html: Likewise SVN Revision: 1246
* * doc/guide.tex: Improve explanation of how to start ejabberd whenBadlop2008-03-201-8/+13
| | | | | | | | binary installer. Don't recommend R12 in Windows compilation. Describe what happens if maxrate shaper is exceeded. * doc/guide.html: Likewise SVN Revision: 1238
* * doc/guide.tex: Describe option Matches in mod_vcard_ldap (thanksBadlop2008-03-131-8/+13
| | | | | | | | to Evgeniy Khramtsov)(EJAB-530). Fix typo in the description of ldap_server option. * doc/guide.html: Likewise SVN Revision: 1229
* * doc/guide.tex: Improve documentation of host_configBadlop2008-03-041-10/+8
| | | | | | | | | add (EJAB-544) * doc/guide.html: Likewise * src/ejabberd.cfg.example: Likewise * src/ejabberd_config.erl: Likewise SVN Revision: 1219
* * doc/guide.tex: mod_announce recommends, but doesn't requireBadlop2008-03-041-5/+9
| | | | | | | | mod_adhoc (thanks to Anastasia Gornostaeva) * doc/guide.html: Likewise * src/ejabberd.cfg.example: Likewise SVN Revision: 1218
* * doc/guide.tex: Mentioned the problems about Windows serviceBadlop2008-02-201-1/+3
| | | | | | * doc/guide.html: Likewise SVN Revision: 1204
* * src/ejabberd.cfg.example: Document options to SQL keep aliveBadlop2008-02-081-7/+40
| | | | | | | | interval and pool size (EJAB-206) * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1178
* * src/ejabberd.hrl: Updated version to 2.1.0-alphaBadlop2008-02-041-2/+2
| | | | | | | | | * doc/dev.html: Likewise * doc/features.html: Likewise * doc/guide.html: Likewise * doc/version.tex: Likewise SVN Revision: 1172
* * doc/guide.tex: Removed the option served_hosts in mod_pubsubBadlop2008-01-301-9/+6
| | | | | | | because it does not work correctly yet (EJAB-504) * doc/guide.html: Likewise SVN Revision: 1167
* * doc/guide.tex: Updated the names of log files.Badlop2008-01-161-5/+5
| | | | | | | | | | | * doc/guide.html: Likewise * src/mod_muc/mod_muc_room.erl: Added log messages for room destroy * src/mod_caps.erl: Small beautify of log error messages SVN Revision: 1155
* * doc/guide.tex: Improved the documentation of BinaryBadlop2008-01-151-287/+346
| | | | | | | | | | | | | | | | | | installer. Updated the requirements, specifically: Erlang R10B-9 is required as minimum, and R12 is not yet supported. Added section Upgrading ejabberd. Improved documentation about Erlang runtime system environment variables and command-line parameters. * doc/guide.html: Likewise * doc/release_notes_2.0.0.txt: Updated to RC1 * doc/version.tex: Likewise * src/ejabberd.hrl: Likewise * doc/introduction.tex: Updated to 22 languages * doc/Makefile: Ensure that Bash is used SVN Revision: 1154
* Explain how to launch installer and improve ejabberdctl usage example (EJAB-420)Christophe Romain2007-12-201-18/+29
| | | | SVN Revision: 1084
* * src/configure: RegeneratedBadlop2007-12-061-2904/+1923
| | | | | | | | | | | * doc/dev.html: Likewise * doc/features.html: Likewise * doc/guide.html: Likewise * doc/version.tex: Likewise * doc/introduction.tex: Updated number of translated languages SVN Revision: 1042
* enable pep by default and add pubsub plugin examplesChristophe Romain2007-12-061-2/+10
| | | | SVN Revision: 1031
* * src/mod_muc.erl: Added option to limit the number of room a user isMickaël Rémond2007-12-031-41/+53
| | | | | | | | allowed to connect to (EJAB-445). * src/mod_muc_room.erl: Likewise. * doc/guide.tex: Likewise. SVN Revision: 1016
* * doc/Makefile: echo seems to interpret \n and \v under MacOSXMickaël Rémond2007-12-011-1720/+2920
| | | | | | | Leopard. I fixed the problem but let me know if it breaks build chain in other contexts. SVN Revision: 1011
* * doc/guide.tex: Documentation for new configure option ↵Mickaël Rémond2007-09-141-2/+2
| | | | | | --disable-transient-supersisors (EJAB-354). SVN Revision: 932
* * src/guide.tex: Fix: user_regexp acls are valid for all local users (all ↵Mickaël Rémond2007-09-101-1/+1
| | | | | | vhosts). SVN Revision: 924
* * src/guide.tex: Improved documentation for adding a vhostMickaël Rémond2007-09-061-10/+37
| | | | | | specific option (EJAB-297). SVN Revision: 922
* * src/mod_register.erl: update ejabberd commands to support XEP-0133 ↵Mickaël Rémond2007-09-041-0/+15
| | | | | | | | | | | | (initial patch by Badlop) (EJAB-325). * src/mod_configure.erl: Likewise. * src/mod_announce.erl: Likewise. * src/jlib.hrl: Likewise. * src/ejabberd.cfg.example: Likewise. * doc/guide.tex: Likewise. SVN Revision: 918
* * doc/guide.html: Generated latest version of the documentation.Mickaël Rémond2007-09-031-6/+7
| | | | SVN Revision: 914
* * doc/guide.tex: Minor examples improvement in LDAPMickaël Rémond2007-08-311-36/+39
| | | | | | example (Thanks to Badlop) (EJAB-272). SVN Revision: 904
* * doc/guide.tex: Documentation for mod_muc option for server-wide limitation ↵Mickaël Rémond2007-08-311-3/+10
| | | | | | | | | | of the maximum number of users per room (EJAB-344). * doc/guide.tex: Documentation for mod_muc option to allow admin to enter room even if the maximum number of users reached (EJAB-345). SVN Revision: 903
* * doc/guide.tex: Documentation for XML based optimisation build time option ↵Mickaël Rémond2007-08-291-62/+52
| | | | | | (EJAB-298) SVN Revision: 897
* * doc/guide.tex: Missing link.Mickaël Rémond2007-08-131-1/+1
| | | | SVN Revision: 876
* * doc/guide.tex: Added documentation for the mod_offline quotaMickaël Rémond2007-08-131-747/+45
| | | | | | | (EJAB-314). * doc/guide.tex: Remove release notes (EJAB-323). SVN Revision: 875
* * src/mod_announce.erl: Added support to all the announce features described ↵Mickaël Rémond2007-08-031-2/+4
| | | | | | | | | in documentation. Access to all announce features through command line, adhoc commands and disco (Thanks to Badlop) (EJAB-18). * src/gen_mod.erl: Likewise. * doc/guide.tex: Likewise. SVN Revision: 858
* * doc/guide.tex: Front page table formatting that render correctly in HTML ↵Mickaël Rémond2007-08-011-171/+179
| | | | | | and update mentionning CEAN as a way to install ejabberd (Thanks to Badlop) (EJAB-272). SVN Revision: 855
* * Updating SVN HTML documentation.Mickaël Rémond2007-07-311-1/+13
| | | | SVN Revision: 850