]> granicus.if.org Git - ejabberd/log
ejabberd
10 years agoMerge pull request #267 from weiss/replace-echo-calls
Evgeny Khramtsov [Fri, 1 Aug 2014 15:25:01 +0000 (19:25 +0400)]
Merge pull request #267 from weiss/replace-echo-calls

doc/Makefile: Replace non-portable echo(1) calls

10 years agomod_offline now uses gen_server
Alexey Shchepin [Thu, 31 Jul 2014 10:25:37 +0000 (14:25 +0400)]
mod_offline now uses gen_server

10 years agotypo fix on roster subscription (EJAB-1711)
Christophe Romain [Thu, 31 Jul 2014 09:50:22 +0000 (11:50 +0200)]
typo fix on roster subscription (EJAB-1711)

10 years agodoc/Makefile: Replace non-portable echo(1) calls
Holger Weiss [Mon, 28 Jul 2014 20:54:09 +0000 (22:54 +0200)]
doc/Makefile: Replace non-portable echo(1) calls

The echo(1) behavior is system-dependent, the printf(1) behavior is not.

10 years agoReorganize mod_announce test in order to avoid race
Evgeniy Khramtsov [Mon, 28 Jul 2014 09:42:29 +0000 (13:42 +0400)]
Reorganize mod_announce test in order to avoid race

10 years agoMerge pull request #266 from weiss/remove-http
Evgeny Khramtsov [Mon, 28 Jul 2014 07:08:13 +0000 (11:08 +0400)]
Merge pull request #266 from weiss/remove-http

Remove "--enable-http" flag

10 years agoMerge pull request #265 from weiss/mention-starttls-required
Evgeny Khramtsov [Mon, 28 Jul 2014 07:06:59 +0000 (11:06 +0400)]
Merge pull request #265 from weiss/mention-starttls-required

Mention "starttls_required" option in sample configuration file

10 years agoMerge pull request #264 from weiss/su-without-p
Evgeny Khramtsov [Mon, 28 Jul 2014 07:06:27 +0000 (11:06 +0400)]
Merge pull request #264 from weiss/su-without-p

ejabberdctl: Omit su(1)'s "-p" flag

10 years agoRemove "--enable-http" flag
Holger Weiss [Sun, 27 Jul 2014 10:51:25 +0000 (12:51 +0200)]
Remove "--enable-http" flag

Specifying the "--enable-http" flag on the ./configure command line had
no effect.

10 years agoMention "starttls_required" option in ejabberd.yml
Holger Weiss [Sun, 27 Jul 2014 10:44:34 +0000 (12:44 +0200)]
Mention "starttls_required" option in ejabberd.yml

Closes #258.

10 years agoApply minor improvement to ejabberd.yml comment
Holger Weiss [Sun, 27 Jul 2014 09:54:30 +0000 (11:54 +0200)]
Apply minor improvement to ejabberd.yml comment

10 years agoejabberdctl: Omit su(1)'s "-p" flag
Holger Weiss [Sun, 27 Jul 2014 09:21:55 +0000 (11:21 +0200)]
ejabberdctl: Omit su(1)'s "-p" flag

On Linux, su(1)'s "-p" flag makes sure the following environment
variables are preserved: $HOME, $SHELL, $USER, and $LOGNAME.  The flag
isn't portable, and since we don't set HOME=$SPOOLDIR anymore, there's
no reason to preserve these variables anyway.

Without "-p", we also don't need to set HOME=$INSTALLUSER_HOME, as su(1)
now does that for us.

10 years agoMerge branch 'master' of github.com:processone/ejabberd
Evgeniy Khramtsov [Sun, 27 Jul 2014 09:06:46 +0000 (13:06 +0400)]
Merge branch 'master' of github.com:processone/ejabberd

10 years agoAdd tests for mod_announce
Evgeniy Khramtsov [Sun, 27 Jul 2014 09:02:46 +0000 (13:02 +0400)]
Add tests for mod_announce

10 years agoMerge pull request #263 from weiss/fix-ejabberdctl-issues
Evgeny Khramtsov [Thu, 24 Jul 2014 16:56:32 +0000 (20:56 +0400)]
Merge pull request #263 from weiss/fix-ejabberdctl-issues

Fix ejabberdctl issues

10 years agoMerge pull request #262 from weiss/update-gitignore
Evgeny Khramtsov [Thu, 24 Jul 2014 16:55:50 +0000 (20:55 +0400)]
Merge pull request #262 from weiss/update-gitignore

Let Git ignore the "configure" script

10 years agoLet Git ignore the "configure" script
Holger Weiss [Thu, 24 Jul 2014 15:50:43 +0000 (17:50 +0200)]
Let Git ignore the "configure" script

10 years agoejabberdctl: Remove outdated comment
Holger Weiss [Thu, 24 Jul 2014 15:20:09 +0000 (17:20 +0200)]
ejabberdctl: Remove outdated comment

The home directory is no longer set to $SPOOL_DIR.

10 years agoejabberdctl: Create home directory as root
Holger Weiss [Thu, 24 Jul 2014 15:16:47 +0000 (17:16 +0200)]
ejabberdctl: Create home directory as root

If the $INSTALLUSER is not root, he will usually not have the necessary
permissions to create his home directory.

10 years agoMerge pull request #261 from weiss/no-bash
Evgeny Khramtsov [Thu, 24 Jul 2014 13:44:06 +0000 (17:44 +0400)]
Merge pull request #261 from weiss/no-bash

doc/Makefile: Don't insist on using /bin/bash

10 years agoejabberdctl: Use $INSTALLUSER's home directory
Holger Weiss [Thu, 24 Jul 2014 13:25:28 +0000 (15:25 +0200)]
ejabberdctl: Use $INSTALLUSER's home directory

Make sure ejabberdctl uses the $INSTALLUSER's .erlang.cookie file even
if the script was executed by root.

10 years agodoc/Makefile: Don't insist on using /bin/bash
Holger Weiss [Thu, 24 Jul 2014 13:15:00 +0000 (15:15 +0200)]
doc/Makefile: Don't insist on using /bin/bash

Fix "make doc" for systems that don't have /bin/bash.  There's no
bash-specific code in doc/Makefile anymore.

10 years agoRe-generate the XMPP codec using updated xml_gen
Evgeniy Khramtsov [Thu, 24 Jul 2014 06:32:07 +0000 (10:32 +0400)]
Re-generate the XMPP codec using updated xml_gen

10 years agoFix events broadcasting via C2S 14.07
Evgeniy Khramtsov [Tue, 22 Jul 2014 15:42:49 +0000 (19:42 +0400)]
Fix events broadcasting via C2S

10 years agoMerge pull request #257 from weiss/fix-option-name
Evgeny Khramtsov [Tue, 22 Jul 2014 13:47:04 +0000 (17:47 +0400)]
Merge pull request #257 from weiss/fix-option-name

Fix "s2s_access" option name in documentation

10 years agoFix "s2s_access" option name in documentation
Holger Weiss [Tue, 22 Jul 2014 13:06:19 +0000 (15:06 +0200)]
Fix "s2s_access" option name in documentation

10 years agoreflect correct default value un example documentation
Christophe Romain [Tue, 22 Jul 2014 12:35:31 +0000 (14:35 +0200)]
reflect correct default value un example documentation

10 years agoAdd tests for session management
Evgeniy Khramtsov [Tue, 22 Jul 2014 09:59:31 +0000 (13:59 +0400)]
Add tests for session management

10 years agoold release notes are not installed anymore
Christophe Romain [Mon, 21 Jul 2014 15:58:14 +0000 (17:58 +0200)]
old release notes are not installed anymore

10 years agoapply pull request #250 to pubsub_odbc as well
Christophe Romain [Mon, 21 Jul 2014 15:14:59 +0000 (17:14 +0200)]
apply pull request #250 to pubsub_odbc as well

10 years agoMerge pull request #250 from Iperity/master
Christophe Romain [Mon, 21 Jul 2014 15:11:29 +0000 (17:11 +0200)]
Merge pull request #250 from Iperity/master

Fix configuraton with custom nodetree plugin

10 years agohtml guide is now generated when building source tarball
Christophe Romain [Mon, 21 Jul 2014 14:36:10 +0000 (16:36 +0200)]
html guide is now generated when building source tarball

10 years agoremove bash dependency, fix EJABBERD_OPTS use
Christophe Romain [Mon, 21 Jul 2014 13:25:16 +0000 (15:25 +0200)]
remove bash dependency, fix EJABBERD_OPTS use

10 years agoavoid incorrect release version string (EJAB-1695)
Christophe Romain [Mon, 21 Jul 2014 11:50:35 +0000 (13:50 +0200)]
avoid incorrect release version string (EJAB-1695)

to do so, we remove configure script from repository.
it must be generated with autotools.
for developpers not using autotools, we include the configure script in
release source tarball, which in generated with correct version string.

10 years agoAdd tests for mod_carboncopy
Evgeniy Khramtsov [Sun, 20 Jul 2014 18:43:16 +0000 (22:43 +0400)]
Add tests for mod_carboncopy

10 years agoMove some namespaces definitions into header file
Evgeniy Khramtsov [Sun, 20 Jul 2014 18:20:44 +0000 (22:20 +0400)]
Move some namespaces definitions into header file

10 years agoMerge pull request #254 from weiss/replace-bashism
Evgeny Khramtsov [Sun, 20 Jul 2014 15:20:00 +0000 (19:20 +0400)]
Merge pull request #254 from weiss/replace-bashism

Replace bash-specific syntax in ejabberdctl

10 years agoReplace bash-specific syntax in ejabberdctl
Holger Weiss [Sun, 20 Jul 2014 11:24:28 +0000 (13:24 +0200)]
Replace bash-specific syntax in ejabberdctl

Use plain POSIX shell syntax to match ".yml" configuration file names.
This is also slightly more correct, as it matches ".yml" only at the
*end* of the file name.

10 years agoMerge pull request #253 from weiss/fix-config-comments
Evgeny Khramtsov [Sun, 20 Jul 2014 08:42:20 +0000 (12:42 +0400)]
Merge pull request #253 from weiss/fix-config-comments

Apply small fixes to description of log rotation in ejabberd.yml.example

10 years agoFix ejabberd.yml comment on overload protection
Holger Weiss [Sun, 20 Jul 2014 05:36:24 +0000 (07:36 +0200)]
Fix ejabberd.yml comment on overload protection

10 years agoFix ejabberd.yml comment on log rotation syntax
Holger Weiss [Sun, 20 Jul 2014 05:29:45 +0000 (07:29 +0200)]
Fix ejabberd.yml comment on log rotation syntax

10 years agoImprove MUC test cases
Evgeniy Khramtsov [Sat, 19 Jul 2014 13:23:13 +0000 (17:23 +0400)]
Improve MUC test cases

10 years agoFix Record-Route signing
Evgeniy Khramtsov [Thu, 17 Jul 2014 16:30:09 +0000 (20:30 +0400)]
Fix Record-Route signing

10 years agotreap.erl was moved to p1_utils
Paweł Chmielowski [Thu, 17 Jul 2014 09:57:23 +0000 (11:57 +0200)]
treap.erl was moved to p1_utils

10 years agoUse p1_utils
Paweł Chmielowski [Thu, 17 Jul 2014 08:50:43 +0000 (10:50 +0200)]
Use p1_utils

10 years agoGet rid of p1_mnesia file
Evgeniy Khramtsov [Thu, 17 Jul 2014 04:31:54 +0000 (08:31 +0400)]
Get rid of p1_mnesia file

10 years agoChange return type to reflect recent changes in p1_sip
Evgeniy Khramtsov [Wed, 16 Jul 2014 10:54:02 +0000 (14:54 +0400)]
Change return type to reflect recent changes in p1_sip

10 years agoFix returned types
Evgeniy Khramtsov [Wed, 16 Jul 2014 06:33:34 +0000 (10:33 +0400)]
Fix returned types

10 years agoFix blocklist get
Evgeniy Khramtsov [Wed, 16 Jul 2014 03:42:59 +0000 (07:42 +0400)]
Fix blocklist get

10 years agoMerge pull request #251 from weiss/enable-riak-tests
Evgeny Khramtsov [Tue, 15 Jul 2014 18:56:55 +0000 (22:56 +0400)]
Merge pull request #251 from weiss/enable-riak-tests

Travis CI: Enable Riak tests

10 years agoTravis CI: Enable Riak tests
Holger Weiss [Tue, 15 Jul 2014 18:42:12 +0000 (20:42 +0200)]
Travis CI: Enable Riak tests

10 years agoRemove unnecessary defaults from the xmpp_codec spec
Evgeniy Khramtsov [Tue, 15 Jul 2014 16:42:38 +0000 (20:42 +0400)]
Remove unnecessary defaults from the xmpp_codec spec

10 years agoBetter Riak usage detection
Evgeniy Khramtsov [Tue, 15 Jul 2014 16:26:32 +0000 (20:26 +0400)]
Better Riak usage detection

10 years agoFix broken hooked functions
Evgeniy Khramtsov [Tue, 15 Jul 2014 15:22:33 +0000 (19:22 +0400)]
Fix broken hooked functions

10 years agoAdd mod_caps checks to the testing suite
Evgeniy Khramtsov [Tue, 15 Jul 2014 07:53:40 +0000 (11:53 +0400)]
Add mod_caps checks to the testing suite

10 years agoFix configuraton with custom nodetree plugin
Nathan Bruning [Tue, 15 Jul 2014 10:04:06 +0000 (12:04 +0200)]
Fix configuraton with custom nodetree plugin

10 years agoDo not check for Erlang apps at configure time as it looks redundant
Evgeniy Khramtsov [Sun, 17 Nov 2013 05:09:54 +0000 (15:09 +1000)]
Do not check for Erlang apps at configure time as it looks redundant

10 years agoSerialize records to proplists before storing then in Riak
Evgeniy Khramtsov [Mon, 14 Jul 2014 03:49:02 +0000 (07:49 +0400)]
Serialize records to proplists before storing then in Riak

10 years agoMerge pull request #248 from mathiasertl/master
Evgeny Khramtsov [Fri, 11 Jul 2014 11:45:29 +0000 (15:45 +0400)]
Merge pull request #248 from mathiasertl/master

Move warnings inside check for $EJABBERD_BYPASS_WARNINGS, use variable for path

10 years agoMove warnings inside check for , use variable for path
Mathias Ertl [Fri, 11 Jul 2014 10:34:52 +0000 (12:34 +0200)]
Move warnings inside check for , use variable for path

10 years agoRe-generate the HTML documents
Evgeniy Khramtsov [Thu, 10 Jul 2014 15:07:09 +0000 (19:07 +0400)]
Re-generate the HTML documents

10 years agoMention about Riak in yet another place
Evgeniy Khramtsov [Thu, 10 Jul 2014 11:33:50 +0000 (15:33 +0400)]
Mention about Riak in yet another place

10 years agoTry to bypass Riak tests by Travis CI
Evgeniy Khramtsov [Thu, 10 Jul 2014 10:45:54 +0000 (14:45 +0400)]
Try to bypass Riak tests by Travis CI

10 years agoFix compile errors introduced by previous cherry picks
Evgeniy Khramtsov [Thu, 10 Jul 2014 10:16:33 +0000 (14:16 +0400)]
Fix compile errors introduced by previous cherry picks

10 years agoRe-generate the configure script
Evgeniy Khramtsov [Thu, 10 Jul 2014 09:59:11 +0000 (13:59 +0400)]
Re-generate the configure script

10 years agoAdd --enable-riak configure flag
Evgeniy Khramtsov [Thu, 10 Jul 2014 09:58:43 +0000 (13:58 +0400)]
Add --enable-riak configure flag

10 years agoDocument Riak support
Evgeniy Khramtsov [Thu, 10 Jul 2014 08:11:03 +0000 (12:11 +0400)]
Document Riak support

10 years agoCheck Riak connection before running the corresponding suite
Evgeniy Khramtsov [Wed, 9 Jul 2014 18:59:45 +0000 (22:59 +0400)]
Check Riak connection before running the corresponding suite

10 years agoMake it possible to check Riak connection status
Evgeniy Khramtsov [Wed, 9 Jul 2014 18:49:23 +0000 (22:49 +0400)]
Make it possible to check Riak connection status

10 years agoDon't forget to shutdown rooms before starting the testing suite
Evgeniy Khramtsov [Wed, 9 Jul 2014 17:37:06 +0000 (21:37 +0400)]
Don't forget to shutdown rooms before starting the testing suite

10 years agoImprove test suite explanation
Evgeniy Khramtsov [Wed, 9 Jul 2014 15:28:14 +0000 (19:28 +0400)]
Improve test suite explanation

10 years agoClear Riak data when initializing the testing suite
Evgeniy Khramtsov [Wed, 9 Jul 2014 14:44:48 +0000 (18:44 +0400)]
Clear Riak data when initializing the testing suite

10 years agoFix roster versioning support when Riak backend is enabled
Evgeniy Khramtsov [Wed, 9 Jul 2014 14:39:39 +0000 (18:39 +0400)]
Fix roster versioning support when Riak backend is enabled

10 years agoFix case clause
Evgeniy Khramtsov [Wed, 9 Jul 2014 14:02:13 +0000 (18:02 +0400)]
Fix case clause

10 years agoImprove Riak pool management
Evgeniy Khramtsov [Wed, 9 Jul 2014 12:40:18 +0000 (16:40 +0400)]
Improve Riak pool management

10 years agoFixate Riak client library
Evgeniy Khramtsov [Wed, 9 Jul 2014 12:40:06 +0000 (16:40 +0400)]
Fixate Riak client library

10 years agoAdd Riak backend to the testing suit
Evgeniy Khramtsov [Wed, 9 Jul 2014 12:38:45 +0000 (16:38 +0400)]
Add Riak backend to the testing suit

10 years agoAdd SQL to Riak converter
Evgeniy Khramtsov [Sun, 21 Jul 2013 12:53:44 +0000 (22:53 +1000)]
Add SQL to Riak converter

10 years agoImprove Riak support
Evgeniy Khramtsov [Tue, 13 Nov 2012 12:56:27 +0000 (22:56 +1000)]
Improve Riak support

10 years agoUpdated riak support
Alexey Shchepin [Tue, 6 Nov 2012 15:58:08 +0000 (17:58 +0200)]
Updated riak support

10 years agoPreliminary Riak support
Alexey Shchepin [Wed, 25 Jan 2012 10:02:16 +0000 (12:02 +0200)]
Preliminary Riak support

10 years agoAdd start_module/2
Evgeniy Khramtsov [Tue, 8 Jul 2014 16:57:43 +0000 (20:57 +0400)]
Add start_module/2

10 years agoImprove documentation of mod_sip
Evgeniy Khramtsov [Mon, 7 Jul 2014 05:38:50 +0000 (09:38 +0400)]
Improve documentation of mod_sip

10 years agoRename options
Evgeniy Khramtsov [Mon, 7 Jul 2014 05:27:24 +0000 (09:27 +0400)]
Rename options

10 years agoAdd new option support: always_record_route
Evgeniy Khramtsov [Mon, 7 Jul 2014 05:23:11 +0000 (09:23 +0400)]
Add new option support: always_record_route

10 years agoMerge pull request #243 from matwey/master
Evgeny Khramtsov [Sat, 5 Jul 2014 14:09:28 +0000 (18:09 +0400)]
Merge pull request #243 from matwey/master

Use -include_lib instead of -include for esip and p1_xml

10 years agoUse -include_lib instead of -include for esip and p1_xml
Matwey V. Kornilov [Sat, 5 Jul 2014 10:01:29 +0000 (14:01 +0400)]
Use -include_lib instead of -include for esip and p1_xml

-include_lib is used in order to find deps. Rebar include magic is not required anymore.
Rebar uses deps as library directory.

10 years agoRevert "Fix IQ XML generation."
Evgeniy Khramtsov [Sat, 5 Jul 2014 13:53:45 +0000 (17:53 +0400)]
Revert "Fix IQ XML generation."

This reverts commit 26a4d91297a7d7400dbdd30a063e163afa83fb22.

10 years agoReturn MySQL error messages as binary.
Jerome Sautret [Fri, 4 Jul 2014 15:28:19 +0000 (17:28 +0200)]
Return MySQL error messages as binary.

10 years agoFix IQ XML generation.
Jerome Sautret [Fri, 4 Jul 2014 13:21:40 +0000 (15:21 +0200)]
Fix IQ XML generation.

10 years agoadd ability to rotate logs on given date condition
Christophe Romain [Wed, 2 Jul 2014 08:41:12 +0000 (10:41 +0200)]
add ability to rotate logs on given date condition

10 years agoNew option support: log_rotate_count
Evgeniy Khramtsov [Mon, 18 Nov 2013 13:22:48 +0000 (23:22 +1000)]
New option support: log_rotate_count

10 years agoSupport new options: log_rotate_size and log_rate_limit
Evgeniy Khramtsov [Tue, 12 Nov 2013 11:33:09 +0000 (21:33 +1000)]
Support new options: log_rotate_size and log_rate_limit

10 years agoDisable SASL error logger if lager is enabled
Evgeniy Khramtsov [Mon, 11 Nov 2013 02:13:29 +0000 (12:13 +1000)]
Disable SASL error logger if lager is enabled

10 years agomod_caps doesn't provide Mnesia export feature
Badlop [Fri, 27 Jun 2014 11:49:17 +0000 (13:49 +0200)]
mod_caps doesn't provide Mnesia export feature

10 years agolet ejabberdctl explicitely use bash
Christophe Romain [Fri, 20 Jun 2014 12:33:48 +0000 (14:33 +0200)]
let ejabberdctl explicitely use bash

10 years agoMerge pull request #238 from weiss/log-node-mismatch
Evgeny Khramtsov [Thu, 12 Jun 2014 09:23:17 +0000 (13:23 +0400)]
Merge pull request #238 from weiss/log-node-mismatch

Check for Mnesia node name mismatches on startup

10 years agoCheck for Mnesia node name mismatches
Holger Weiss [Thu, 12 Jun 2014 09:00:22 +0000 (11:00 +0200)]
Check for Mnesia node name mismatches

Log a proper error message if the node running ejabberd doesn't own the
Mnesia database.

10 years agoChange default flow timeout as recommended per the RFC
Evgeniy Khramtsov [Thu, 12 Jun 2014 05:28:34 +0000 (09:28 +0400)]
Change default flow timeout as recommended per the RFC

10 years agoDon't forget to close socket of timed out flow
Evgeniy Khramtsov [Thu, 12 Jun 2014 05:27:32 +0000 (09:27 +0400)]
Don't forget to close socket of timed out flow