]> granicus.if.org Git - ejabberd/log
ejabberd
10 years agoCarbons: Also forward messages sent to bare JIDs
Holger Weiss [Mon, 7 Apr 2014 20:10:08 +0000 (22:10 +0200)]
Carbons: Also forward messages sent to bare JIDs

Don't ignore messages sent to bare JIDs, but forward them to all
carbon-copy-enabled resources that don't have the highest priority.

10 years agoUpdate Hebrew translation (thanks to Isratine Citizen)
Badlop [Mon, 7 Apr 2014 14:26:50 +0000 (16:26 +0200)]
Update Hebrew translation (thanks to Isratine Citizen)

10 years agoMerge pull request #159 from weiss/update-gitignore
badlop [Mon, 7 Apr 2014 11:29:37 +0000 (13:29 +0200)]
Merge pull request #159 from weiss/update-gitignore

Update the gitignore(5) file

10 years agoMerge pull request #158 from weiss/fix-lang-type
badlop [Mon, 7 Apr 2014 11:28:41 +0000 (13:28 +0200)]
Merge pull request #158 from weiss/fix-lang-type

Fix a type error

10 years agoMerge pull request #157 from weiss/fix-mod-update
badlop [Mon, 7 Apr 2014 11:27:31 +0000 (13:27 +0200)]
Merge pull request #157 from weiss/fix-mod-update

Fix badarg issue on module update web site

10 years agoMerge pull request #156 from hamano/devel
badlop [Mon, 7 Apr 2014 10:39:22 +0000 (12:39 +0200)]
Merge pull request #156 from hamano/devel

mod_register_web: check same acl as mod_register.

10 years agoLet Git ignore the "ebin" directory
Holger Weiss [Sat, 5 Apr 2014 22:56:36 +0000 (00:56 +0200)]
Let Git ignore the "ebin" directory

10 years agoLet Git ignore files generated by "make install"
Holger Weiss [Sat, 5 Apr 2014 22:56:09 +0000 (00:56 +0200)]
Let Git ignore files generated by "make install"

10 years agoFix a type error
Holger Weiss [Sat, 5 Apr 2014 22:39:51 +0000 (00:39 +0200)]
Fix a type error

10 years agoFix badarg issue on module update web site
Holger Weiss [Sat, 5 Apr 2014 21:23:44 +0000 (23:23 +0200)]
Fix badarg issue on module update web site

10 years agomod_register_web: check same acl as mod_register.
HAMANO Tsukasa [Thu, 3 Apr 2014 19:07:29 +0000 (04:07 +0900)]
mod_register_web: check same acl as mod_register.

10 years agoFix user_resources command, and ejabberd_xmlrpc parsing auth details in call
Badlop [Mon, 31 Mar 2014 14:51:47 +0000 (16:51 +0200)]
Fix user_resources command, and ejabberd_xmlrpc parsing auth details in call

10 years agoNew Bash completion script for ejabberdctl, experimental (EJAB-1042)
Badlop [Wed, 26 Mar 2014 15:43:40 +0000 (16:43 +0100)]
New Bash completion script for ejabberdctl, experimental (EJAB-1042)

10 years agoSmall change in ejabberd_ctl output format to support bash completion
Badlop [Wed, 26 Mar 2014 15:39:35 +0000 (16:39 +0100)]
Small change in ejabberd_ctl output format to support bash completion

10 years agoProvide meaningful text to user when admin kicks session (EJAB-1455)
Badlop [Wed, 26 Mar 2014 15:01:37 +0000 (16:01 +0100)]
Provide meaningful text to user when admin kicks session (EJAB-1455)

10 years agoFix service_info options processing
Evgeniy Khramtsov [Tue, 25 Mar 2014 05:52:39 +0000 (09:52 +0400)]
Fix service_info options processing

10 years agoRemove annyoing warnings
Evgeniy Khramtsov [Wed, 21 Aug 2013 01:42:56 +0000 (11:42 +1000)]
Remove annyoing warnings

10 years agoFix ACLs syntax change (thanks to jokker23)(issue #140)
Badlop [Mon, 24 Mar 2014 18:40:55 +0000 (19:40 +0100)]
Fix ACLs syntax change (thanks to jokker23)(issue #140)

10 years agoMerge pull request #149 from iulianlaz/carboncopy-fix-msg-back-to-original-sender
badlop [Sun, 16 Mar 2014 19:59:49 +0000 (20:59 +0100)]
Merge pull request #149 from iulianlaz/carboncopy-fix-msg-back-to-original-sender

#148 Carbon copy sends message back to original sender solved

10 years agoUpdate copyright dates to 2014 (EJAB-1679)
Badlop [Thu, 13 Mar 2014 11:29:21 +0000 (12:29 +0100)]
Update copyright dates to 2014 (EJAB-1679)

10 years agoProvide header with latin-1 encoding in translations to work with Erlang/OTP R17
Badlop [Wed, 12 Mar 2014 16:26:27 +0000 (17:26 +0100)]
Provide header with latin-1 encoding in translations to work with Erlang/OTP R17

10 years ago#148 Carbon copy sends message back to original sender solved
iulianlaz [Thu, 6 Mar 2014 08:40:38 +0000 (08:40 +0000)]
#148 Carbon copy sends message back to original sender solved

10 years agoMerge branch 'master' of github.com:processone/ejabberd
Evgeniy Khramtsov [Fri, 28 Feb 2014 11:36:46 +0000 (15:36 +0400)]
Merge branch 'master' of github.com:processone/ejabberd

10 years agoRegenerate XMPP codec
Evgeniy Khramtsov [Fri, 28 Feb 2014 11:32:05 +0000 (15:32 +0400)]
Regenerate XMPP codec

10 years agoSupport XEP-0321: Remote Roster Management (EJAB-1381)
Badlop [Wed, 26 Feb 2014 17:01:47 +0000 (18:01 +0100)]
Support XEP-0321: Remote Roster Management (EJAB-1381)

10 years agoConvert DB details to string when calling odbc:connect/2 (EJAB-1681)
Badlop [Wed, 26 Feb 2014 16:26:46 +0000 (17:26 +0100)]
Convert DB details to string when calling odbc:connect/2 (EJAB-1681)

10 years agoDon't provide current password in webinterface (github issue #137)
Badlop [Wed, 26 Feb 2014 16:18:12 +0000 (17:18 +0100)]
Don't provide current password in webinterface (github issue #137)

10 years agoMerge pull request #145 from weiss/fix-configure-flag
badlop [Mon, 24 Feb 2014 11:46:09 +0000 (12:46 +0100)]
Merge pull request #145 from weiss/fix-configure-flag

Fix --enable-transient_supervisors flag

10 years agoMerge pull request #144 from weiss/fix-supervisor-start
badlop [Mon, 24 Feb 2014 11:40:10 +0000 (12:40 +0100)]
Merge pull request #144 from weiss/fix-supervisor-start

Add missing parenthesis

10 years agoFix --{enable,disable}-transient_supervisors flag
Holger Weiss [Fri, 21 Feb 2014 22:34:48 +0000 (23:34 +0100)]
Fix --{enable,disable}-transient_supervisors flag

Fix configure's --{enable,disable}-transient_supervisors option: Make
sure it's enabled with --enable and disabled with --disable, not the
other way round.  This also makes --disable the default setting, as
documented.

10 years agoAdd missing parenthesis
Holger Weiss [Fri, 21 Feb 2014 22:33:13 +0000 (23:33 +0100)]
Add missing parenthesis

10 years agoWhen occupant changes nick, include status 110 in stanzas sent to him
Badlop [Fri, 14 Feb 2014 15:22:14 +0000 (16:22 +0100)]
When occupant changes nick, include status 110 in stanzas sent to him

11 years agoFixing mod_carboncopy sends carbons of carbons (fixes #107)
Badlop [Thu, 23 Jan 2014 16:29:24 +0000 (17:29 +0100)]
Fixing mod_carboncopy sends carbons of carbons (fixes #107)

11 years agoMerge pull request #134 from mrjameshamilton/patch-1
badlop [Thu, 23 Jan 2014 14:56:18 +0000 (06:56 -0800)]
Merge pull request #134 from mrjameshamilton/patch-1

Fixed parameter order in call to restore_room/3

11 years agoFixed parameter order in call to restore_room/3
mrjameshamilton [Thu, 23 Jan 2014 14:39:52 +0000 (14:39 +0000)]
Fixed parameter order in call to restore_room/3

11 years agoClear SASL state after finishing auth
Alexey Shchepin [Tue, 21 Jan 2014 11:40:03 +0000 (13:40 +0200)]
Clear SASL state after finishing auth

11 years agoFix for the previous commit
Alexey Shchepin [Tue, 21 Jan 2014 09:54:18 +0000 (11:54 +0200)]
Fix for the previous commit

11 years agoUse 'to' field only in the first client stream initialization
Alexey Shchepin [Mon, 20 Jan 2014 14:06:05 +0000 (16:06 +0200)]
Use 'to' field only in the first client stream initialization

11 years agoAdd some ejabberd_xmlrpc documentation, and link to full details
Badlop [Thu, 2 Jan 2014 15:31:28 +0000 (16:31 +0100)]
Add some ejabberd_xmlrpc documentation, and link to full details

11 years agoFix auth verification in ejabberd_xmlrpc (thanks to Vicis)
Badlop [Thu, 2 Jan 2014 15:10:19 +0000 (16:10 +0100)]
Fix auth verification in ejabberd_xmlrpc (thanks to Vicis)

11 years agoFix example configuration option 'add' to 'append_host_config'
Badlop [Thu, 2 Jan 2014 14:03:05 +0000 (15:03 +0100)]
Fix example configuration option 'add' to 'append_host_config'

11 years agoFix some type specs and errors 13.12
Evgeniy Khramtsov [Tue, 10 Dec 2013 07:40:43 +0000 (17:40 +1000)]
Fix some type specs and errors

11 years agoAdd ejabberd_xmlrpc
Evgeniy Khramtsov [Tue, 10 Dec 2013 11:25:12 +0000 (21:25 +1000)]
Add ejabberd_xmlrpc

11 years agoremove version.tex file which is auto-generated
Christophe Romain [Thu, 5 Dec 2013 13:19:55 +0000 (14:19 +0100)]
remove version.tex file which is auto-generated

11 years agoAdd access rule to mod_roster (EJAB-72)
Badlop [Wed, 4 Dec 2013 13:55:21 +0000 (14:55 +0100)]
Add access rule to mod_roster (EJAB-72)

11 years agobind values for get_parentnodes_tree
Christophe Romain [Tue, 3 Dec 2013 09:51:01 +0000 (10:51 +0100)]
bind values for get_parentnodes_tree

11 years agofix use of virtual nodetree
Christophe Romain [Tue, 3 Dec 2013 09:34:59 +0000 (10:34 +0100)]
fix use of virtual nodetree

11 years agoMerge pull request #119 from Mikhail-D/patch-1
badlop [Mon, 2 Dec 2013 10:02:44 +0000 (02:02 -0800)]
Merge pull request #119 from Mikhail-D/patch-1

Create mssql2012.sql

11 years agoCreate mssql2012.sql
Mikhail-D [Mon, 2 Dec 2013 08:29:52 +0000 (00:29 -0800)]
Create mssql2012.sql

replace sp_dboption with new instructions

11 years agoSupport for OpenSSL ciphers list in ejabberd_c2s, ejabberd_s2s_in and ejabberd_s2s_out
Alexey Shchepin [Thu, 28 Nov 2013 17:39:11 +0000 (19:39 +0200)]
Support for OpenSSL ciphers list in ejabberd_c2s, ejabberd_s2s_in and ejabberd_s2s_out

11 years agoadd Pubsub data migration from mnesia to odbc (EJAB-1126)
Badlop [Thu, 14 Nov 2013 18:29:16 +0000 (19:29 +0100)]
add Pubsub data migration from mnesia to odbc (EJAB-1126)

By calling:
  ejd2odbc:export_pubsub("localhost","/tmp/aa.txt").
it will generate SQL files like these:
  /tmp/pubsub_item.txt
  /tmp/pubsub_node.txt
  /tmp/pubsub_state.txt

Conflicts:
src/ejabberd_admin.erl
src/ejd2odbc.erl

11 years agoCorrectly convert ACLs into YAML representation
Evgeniy Khramtsov [Wed, 6 Nov 2013 16:43:24 +0000 (02:43 +1000)]
Correctly convert ACLs into YAML representation

11 years agoDo not use functions from crypto module wherever possible
Evgeniy Khramtsov [Tue, 5 Nov 2013 10:05:12 +0000 (20:05 +1000)]
Do not use functions from crypto module wherever possible

11 years agoFix some type errors
Evgeniy Khramtsov [Tue, 5 Nov 2013 09:15:08 +0000 (19:15 +1000)]
Fix some type errors

11 years agoDo not try to start STUN application during config checks
Evgeniy Khramtsov [Sat, 2 Nov 2013 00:30:19 +0000 (10:30 +1000)]
Do not try to start STUN application during config checks

11 years agoAvoid case clause crash when loading permanent rooms
Evgeniy Khramtsov [Wed, 23 Oct 2013 02:22:17 +0000 (12:22 +1000)]
Avoid case clause crash when loading permanent rooms

11 years agoGet rid of deprecated MySQL variable 'table_type'
Evgeniy Khramtsov [Wed, 23 Oct 2013 01:55:29 +0000 (11:55 +1000)]
Get rid of deprecated MySQL variable 'table_type'

11 years agoCheck libyaml presence at configure time
Evgeniy Khramtsov [Tue, 22 Oct 2013 10:12:12 +0000 (20:12 +1000)]
Check libyaml presence at configure time

11 years agoEnumerate convert_to_yaml command in list of commands
Badlop [Wed, 9 Oct 2013 14:05:45 +0000 (16:05 +0200)]
Enumerate convert_to_yaml command in list of commands

11 years agoFix display ACLs in WebAdmin
Badlop [Tue, 1 Oct 2013 21:23:01 +0000 (23:23 +0200)]
Fix display ACLs in WebAdmin

11 years agoupdate default version to 13.10 13.10
Christophe Romain [Fri, 27 Sep 2013 09:19:22 +0000 (11:19 +0200)]
update default version to 13.10

11 years agoFix handling of format_status arguments (thanks to Nbaronov)
Badlop [Thu, 26 Sep 2013 15:19:56 +0000 (17:19 +0200)]
Fix handling of format_status arguments (thanks to Nbaronov)

11 years agoFix bypass for tls-required (thanks to Zeha)
Badlop [Thu, 26 Sep 2013 14:41:57 +0000 (16:41 +0200)]
Fix bypass for tls-required (thanks to Zeha)

11 years agoFix roster version support
Evgeniy Khramtsov [Tue, 24 Sep 2013 08:40:32 +0000 (18:40 +1000)]
Fix roster version support

11 years agoBetter web-handlers detection
Evgeniy Khramtsov [Sun, 22 Sep 2013 10:18:56 +0000 (20:18 +1000)]
Better web-handlers detection

11 years agoMerge branch 'master' of github.com:processone/ejabberd
Evgeniy Khramtsov [Thu, 19 Sep 2013 09:00:08 +0000 (19:00 +1000)]
Merge branch 'master' of github.com:processone/ejabberd

11 years agoReflect modules name changes in p1_mysql
Evgeniy Khramtsov [Wed, 18 Sep 2013 11:09:10 +0000 (21:09 +1000)]
Reflect modules name changes in p1_mysql

11 years agoFix problem with decoding http headers over tls connections
Paweł Chmielowski [Mon, 16 Sep 2013 14:32:02 +0000 (16:32 +0200)]
Fix problem with decoding http headers over tls connections

This fixed GitHub issue 96.

11 years agoFix the template: do not use 'global' keyword 13.09
Evgeniy Khramtsov [Fri, 30 Aug 2013 10:42:56 +0000 (20:42 +1000)]
Fix the template: do not use 'global' keyword

11 years agoFix release version number.
Jerome Sautret [Fri, 30 Aug 2013 07:12:33 +0000 (09:12 +0200)]
Fix release version number.

11 years agoupdate default version number
Christophe Romain [Tue, 27 Aug 2013 15:14:58 +0000 (17:14 +0200)]
update default version number

11 years agoclean subscriptions handling and avoid function_clause
Christophe Romain [Tue, 27 Aug 2013 12:23:52 +0000 (14:23 +0200)]
clean subscriptions handling and avoid function_clause

11 years agofix build of Parents list in #pubsub_node
Christophe Romain [Tue, 27 Aug 2013 11:59:29 +0000 (13:59 +0200)]
fix build of Parents list in #pubsub_node

11 years agofix call to get_session_pid with binary arguments
Christophe Romain [Tue, 27 Aug 2013 12:46:22 +0000 (14:46 +0200)]
fix call to get_session_pid with binary arguments

11 years agoFix the ACL rule
Evgeniy Khramtsov [Tue, 27 Aug 2013 10:12:26 +0000 (20:12 +1000)]
Fix the ACL rule

11 years agoRemove non-existent module from the testing config
Evgeniy Khramtsov [Tue, 27 Aug 2013 10:08:22 +0000 (20:08 +1000)]
Remove non-existent module from the testing config

11 years agoRemove multiple host_config sections
Evgeniy Khramtsov [Tue, 27 Aug 2013 10:05:12 +0000 (20:05 +1000)]
Remove multiple host_config sections

11 years agoDo not rely on p1_logger_h module when lager is enabled
Evgeniy Khramtsov [Tue, 27 Aug 2013 07:43:50 +0000 (17:43 +1000)]
Do not rely on p1_logger_h module when lager is enabled

11 years agoFix ejabberdctl config name
Evgeniy Khramtsov [Sat, 24 Aug 2013 12:09:46 +0000 (22:09 +1000)]
Fix ejabberdctl config name

11 years agoChange configuration file format to YAML
Evgeniy Khramtsov [Mon, 12 Aug 2013 12:25:05 +0000 (22:25 +1000)]
Change configuration file format to YAML

11 years agoDo not try to read/write the deprecated "config" table
Evgeniy Khramtsov [Sat, 27 Jul 2013 12:49:52 +0000 (22:49 +1000)]
Do not try to read/write the deprecated "config" table

11 years agoDo not distribute the ACL table
Evgeniy Khramtsov [Sat, 27 Jul 2013 12:45:39 +0000 (22:45 +1000)]
Do not distribute the ACL table

11 years agoGet rid of global configuration options
Evgeniy Khramtsov [Sat, 27 Jul 2013 12:07:17 +0000 (22:07 +1000)]
Get rid of global configuration options

11 years agoEnumerate in guide.tex what processes are started for ejabberd (EJAB-1082)
Badlop [Mon, 5 Aug 2013 17:22:22 +0000 (19:22 +0200)]
Enumerate in guide.tex what processes are started for ejabberd (EJAB-1082)

11 years agoMerge pull request #85 from imtal/patch-1
Evgeny Khramtsov [Wed, 24 Jul 2013 13:01:45 +0000 (06:01 -0700)]
Merge pull request #85 from imtal/patch-1

Fix version check

11 years agoFix version check
tjeerd [Wed, 24 Jul 2013 12:47:32 +0000 (14:47 +0200)]
Fix version check

Not all Erlang versions are of equal length. Added clauses to handle this.

11 years agoFix timestamp processing
Evgeniy Khramtsov [Tue, 23 Jul 2013 05:24:42 +0000 (15:24 +1000)]
Fix timestamp processing

11 years agoFix some type errors
Evgeniy Khramtsov [Mon, 22 Jul 2013 09:23:40 +0000 (19:23 +1000)]
Fix some type errors

11 years agoMake it possible to import without cursor usage
Evgeniy Khramtsov [Mon, 22 Jul 2013 00:46:00 +0000 (10:46 +1000)]
Make it possible to import without cursor usage

11 years agoTypo fix
Evgeniy Khramtsov [Sun, 21 Jul 2013 12:55:23 +0000 (22:55 +1000)]
Typo fix

11 years agoAdd SQL to Mnesia converter
Evgeniy Khramtsov [Sun, 21 Jul 2013 10:24:36 +0000 (20:24 +1000)]
Add SQL to Mnesia converter

11 years agoMake it possible to enable/disable TLS compression
Evgeniy Khramtsov [Wed, 17 Jul 2013 12:28:23 +0000 (22:28 +1000)]
Make it possible to enable/disable TLS compression

11 years agoMerge pull request #83 from tagged/makefile
Evgeny Khramtsov [Tue, 16 Jul 2013 03:06:35 +0000 (20:06 -0700)]
Merge pull request #83 from tagged/makefile

make deps/.built depend on deps/.got

11 years agomake deps/.built depend on deps/.got
Christopher A. Stelma [Mon, 15 Jul 2013 17:46:41 +0000 (10:46 -0700)]
make deps/.built depend on deps/.got

fixes race condition when running make with simultaneous jobs

11 years agoDo not forget to re-define the crash.log path
Evgeniy Khramtsov [Mon, 15 Jul 2013 01:49:28 +0000 (11:49 +1000)]
Do not forget to re-define the crash.log path

11 years agoIncrease the timetrap timeout
Evgeniy Khramtsov [Mon, 15 Jul 2013 01:36:12 +0000 (11:36 +1000)]
Increase the timetrap timeout

11 years agoMerge pull request #82 from tuncer/rebar-debug_info
Evgeny Khramtsov [Sun, 14 Jul 2013 11:07:39 +0000 (04:07 -0700)]
Merge pull request #82 from tuncer/rebar-debug_info

rebar.config.script: fix debug_info handling

11 years agorebar.config.script: fix debug_info handling
Tuncer Ayaz [Sat, 13 Jul 2013 19:33:50 +0000 (21:33 +0200)]
rebar.config.script: fix debug_info handling

debug_info is enabled by default and can be disabled by passing
'no_debug_info' in erl_opts.

11 years agoAllow room member to get members list using XEP
Badlop [Thu, 11 Jul 2013 10:10:47 +0000 (12:10 +0200)]
Allow room member to get members list using XEP

11 years agofix badmatch in send_loop (EJAB-1650)
Christophe Romain [Wed, 10 Jul 2013 07:47:49 +0000 (09:47 +0200)]
fix badmatch in send_loop (EJAB-1650)