aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add extauth script detailsChristophe Romain2007-10-231-0/+66
| | | | SVN Revision: 961
* Bugfix on previous change (EJAB-380)Christophe Romain2007-10-172-2/+5
| | | | SVN Revision: 960
* * src/ejabberdctl.template: Several improvements (EJAB-380)Alexey Shchepin2007-10-175-14/+170
| | | | | | | | | | (thanks to Sander Devrieze, Sergei Golovan, Torsten Werner and Badlop) * src/ejabberdctl.cfg.example: Likewise * src/ejabberd.inetrc: Likewise * src/Makefile.in: Likewise SVN Revision: 959
* * src/mod_privacy.erl: BugfixAlexey Shchepin2007-10-172-6/+6
| | | | SVN Revision: 958
* * src/mod_vcard_odbc.erl: Reverted previous changeAlexey Shchepin2007-10-072-1/+5
| | | | SVN Revision: 957
* * src/mod_vcard_odbc.erl: BugfixAlexey Shchepin2007-10-062-1/+3
| | | | SVN Revision: 956
* * src/mod_offline_odbc.erl: BugfixAlexey Shchepin2007-10-062-1/+6
| | | | SVN Revision: 955
* SVN Revision: 954Alexey Shchepin2007-10-014-0/+498
|
* * src/ejabberd_auth_pam.erl: Support for PAM authenticationAlexey Shchepin2007-10-017-2113/+3125
| | | | | | | | | | | | (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
* Added some missing NOT NULL restrictionsChristophe Romain2007-09-284-5/+11
| | | | SVN Revision: 952
* apply rootdir patch from Badlop (EJAB-385)Christophe Romain2007-09-273-7/+14
| | | | SVN Revision: 951
* * src/ejabberd_s2s.erl: Max number of connections and max numberAlexey Shchepin2007-09-252-182/+234
| | | | | | | of connections per node now can be specified via max_s2s_connections and max_s2s_connections_per_node acl rules SVN Revision: 950
* * ChangeLog: Integration of multiple s2s support (EJAB-360).Mickaël Rémond2007-09-141-0/+53
| | | | SVN Revision: 949
* * src/ejabberd_s2s_out.erl: Changed to actual p1_fsm behaviour. It was workingMickaël Rémond2007-09-141-3/+3
| | | | | | correctly as the API of p1_fsm and gen_fsm is strictly the same. SVN Revision: 948
* * src/ejabberd_s2_in.erl: Added debug hook for s2s loop (EJAB-358).Mickaël Rémond2007-09-141-0/+1
| | | | SVN Revision: 947
* * src/ejabberd_c2s.erl: Added debug hook for c2s loop (EJAB-358).Mickaël Rémond2007-09-141-1/+6
| | | | SVN Revision: 946
* * src/ejabberd_s2s.erl: open all missing connections if needed.Mickaël Rémond2007-09-141-21/+24
| | | | SVN Revision: 945
* * src/ejabberd_s2s.erl: untabifyMickaël Rémond2007-09-141-138/+138
| | | | SVN Revision: 944
* * src/ejabberd_s2s.erl: don't check blacklist for services.Mickaël Rémond2007-09-141-4/+3
| | | | SVN Revision: 943
* * src/ejabberd_s2s.erl: Fixed merge conflict (duplicate functions).Mickaël Rémond2007-09-141-26/+25
| | | | SVN Revision: 942
* Try to open all s2s connections at the same time, to guarantee the right ↵Mickaël Rémond2007-09-141-5/+18
| | | | | | order of the packets. SVN Revision: 941
* Ignore more files in git.Mickaël Rémond2007-09-141-1/+9
| | | | SVN Revision: 940
* Don't track some files in git.Mickaël Rémond2007-09-141-0/+4
| | | | SVN Revision: 939
* Comment.Mickaël Rémond2007-09-141-0/+1
| | | | SVN Revision: 938
* max_s2s_connexions_number local parameter added.Mickaël Rémond2007-09-141-2/+12
| | | | SVN Revision: 937
* * src/ejabberd_s2s_out.erl: Implements s2s negociation timeouts and s2s ↵Mickaël Rémond2007-09-141-40/+102
| | | | | | connection retrial interval (EJAB-357, EJAB-294). SVN Revision: 936
* open up to 3 s2s outgoing connection per domain pairMickaël Rémond2007-09-141-0/+1
| | | | SVN Revision: 935
* * src/ejabberd_c2s.erl: Hibernate inactive c2s processes (EJAB-356).Mickaël Rémond2007-09-141-81/+97
| | | | SVN Revision: 934
* * src/ejabberd_c2s.erl: Implements timeouts during session opening ↵Mickaël Rémond2007-09-141-27/+65
| | | | | | negociation (EJAB-355). SVN Revision: 933
* * 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/ejabberd_c2s.erl: Option to prevent the use of Erlang OTP supervisor ↵Mickaël Rémond2007-09-148-8/+80
| | | | | | | | | | | | | | for transient processes (EJAB-354). * src/ejabberd_s2s_in.erl: Likewise. * src/ejabberd_s2s_out.erl: Likewise. * src/mod_muc/mod_muc_room.erl: Likewise. * src/configure.ac: Likewise. * src/configure: Likewise. * src/Makefile.in: Likewise. * src/mod_muc/Makefile.in: Likewise. SVN Revision: 931
* * src/ejabberd_s2s_out.erl: Moved s2s connexion information from INFO level ↵Mickaël Rémond2007-09-141-12/+72
| | | | | | to DEBUG level and more human readable information explaining what is going on (EJAB-353). SVN Revision: 930
* * src/ejabberd_s2s_in.erl: Moved s2s connexion information from INFO level ↵Mickaël Rémond2007-09-141-6/+6
| | | | | | to DEBUG level (EJAB-353). SVN Revision: 929
* open up to 3 s2s outgoing connection per domain pairMickaël Rémond2007-09-143-72/+93
| | | | SVN Revision: 928
* * src/gen_mod.erl: Added get_module_opt_host/3 (thanks to Badlop)Alexey Shchepin2007-09-112-3/+12
| | | | SVN Revision: 927
* SVN Revision: 926Alexey Shchepin2007-09-111-52/+51
|
* * ChangeLog: updated.Mickaël Rémond2007-09-101-0/+5
| | | | SVN Revision: 925
* * 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
* * ChangeLog: Document latest commits.Mickaël Rémond2007-09-061-0/+8
| | | | SVN Revision: 923
* * 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_configure.erl: Virtual host support for mod_configure (Thanks to ↵Mickaël Rémond2007-09-061-51/+22
| | | | | | Badlop) (EJAB-285). SVN Revision: 921
* * src/mod_offline_odbc.erl: BugfixAlexey Shchepin2007-09-042-3/+7
| | | | SVN Revision: 920
* * ChangeLog: Update.Mickaël Rémond2007-09-041-0/+10
| | | | SVN Revision: 919
* * src/mod_register.erl: update ejabberd commands to support XEP-0133 ↵Mickaël Rémond2007-09-047-419/+897
| | | | | | | | | | | | (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
* * examples/extauth/check_pass_null.pl: Perl is generally availableMickaël Rémond2007-09-032-1/+6
| | | | | | as a default in most Linux distributions. SVN Revision: 915
* * 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
* * src/jlib.erl: Removed http_base_64:decode callAlexey Shchepin2007-09-022-8/+2
| | | | SVN Revision: 908
* * src/mod_muc/mod_muc_room.erl: Added logging of MUC admin/ownerAlexey Shchepin2007-09-012-0/+7
| | | | | | queries SVN Revision: 907