]>
granicus.if.org Git - ejabberd/log
Christophe Romain [Fri, 25 Jan 2008 10:17:59 +0000 (10:17 +0000)]
pubsub dirty_sync typo fix on node configuration transaction
SVN Revision: 1159
Christophe Romain [Fri, 25 Jan 2008 09:24:10 +0000 (09:24 +0000)]
pubsub configuration patch (EJAB-508) and (EJAB-509)
SVN Revision: 1158
Badlop [Wed, 16 Jan 2008 10:16:14 +0000 (10:16 +0000)]
* doc/guide.tex: Updated the names of log files.
* doc/guide.html: Likewise
* src/mod_muc/mod_muc_room.erl: Added log messages for room
destroy
* src/mod_caps.erl: Small beautify of log error messages
SVN Revision: 1156
Badlop [Tue, 15 Jan 2008 17:53:40 +0000 (17:53 +0000)]
* doc/guide.tex: Improved the documentation of Binary
installer. Updated the requirements, specifically: Erlang R10B-9
is required as minimum, and R12 is not yet supported. Added
section Upgrading ejabberd. Improved documentation about Erlang
runtime system environment variables and command-line parameters.
* doc/guide.html: Likewise
* doc/release_notes_2.0.0.txt: Updated to RC1
* doc/version.tex: Likewise
* src/ejabberd.hrl: Likewise
* doc/introduction.tex: Updated to 22 languages
* doc/Makefile: Ensure that Bash is used
SVN Revision: 1154
Badlop [Tue, 15 Jan 2008 17:02:57 +0000 (17:02 +0000)]
* doc/guide.tex: Updated copyright dates to 2008
* src/*: Likewise
SVN Revision: 1153
Badlop [Tue, 15 Jan 2008 16:09:07 +0000 (16:09 +0000)]
Merge changesets 1150 and 1151 into branch ejabberd-2.0.x:
* src/Makefile.in: Allow compilation with Erlang R12 (EJAB-446)
(thanks to Sergei Golovan and Maxim Treskin). Erlang R12 version is
not supported and not recommended for production servers.
* src/aclocal.m4: Likewise
* src/configure.ac: Likewise
* src/configure: Likewise
* src/ejabberd_s2s_in.erl: Likewise
Small fixes in trunk/ChangeLog.
SVN Revision: 1152
Badlop [Sun, 13 Jan 2008 22:46:00 +0000 (22:46 +0000)]
* src/ejabberdctl.template: Instead of using the Erlang kernel
variable 'inetrc', use the ERL_INETRC environment variable that is
available since Erlang/OTP R10B-5.
SVN Revision: 1149
Christophe Romain [Sat, 12 Jan 2008 19:47:19 +0000 (19:47 +0000)]
set_subscription fix (EJAB-494)
SVN Revision: 1148
Christophe Romain [Fri, 11 Jan 2008 13:57:29 +0000 (13:57 +0000)]
don't ask capabilities to MUC room participants
SVN Revision: 1147
Christophe Romain [Fri, 11 Jan 2008 01:39:35 +0000 (01:39 +0000)]
EJAB-491 fix
SVN Revision: 1146
Christophe Romain [Thu, 10 Jan 2008 17:38:24 +0000 (17:38 +0000)]
Force PEP parent node to be []
SVN Revision: 1144
Christophe Romain [Thu, 10 Jan 2008 15:02:54 +0000 (15:02 +0000)]
Send last published PEP event now checks the correct peer caps (EJAB-491)
SVN Revision: 1143
Badlop [Wed, 9 Jan 2008 16:01:16 +0000 (16:01 +0000)]
* src/mod_muc/mod_muc_room.erl: MUC kicks a participant if sends a
private message with type=error (EJAB-496)
SVN Revision: 1142
Badlop [Tue, 8 Jan 2008 16:21:02 +0000 (16:21 +0000)]
Merged changesets 1139 and 1140 from trunk:
* doc/Makefile: fix version.tex generation bug
* src/ejabberdctl.template: Removed the option ERL_FULLSWEEP_AFTER
because it is almost useless regarding ejabberd's performance.
* src/ejabberdctl.cfg.example: Likewise
SVN Revision: 1141
Badlop [Tue, 1 Jan 2008 18:25:00 +0000 (18:25 +0000)]
* src/web/ejabberd_web_admin.erl: Uniformize the name of
ejabberd's web admin to: 'Web Admin' (EjAB-472)
* doc/guide.tex: Likewise
* doc/introduction.tex: Likewise
* src/web/ejabberd_web_admin.erl: Uniformize ejabberd name in the
text using the Latex command
SVN Revision: 1138
Badlop [Tue, 1 Jan 2008 17:09:22 +0000 (17:09 +0000)]
* src/mod_muc/mod_muc_room.erl: Resend 'continue' elements in muc
room invitations (EJAB-490)
SVN Revision: 1136
Badlop [Tue, 1 Jan 2008 11:03:17 +0000 (11:03 +0000)]
* src/ejabberdctl.template: Create logs_dir if doesn't exist. New
parameters --config, --ctl-config, --logs, --spool. Crash dump
renamed to erl_crash_DATETIME.dump.
* src/ejabberdctl.template: Backport improvements from binary
installer (EJAB-488): options are simple values; enable Kernel
Poll by default, set SMP to auto, set max ports to 32000, max
processes to 250000.
* src/ejabberdctl.cfg.example: Likewise
* src/ejabberd.inetrc: Renamed ejabberd.inetrc to inetrc
* src/inetrc: Likewise
* src/Makefile.in: Likewise
* doc/guide.tex: Likewise
SVN Revision: 1134
Badlop [Tue, 1 Jan 2008 10:41:34 +0000 (10:41 +0000)]
* src/msgs/ca.msg: Updated (thanks to Vicent Alberola Canet)
SVN Revision: 1132
Badlop [Sat, 29 Dec 2007 15:23:53 +0000 (15:23 +0000)]
* src/ejabberd_s2s_out.erl: Fixed behavior when outgoing_s2s_port
option is not defined (EJAB-487)
SVN Revision: 1130
Badlop [Thu, 27 Dec 2007 16:42:39 +0000 (16:42 +0000)]
* src/mod_vcard_ldap.erl: Fix some field names (EJAB-483)
SVN Revision: 1128
Badlop [Wed, 26 Dec 2007 14:56:00 +0000 (14:56 +0000)]
* src/web/ejabberd_web_admin.erl: Translate menu items of webadmin
hooks in each module (EJAB-485)
* src/mod_shared_roster.erl: Likewise
SVN Revision: 1126
Badlop [Wed, 26 Dec 2007 12:29:15 +0000 (12:29 +0000)]
* src/web/ejabberd_web_admin.erl: max_user_sessions access rule
contains an integer, but webadmin always expects atoms (EJAB-482)
SVN Revision: 1124
Badlop [Tue, 25 Dec 2007 00:38:04 +0000 (00:38 +0000)]
* src/mod_configure.erl: Bugfix, update to match changes in
mod_announce SVN r1099
SVN Revision: 1122
Mickaël Rémond [Mon, 24 Dec 2007 15:14:37 +0000 (15:14 +0000)]
* doc/release_notes_2.0.0.txt: minor fix.
SVN Revision: 1120
Mickaël Rémond [Mon, 24 Dec 2007 15:01:00 +0000 (15:01 +0000)]
* doc/release_notes_2.0.0.txt: Small fix.
SVN Revision: 1119
Mickaël Rémond [Mon, 24 Dec 2007 14:11:18 +0000 (14:11 +0000)]
* Small fixes in release notes
SVN Revision: 1116
Mickaël Rémond [Mon, 24 Dec 2007 14:08:59 +0000 (14:08 +0000)]
* Branch for 2.0.x developments
SVN Revision: 1114
Mickaël Rémond [Mon, 24 Dec 2007 13:57:53 +0000 (13:57 +0000)]
* Applied copyright patch 3.
SVN Revision: 1113
Mickaël Rémond [Mon, 24 Dec 2007 12:58:05 +0000 (12:58 +0000)]
* applied copyright patch 2.
SVN Revision: 1112
Mickaël Rémond [Mon, 24 Dec 2007 12:25:56 +0000 (12:25 +0000)]
* Fixed typo.
SVN Revision: 1111
Mickaël Rémond [Mon, 24 Dec 2007 11:41:41 +0000 (11:41 +0000)]
* Applied copyright update patch 1.
SVN Revision: 1110
Christophe Romain [Mon, 24 Dec 2007 11:28:56 +0000 (11:28 +0000)]
pubsub: remove useless get_roster_info call
SVN Revision: 1109
Mickaël Rémond [Mon, 24 Dec 2007 10:58:31 +0000 (10:58 +0000)]
* doc/release_notes_2.0.0.txt: Fix on number of supported languages.
SVN Revision: 1108
Mickaël Rémond [Mon, 24 Dec 2007 10:26:55 +0000 (10:26 +0000)]
* doc/release_notes_2.0.0.txt: ejabberd 2.0.0 beta 1 release notes.
SVN Revision: 1107
Mickaël Rémond [Mon, 24 Dec 2007 10:26:53 +0000 (10:26 +0000)]
* doc/release_notes_2.0.0.txt: Fixes and update.
SVN Revision: 1106
Badlop [Sun, 23 Dec 2007 22:08:12 +0000 (22:08 +0000)]
* src/msgs/vi.msg: New Vietnamese translation (thanks to EQHO
Communications)
* src/msgs/th.msg: New Thai translation (thanks to EQHO
Communications)
* src/msgs/gl.msg: Updated (thanks to Carlos E. Lopez)
SVN Revision: 1105
Badlop [Sun, 23 Dec 2007 12:28:44 +0000 (12:28 +0000)]
* src/mod_muc/mod_muc_room.erl: Log room creation and
destruction. Ensure JID of owners of MUC room are user, not
server (EJAB-435)
SVN Revision: 1104
Badlop [Sat, 22 Dec 2007 19:51:55 +0000 (19:51 +0000)]
* src/ejabberd.app: Update ejabberd.app: add new erlang
modules (EJAB-466)
SVN Revision: 1103
Badlop [Sat, 22 Dec 2007 16:36:48 +0000 (16:36 +0000)]
* doc/introduction.tex: Small updates
* doc/guide.tex: Small fixes in Install. Added http_bind to
Listening Ports.
SVN Revision: 1102
Badlop [Sat, 22 Dec 2007 14:23:37 +0000 (14:23 +0000)]
* src/web/ejabberd_http.erl: Add 'http_bind' option for easy
configuration of HTTP-Binding
SVN Revision: 1101
Badlop [Sat, 22 Dec 2007 13:58:19 +0000 (13:58 +0000)]
* src/mod_announce.erl: When editing MOTD, display current value (EJAB-475)
SVN Revision: 1100
Badlop [Sat, 22 Dec 2007 12:26:17 +0000 (12:26 +0000)]
* src/mod_announce.erl: Fixed unnoticeable bug related to Node
matching. Renamed some nonstandard node names according to
XEP-0133. Small reordering of clauses.
SVN Revision: 1099
Christophe Romain [Sat, 22 Dec 2007 01:14:56 +0000 (01:14 +0000)]
debug log fix
SVN Revision: 1098
Christophe Romain [Sat, 22 Dec 2007 01:13:06 +0000 (01:13 +0000)]
EJAB-469 bugfix
SVN Revision: 1097
Christophe Romain [Sat, 22 Dec 2007 00:04:05 +0000 (00:04 +0000)]
several pubsub/pep bugfix
SVN Revision: 1096
Badlop [Fri, 21 Dec 2007 23:36:44 +0000 (23:36 +0000)]
* src/mod_caps.erl: Bugfix in timeout checking. Check for timeout
when an error response is received, and also before querying
SVN Revision: 1095
Badlop [Fri, 21 Dec 2007 21:50:22 +0000 (21:50 +0000)]
* src/ejabberd_ctl.erl: Added new command: mnesia (thanks to
Tsukasa Hamano)
SVN Revision: 1094
Mickaël Rémond [Fri, 21 Dec 2007 18:15:45 +0000 (18:15 +0000)]
* doc/release_nodes_2.0.0.txt: release notes draft (still a work in progress).
SVN Revision: 1093
Badlop [Fri, 21 Dec 2007 18:09:18 +0000 (18:09 +0000)]
Small bugfix.
SVN Revision: 1092
Christophe Romain [Fri, 21 Dec 2007 14:26:17 +0000 (14:26 +0000)]
fix ejabberd_modules includes
SVN Revision: 1091
Mickaël Rémond [Fri, 21 Dec 2007 14:22:03 +0000 (14:22 +0000)]
* src/msgs/fr.msg: Updated French translation (EJAB-295)
SVN Revision: 1090
Christophe Romain [Fri, 21 Dec 2007 00:08:59 +0000 (00:08 +0000)]
pubsub disco#items bugfix (EJAB-465)
SVN Revision: 1089
Badlop [Thu, 20 Dec 2007 23:25:22 +0000 (23:25 +0000)]
* src/msgs/uk.msg: Updated (thanks to Ruslan Rakhmanin)
* src/msgs/de.msg: Updated (thanks to Nikolaus Polak and Cord
Beermann)
* contrib/extract_translations/prepare-translation.sh: Small fix
SVN Revision: 1088
Badlop [Thu, 20 Dec 2007 20:02:04 +0000 (20:02 +0000)]
* src/mod_caps.erl: Don't include the Node attribute from C
element in the disco#info query
SVN Revision: 1087
Christophe Romain [Thu, 20 Dec 2007 17:12:45 +0000 (17:12 +0000)]
User count performance improvements
SVN Revision: 1086
Christophe Romain [Thu, 20 Dec 2007 16:38:38 +0000 (16:38 +0000)]
PEP notification bugfix
SVN Revision: 1085
Christophe Romain [Thu, 20 Dec 2007 09:29:30 +0000 (09:29 +0000)]
Explain how to launch installer and improve ejabberdctl usage example (EJAB-420)
SVN Revision: 1084
Badlop [Thu, 20 Dec 2007 09:06:28 +0000 (09:06 +0000)]
* src/msgs/zh.msg: Small update (thanks to Shelley Shyan)
* src/msgs/ru.msg: Small update (thanks to Konstantin Khomoutov)
SVN Revision: 1083
Badlop [Wed, 19 Dec 2007 23:24:53 +0000 (23:24 +0000)]
Fixed small mistake.
SVN Revision: 1082
Badlop [Wed, 19 Dec 2007 18:26:32 +0000 (18:26 +0000)]
* src/msgs/pl.msg: Updated (thanks to Andrzej Smyk)(EJAB-463)
* src/msgs/de.msg: Updated (thanks to Cord Beermann)
* src/msgs/es.msg: Small update (thanks to Badlop)
* src/msgs/cs.msg: Small update (thanks to Lukas Polivka alias
Spike411)
* src/web/ejabberd_web_admin.erl: No need to translate copyright
SVN Revision: 1081
Badlop [Tue, 18 Dec 2007 19:19:24 +0000 (19:19 +0000)]
* src/mod_muc/mod_muc_log.erl: Add handling of kicks 321, 322, 332
SVN Revision: 1080
Badlop [Tue, 18 Dec 2007 18:11:10 +0000 (18:11 +0000)]
* doc/guide.tex: Document mod_privacy_odbc
SVN Revision: 1079
Badlop [Tue, 18 Dec 2007 18:04:12 +0000 (18:04 +0000)]
* doc/Makefile: Support for conditional inclusion of documentation
from contributed modules
* doc/guide.tex: Likewise
SVN Revision: 1078
Christophe Romain [Tue, 18 Dec 2007 14:45:26 +0000 (14:45 +0000)]
Purge related pep nodes at remove_user
SVN Revision: 1077
Badlop [Mon, 17 Dec 2007 22:23:56 +0000 (22:23 +0000)]
* src/ejabberd_zlib/Makefile.win32: Compile
all erl files found in the directory, so it isn't needed to provide
an explicit list of target files
* src/eldap/Makefile.win32: Likewise
* src/mod_irc/Makefile.win32: Likewise
* src/mod_muc/Makefile.win32: Likewise
* src/mod_proxy65/Makefile.win32: Likewise
* src/mod_pubsub/Makefile.win32: Likewise
* src/odbc/Makefile.win32: Likewise
* src/stringprep/Makefile.win32: Likewise
* src/tls/Makefile.win32: Likewise
* src/web/Makefile.win32: Likewise
SVN Revision: 1076
Badlop [Mon, 17 Dec 2007 18:59:51 +0000 (18:59 +0000)]
* src/ejabberd_zlib/Makefile.in: Compile all erl files found in
the directory, so it isn't needed to provide an explicit list of
target files
* src/eldap/Makefile.in: Likewise
* src/mod_irc/Makefile.in: Likewise
* src/mod_muc/Makefile.in: Likewise
* src/mod_proxy65/Makefile.in: Likewise
* src/mod_pubsub/Makefile.in: Likewise
* src/odbc/Makefile.in: Likewise
* src/pam/Makefile.in: Likewise
* src/stringprep/Makefile.in: Likewise
* src/tls/Makefile.in: Likewise
* src/web/Makefile.in: Likewise
SVN Revision: 1075
Christophe Romain [Mon, 17 Dec 2007 14:10:26 +0000 (14:10 +0000)]
mssql specific issue bugfix
SVN Revision: 1074
Badlop [Mon, 17 Dec 2007 11:03:22 +0000 (11:03 +0000)]
* doc/guide.tex: Remove 'ssl' option from documentation and
configuration load (EJAB-461)
* src/ejabberd_listener.erl: Likewise
* src/msgs/cs.msg: Small typo (thanks to Lukas Polivka alias
Spike411)
* src/ejabberd.cfg.example: Small change in order of options
SVN Revision: 1073
Badlop [Sat, 15 Dec 2007 13:01:32 +0000 (13:01 +0000)]
* src/mod_irc/iconv.erl: Changed order of handle_info
clause (EJAB-290)
* src/stringprep/stringprep.erl: Likesise
* src/eldap/eldap.erl: Removed handle_sync_event clause because it
is never called (EJAB-290)
SVN Revision: 1072
Badlop [Sat, 15 Dec 2007 12:02:00 +0000 (12:02 +0000)]
* src/mod_irc/mod_irc.erl: No need to translate copyright notice
* src/mod_muc/mod_muc.erl: Likewise
* src/mod_proxy65/mod_proxy65_service.erl: Likewise
* src/mod_pubsub/mod_pubsub.erl: Likewise
* src/mod_vcard.erl: Likewise
* src/mod_vcard_ldap.erl: Likewise
* src/mod_vcard_odbc.erl: Likewise
* src/msgs/*.msg: Likewise
* contrib/extract_translations/prepare-translation.sh: Bugfix
SVN Revision: 1071
Badlop [Fri, 14 Dec 2007 21:28:29 +0000 (21:28 +0000)]
* src/msgs/*: Unified file format: First line is SVN Id
tag. Second is Language name. Next lines are authors, adding the
new ones on top. Each string must be in a single line (to
facilitate the automatic removal of unused strings). Last four
lines report file format for Emacs and Vim.
* contrib/extract_translations/prepare-translation.sh: New
features: extract all translations, include explanation for
translators in the file, remove unused strings from file, include
unused strings in a section for reference, provide information
about current translation and number of missing strings, compress
the files to a zip
* contrib/extract_translations/extract_translations.erl: Reverted
to the original version
SVN Revision: 1070
Alexey Shchepin [Fri, 14 Dec 2007 09:12:14 +0000 (09:12 +0000)]
* src/ejabberd_s2s_out.erl: Bugfix
SVN Revision: 1069
Christophe Romain [Wed, 12 Dec 2007 16:16:00 +0000 (16:16 +0000)]
pubsub presence handler bugfix
SVN Revision: 1068
Badlop [Wed, 12 Dec 2007 09:41:33 +0000 (09:41 +0000)]
* src/msgs/it.msg: Updated (thanks to Luca Brivio)
SVN Revision: 1067
Christophe Romain [Tue, 11 Dec 2007 17:43:49 +0000 (17:43 +0000)]
first patch to mssql quety, still one patch to be done
SVN Revision: 1066
Christophe Romain [Tue, 11 Dec 2007 16:19:17 +0000 (16:19 +0000)]
pubsub notification broadcast bugfix
SVN Revision: 1065
Badlop [Tue, 11 Dec 2007 09:52:09 +0000 (09:52 +0000)]
* src/msgs/tr.msg: New translation (thanks to Doruk Fisek)
* src/msgs/zh.msg: Updated (thanks to Shelley Shyan)
SVN Revision: 1064
Badlop [Mon, 10 Dec 2007 22:53:50 +0000 (22:53 +0000)]
* src/msgs/ja.msg: Updated (thanks to Tsukasa Hamano)
SVN Revision: 1063
Badlop [Mon, 10 Dec 2007 16:00:31 +0000 (16:00 +0000)]
* doc/guide.tex: Small improvement in mod_shared_roster
SVN Revision: 1062
Badlop [Mon, 10 Dec 2007 14:44:43 +0000 (14:44 +0000)]
* src/mod_irc/mod_irc.erl: Bugfix in ACL check (thanks to Sergei
Golovan)
SVN Revision: 1061
Christophe Romain [Mon, 10 Dec 2007 14:09:31 +0000 (14:09 +0000)]
auto-create pe node bugfix
SVN Revision: 1060
Christophe Romain [Mon, 10 Dec 2007 09:56:15 +0000 (09:56 +0000)]
return back to good location for database upgrade call
SVN Revision: 1059
Christophe Romain [Mon, 10 Dec 2007 09:33:30 +0000 (09:33 +0000)]
pubsub database upgrade bugfix
SVN Revision: 1058
Mickaël Rémond [Sun, 9 Dec 2007 10:45:53 +0000 (10:45 +0000)]
* src/web/ejabberd_http.erl: Fixed URL decoding code (EJAB-450)
SVN Revision: 1057
Mickaël Rémond [Sun, 9 Dec 2007 10:35:13 +0000 (10:35 +0000)]
* src/msg/fr.msg: Added missing space.
SVN Revision: 1056
Badlop [Sun, 9 Dec 2007 00:36:26 +0000 (00:36 +0000)]
* src/msgs/ru.msg: Updated (thanks to Konstantin Khomoutov)
SVN Revision: 1055
Badlop [Sat, 8 Dec 2007 20:00:45 +0000 (20:00 +0000)]
* src/msgs/ja.msg: New translation (thanks to Tsukasa Hamano)
* src/msgs/nl.msg: Updated (thanks to Andreas from Unstable.nl)
SVN Revision: 1054
Badlop [Sat, 8 Dec 2007 18:39:23 +0000 (18:39 +0000)]
* src/ejabberd_config.erl: Report human-readable message when
Mnesia spool files are not readable.
SVN Revision: 1053
Mickaël Rémond [Sat, 8 Dec 2007 16:39:02 +0000 (16:39 +0000)]
* src/ejabberd_s2s_out.erl: Increase dialback timeout as dialback can
sometimes take longer than expected.
SVN Revision: 1052
Christophe Romain [Sat, 8 Dec 2007 15:24:38 +0000 (15:24 +0000)]
pubsub disco_sm_items bugfix
SVN Revision: 1051
Alexey Shchepin [Fri, 7 Dec 2007 20:57:44 +0000 (20:57 +0000)]
* src/ejabberd_sm.erl: Bugfix
SVN Revision: 1050
Badlop [Fri, 7 Dec 2007 08:44:22 +0000 (08:44 +0000)]
* src/Makefile.in: Fix compilation warnings: Part 5: To fix a
warning about behaviour undefined, the erlang module that
implements the behaviour must be compiled before the module that
uses such behaviour (EJAB-290)
SVN Revision: 1049
Badlop [Fri, 7 Dec 2007 01:40:24 +0000 (01:40 +0000)]
* src/eldap/eldap.erl: Fix compilation warnings: Part 4 (EJAB-290)
* src/web/ejabberd_web_admin.erl: Likewise
SVN Revision: 1048
Badlop [Fri, 7 Dec 2007 00:48:11 +0000 (00:48 +0000)]
* src/mod_irc/iconv.erl: Fix compilation warnings: 3 (EJAB-290)
* src/mod_irc/mod_irc.erl: Likewise
* src/mod_irc/mod_irc_connection.erl: Likewise
* src/mod_pubsub/mod_pubsub.erl: Likewise
* src/stringprep/stringprep.erl: Likewise
* src/web/ejabberd_http.erl: Likewise
* src/web/ejabberd_http_poll.erl: Likewise
SVN Revision: 1047
Badlop [Fri, 7 Dec 2007 00:09:48 +0000 (00:09 +0000)]
* src/mod_caps.erl: Fix compilation warnings: Part 2 (EJAB-290)
* src/mod_configure.erl:
* src/mod_configure2.erl:
* src/mod_offline_odbc.erl:
* src/mod_shared_roster.erl:
* src/mod_stats.erl:
* src/mod_version.erl:
SVN Revision: 1046
Badlop [Thu, 6 Dec 2007 23:15:04 +0000 (23:15 +0000)]
* src/cyrsasl.erl: Fix compilation warnings: Part 1 (EJAB-290)
* src/ejabberd_auth_odbc.erl: Likewise
* src/ejabberd_config.erl: Likewise
* src/ejabberd_hooks.erl: Likewise
* src/ejabberd_s2s_out.erl: Likewise
* src/ejabberd_sm.erl: Likewise
* src/idna.erl: Likewise
* src/jd2ejd.erl: Likewise
SVN Revision: 1045
Badlop [Thu, 6 Dec 2007 22:12:27 +0000 (22:12 +0000)]
* src/acl.erl and other 64 files: Remove Erlang module attribute
'vsn' because it doesn't provide any worth feature, and it
difficults hot code update (EJAB-440)
SVN Revision: 1044
Badlop [Thu, 6 Dec 2007 21:42:47 +0000 (21:42 +0000)]
* src/ejabberdctl.cfg.example: Explain that each connection uses
two or three ports (thanks to Max Loparyev)
SVN Revision: 1043
Badlop [Thu, 6 Dec 2007 19:47:49 +0000 (19:47 +0000)]
* src/configure: Regenerated
* doc/dev.html: Likewise
* doc/features.html: Likewise
* doc/guide.html: Likewise
* doc/version.tex: Likewise
* doc/introduction.tex: Updated number of translated languages
SVN Revision: 1042
Badlop [Thu, 6 Dec 2007 18:54:18 +0000 (18:54 +0000)]
* src/web/ejabberd_web_admin.erl: Support more native acl_type on
web interface (EJAB-253)
SVN Revision: 1041