aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_s2s_out.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-1/+1
|/
* Support for OpenSSL ciphers list in ejabberd_c2s, ejabberd_s2s_in and ejabber...Alexey Shchepin2013-11-281-2/+7
* Change configuration file format to YAMLEvgeniy Khramtsov2013-08-211-25/+54
* Make it possible to enable/disable TLS compressionEvgeniy Khramtsov2013-07-171-1/+9
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+1
* Accumulated patch to binarize and indent codeBadlop2013-03-141-766/+790
* Update copyright datesAlexey Shchepin2013-01-241-1/+1
* Update copyright datesAlexey Shchepin2012-02-231-1/+1
* Reorganize the code to shut up the dialyzerEvgeniy Khramtsov2011-09-051-27/+23
* update copyright up to 2011Christophe Romain2011-02-141-1/+1
* Handle Tigase's unexpected version=1.0 when ejabberd doesn't announce it (EJA...Badlop2011-01-311-0/+4
* Make sure 'closed' event is correctly processed on every stateEvgeniy Khramtsov2010-12-171-1/+1
* Option to reject S2S connection if untrusted certificate (EJAB-464)Badlop2010-12-111-1/+1
* Include From attribute in the stream header of outgoing S2S connectionsBadlop2010-12-111-3/+4
* Add option to require encryption in S2S connections (EJAB-495)Badlop2010-12-111-7/+15
* Correct domain_certfile tlsopts modifications for s2s connections (EJAB-1086)Andreas Köhler2010-11-261-4/+5
* add find_s2s_bridge hookEvgeniy Khramtsov2010-10-111-2/+37
* fixes typo in stop_connection/1Evgeniy Khramtsov2010-09-281-1/+1
* When logging s2s out connection attempt or success, log if TLS is usedBadlop2010-07-231-6/+7
* New configure option: --enable-nifEvgeniy Khramtsov2010-07-011-1/+1
* Remove warning for undefined print_state/1 function for p1_fsm processes (tha...Pablo Polvorin2010-04-091-0/+9
* improved s2s connections clean up (EJAB-1202)Evgeniy Khramtsov2010-03-041-24/+30
* Fix OTP version detection to work with old supported R10 and R11Badlop2010-01-161-4/+6
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-121-1/+1
* Provide more detailed log message when s2s stream start fails.Badlop2009-12-281-3/+4
* Fix mistake that disallowed s2s_out connections when using Erlang R12 or older.Badlop2009-10-211-1/+0
* Provide send_timeout_close option in TCP only in R13B or higher (EJAB-926)Badlop2009-10-191-1/+5
* Support gen_tcp send timeout: Close the connection if the other end has disco...Mickaël Rémond2009-10-191-0/+1
* If s2s fails due to namespace mismatch, show differences to help debugging th...Badlop2009-10-121-3/+4
* new option added: max_fsm_queue. removed hardcoded FSMLIMITSEvgeniy Khramtsov2009-10-071-5/+10
* Change some error messages.Badlop2009-09-071-2/+4
* Document the new option s2s_dns_options, expressed in seconds (EJAB-994)Badlop2009-08-031-2/+2
* EJAB-994: Implements DNS timeouts and retries.Geoff Cant2009-07-301-5/+29
* Added API function to get current S2S connections with informationBadlop2009-05-191-0/+36
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-121-1/+1
* * src/ejabberd_listener.erl: Define send timeout option to avoid blocking on ...Mickaël Rémond2009-01-081-1/+5
* Use inet:gethostbyname instead of inet_res:getbynameBadlop2008-12-261-5/+5
* * src/ejabberd_config.erl: Option outgoing_s2s_options to defineBadlop2008-12-261-28/+83
* * src/ejabberd_s2s_out.erl: exports the DNS resolution function.Mickaël Rémond2008-11-081-1/+2
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-311-1/+1
* * src/ejabberd_s2s_out.erl: Fix compilation error.Mickaël Rémond2008-05-181-1/+1
* * src/ejabberd_s2s_out.erl: Avoid an harmless error (function clause in logs)Mickaël Rémond2008-05-181-2/+7
* Change FSMTIMEOUT to 30sChristophe Romain2008-05-161-1/+1
* * src/ejabberd_s2s_out.erl: Improve confusing log message in s2sBadlop2008-04-291-0/+8
* * src/ejabberd_s2s_out.erl: Fix long timeout when reconnecting s2sBadlop2008-04-181-3/+49
* * src/ejabberd_s2s.erl: Only trigger s2s_connect_hook on successful connectio...Mickaël Rémond2008-03-171-0/+6
* * doc/guide.tex: Updated copyright dates to 2008Badlop2008-01-151-1/+1
* * src/ejabberd_s2s_out.erl: Fixed behavior when outgoing_s2s_portAlexey Shchepin2007-12-291-5/+10