aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include From attribute in the stream header of outgoing S2S connectionsBadlop2010-12-111-3/+4
|
* When TLS is required in s2s, add subelement to stream:features starttlsBadlop2010-12-111-9/+16
|
* Add option to require encryption in S2S connections (EJAB-495)Badlop2010-12-112-9/+17
|
* Support for X-Forwarded-For HTTP header (EJAB-1356)Badlop2010-12-071-2/+31
|
* update pubsub_odbc patchChristophe Romain2010-12-072-134/+79
|
* add node attribute to pubsub subscribe event (EJAB-1361)Christophe Romain2010-12-071-2/+4
|
* Update Czech Translation (thanks to Lukáš Polívka)Badlop2010-12-061-37/+36
|
* Fix detection of mod_last at server start (EJAB-641)Badlop2010-12-031-3/+15
|
* Revert "Fix cyrsasl_digest RFC-2831 2.1.2.1 (EJAB-476)"Pablo Polvorin2010-12-031-83/+2
| | | | | | | This reverts commit c890b17834f2593a9af56e093523653102349989. This change made ejabberd more strict in protocol compliance, which breaks Psi 0.14 and other clients. We must grant a grace period to client developers to fix their clients. So this isn't going to be included in 2.1.x.
* Support PostgreSQL 9.0 (EJAB-1359)(thanks to Stephen Gibberd and Konstantin ↵Badlop2010-12-031-1/+1
| | | | Nikiforov)
* Fix cyrsasl_digest RFC-2831 2.1.2.1 (EJAB-476)Pablo Polvorin2010-12-021-2/+83
| | | | | | | | | | Fix sasl digest bug when username|password|resource strings had all characters <= U+00FF and at least one character >= U+0080. Warnning: Note that by fixing the bug, we may be broking compatibility with clients that "implements" it. See comments on https://support.process-one.net/browse/EJAB-476
* fix pubsub cross domain eventing (EJAB-1340)Christophe Romain2010-12-022-89/+13
|
* Update Greek translation (thanks to James Iakovos Mandelis)Badlop2010-12-012-64/+106
|
* Increase maximum restart strategy of the ODBC supervisor. Do not brutally ↵Evgeniy Khramtsov2010-12-011-2/+2
| | | | kill ODBC processes on supervisor shutdown to avoid polution of the mnesia table
* When the Password attribute is missing in PIEFXIS file, don't check account ↵Badlop2010-12-011-13/+22
| | | | auth.
* Corrections on pt_BR translations.Otavio Fernandes2010-11-301-52/+62
|
* Update Ukrainian translation (thanks to Ruslan Rakhmanin)Badlop2010-11-302-57/+60
|
* expose find_connection for routing in other modules (if needed)Christopher tofu Zorn2010-11-291-0/+1
|
* add the ability to send raw xml packets over http bindChristopher tofu Zorn2010-11-292-8/+23
|
* Update mod_register_web string in PO filesBadlop2010-11-2924-32/+32
|
* Fix characters not allowed in username. Don't include that in translatable ↵Badlop2010-11-291-1/+1
| | | | | | | string. List mentioned in: http://xmpp.org/rfcs/rfc3920.html#nodeprep-prohibited
* Support negative part-hour TZ values (thanks to Alexander Zhukov)(EJAB-1301)Badlop2010-11-292-10/+7
|
* Don't loop when there is nothing after a stream startAlexey Shchepin2010-11-261-2/+0
|
* Correct domain_certfile tlsopts modifications for s2s connections (EJAB-1086)Andreas Köhler2010-11-262-7/+20
| | | | | | | | | | | | | | | | * In ejabberd_s2s_out:wait_for_feature_request/2, the domain to use for looking up domain_certfile options is #state.myname and not #state.server * If s2s_certfile is not specified, connect should still be part of the tls options used by ejabberd_s2s_out * Add #state.server to ejabberd_s2s_in processes and store the to attribute in :wait_for_stream/2. Then use that server in :wait_for_feature_request/2 to change the tls options like in ejabberd_s2s_out. Fixes EJAB-1086.
* Update French translation (thanks to Nicolas Vérité)Badlop2010-11-252-65/+104
|
* Update German translation (thanks to Nikolaus Polak)Badlop2010-11-252-96/+137
|
* Update Japanese translation (thanks to Tsukasa Hamano)Badlop2010-11-242-73/+105
|
* Update Chinese translation (thanks to Shelley Shyan)Badlop2010-11-242-90/+117
|
* Merge branch 'caps' into 2.1.xEvgeniy Khramtsov2010-11-242-61/+236
|\ | | | | | | | | Conflicts: src/ejabberd_c2s.erl
| * implement lifetime for broken hashesEvgeniy Khramtsov2010-10-051-27/+43
| |
| * change caps hook nameEvgeniy Khramtsov2010-10-031-1/+1
| |
| * call caps hook when caps is changedEvgeniy Khramtsov2010-10-031-4/+6
| |
| * new CAPS processingEvgeniy Khramtsov2010-09-282-37/+194
| |
* | Updating Brazilian Portuguese (pt_BR) translations for v2.1.6Otavio Fernandes2010-11-231-8/+9
| |
* | Update Polish translation (thanks to Zbyszek Żółkiewski)Badlop2010-11-232-37/+69
| |
* | Use pg2 from R14B in systems with older versions (EJAB-1349)Badlop2010-11-224-8/+402
| | | | | | | | | | | | pg2_backport.erl is a copy of pg2.erl from Erlang/OTP R14B. That module is used in ejabberd installations where an OTP previous to R14 is installed.
* | Revert "populate pubsub#roster_groups_allowed in node configuration options ↵Christophe Romain2010-11-221-13/+2
| | | | | | | | | | | | (EJAB-1344)" This reverts commit dfaeb3bc888ba59d563a5b11d2582c0f62fee968.
* | Update Russian translation (thanks to Evgeniy Khramtsov)Badlop2010-11-192-21/+32
| |
* | Update translate filesBadlop2010-11-1948-262/+434
| |
* | Update the Spanish translationBadlop2010-11-192-34/+41
| |
* | Fix some English stringsBadlop2010-11-194-9/+9
| |
* | Translate mod_register_web to Ukrainian (thanks to Rain)Badlop2010-11-192-14/+42
| |
* | Translate mod_register_web to SpanishBadlop2010-11-172-12/+41
| |
* | Translate mod_register_web to Russian (thanks to Rain)Badlop2010-11-172-14/+42
| |
* | Update strings to translateBadlop2010-11-1725-3404/+7054
| |
* | Fix http-bind supervisor to support multiple vhosts (EJAB-1321)Badlop2010-11-172-29/+16
| |
* | Fix R12B5 compatibility in ejabberd_http_bind.erl (EJAB-1343)Andreas Köhler2010-11-171-3/+1
| | | | | | | | erlang:max/2 and :min/2 are new functions
* | Use LFrom and LTo consistently in ejabberd_s2s_in:stream_established/2 ↵Andreas Köhler2010-11-171-3/+3
| | | | | | | | (EJAB-1342)
* | Do not start mod_proxy65 if it is unable to bind an address (EJAB-1336)Evgeniy Khramtsov2010-11-171-7/+11
| |
* | Use MEDIUMTEXT type for vcard avatars in MySQL schema (EJAB-1252)Evgeniy Khramtsov2010-11-171-1/+1
| |