Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-11-05 | Fix some type errors | Evgeniy Khramtsov | 1 | -9/+6 | |
2013-11-02 | Do not try to start STUN application during config checks | Evgeniy Khramtsov | 1 | -1/+7 | |
2013-10-23 | Avoid case clause crash when loading permanent rooms | Evgeniy Khramtsov | 1 | -2/+2 | |
2013-10-01 | Fix display ACLs in WebAdmin | Badlop | 1 | -8/+8 | |
2013-09-26 | Fix handling of format_status arguments (thanks to Nbaronov) | Badlop | 1 | -1/+1 | |
2013-09-26 | Fix bypass for tls-required (thanks to Zeha) | Badlop | 1 | -1/+3 | |
2013-09-24 | Fix roster version support | Evgeniy Khramtsov | 1 | -1/+1 | |
2013-09-22 | Better web-handlers detection | Evgeniy Khramtsov | 1 | -5/+5 | |
2013-09-19 | Reflect modules name changes in p1_mysql | Evgeniy Khramtsov | 1 | -9/+9 | |
2013-09-16 | Fix problem with decoding http headers over tls connections | Paweł Chmielowski | 1 | -2/+2 | |
This fixed GitHub issue 96. | |||||
2013-08-27 | clean subscriptions handling and avoid function_clause | Christophe Romain | 3 | -11/+6 | |
2013-08-27 | fix build of Parents list in #pubsub_node | Christophe Romain | 1 | -1/+5 | |
2013-08-27 | fix call to get_session_pid with binary arguments | Christophe Romain | 2 | -2/+2 | |
2013-08-27 | Do not rely on p1_logger_h module when lager is enabled | Evgeniy Khramtsov | 1 | -1/+10 | |
2013-08-21 | Change configuration file format to YAML | Evgeniy Khramtsov | 48 | -674/+1299 | |
2013-08-21 | Do not try to read/write the deprecated "config" table | Evgeniy Khramtsov | 3 | -17/+17 | |
2013-08-21 | Do not distribute the ACL table | Evgeniy Khramtsov | 1 | -7/+37 | |
2013-08-21 | Get rid of global configuration options | Evgeniy Khramtsov | 1 | -113/+43 | |
2013-07-23 | Fix timestamp processing | Evgeniy Khramtsov | 1 | -3/+7 | |
2013-07-22 | Fix some type errors | Evgeniy Khramtsov | 2 | -4/+4 | |
2013-07-22 | Make it possible to import without cursor usage | Evgeniy Khramtsov | 1 | -22/+38 | |
2013-07-22 | Typo fix | Evgeniy Khramtsov | 1 | -1/+1 | |
2013-07-21 | Add SQL to Mnesia converter | Evgeniy Khramtsov | 16 | -36/+510 | |
2013-07-17 | Make it possible to enable/disable TLS compression | Evgeniy Khramtsov | 4 | -5/+33 | |
2013-07-15 | Do not forget to re-define the crash.log path | Evgeniy Khramtsov | 1 | -0/+2 | |
2013-07-11 | Allow room member to get members list using XEP | Badlop | 1 | -1/+2 | |
2013-07-10 | fix badmatch in send_loop (EJAB-1650) | Christophe Romain | 1 | -1/+1 | |
2013-07-09 | fix badmatch on remove_user on PEP nodes (EJAB-1649) | Christophe Romain | 2 | -7/+5 | |
2013-07-09 | fix invalid response on get_options when no options set (EJAB-1648) | Christophe Romain | 2 | -28/+42 | |
2013-07-08 | Apparently configure.erl is not needed anymore | Badlop | 1 | -90/+0 | |
2013-07-08 | gen_iq_handler:check_type was missing | Alexey Shchepin | 1 | -1/+12 | |
2013-07-07 | Improve the applications start-up | Evgeniy Khramtsov | 4 | -135/+102 | |
* Check if all modules present for every application loaded. * Get rid of now obsoleted 'ejabberd_check' module. | |||||
2013-07-04 | fix pubsub unsubscription without SubId on odbc | Christophe Romain | 1 | -1/+1 | |
2013-07-04 | improve pubsub odbc use of i2l | Christophe Romain | 2 | -28/+27 | |
2013-06-28 | ip_adresse() does not need binary representation in config | Christophe Romain | 1 | -0/+3 | |
2013-06-28 | Fix IDNA conversion | Evgeniy Khramtsov | 1 | -4/+23 | |
2013-06-27 | Store only messages with body or subject (EJABS-2034) | Badlop | 1 | -2/+17 | |
2013-06-27 | Avoid custom loglevels processing for lager | Evgeniy Khramtsov | 1 | -2/+5 | |
2013-06-27 | Logger improvements. | Evgeniy Khramtsov | 3 | -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-26 | Fix external authentication | Evgeniy Khramtsov | 1 | -13/+7 | |
2013-06-25 | fix feature build on node disco#info13.06 | Christophe Romain | 2 | -4/+4 | |
2013-06-25 | Fix previous commit | Badlop | 1 | -2/+2 | |
2013-06-25 | Normalize HTTP path (thanks to Justin Kirby) | Badlop | 2 | -5/+14 | |
2013-06-24 | typo fix in spec | Christophe Romain | 1 | -1/+1 | |
2013-06-24 | fix missing binarization switch on pep nodes | Christophe Romain | 1 | -4/+4 | |
2013-06-24 | cosmetic change | Christophe Romain | 1 | -2/+2 | |
2013-06-24 | add missing list conversion | Christophe Romain | 1 | -1/+1 | |
2013-06-24 | decode_jid always gets binary(), encode_jid lets mod_pubsub handle conversion | Christophe Romain | 1 | -10/+3 | |
2013-06-24 | minor improvements and binary fix | Christophe Romain | 2 | -17/+10 | |
2013-06-24 | typo fix, related to commit 9194872 | Christophe Romain | 1 | -1/+1 | |