aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some type errorsEvgeniy Khramtsov2013-11-051-9/+6
|
* Do not try to start STUN application during config checksEvgeniy Khramtsov2013-11-021-1/+7
|
* Avoid case clause crash when loading permanent roomsEvgeniy Khramtsov2013-10-231-2/+2
|
* Fix display ACLs in WebAdminBadlop2013-10-011-8/+8
|
* Fix handling of format_status arguments (thanks to Nbaronov)Badlop2013-09-261-1/+1
|
* Fix bypass for tls-required (thanks to Zeha)Badlop2013-09-261-1/+3
|
* Fix roster version supportEvgeniy Khramtsov2013-09-241-1/+1
|
* Better web-handlers detectionEvgeniy Khramtsov2013-09-221-5/+5
|
* Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2013-09-191-2/+2
|\
| * Fix problem with decoding http headers over tls connectionsPaweł Chmielowski2013-09-161-2/+2
| | | | | | | | This fixed GitHub issue 96.
* | Reflect modules name changes in p1_mysqlEvgeniy Khramtsov2013-09-191-9/+9
|/
* clean subscriptions handling and avoid function_clauseChristophe Romain2013-08-273-11/+6
|
* fix build of Parents list in #pubsub_nodeChristophe Romain2013-08-271-1/+5
|
* fix call to get_session_pid with binary argumentsChristophe Romain2013-08-272-2/+2
|
* Do not rely on p1_logger_h module when lager is enabledEvgeniy Khramtsov2013-08-271-1/+10
|
* Change configuration file format to YAMLEvgeniy Khramtsov2013-08-2148-674/+1299
|
* Do not try to read/write the deprecated "config" tableEvgeniy Khramtsov2013-08-213-17/+17
|
* Do not distribute the ACL tableEvgeniy Khramtsov2013-08-211-7/+37
|
* Get rid of global configuration optionsEvgeniy Khramtsov2013-08-211-113/+43
|
* Fix timestamp processingEvgeniy Khramtsov2013-07-231-3/+7
|
* Fix some type errorsEvgeniy Khramtsov2013-07-222-4/+4
|
* Make it possible to import without cursor usageEvgeniy Khramtsov2013-07-221-22/+38
|
* Typo fixEvgeniy Khramtsov2013-07-221-1/+1
|
* Add SQL to Mnesia converterEvgeniy Khramtsov2013-07-2116-36/+510
|
* Make it possible to enable/disable TLS compressionEvgeniy Khramtsov2013-07-174-5/+33
|
* Do not forget to re-define the crash.log pathEvgeniy Khramtsov2013-07-151-0/+2
|
* Allow room member to get members list using XEPBadlop2013-07-111-1/+2
|
* fix badmatch in send_loop (EJAB-1650)Christophe Romain2013-07-101-1/+1
|
* fix badmatch on remove_user on PEP nodes (EJAB-1649)Christophe Romain2013-07-092-7/+5
|
* fix invalid response on get_options when no options set (EJAB-1648)Christophe Romain2013-07-092-28/+42
|
* Apparently configure.erl is not needed anymoreBadlop2013-07-081-90/+0
|
* gen_iq_handler:check_type was missingAlexey Shchepin2013-07-081-1/+12
|
* Improve the applications start-upEvgeniy Khramtsov2013-07-074-135/+102
| | | | | * Check if all modules present for every application loaded. * Get rid of now obsoleted 'ejabberd_check' module.
* fix pubsub unsubscription without SubId on odbcChristophe Romain2013-07-041-1/+1
|
* improve pubsub odbc use of i2lChristophe Romain2013-07-042-28/+27
|
* ip_adresse() does not need binary representation in configChristophe Romain2013-06-281-0/+3
|
* Fix IDNA conversionEvgeniy Khramtsov2013-06-281-4/+23
|
* Store only messages with body or subject (EJABS-2034)Badlop2013-06-271-2/+17
|
* Avoid custom loglevels processing for lagerEvgeniy Khramtsov2013-06-271-2/+5
|
* Logger improvements.Evgeniy Khramtsov2013-06-273-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.
* Fix external authenticationEvgeniy Khramtsov2013-06-261-13/+7
|
* fix feature build on node disco#info13.06Christophe Romain2013-06-252-4/+4
|
* Fix previous commitBadlop2013-06-251-2/+2
|
* Normalize HTTP path (thanks to Justin Kirby)Badlop2013-06-252-5/+14
|
* typo fix in specChristophe Romain2013-06-241-1/+1
|
* fix missing binarization switch on pep nodesChristophe Romain2013-06-241-4/+4
|
* cosmetic changeChristophe Romain2013-06-241-2/+2
|
* add missing list conversionChristophe Romain2013-06-241-1/+1
|
* decode_jid always gets binary(), encode_jid lets mod_pubsub handle conversionChristophe Romain2013-06-241-10/+3
|
* minor improvements and binary fixChristophe Romain2013-06-242-17/+10
|