Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-04-12 | ODBC support for mod_blocking | Evgeniy Khramtsov | 3 | -0/+391 | |
2012-04-11 | Parse and encode https header names like native http parser does | Paweł Chmielowski | 1 | -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-11 | return user affiliation for a specified node (thanks to Karim Gemayel) ↵ | Christophe Romain | 3 | -20/+88 | |
(EJAB-1294) | |||||
2012-04-11 | Add comments about Dialyzer warnings | Badlop | 2 | -0/+4 | |
2012-04-09 | Add odbc modules to Makefile.win32 | Evgeniy Khramtsov | 2 | -2/+8 | |
2012-04-09 | Remove obsoleted function call | Evgeniy Khramtsov | 1 | -2/+2 | |
2012-04-06 | Don't use binary:match to extract lines from binaries | Paweł Chmielowski | 1 | -3/+13 | |
This was added in R13B3, lets roll our own implementation to make sure it works on older erlang versions. | |||||
2012-04-06 | Fix makefile rules for building dll-s in Makefile.win32 files | Paweł Chmielowski | 5 | -10/+10 | |
2012-04-06 | Parse correctly https request split into multiple packets | Paweł Chmielowski | 1 | -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-06 | Make sure that res is initialized in all cases | Paweł Chmielowski | 1 | -0/+2 | |
2012-04-06 | Added missed tls:recv_data/2 | Alexey Shchepin | 1 | -0/+4 | |
2012-04-06 | Don't ignore Length parameter in tls:recv | Paweł Chmielowski | 2 | -16/+30 | |
2012-04-06 | Avoid quadratic behavior in reading SSL data | Alexey Shchepin | 1 | -2/+4 | |
2012-04-06 | Properly handle HEAD request in mod_http_bind (this fixes EJAB-1538) | Paweł Chmielowski | 1 | -0/+2 | |
2012-04-06 | Get rid of duplicated code | Evgeniy Khramtsov | 8 | -204/+75 | |
2012-04-04 | ODBC support for mod_shared_roster | Evgeniy Khramtsov | 6 | -18/+1289 | |
2012-04-03 | ODBC support for mod_irc | Evgeniy Khramtsov | 6 | -11/+1116 | |
2012-04-02 | ODBC support for mod_vcard_xupdate | Evgeniy Khramtsov | 4 | -0/+184 | |
2012-04-02 | ODBC support for mod_announce | Evgeniy Khramtsov | 4 | -0/+948 | |
2012-04-02 | Add ODBC exporting function for privacy table | Evgeniy Khramtsov | 2 | -0/+54 | |
2012-03-31 | Use proper module name | Evgeniy Khramtsov | 2 | -4/+4 | |
2012-03-31 | ODBC support for mod_muc | Evgeniy Khramtsov | 7 | -55/+1060 | |
2012-03-19 | Change log level from informational to error | Evgeniy Khramtsov | 1 | -2/+2 | |
2012-03-16 | Relax digest-uri handling (thanks to Daniel Willmann)(EJAB-1529) | Badlop | 3 | -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-29 | Assume we have only one CPU when an auto-detection fails (EJAB-1516) | Evgeniy Khramtsov | 1 | -1/+6 | |
2012-02-28 | Cache caps timestamp before the IQ-request is done | Evgeniy Khramtsov | 1 | -11/+7 | |
2012-02-23 | Update copyright dates | Alexey Shchepin | 182 | -241/+241 | |
2012-02-20 | Fix typo in xep number, bosh is xep0206 (thanks to Ludovic Bocquet) | Christophe Romain | 1 | -1/+1 | |
2012-02-14 | Work also with some unicode strings in PgSQL (EJAB-1490) | Badlop | 2 | -35/+47 | |
2012-02-14 | Option default_host for handling HTTP requests with ambiguous Host (EJAB-1261) | Badlop | 1 | -1/+14 | |
2012-02-14 | Receiver should not generate an exception | Evgeniy Khramtsov | 1 | -4/+12 | |
2012-01-31 | Replace a single quote with double quotes in | Evgeniy Khramtsov | 1 | -1/+1 | |
an ODBC escape (thanks to Vladislav Chugunov) | |||||
2012-01-19 | http_bind webserver TLS fail on Chrome (thanks to Adam Langley)(EJAB-1530) | Badlop | 1 | -1/+2 | |
2012-01-19 | Fixed ejabberd_http:get_line | Alexey Shchepin | 1 | -1/+3 | |
2012-01-04 | Foreign shared rosters items not pushed (thanks to Nathan Bruning)(EJAB-1509) | Badlop | 1 | -12/+12 | |
2011-12-31 | Revert "Update ejabberd version number to 2.1.10" | Badlop | 2 | -10/+10 | |
This reverts commit bcdae191417bbec40ec87d71b8143942da92f2f1. | |||||
2011-12-30 | mod_private.erl: misc errors cases fixes (thanks to Karim Gemayel) | Alexey Shchepin | 2 | -65/+98 | |
2011-12-23 | Update ejabberd version number to 2.1.10v2.1.10 | Badlop | 2 | -10/+10 | |
2011-12-23 | Support undefinition of ssl:seed in R15B | Badlop | 1 | -1/+1 | |
2011-12-23 | Use the regexp frontend module (EJAB-921) | Badlop | 1 | -18/+24 | |
2011-12-22 | Always allow packets from user's server and bare jid in mod_privacy* | Alexey Shchepin | 2 | -0/+42 | |
2011-12-21 | Fixed the previous mod_blocking patch | Alexey Shchepin | 1 | -1/+1 | |
2011-12-21 | Corrected mod_blocking hooks return value, activate "Blocked Contacts" ↵ | Alexey Shchepin | 1 | -24/+30 | |
privacy list after it is changed | |||||
2011-12-21 | Fix update with stripped beams (thanks to Jose M Herrero)(EJAB-1520) | Badlop | 1 | -2/+4 | |
2011-12-21 | Support Erlang/OTP R15B driver (EJAB-1521) | Badlop | 6 | -24/+155 | |
2011-12-19 | Replace regexp with ejabberd_regexp | Evgeniy Khramtsov | 1 | -5/+6 | |
2011-12-19 | Get rid of +driver option because it is incompatible with R15B | Evgeniy Khramtsov | 2 | -2/+2 | |
2011-12-15 | Preliminary support for groupname@vhost in Displayed Groups (EJAB-506) | Badlop | 1 | -3/+14 | |
2011-12-08 | Fix command "update" to return response in the expected format | Badlop | 2 | -4/+5 | |
2011-12-08 | Don't reveal invitee's resource when room informs invitor | Badlop | 1 | -1/+1 | |