Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better count management and batch users retrieval internal database | Christophe Romain | 2007-11-16 | 4 | -7/+72 |
| | | | | SVN Revision: 972 | ||||
* | * Making sure SVN properties are correctly set. | Mickaël Rémond | 2007-11-15 | 0 | -0/+0 |
| | | | | SVN Revision: 971 | ||||
* | * Making sure SVN properties are correctly set. | Mickaël Rémond | 2007-11-15 | 11 | -17/+17 |
| | | | | SVN Revision: 970 | ||||
* | * src/ejabberd_config.erl: Refactoring: Move internal data structure to an ↵ | Mickaël Rémond | 2007-11-09 | 3 | -8/+22 |
| | | | | | | | | include file. * src/ejabberd_config.hrl: Likewise. SVN Revision: 969 | ||||
* | * src/ejabberd_auth.erl: Better count management and batch users retrieval ↵ | Mickaël Rémond | 2007-11-03 | 4 | -0/+89 |
| | | | | | | | | | for relational database (Thanks to Massimiliano Mirra). * src/ejabberd_auth_odbc.erl: Likewise. * src/odbc/odbc_queries.erl: Likewise. SVN Revision: 968 | ||||
* | * ChangeLog: Fixed typo. | Mickaël Rémond | 2007-11-02 | 1 | -1/+1 |
| | | | | SVN Revision: 967 | ||||
* | * src/web/ejabberd_http_poll.erl: Refactoring. Moved c2s limits acquisition ↵ | Mickaël Rémond | 2007-11-02 | 3 | -30/+50 |
| | | | | | | | | to a separate module. * src/ejabberd_c2s_config.erl: Likewise. SVN Revision: 966 | ||||
* | * src/web/ejabberd_http_poll.erl: Support for c2s ACL access, | Mickaël Rémond | 2007-11-01 | 2 | -4/+46 |
| | | | | | | | max_stanza and shaper on http_bind connections (EJAB-243, EJAB-415, EJAB-416) SVN Revision: 965 | ||||
* | * ChangeLog: Added missing info about last commits in ChangeLog. | Mickaël Rémond | 2007-11-01 | 1 | -2/+12 |
| | | | | SVN Revision: 964 | ||||
* | * src/ejabberd_s2s.erl: don't use the resource of the sender to choose | Jérôme Sautret | 2007-10-30 | 4 | -60/+66 |
| | | | | | | | | | | | | | | | | a s2s connection to ensure that a muc room always uses the same connection Merge branch 'ejabberd_s2s' Conflicts: .gitignore src/configure src/ejabberd_c2s.erl src/ejabberd_s2s.erl SVN Revision: 963 | ||||
* | 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 | ||||
* | Bugfix on previous change (EJAB-380) | Christophe Romain | 2007-10-17 | 2 | -2/+5 |
| | | | | SVN Revision: 960 | ||||
* | * src/ejabberdctl.template: Several improvements (EJAB-380) | Alexey Shchepin | 2007-10-17 | 5 | -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: Bugfix | Alexey Shchepin | 2007-10-17 | 2 | -6/+6 |
| | | | | SVN Revision: 958 | ||||
* | * src/mod_vcard_odbc.erl: Reverted previous change | Alexey Shchepin | 2007-10-07 | 2 | -1/+5 |
| | | | | SVN Revision: 957 | ||||
* | * src/mod_vcard_odbc.erl: Bugfix | Alexey Shchepin | 2007-10-06 | 2 | -1/+3 |
| | | | | SVN Revision: 956 | ||||
* | * src/mod_offline_odbc.erl: Bugfix | Alexey Shchepin | 2007-10-06 | 2 | -1/+6 |
| | | | | SVN Revision: 955 | ||||
* | SVN Revision: 954 | Alexey Shchepin | 2007-10-01 | 4 | -0/+498 |
| | |||||
* | * src/ejabberd_auth_pam.erl: Support for PAM authentication | Alexey Shchepin | 2007-10-01 | 7 | -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 restrictions | Christophe Romain | 2007-09-28 | 4 | -5/+11 |
| | | | | SVN Revision: 952 | ||||
* | apply rootdir patch from Badlop (EJAB-385) | Christophe Romain | 2007-09-27 | 3 | -7/+14 |
| | | | | SVN Revision: 951 | ||||
* | * src/ejabberd_s2s.erl: Max number of connections and max number | Alexey Shchepin | 2007-09-25 | 2 | -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émond | 2007-09-14 | 1 | -0/+53 |
| | | | | SVN Revision: 949 | ||||
* | * src/ejabberd_s2s_out.erl: Changed to actual p1_fsm behaviour. It was working | Mickaël Rémond | 2007-09-14 | 1 | -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émond | 2007-09-14 | 1 | -0/+1 |
| | | | | SVN Revision: 947 | ||||
* | * src/ejabberd_c2s.erl: Added debug hook for c2s loop (EJAB-358). | Mickaël Rémond | 2007-09-14 | 1 | -1/+6 |
| | | | | SVN Revision: 946 | ||||
* | * src/ejabberd_s2s.erl: open all missing connections if needed. | Mickaël Rémond | 2007-09-14 | 1 | -21/+24 |
| | | | | SVN Revision: 945 | ||||
* | * src/ejabberd_s2s.erl: untabify | Mickaël Rémond | 2007-09-14 | 1 | -138/+138 |
| | | | | SVN Revision: 944 | ||||
* | * src/ejabberd_s2s.erl: don't check blacklist for services. | Mickaël Rémond | 2007-09-14 | 1 | -4/+3 |
| | | | | SVN Revision: 943 | ||||
* | * src/ejabberd_s2s.erl: Fixed merge conflict (duplicate functions). | Mickaël Rémond | 2007-09-14 | 1 | -26/+25 |
| | | | | SVN Revision: 942 | ||||
* | Try to open all s2s connections at the same time, to guarantee the right ↵ | Mickaël Rémond | 2007-09-14 | 1 | -5/+18 |
| | | | | | | order of the packets. SVN Revision: 941 | ||||
* | Ignore more files in git. | Mickaël Rémond | 2007-09-14 | 1 | -1/+9 |
| | | | | SVN Revision: 940 | ||||
* | Don't track some files in git. | Mickaël Rémond | 2007-09-14 | 1 | -0/+4 |
| | | | | SVN Revision: 939 | ||||
* | Comment. | Mickaël Rémond | 2007-09-14 | 1 | -0/+1 |
| | | | | SVN Revision: 938 | ||||
* | max_s2s_connexions_number local parameter added. | Mickaël Rémond | 2007-09-14 | 1 | -2/+12 |
| | | | | SVN Revision: 937 | ||||
* | * src/ejabberd_s2s_out.erl: Implements s2s negociation timeouts and s2s ↵ | Mickaël Rémond | 2007-09-14 | 1 | -40/+102 |
| | | | | | | connection retrial interval (EJAB-357, EJAB-294). SVN Revision: 936 | ||||
* | open up to 3 s2s outgoing connection per domain pair | Mickaël Rémond | 2007-09-14 | 1 | -0/+1 |
| | | | | SVN Revision: 935 | ||||
* | * src/ejabberd_c2s.erl: Hibernate inactive c2s processes (EJAB-356). | Mickaël Rémond | 2007-09-14 | 1 | -81/+97 |
| | | | | SVN Revision: 934 | ||||
* | * src/ejabberd_c2s.erl: Implements timeouts during session opening ↵ | Mickaël Rémond | 2007-09-14 | 1 | -27/+65 |
| | | | | | | negociation (EJAB-355). SVN Revision: 933 | ||||
* | * 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/ejabberd_c2s.erl: Option to prevent the use of Erlang OTP supervisor ↵ | Mickaël Rémond | 2007-09-14 | 8 | -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émond | 2007-09-14 | 1 | -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émond | 2007-09-14 | 1 | -6/+6 |
| | | | | | | to DEBUG level (EJAB-353). SVN Revision: 929 | ||||
* | open up to 3 s2s outgoing connection per domain pair | Mickaël Rémond | 2007-09-14 | 3 | -72/+93 |
| | | | | SVN Revision: 928 | ||||
* | * src/gen_mod.erl: Added get_module_opt_host/3 (thanks to Badlop) | Alexey Shchepin | 2007-09-11 | 2 | -3/+12 |
| | | | | SVN Revision: 927 | ||||
* | SVN Revision: 926 | Alexey Shchepin | 2007-09-11 | 1 | -52/+51 |
| | |||||
* | * ChangeLog: updated. | Mickaël Rémond | 2007-09-10 | 1 | -0/+5 |
| | | | | SVN Revision: 925 | ||||
* | * 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 | ||||
* | * ChangeLog: Document latest commits. | Mickaël Rémond | 2007-09-06 | 1 | -0/+8 |
| | | | | SVN Revision: 923 |