aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update PO files manually according to the English fixBadlop2012-04-2426-282/+176
|
* Fix English strings (thanks to Andreas van Cranenburgh)Badlop2012-04-242-4/+4
|
* Update German translation again (thanks to Nikolaus Polak)Badlop2012-04-241-16/+16
|
* Update Portuguese-Brazil translation (thanks to Otávio Fernandes)Badlop2012-04-231-21/+21
|
* Update Polish translation (thanks to Zbyszek Żółkiewski)Badlop2012-04-231-18/+15
|
* Update Norwegian translation (thanks to Stian B. Barmen)Badlop2012-04-231-53/+57
|
* Update Catalan translation (thanks to Jan Kusanagi)Badlop2012-04-231-72/+86
|
* Update Japanese translation (thanks to Mako N)Badlop2012-04-201-101/+92
|
* Update Greek translation (thanks to James Iakovos Mandelis)Badlop2012-04-201-18/+15
|
* Remove useless mnesia callEvgeniy Khramtsov2012-04-201-6/+1
|
* Update Czech translation (thanks to Jan Pinkas)Badlop2012-04-181-19/+16
|
* Update Chinese translation (thanks to Shelley Shyan)Badlop2012-04-181-33/+31
|
* Update Turkish translation (thanks to Doruk Fisek)Badlop2012-04-181-72/+64
|
* Update Russian translation (thanks to Evgeniy Khramtsov)Badlop2012-04-181-18/+17
|
* Update Dutch translation (thanks to Andreas van Cranenburgh)Badlop2012-04-181-52/+55
|
* Update Esperanto translation (thanks to Andreas van Cranenburgh)Badlop2012-04-181-58/+58
|
* Update German translation (thanks to Nikolaus Polak)Badlop2012-04-181-16/+16
|
* Extract new stringsBadlop2012-04-1826-182/+182
|
* Perform user part substitution in ldap_rfilter (EJAB-1555)Evgeniy Khramtsov2012-04-171-2/+5
|
* Photos from LDAP not displayed in some clients, lacking TYPE (thanks to Alex ↵Badlop2012-04-161-0/+1
| | | | Crycheck)(EJAB-1554)
* Update Spanish translationBadlop2012-04-151-19/+17
|
* Extract new stringsBadlop2012-04-1526-7905/+9516
|
* Document how to provide a long announcement (EJAB-1553)Badlop2012-04-141-0/+4
|
* Handle the scenario of disabled mod_muc (EJAB-1553)Badlop2012-04-141-1/+1
|
* ODBC support for mod_blockingEvgeniy Khramtsov2012-04-123-0/+391
|
* Parse and encode https header names like native http parser doesPaweł Chmielowski2012-04-111-31/+48
| | | | | | This code adds case normalization step to https headers parsing, making it correctly use atoms for some special header no matter how upper/lower case letters are used in input string
* return user affiliation for a specified node (thanks to Karim Gemayel) ↵Christophe Romain2012-04-113-20/+88
| | | | (EJAB-1294)
* Add comments about Dialyzer warningsBadlop2012-04-112-0/+4
|
* Add odbc modules to Makefile.win32Evgeniy Khramtsov2012-04-092-2/+8
|
* Remove obsoleted function callEvgeniy Khramtsov2012-04-091-2/+2
|
* Don't use binary:match to extract lines from binariesPaweł Chmielowski2012-04-061-3/+13
| | | | | This was added in R13B3, lets roll our own implementation to make sure it works on older erlang versions.
* Fix makefile rules for building dll-s in Makefile.win32 filesPaweł Chmielowski2012-04-065-10/+10
|
* Parse correctly https request split into multiple packetsPaweł Chmielowski2012-04-061-130/+80
| | | | | | | | This fixes case when SockMod:recv() calls returns only part of first line of http request (GET/POST/OPTION/HEAD line). Before that change request like that (and if keep-alive was active, all further request) were dropped. This fixes EJAB-1537.
* Make sure that res is initialized in all casesPaweł Chmielowski2012-04-061-0/+2
|
* Added missed tls:recv_data/2Alexey Shchepin2012-04-061-0/+4
|
* Don't ignore Length parameter in tls:recvPaweł Chmielowski2012-04-062-16/+30
|
* Avoid quadratic behavior in reading SSL dataAlexey Shchepin2012-04-061-2/+4
|
* Properly handle HEAD request in mod_http_bind (this fixes EJAB-1538)Paweł Chmielowski2012-04-061-0/+2
|
* Get rid of duplicated codeEvgeniy Khramtsov2012-04-068-204/+75
|
* ODBC support for mod_shared_rosterEvgeniy Khramtsov2012-04-046-18/+1289
|
* ODBC support for mod_ircEvgeniy Khramtsov2012-04-036-11/+1116
|
* ODBC support for mod_vcard_xupdateEvgeniy Khramtsov2012-04-024-0/+184
|
* ODBC support for mod_announceEvgeniy Khramtsov2012-04-024-0/+948
|
* Add ODBC exporting function for privacy tableEvgeniy Khramtsov2012-04-022-0/+54
|
* Use proper module nameEvgeniy Khramtsov2012-03-312-4/+4
|
* ODBC support for mod_mucEvgeniy Khramtsov2012-03-317-55/+1060
|
* Change log level from informational to errorEvgeniy Khramtsov2012-03-191-2/+2
|
* Relax digest-uri handling (thanks to Daniel Willmann)(EJAB-1529)Badlop2012-03-163-10/+34
| | | | | | | | This patch introduces a new config option - fqdn - to set the fully qualified domain name of the host: {fqdn, "foo.example.com"}. This fixes a problem with Pidgin not being able to log in on a server that used SRV records.
* Assume we have only one CPU when an auto-detection fails (EJAB-1516)Evgeniy Khramtsov2012-02-291-1/+6
|
* Cache caps timestamp before the IQ-request is doneEvgeniy Khramtsov2012-02-281-11/+7
|