aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-04-12ODBC support for mod_blockingEvgeniy Khramtsov3-0/+391
2012-04-11Parse and encode https header names like native http parser doesPaweł Chmielowski1-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
2012-04-11return user affiliation for a specified node (thanks to Karim Gemayel) ↵Christophe Romain3-20/+88
(EJAB-1294)
2012-04-11Add comments about Dialyzer warningsBadlop2-0/+4
2012-04-09Add odbc modules to Makefile.win32Evgeniy Khramtsov2-2/+8
2012-04-09Remove obsoleted function callEvgeniy Khramtsov1-2/+2
2012-04-06Don't use binary:match to extract lines from binariesPaweł Chmielowski1-3/+13
This was added in R13B3, lets roll our own implementation to make sure it works on older erlang versions.
2012-04-06Fix makefile rules for building dll-s in Makefile.win32 filesPaweł Chmielowski5-10/+10
2012-04-06Parse correctly https request split into multiple packetsPaweł Chmielowski1-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.
2012-04-06Make sure that res is initialized in all casesPaweł Chmielowski1-0/+2
2012-04-06Added missed tls:recv_data/2Alexey Shchepin1-0/+4
2012-04-06Don't ignore Length parameter in tls:recvPaweł Chmielowski2-16/+30
2012-04-06Avoid quadratic behavior in reading SSL dataAlexey Shchepin1-2/+4
2012-04-06Properly handle HEAD request in mod_http_bind (this fixes EJAB-1538)Paweł Chmielowski1-0/+2
2012-04-06Get rid of duplicated codeEvgeniy Khramtsov8-204/+75
2012-04-04ODBC support for mod_shared_rosterEvgeniy Khramtsov6-18/+1289
2012-04-03ODBC support for mod_ircEvgeniy Khramtsov6-11/+1116
2012-04-02ODBC support for mod_vcard_xupdateEvgeniy Khramtsov4-0/+184
2012-04-02ODBC support for mod_announceEvgeniy Khramtsov4-0/+948
2012-04-02Add ODBC exporting function for privacy tableEvgeniy Khramtsov2-0/+54
2012-03-31Use proper module nameEvgeniy Khramtsov2-4/+4
2012-03-31ODBC support for mod_mucEvgeniy Khramtsov7-55/+1060
2012-03-19Change log level from informational to errorEvgeniy Khramtsov1-2/+2
2012-03-16Relax digest-uri handling (thanks to Daniel Willmann)(EJAB-1529)Badlop3-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.
2012-02-29Assume we have only one CPU when an auto-detection fails (EJAB-1516)Evgeniy Khramtsov1-1/+6
2012-02-28Cache caps timestamp before the IQ-request is doneEvgeniy Khramtsov1-11/+7
2012-02-23Update copyright datesAlexey Shchepin182-241/+241
2012-02-20Fix typo in xep number, bosh is xep0206 (thanks to Ludovic Bocquet)Christophe Romain1-1/+1
2012-02-14Work also with some unicode strings in PgSQL (EJAB-1490)Badlop2-35/+47
2012-02-14Option default_host for handling HTTP requests with ambiguous Host (EJAB-1261)Badlop1-1/+14
2012-02-14Receiver should not generate an exceptionEvgeniy Khramtsov1-4/+12
2012-01-31Replace a single quote with double quotes inEvgeniy Khramtsov1-1/+1
an ODBC escape (thanks to Vladislav Chugunov)
2012-01-19http_bind webserver TLS fail on Chrome (thanks to Adam Langley)(EJAB-1530)Badlop1-1/+2
2012-01-19Fixed ejabberd_http:get_lineAlexey Shchepin1-1/+3
2012-01-04Foreign shared rosters items not pushed (thanks to Nathan Bruning)(EJAB-1509)Badlop1-12/+12
2011-12-31Revert "Update ejabberd version number to 2.1.10"Badlop2-10/+10
This reverts commit bcdae191417bbec40ec87d71b8143942da92f2f1.
2011-12-30mod_private.erl: misc errors cases fixes (thanks to Karim Gemayel)Alexey Shchepin2-65/+98
2011-12-23Update ejabberd version number to 2.1.10v2.1.10Badlop2-10/+10
2011-12-23Support undefinition of ssl:seed in R15BBadlop1-1/+1
2011-12-23Use the regexp frontend module (EJAB-921)Badlop1-18/+24
2011-12-22Always allow packets from user's server and bare jid in mod_privacy*Alexey Shchepin2-0/+42
2011-12-21Fixed the previous mod_blocking patchAlexey Shchepin1-1/+1
2011-12-21Corrected mod_blocking hooks return value, activate "Blocked Contacts" ↵Alexey Shchepin1-24/+30
privacy list after it is changed
2011-12-21Fix update with stripped beams (thanks to Jose M Herrero)(EJAB-1520)Badlop1-2/+4
2011-12-21Support Erlang/OTP R15B driver (EJAB-1521)Badlop6-24/+155
2011-12-19Replace regexp with ejabberd_regexpEvgeniy Khramtsov1-5/+6
2011-12-19Get rid of +driver option because it is incompatible with R15BEvgeniy Khramtsov2-2/+2
2011-12-15Preliminary support for groupname@vhost in Displayed Groups (EJAB-506)Badlop1-3/+14
2011-12-08Fix command "update" to return response in the expected formatBadlop2-4/+5
2011-12-08Don't reveal invitee's resource when room informs invitorBadlop1-1/+1