aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * doc/guide.tex: Describe in mod_muc: nick register and service admin ↵Badlop2007-11-261-11/+18
| | | | | | message (EJAB-400). SVN Revision: 981
* * src/ejabberdctl.template: Removed bashisms (EJAB-399). Set environment ↵Badlop2007-11-261-137/+177
| | | | | | | | | | variables instead of passing parameters when calling erl (EJAB-421). * src/ejabberd_ctl.erl: Improvements in the help messages (EJAB-399). * doc/guide.tex: Improvements in sections ejabberdctl, and Install from Source (EJAB-399). SVN Revision: 978
* dev.tex: list typo fixChristophe Romain2007-10-231-2/+4
| | | | SVN Revision: 962
* add extauth script detailsChristophe Romain2007-10-231-0/+66
| | | | SVN Revision: 961
* * src/ejabberd_auth_pam.erl: Support for PAM authenticationAlexey Shchepin2007-10-011-0/+55
| | | | | | | | | | | | (thanks to Evgeniy Khramtsov) * src/ejabberd.cfg.example: Likewise * src/configure.ac: Likewise * src/aclocal.m4: Likewise * src/Makefile.in: Likewise * examples/ejabberd.pam: Likewise * doc/guide.tex: Likewise SVN Revision: 953
* * doc/guide.tex: Documentation for new configure option ↵Mickaël Rémond2007-09-142-3/+5
| | | | | | --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-102-2/+2
| | | | | | vhosts). SVN Revision: 924
* * src/guide.tex: Improved documentation for adding a vhostMickaël Rémond2007-09-062-29/+83
| | | | | | specific option (EJAB-297). SVN Revision: 922
* * src/mod_register.erl: update ejabberd commands to support XEP-0133 ↵Mickaël Rémond2007-09-042-0/+32
| | | | | | | | | | | | (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/release_notes_1.1.4.txt: Updated for release.Mickaël Rémond2007-09-031-6/+7
| | | | SVN Revision: 916
* * doc/guide.html: Generated latest version of the documentation.Mickaël Rémond2007-09-031-6/+7
| | | | SVN Revision: 914
* * doc/guide.tex: Reverted previous change (bad cut/paste).Mickaël Rémond2007-09-031-6/+7
| | | | SVN Revision: 913
* * doc/guide.tex: Minor examples improvement in LDAPMickaël Rémond2007-08-312-72/+78
| | | | | | 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-312-4/+24
| | | | | | | | | | 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/release_notes_1.1.4.txt: Added preliminary version to prepare release ↵Mickaël Rémond2007-08-291-0/+30
| | | | | | of ejabberd 1.1.4. SVN Revision: 898
* * doc/guide.tex: Documentation for XML based optimisation build time option ↵Mickaël Rémond2007-08-292-63/+59
| | | | | | (EJAB-298) SVN Revision: 897
* * doc/guide.tex: Described @HOST@ feature (thanks to Badlop)Alexey Shchepin2007-08-271-1/+14
| | | | SVN Revision: 890
* * doc/guide.tex: Removed mentions of unexistent 'hosts' modulesAlexey Shchepin2007-08-251-50/+17
| | | | | | option (thanks to Badlop) SVN Revision: 889
* * doc/guide.tex: Missing link.Mickaël Rémond2007-08-132-2/+2
| | | | SVN Revision: 876
* * doc/guide.tex: Added documentation for the mod_offline quotaMickaël Rémond2007-08-132-769/+55
| | | | | | | (EJAB-314). * doc/guide.tex: Remove release notes (EJAB-323). SVN Revision: 875
* * doc/release_notes_1.1.3.txt: Adding missing file.Mickaël Rémond2007-08-131-0/+14
| | | | SVN Revision: 872
* * doc/guide.tex: Minor update (thanks to Sergei Golovan)Alexey Shchepin2007-08-091-2/+3
| | | | SVN Revision: 862
* * src/mod_announce.erl: Added support to all the announce features described ↵Mickaël Rémond2007-08-032-4/+10
| | | | | | | | | 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
* * src/mod_muc/mod_muc.erl: Added default_room_options optionAlexey Shchepin2007-08-021-0/+32
| | | | | | | | (thanks to Etan Reisner and Badlop) * src/mod_muc/mod_muc_room.erl: Likewise * doc/guide.tex: Updated SVN Revision: 856
* * doc/guide.tex: Front page table formatting that render correctly in HTML ↵Mickaël Rémond2007-08-012-180/+205
| | | | | | 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
* * src/mod_version.erl: Added option to hide OS version (thanks toAlexey Shchepin2007-07-311-0/+2
| | | | | | | Badlop) * doc/guide.tex: Updated SVN Revision: 848
* * src/ejabberd_config.erl: Added possibility for appending valuesAlexey Shchepin2007-07-311-0/+19
| | | | | | | to config options (thanks to Badlop) * doc/guide.tex: Updated SVN Revision: 845
* * Updated documentation version number in SVN (to avoid confusion).Mickaël Rémond2007-07-304-31/+19
| | | | SVN Revision: 843
* * doc/guide.tex: Added recommandations on max_stanza options usage.Mickaël Rémond2007-07-242-12/+20
| | | | SVN Revision: 822
* * src/ejabberd_service.erl: Added an option to disable from attribute checks ↵Mickaël Rémond2007-06-282-6/+27
| | | | | | | | in packets coming from an external component (EJAB-275) * doc/guide.tex: Likewise SVN Revision: 804
* * doc/guide.tex: Documentation rework started (EJAB-272)Mickaël Rémond2007-06-286-3145/+2170
| | | | | | * doc/introduction.tex: Likewise SVN Revision: 803
* * doc/guide.tex: TyposMickaël Rémond2007-06-251-2/+2
| | | | SVN Revision: 795
* * src/mod_muc/mod_muc_room.erl: New anti-abuse options: ↵Mickaël Rémond2007-06-251-2/+47
| | | | | | | | min_presence_interval and min_message_interval (EJAB-227) * doc/guide.tex: Likewise SVN Revision: 794
* * doc/guide.tex: Documentation improvements on watchdogMickaël Rémond2007-06-251-2/+2
| | | | SVN Revision: 792
* * doc/guide.text: No need to escape underscore in Latex verbatim sectionsMickaël Rémond2007-06-252-2/+2
| | | | SVN Revision: 791
* * doc/guide.tex: Watchdog alert documentationMickaël Rémond2007-06-251-0/+18
| | | | | | * src/ejabberd.cfg.example: Likewise SVN Revision: 790
* * src/mod_irc/mod_irc.erl: Added an option for default IRCAlexey Shchepin2007-06-221-2/+3
| | | | | | | encoding (thanks to Badlop) * doc/guide.tex: Updated SVN Revision: 789
* * src/mod_muc/mod_muc_room.erl: It is now possible to limit who is allowed ↵Mickaël Rémond2007-06-201-0/+3
| | | | | | | | | | to create persistent MUC rooms (Thanks to Badlop) (EJAB-257) * src/mod_muc/mod_muc.erl: Likewise * doc/guide.tex: Likewise * src/ejabberd.cfg.example: Likewise SVN Revision: 786
* * src/guide.tex: Fixed typo.Mickaël Rémond2007-03-221-1/+1
| | | | SVN Revision: 749
* * src/odbc/ejabberd_odbc.erl: ejabberd admin can now choose theMickaël Rémond2007-03-101-0/+27
| | | | | | | | relational database port to user from ejabberd configuration file (EJAB-195). * src/doc/guide.tex: Likewise. SVN Revision: 740
* * doc/api/*: Added Erlang documentation generation script (EJAB-188).Mickaël Rémond2007-02-194-1/+108
| | | | | | | * doc/version.tex: Updated. * src/ejabberd.app: Updated. SVN Revision: 733
* * src/mod_muc/mod_muc_log.erl: Spam prevention: The default behaviourMickaël Rémond2007-02-191-0/+6
| | | | | | | | is now to use the nofollow rel attributes for links that are submitted by users (EJAB-185). * doc/guide.tex: Likewise. SVN Revision: 728
* * doc/guide.tex: Fixed typos in labels.Mickaël Rémond2007-01-261-2/+2
| | | | SVN Revision: 715
* * Generated updated documentation.Mickaël Rémond2007-01-242-147/+197
| | | | SVN Revision: 712
* * doc/guide.tex: Documentation for the domain_balancing_component_number option.Mickaël Rémond2007-01-241-1/+19
| | | | SVN Revision: 711
* * doc/guide.tex: Documentation for domain balancing.Mickaël Rémond2007-01-241-0/+21
| | | | SVN Revision: 710
* * doc/guide.tex: mod_muc now support cluster.Mickaël Rémond2007-01-241-0/+2
| | | | SVN Revision: 709
* * Generated updated documentation.Mickaël Rémond2007-01-243-229/+246
| | | | SVN Revision: 708
* * doc/guide.tex: Updated the max_user_sessions section.Mickaël Rémond2007-01-241-33/+39
| | | | SVN Revision: 707