aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-12-11Include From attribute in the stream header of outgoing S2S connectionsBadlop1-3/+4
2010-12-11When TLS is required in s2s, add subelement to stream:features starttlsBadlop1-9/+16
2010-12-11Add option to require encryption in S2S connections (EJAB-495)Badlop2-9/+17
2010-12-07Support for X-Forwarded-For HTTP header (EJAB-1356)Badlop1-2/+31
2010-12-07update pubsub_odbc patchChristophe Romain2-134/+79
2010-12-07add node attribute to pubsub subscribe event (EJAB-1361)Christophe Romain1-2/+4
2010-12-06Update Czech Translation (thanks to Lukáš Polívka)Badlop1-37/+36
2010-12-03Fix detection of mod_last at server start (EJAB-641)Badlop1-3/+15
2010-12-03Revert "Fix cyrsasl_digest RFC-2831 2.1.2.1 (EJAB-476)"Pablo Polvorin1-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.
2010-12-03Support PostgreSQL 9.0 (EJAB-1359)(thanks to Stephen Gibberd and Konstantin ↵Badlop1-1/+1
Nikiforov)
2010-12-02Fix cyrsasl_digest RFC-2831 2.1.2.1 (EJAB-476)Pablo Polvorin1-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
2010-12-02fix pubsub cross domain eventing (EJAB-1340)Christophe Romain2-89/+13
2010-12-01Update Greek translation (thanks to James Iakovos Mandelis)Badlop2-64/+106
2010-12-01Increase maximum restart strategy of the ODBC supervisor. Do not brutally ↵Evgeniy Khramtsov1-2/+2
kill ODBC processes on supervisor shutdown to avoid polution of the mnesia table
2010-12-01When the Password attribute is missing in PIEFXIS file, don't check account ↵Badlop1-13/+22
auth.
2010-11-30Corrections on pt_BR translations.Otavio Fernandes1-52/+62
2010-11-30Update Ukrainian translation (thanks to Ruslan Rakhmanin)Badlop2-57/+60
2010-11-29expose find_connection for routing in other modules (if needed)Christopher tofu Zorn1-0/+1
2010-11-29add the ability to send raw xml packets over http bindChristopher tofu Zorn2-8/+23
2010-11-29Update mod_register_web string in PO filesBadlop24-32/+32
2010-11-29Fix characters not allowed in username. Don't include that in translatable ↵Badlop1-1/+1
string. List mentioned in: http://xmpp.org/rfcs/rfc3920.html#nodeprep-prohibited
2010-11-29Support negative part-hour TZ values (thanks to Alexander Zhukov)(EJAB-1301)Badlop2-10/+7
2010-11-26Don't loop when there is nothing after a stream startAlexey Shchepin1-2/+0
2010-11-26Correct domain_certfile tlsopts modifications for s2s connections (EJAB-1086)Andreas Köhler2-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.
2010-11-25Update French translation (thanks to Nicolas Vérité)Badlop2-65/+104
2010-11-25Update German translation (thanks to Nikolaus Polak)Badlop2-96/+137
2010-11-24Update Japanese translation (thanks to Tsukasa Hamano)Badlop2-73/+105
2010-11-24Update Chinese translation (thanks to Shelley Shyan)Badlop2-90/+117
2010-11-23Updating Brazilian Portuguese (pt_BR) translations for v2.1.6Otavio Fernandes1-8/+9
2010-11-23Update Polish translation (thanks to Zbyszek Żółkiewski)Badlop2-37/+69
2010-11-22Use pg2 from R14B in systems with older versions (EJAB-1349)Badlop4-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.
2010-11-22Revert "populate pubsub#roster_groups_allowed in node configuration options ↵Christophe Romain1-13/+2
(EJAB-1344)" This reverts commit dfaeb3bc888ba59d563a5b11d2582c0f62fee968.
2010-11-19Update Russian translation (thanks to Evgeniy Khramtsov)Badlop2-21/+32
2010-11-19Update translate filesBadlop48-262/+434
2010-11-19Update the Spanish translationBadlop2-34/+41
2010-11-19Fix some English stringsBadlop4-9/+9
2010-11-19Translate mod_register_web to Ukrainian (thanks to Rain)Badlop2-14/+42
2010-11-17Translate mod_register_web to SpanishBadlop2-12/+41
2010-11-17Translate mod_register_web to Russian (thanks to Rain)Badlop2-14/+42
2010-11-17Update strings to translateBadlop25-3404/+7054
2010-11-17Fix http-bind supervisor to support multiple vhosts (EJAB-1321)Badlop2-29/+16
2010-11-17Fix R12B5 compatibility in ejabberd_http_bind.erl (EJAB-1343)Andreas Köhler1-3/+1
erlang:max/2 and :min/2 are new functions
2010-11-17Use LFrom and LTo consistently in ejabberd_s2s_in:stream_established/2 ↵Andreas Köhler1-3/+3
(EJAB-1342)
2010-11-17Do not start mod_proxy65 if it is unable to bind an address (EJAB-1336)Evgeniy Khramtsov1-7/+11
2010-11-17Use MEDIUMTEXT type for vcard avatars in MySQL schema (EJAB-1252)Evgeniy Khramtsov1-1/+1
2010-11-17Do not print full error message when LDAP timeout occurs (EJAB-1324)Evgeniy Khramtsov1-0/+2
2010-11-17Set SSL_MODE_RELEASE_BUFFERS mode when available (EJAB-1351)Evgeniy Khramtsov1-0/+3
2010-11-16Provide new, not old, affiliation in kick/ban presence with codes 321 and 301Badlop1-5/+8
2010-11-15Strip status when needed in presence-unavailable as wellEvgeniy Khramtsov1-2/+9
2010-11-12Fix typos in the example configuration fileBadlop1-2/+2