Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * doc/guide.tex: Describe in mod_muc: nick register and service admin ↵ | Badlop | 2007-11-26 | 1 | -11/+18 |
| | | | | | | message (EJAB-400). SVN Revision: 981 | ||||
* | * src/ejabberdctl.template: Removed bashisms (EJAB-399). Set environment ↵ | Badlop | 2007-11-26 | 1 | -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 fix | Christophe Romain | 2007-10-23 | 1 | -2/+4 |
| | | | | SVN Revision: 962 | ||||
* | add extauth script details | Christophe Romain | 2007-10-23 | 1 | -0/+66 |
| | | | | SVN Revision: 961 | ||||
* | * src/ejabberd_auth_pam.erl: Support for PAM authentication | Alexey Shchepin | 2007-10-01 | 1 | -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émond | 2007-09-14 | 2 | -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émond | 2007-09-10 | 2 | -2/+2 |
| | | | | | | vhosts). SVN Revision: 924 | ||||
* | * src/guide.tex: Improved documentation for adding a vhost | Mickaël Rémond | 2007-09-06 | 2 | -29/+83 |
| | | | | | | specific option (EJAB-297). SVN Revision: 922 | ||||
* | * src/mod_register.erl: update ejabberd commands to support XEP-0133 ↵ | Mickaël Rémond | 2007-09-04 | 2 | -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émond | 2007-09-03 | 1 | -6/+7 |
| | | | | SVN Revision: 916 | ||||
* | * doc/guide.html: Generated latest version of the documentation. | Mickaël Rémond | 2007-09-03 | 1 | -6/+7 |
| | | | | SVN Revision: 914 | ||||
* | * doc/guide.tex: Reverted previous change (bad cut/paste). | Mickaël Rémond | 2007-09-03 | 1 | -6/+7 |
| | | | | SVN Revision: 913 | ||||
* | * doc/guide.tex: Minor examples improvement in LDAP | Mickaël Rémond | 2007-08-31 | 2 | -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émond | 2007-08-31 | 2 | -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émond | 2007-08-29 | 1 | -0/+30 |
| | | | | | | of ejabberd 1.1.4. SVN Revision: 898 | ||||
* | * doc/guide.tex: Documentation for XML based optimisation build time option ↵ | Mickaël Rémond | 2007-08-29 | 2 | -63/+59 |
| | | | | | | (EJAB-298) SVN Revision: 897 | ||||
* | * doc/guide.tex: Described @HOST@ feature (thanks to Badlop) | Alexey Shchepin | 2007-08-27 | 1 | -1/+14 |
| | | | | SVN Revision: 890 | ||||
* | * doc/guide.tex: Removed mentions of unexistent 'hosts' modules | Alexey Shchepin | 2007-08-25 | 1 | -50/+17 |
| | | | | | | option (thanks to Badlop) SVN Revision: 889 | ||||
* | * doc/guide.tex: Missing link. | Mickaël Rémond | 2007-08-13 | 2 | -2/+2 |
| | | | | SVN Revision: 876 | ||||
* | * doc/guide.tex: Added documentation for the mod_offline quota | Mickaël Rémond | 2007-08-13 | 2 | -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émond | 2007-08-13 | 1 | -0/+14 |
| | | | | SVN Revision: 872 | ||||
* | * doc/guide.tex: Minor update (thanks to Sergei Golovan) | Alexey Shchepin | 2007-08-09 | 1 | -2/+3 |
| | | | | SVN Revision: 862 | ||||
* | * src/mod_announce.erl: Added support to all the announce features described ↵ | Mickaël Rémond | 2007-08-03 | 2 | -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 option | Alexey Shchepin | 2007-08-02 | 1 | -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émond | 2007-08-01 | 2 | -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émond | 2007-07-31 | 1 | -1/+13 |
| | | | | SVN Revision: 850 | ||||
* | * src/mod_version.erl: Added option to hide OS version (thanks to | Alexey Shchepin | 2007-07-31 | 1 | -0/+2 |
| | | | | | | | Badlop) * doc/guide.tex: Updated SVN Revision: 848 | ||||
* | * src/ejabberd_config.erl: Added possibility for appending values | Alexey Shchepin | 2007-07-31 | 1 | -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émond | 2007-07-30 | 4 | -31/+19 |
| | | | | SVN Revision: 843 | ||||
* | * doc/guide.tex: Added recommandations on max_stanza options usage. | Mickaël Rémond | 2007-07-24 | 2 | -12/+20 |
| | | | | SVN Revision: 822 | ||||
* | * src/ejabberd_service.erl: Added an option to disable from attribute checks ↵ | Mickaël Rémond | 2007-06-28 | 2 | -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émond | 2007-06-28 | 6 | -3145/+2170 |
| | | | | | | * doc/introduction.tex: Likewise SVN Revision: 803 | ||||
* | * doc/guide.tex: Typos | Mickaël Rémond | 2007-06-25 | 1 | -2/+2 |
| | | | | SVN Revision: 795 | ||||
* | * src/mod_muc/mod_muc_room.erl: New anti-abuse options: ↵ | Mickaël Rémond | 2007-06-25 | 1 | -2/+47 |
| | | | | | | | | min_presence_interval and min_message_interval (EJAB-227) * doc/guide.tex: Likewise SVN Revision: 794 | ||||
* | * doc/guide.tex: Documentation improvements on watchdog | Mickaël Rémond | 2007-06-25 | 1 | -2/+2 |
| | | | | SVN Revision: 792 | ||||
* | * doc/guide.text: No need to escape underscore in Latex verbatim sections | Mickaël Rémond | 2007-06-25 | 2 | -2/+2 |
| | | | | SVN Revision: 791 | ||||
* | * doc/guide.tex: Watchdog alert documentation | Mickaël Rémond | 2007-06-25 | 1 | -0/+18 |
| | | | | | | * src/ejabberd.cfg.example: Likewise SVN Revision: 790 | ||||
* | * src/mod_irc/mod_irc.erl: Added an option for default IRC | Alexey Shchepin | 2007-06-22 | 1 | -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émond | 2007-06-20 | 1 | -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émond | 2007-03-22 | 1 | -1/+1 |
| | | | | SVN Revision: 749 | ||||
* | * src/odbc/ejabberd_odbc.erl: ejabberd admin can now choose the | Mickaël Rémond | 2007-03-10 | 1 | -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émond | 2007-02-19 | 4 | -1/+108 |
| | | | | | | | * doc/version.tex: Updated. * src/ejabberd.app: Updated. SVN Revision: 733 | ||||
* | * src/mod_muc/mod_muc_log.erl: Spam prevention: The default behaviour | Mickaël Rémond | 2007-02-19 | 1 | -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émond | 2007-01-26 | 1 | -2/+2 |
| | | | | SVN Revision: 715 | ||||
* | * Generated updated documentation. | Mickaël Rémond | 2007-01-24 | 2 | -147/+197 |
| | | | | SVN Revision: 712 | ||||
* | * doc/guide.tex: Documentation for the domain_balancing_component_number option. | Mickaël Rémond | 2007-01-24 | 1 | -1/+19 |
| | | | | SVN Revision: 711 | ||||
* | * doc/guide.tex: Documentation for domain balancing. | Mickaël Rémond | 2007-01-24 | 1 | -0/+21 |
| | | | | SVN Revision: 710 | ||||
* | * doc/guide.tex: mod_muc now support cluster. | Mickaël Rémond | 2007-01-24 | 1 | -0/+2 |
| | | | | SVN Revision: 709 | ||||
* | * Generated updated documentation. | Mickaël Rémond | 2007-01-24 | 3 | -229/+246 |
| | | | | SVN Revision: 708 | ||||
* | * doc/guide.tex: Updated the max_user_sessions section. | Mickaël Rémond | 2007-01-24 | 1 | -33/+39 |
| | | | | SVN Revision: 707 |