aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * doc/guide.tex: Document ejabberdctl status code (EJAB-633)Badlop2008-06-052-6/+20
| | | | | | * doc/guide.html: Likewise SVN Revision: 1346
* add release_notes_2.0.1Christophe Romain2008-05-191-0/+30
| | | | SVN Revision: 1338
* * doc/guide.html: UpdateBadlop2008-05-191-3299/+2027
| | | | SVN Revision: 1335
* * src/configure.ac: R12 support: remove compilationBadlop2008-05-191-1/+1
| | | | | | | | warning (EJAB-630) * src/configure: Likewise * doc/guide.tex: Likewise SVN Revision: 1334
* * doc/guide.tex: Describe how to disable registrationBadlop2008-05-191-0/+2
| | | | | | limitation (EJAB-614) SVN Revision: 1333
* * src/ejabberd.cfg.example: Small improvements in explanationsBadlop2008-04-291-27/+35
| | | | | | * doc/guide.tex: Document MUC room options (EJAB-619) SVN Revision: 1310
* * doc/guide.tex: Document the option max_s2s_connectionsBadlop2008-04-281-0/+24
| | | | SVN Revision: 1307
* * doc/guide.tex: Document option registration_timeout (EJAB-614)Badlop2008-04-251-1/+11
| | | | SVN Revision: 1302
* * src/ejabberd_c2s.erl: Added forbidden_session_hookBadlop2008-04-251-0/+11
| | | | | | | | * src/acl.erl: New access types: resource, resource_regexp and resource_glob * doc/guide.tex: Likewise SVN Revision: 1301
* * src/ejabberd_s2s_out.erl: Fix long timeout when reconnecting s2sBadlop2008-04-181-0/+3
| | | | | | | | | after a remote server crash (EJAB-540) * src/ejabberd_s2s_in.erl: Likewise * src/ejabberd_s2s.erl: Likewise * doc/guide.tex: Likewise SVN Revision: 1296
* * doc/guide.tex: Clarification: PEP is enabled in default configBadlop2008-04-161-1/+2
| | | | SVN Revision: 1295
* * doc/guide.tex: Documented the IQ discipline {queue, N}.Mickaël Rémond2008-04-072-1968/+3303
| | | | | | * doc/guide.html: Likewise. SVN Revision: 1278
* * doc/guide.tex: Fix default_room_opts with default_room_optionsBadlop2008-04-052-4/+4
| | | | | | * doc/guide.html: Likewise SVN Revision: 1277
* * src/ejabberd_config.erl: Add support to include additionalBadlop2008-04-022-123/+347
| | | | | | | | | 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-012-16/+26
| | | | | | * doc/guide.html: Likewise SVN Revision: 1267
* * doc/api/Makefile: Report the correct ejabberd version. WhenBadlop2008-04-011-1/+2
| | | | | | | | | | | | | | cleaning, remove also erlang.png * src/mod_muc/mod_muc_room.erl: Update source code to prevent warning messages from EDoc * src/mod_pubsub/mod_pubsub.erl: Likewise * src/mod_pubsub/node_default.erl: Likewise * src/mod_pubsub/nodetree_default.erl: Likewise * src/mod_pubsub/nodetree_virtual.erl: Likewise * src/mod_pubsub/pubsub.hrl: Likewise SVN Revision: 1265
* * doc/webadmmain.png: Updated to ejabberd 2.0.0Badlop2008-03-318-20/+18
| | | | | | | | | | | | | | | | | | * 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-272-4/+4
| | | | | | * doc/guide.html: Likewise SVN Revision: 1259
* * doc/guide.tex: mod_vcard_ldap replace NICK with NICKNAME (thanksBadlop2008-03-242-12/+12
| | | | | | | to Andreas Ntaflos) * doc/guide.html: Likewise SVN Revision: 1254
* * doc/guide.tex: Document service_check_from (EJAB-576)Badlop2008-03-222-4/+14
| | | | | | * doc/guide.html: Likewise SVN Revision: 1248
* * doc/guide.tex: Document s2s_default_policy andBadlop2008-03-212-0/+24
| | | | | | | s2s_host (EJAB-575) * doc/guide.html: Likewise SVN Revision: 1246
* * doc/guide.tex: Improve explanation of how to start ejabberd whenBadlop2008-03-202-16/+28
| | | | | | | | 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-132-12/+25
| | | | | | | | 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-042-20/+15
| | | | | | | | | 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-042-10/+23
| | | | | | | | mod_adhoc (thanks to Anastasia Gornostaeva) * doc/guide.html: Likewise * src/ejabberd.cfg.example: Likewise SVN Revision: 1218
* * doc/release_notes_2.0.0.txt: Small fixes and update dateBadlop2008-02-211-10/+12
| | | | SVN Revision: 1207
* * doc/release_notes_2.0.0.txt: Updated version number and dateBadlop2008-02-201-3/+3
| | | | SVN Revision: 1205
* * doc/guide.tex: Mentioned the problems about Windows serviceBadlop2008-02-202-2/+6
| | | | | | * doc/guide.html: Likewise SVN Revision: 1204
* * doc/release_notes_2.0.0.txt: Describe in the Release Notes theBadlop2008-02-151-6/+43
| | | | | | upgrade instructions (EJAB-522) SVN Revision: 1195
* * src/ejabberd.cfg.example: Document options to SQL keep aliveBadlop2008-02-082-10/+100
| | | | | | | | 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-044-33/+33
| | | | | | | | | * 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-302-13/+10
| | | | | | | because it does not work correctly yet (EJAB-504) * doc/guide.html: Likewise SVN Revision: 1167
* * doc/introduction.tex: Updated list of languagesBadlop2008-01-252-5/+5
| | | | | | * doc/release_notes_2.0.0.txt: Likewise SVN Revision: 1162
* * src/msgs/eo.msg: New Esperanto translation (thanks to AndreasBadlop2008-01-251-3/+3
| | | | | | | | | | | van Cranenburgh) * src/msgs/no.msg: New Norwegian translation (thanks to Stian B. Barmen) * doc/Makefile: Fixed small problem with contributed_modules.tex SVN Revision: 1160
* * doc/guide.tex: Updated the names of log files.Badlop2008-01-162-14/+14
| | | | | | | | | | | * 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-156-327/+464
| | | | | | | | | | | | | | | | | | 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
* * doc/guide.tex: Updated copyright dates to 2008Badlop2008-01-151-1/+1
| | | | | | * src/*: Likewise SVN Revision: 1153
* fix version.tex generation bugChristophe Romain2008-01-081-1/+1
| | | | SVN Revision: 1139
* * src/web/ejabberd_web_admin.erl: Uniformize the name ofBadlop2008-01-012-105/+107
| | | | | | | | | | | ejabberd's web admin to: 'Web Admin' (EjAB-472) * doc/guide.tex: Likewise * doc/introduction.tex: Likewise * src/web/ejabberd_web_admin.erl: Uniformize ejabberd name in the text using the Latex command SVN Revision: 1137
* * src/ejabberdctl.template: Create logs_dir if doesn't exist. NewBadlop2008-01-011-3/+3
| | | | | | | | | | | | | | | | | | parameters --config, --ctl-config, --logs, --spool. Crash dump renamed to erl_crash_DATETIME.dump. * src/ejabberdctl.template: Backport improvements from binary installer (EJAB-488): options are simple values; enable Kernel Poll by default, set SMP to auto, set max ports to 32000, max processes to 250000. * src/ejabberdctl.cfg.example: Likewise * src/ejabberd.inetrc: Renamed ejabberd.inetrc to inetrc * src/inetrc: Likewise * src/Makefile.in: Likewise * doc/guide.tex: Likewise SVN Revision: 1133
* * doc/release_notes_2.0.0.txt: minor fix.Mickaël Rémond2007-12-241-2/+2
| | | | SVN Revision: 1120
* * doc/release_notes_2.0.0.txt: Small fix.Mickaël Rémond2007-12-241-1/+1
| | | | SVN Revision: 1119
* * doc/release_notes_2.0.0.txt: Small fixes.Mickaël Rémond2007-12-241-5/+5
| | | | SVN Revision: 1115
* * doc/release_notes_2.0.0.txt: Fix on number of supported languages.Mickaël Rémond2007-12-241-1/+1
| | | | SVN Revision: 1108
* * doc/release_notes_2.0.0.txt: ejabberd 2.0.0 beta 1 release notes.Mickaël Rémond2007-12-241-5/+41
| | | | SVN Revision: 1107
* * doc/release_notes_2.0.0.txt: Fixes and update.Mickaël Rémond2007-12-241-23/+36
| | | | SVN Revision: 1106
* * doc/introduction.tex: Small updatesBadlop2007-12-222-20/+39
| | | | | | | * doc/guide.tex: Small fixes in Install. Added http_bind to Listening Ports. SVN Revision: 1102
* * doc/release_nodes_2.0.0.txt: release notes draft (still a work in progress).Mickaël Rémond2007-12-211-0/+104
| | | | SVN Revision: 1093
* Explain how to launch installer and improve ejabberdctl usage example (EJAB-420)Christophe Romain2007-12-202-25/+50
| | | | SVN Revision: 1084
* * doc/guide.tex: Document mod_privacy_odbcBadlop2007-12-181-1/+4
| | | | SVN Revision: 1079