index
:
ejabberd.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ejabberd_s2s.erl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* src/ejabberd_s2s.erl: Added s2s_send_packet and s2s_receive_packet hooks (E...
Mickaël Rémond
2008-05-22
1
-0
/
+5
*
* src/ejabberd_s2s_out.erl: Fix long timeout when reconnecting s2s
Badlop
2008-04-18
1
-0
/
+9
*
Rewrite io:format calls to loglevel macros (EJAB-555)
Christophe Romain
2008-03-21
1
-2
/
+2
*
* src/ejabberd_s2s.erl: Only trigger s2s_connect_hook on successful connectio...
Mickaël Rémond
2008-03-17
1
-1
/
+0
*
* src/ejabberd_s2s.erl: API improvement: Added s2s_connect_hook (EJAB-566).
Mickaël Rémond
2008-03-15
1
-0
/
+1
*
* doc/guide.tex: Updated copyright dates to 2008
Badlop
2008-01-15
1
-1
/
+1
*
* Applied copyright update patch 1.
Mickaël Rémond
2007-12-24
1
-4
/
+22
*
* src/acl.erl and other 64 files: Remove Erlang module attribute
Badlop
2007-12-06
1
-1
/
+0
*
* Making sure SVN properties are correctly set.
Mickaël Rémond
2007-11-15
1
-2
/
+2
*
* src/ejabberd_s2s.erl: don't use the resource of the sender to choose
Jérôme Sautret
2007-10-30
1
-50
/
+52
*
* src/ejabberd_s2s.erl: Max number of connections and max number
Alexey Shchepin
2007-09-25
1
-181
/
+227
*
* src/ejabberd_s2s.erl: open all missing connections if needed.
Mickaël Rémond
2007-09-14
1
-21
/
+24
*
* src/ejabberd_s2s.erl: untabify
Mickaël Rémond
2007-09-14
1
-138
/
+138
*
* src/ejabberd_s2s.erl: don't check blacklist for services.
Mickaël Rémond
2007-09-14
1
-4
/
+3
*
* src/ejabberd_s2s.erl: Fixed merge conflict (duplicate functions).
Mickaël Rémond
2007-09-14
1
-26
/
+25
*
Try to open all s2s connections at the same time, to guarantee the right orde...
Mickaël Rémond
2007-09-14
1
-5
/
+18
*
Comment.
Mickaël Rémond
2007-09-14
1
-0
/
+1
*
max_s2s_connexions_number local parameter added.
Mickaël Rémond
2007-09-14
1
-2
/
+12
*
open up to 3 s2s outgoing connection per domain pair
Mickaël Rémond
2007-09-14
1
-50
/
+71
*
* src/ejabberd_s2s_in.erl: Add s2s whitelist / blacklist support on incoming ...
Mickaël Rémond
2007-07-19
1
-0
/
+1
*
* src/ejabberd_s2s.erl: Fixed typo.
Mickaël Rémond
2007-07-18
1
-1
/
+1
*
* src/ejabberd_s2s.erl: Implements s2s hosts whitelist / blacklist
Mickaël Rémond
2007-07-18
1
-5
/
+24
*
* src/ejabberd_s2s_out.erl: Make s2s connections more robust
Mickaël Rémond
2007-07-18
1
-7
/
+12
*
* src/ejabberd_s2s.erl: Added remove_connection/3
Alexey Shchepin
2007-07-15
1
-0
/
+9
*
* src/ejabberd_s2s.erl: Don't bounce packets with "error" and
Alexey Shchepin
2007-03-17
1
-3
/
+8
*
* src/ejabberd_s2s.erl: Fixed spelling
Alexey Shchepin
2007-03-17
1
-3
/
+3
*
* src/ejabberd_s2s.erl: Don't start s2s process for existing
Alexey Shchepin
2007-03-17
1
-1
/
+6
*
* src/ejabberd_s2s.erl: Confirm to RFC3920 section 10.3 (thanks to
Alexey Shchepin
2007-02-18
1
-20
/
+52
*
* src/ejabberd_s2s.erl: More precise message for the new s2s
Mickaël Rémond
2006-09-26
1
-2
/
+2
*
* src/ejabberd_s2s.erl: Added incoming-s2s-number and
Alexey Shchepin
2006-09-25
1
-1
/
+19
*
* src/odbc/pg.sql: Fixed syntax error
Alexey Shchepin
2006-01-29
1
-55
/
+112
*
* src/ejabberd_s2s_out.erl: Fixed invalid behaviour upon
Alexey Shchepin
2005-11-12
1
-1
/
+3
*
* src/aclocal.m4: Fixed headers detecting in AM_WITH_OPENSSL
Alexey Shchepin
2004-11-05
1
-5
/
+13
*
* src/ejabberd_s2s.erl: More verbose error handling
Alexey Shchepin
2004-03-16
1
-1
/
+2
*
* src/ejabberd_s2s.erl: Partially rewrited
Alexey Shchepin
2003-12-13
1
-92
/
+54
*
* src/ejabberd_listener.erl: Fixed starting of SSL connection
Alexey Shchepin
2003-10-29
1
-1
/
+1
*
* (all): Changed JID storage format, added support for stringprep
Alexey Shchepin
2003-10-07
1
-2
/
+3
*
* (all): Reorganized supervision tree
Alexey Shchepin
2003-07-20
1
-1
/
+1
*
* src/ejabberd_s2s_out.erl: Close connection after key
Alexey Shchepin
2003-07-14
1
-1
/
+1
*
* src/ejabberd_s2s.erl: Added error catching for do_route/3
Alexey Shchepin
2003-05-15
1
-1
/
+6
*
*** empty log message ***
Alexey Shchepin
2003-02-01
1
-3
/
+3
*
*** empty log message ***
Alexey Shchepin
2003-01-26
1
-30
/
+33
*
*** empty log message ***
Alexey Shchepin
2003-01-21
1
-10
/
+13
*
*** empty log message ***
Alexey Shchepin
2003-01-19
1
-11
/
+27
*
*** empty log message ***
Alexey Shchepin
2003-01-10
1
-1
/
+7
*
*** empty log message ***
Alexey Shchepin
2003-01-05
1
-19
/
+20
*
*** empty log message ***
Alexey Shchepin
2003-01-04
1
-1
/
+2
*
*** empty log message ***
Alexey Shchepin
2002-12-13
1
-91
/
+32
*
*** empty log message ***
Alexey Shchepin
2002-12-07
1
-0
/
+252