aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-05Fix some type errorsEvgeniy Khramtsov1-9/+6
2013-11-02Do not try to start STUN application during config checksEvgeniy Khramtsov1-1/+7
2013-10-23Avoid case clause crash when loading permanent roomsEvgeniy Khramtsov1-2/+2
2013-10-01Fix display ACLs in WebAdminBadlop1-8/+8
2013-09-26Fix handling of format_status arguments (thanks to Nbaronov)Badlop1-1/+1
2013-09-26Fix bypass for tls-required (thanks to Zeha)Badlop1-1/+3
2013-09-24Fix roster version supportEvgeniy Khramtsov1-1/+1
2013-09-22Better web-handlers detectionEvgeniy Khramtsov1-5/+5
2013-09-19Reflect modules name changes in p1_mysqlEvgeniy Khramtsov1-9/+9
2013-09-16Fix problem with decoding http headers over tls connectionsPaweł Chmielowski1-2/+2
This fixed GitHub issue 96.
2013-08-27clean subscriptions handling and avoid function_clauseChristophe Romain3-11/+6
2013-08-27fix build of Parents list in #pubsub_nodeChristophe Romain1-1/+5
2013-08-27fix call to get_session_pid with binary argumentsChristophe Romain2-2/+2
2013-08-27Do not rely on p1_logger_h module when lager is enabledEvgeniy Khramtsov1-1/+10
2013-08-21Change configuration file format to YAMLEvgeniy Khramtsov48-674/+1299
2013-08-21Do not try to read/write the deprecated "config" tableEvgeniy Khramtsov3-17/+17
2013-08-21Do not distribute the ACL tableEvgeniy Khramtsov1-7/+37
2013-08-21Get rid of global configuration optionsEvgeniy Khramtsov1-113/+43
2013-07-23Fix timestamp processingEvgeniy Khramtsov1-3/+7
2013-07-22Fix some type errorsEvgeniy Khramtsov2-4/+4
2013-07-22Make it possible to import without cursor usageEvgeniy Khramtsov1-22/+38
2013-07-22Typo fixEvgeniy Khramtsov1-1/+1
2013-07-21Add SQL to Mnesia converterEvgeniy Khramtsov16-36/+510
2013-07-17Make it possible to enable/disable TLS compressionEvgeniy Khramtsov4-5/+33
2013-07-15Do not forget to re-define the crash.log pathEvgeniy Khramtsov1-0/+2
2013-07-11Allow room member to get members list using XEPBadlop1-1/+2
2013-07-10fix badmatch in send_loop (EJAB-1650)Christophe Romain1-1/+1
2013-07-09fix badmatch on remove_user on PEP nodes (EJAB-1649)Christophe Romain2-7/+5
2013-07-09fix invalid response on get_options when no options set (EJAB-1648)Christophe Romain2-28/+42
2013-07-08Apparently configure.erl is not needed anymoreBadlop1-90/+0
2013-07-08gen_iq_handler:check_type was missingAlexey Shchepin1-1/+12
2013-07-07Improve the applications start-upEvgeniy Khramtsov4-135/+102
* Check if all modules present for every application loaded. * Get rid of now obsoleted 'ejabberd_check' module.
2013-07-04fix pubsub unsubscription without SubId on odbcChristophe Romain1-1/+1
2013-07-04improve pubsub odbc use of i2lChristophe Romain2-28/+27
2013-06-28ip_adresse() does not need binary representation in configChristophe Romain1-0/+3
2013-06-28Fix IDNA conversionEvgeniy Khramtsov1-4/+23
2013-06-27Store only messages with body or subject (EJABS-2034)Badlop1-2/+17
2013-06-27Avoid custom loglevels processing for lagerEvgeniy Khramtsov1-2/+5
2013-06-27Logger improvements.Evgeniy Khramtsov3-70/+111
lager: * It is now possible to change the loglevel. * Log rotation is now supported as well. p1_logger: * When rotating a log file, add suffix ".0" to the renamed file. This is needed in order to be consistent with lager rotation mechanism.
2013-06-26Fix external authenticationEvgeniy Khramtsov1-13/+7
2013-06-25fix feature build on node disco#info13.06Christophe Romain2-4/+4
2013-06-25Fix previous commitBadlop1-2/+2
2013-06-25Normalize HTTP path (thanks to Justin Kirby)Badlop2-5/+14
2013-06-24typo fix in specChristophe Romain1-1/+1
2013-06-24fix missing binarization switch on pep nodesChristophe Romain1-4/+4
2013-06-24cosmetic changeChristophe Romain1-2/+2
2013-06-24add missing list conversionChristophe Romain1-1/+1
2013-06-24decode_jid always gets binary(), encode_jid lets mod_pubsub handle conversionChristophe Romain1-10/+3
2013-06-24minor improvements and binary fixChristophe Romain2-17/+10
2013-06-24typo fix, related to commit 9194872Christophe Romain1-1/+1