]>
granicus.if.org Git - ejabberd/log
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
Badlop [Thu, 6 Dec 2007 17:42:25 +0000 (17:42 +0000)]
* src/ejabberd_c2s.erl: Increase the timeout of open socket
without authentication to 60 seconds because many Jabber clients
are not yet capable of handling this correctly (EJAB-355)
SVN Revision: 1040
Badlop [Thu, 6 Dec 2007 17:14:39 +0000 (17:14 +0000)]
* src/Makefile.in: Allow compilation with HiPE, disabled by
default, undocumented and unrecommended because it is experimental
and doesn't seem to provide meaningful gains currently (thanks to
Samuel Tardieu) (EJAB-412)
* src/configure.ac: Likewise
SVN Revision: 1039
Badlop [Thu, 6 Dec 2007 17:09:35 +0000 (17:09 +0000)]
* src/Makefile.in: Allow compilation with HiPE (EJAB-412)
* src/configure.ac: Likewise
SVN Revision: 1038
Badlop [Thu, 6 Dec 2007 16:04:46 +0000 (16:04 +0000)]
* src/msgs/cs.msg: Updated (thanks to Lukáš Polívka alias
Spike411)
SVN Revision: 1037
Badlop [Thu, 6 Dec 2007 15:40:21 +0000 (15:40 +0000)]
* src/mod_muc/mod_muc.erl: Catch creation of table
muc_online_users: it may be already created by other mod_muc
instance
SVN Revision: 1036
Badlop [Thu, 6 Dec 2007 15:31:17 +0000 (15:31 +0000)]
* doc/Makefile: Remove bashism (now really committed)
SVN Revision: 1035
Badlop [Thu, 6 Dec 2007 15:26:53 +0000 (15:26 +0000)]
* doc/Makefile: Remove bashism
* doc/guide.tex: Document how to change computer
hostname (EJAB-320)
SVN Revision: 1034
Badlop [Thu, 6 Dec 2007 11:24:57 +0000 (11:24 +0000)]
* src/web/ejabberd_http.erl: Change loglevel for http
queries (EJAB-363)
* src/web/ejabberd_web_admin.erl: Likewise
SVN Revision: 1033
Badlop [Thu, 6 Dec 2007 11:13:29 +0000 (11:13 +0000)]
* doc/guide.tex: Add mod_caps and improve mod_pubsub documentation
* src/ejabberd.cfg.example: Added mod_caps enabled by default
SVN Revision: 1032
Christophe Romain [Thu, 6 Dec 2007 09:29:28 +0000 (09:29 +0000)]
enable pep by default and add pubsub plugin examples
SVN Revision: 1031
Badlop [Thu, 6 Dec 2007 00:31:09 +0000 (00:31 +0000)]
* doc/guide.tex: Document the Debug Console (EJAB-395)
SVN Revision: 1030
Badlop [Wed, 5 Dec 2007 23:58:38 +0000 (23:58 +0000)]
* src/ejabberdctl.template: The parameter 'kernel inetrc' is used
even with -sname to guarantee the same behaviour that when using
-name (EJAB-317)
SVN Revision: 1029
Badlop [Wed, 5 Dec 2007 23:46:50 +0000 (23:46 +0000)]
* doc/guide.tex: Improvements in sections: Start, Creating Initial
Account, Module Overview, Managing an ejabberd server, and
Debugging
SVN Revision: 1028
Badlop [Wed, 5 Dec 2007 18:53:09 +0000 (18:53 +0000)]
* doc/guide.tex: Added explanations about epmd, cookie and node
name (EJAB-251)
SVN Revision: 1027
Badlop [Wed, 5 Dec 2007 11:59:12 +0000 (11:59 +0000)]
* src/msgs/zh.msg: Updated (thanks to Shelley Shyan)
SVN Revision: 1026
Badlop [Wed, 5 Dec 2007 09:09:09 +0000 (09:09 +0000)]
* src/mod_muc/mod_muc_room.erl: Rephrase the invitation sentence
to make more natural
SVN Revision: 1025
Badlop [Wed, 5 Dec 2007 00:59:33 +0000 (00:59 +0000)]
* src/msgs/es.msg: Updated
SVN Revision: 1024
Badlop [Wed, 5 Dec 2007 00:31:30 +0000 (00:31 +0000)]
* src/ejabberd.hrl: Set more proper version number
SVN Revision: 1023
Badlop [Tue, 4 Dec 2007 23:41:52 +0000 (23:41 +0000)]
* contrib/extract_translations/extract_translations.erl: Don't
report [] to be translated. Identify unusued strings.
SVN Revision: 1022
Badlop [Tue, 4 Dec 2007 21:40:25 +0000 (21:40 +0000)]
* .gitignore: Removed (EJAB-441)
* src/.cvsignore: Likewise
SVN Revision: 1021
Badlop [Tue, 4 Dec 2007 21:35:41 +0000 (21:35 +0000)]
* src/mod_pubsub/mod_pubsub.erl: Fixed URI.
SVN Revision: 1020
Badlop [Tue, 4 Dec 2007 11:38:00 +0000 (11:38 +0000)]
* src/mod_pubsub/mod_pubsub.erl: Bugfix: don't report the Jabber
server as a pubsub service.
SVN Revision: 1019
Mickaël Rémond [Mon, 3 Dec 2007 10:51:22 +0000 (10:51 +0000)]
* ChangeLog: Fix conflict.
SVN Revision: 1018
Mickaël Rémond [Mon, 3 Dec 2007 10:51:06 +0000 (10:51 +0000)]
* ChangeLog: Update.
SVN Revision: 1017
Mickaël Rémond [Mon, 3 Dec 2007 10:50:36 +0000 (10:50 +0000)]
* src/mod_muc.erl: Added option to limit the number of room a user is
allowed to connect to (EJAB-445).
* src/mod_muc_room.erl: Likewise.
* doc/guide.tex: Likewise.
SVN Revision: 1016
Mickaël Rémond [Mon, 3 Dec 2007 10:47:42 +0000 (10:47 +0000)]
* Temporary commit.
SVN Revision: 1015
Badlop [Sun, 2 Dec 2007 21:13:25 +0000 (21:13 +0000)]
* src/ejabberdctl.cfg.example: Bugfix in kernel poll. Added SMP
option. Reorganization of options
* src/ejabberdctl.template: Added SMP option
SVN Revision: 1014
Badlop [Sun, 2 Dec 2007 01:03:18 +0000 (01:03 +0000)]
* src/Makefile.in: New options make uninstall and
uninstall-all (EJAB-293)
SVN Revision: 1013
Mickaël Rémond [Sat, 1 Dec 2007 16:43:10 +0000 (16:43 +0000)]
* doc/*.html: Rebuild.
SVN Revision: 1012
Mickaël Rémond [Sat, 1 Dec 2007 16:43:04 +0000 (16:43 +0000)]
* doc/Makefile: echo seems to interpret \n and \v under MacOSX
Leopard. I fixed the problem but let me know if it breaks build
chain in other contexts.
SVN Revision: 1011
Mickaël Rémond [Sat, 1 Dec 2007 16:08:05 +0000 (16:08 +0000)]
* ChangeLog: Updated.
SVN Revision: 1010
Mickaël Rémond [Sat, 1 Dec 2007 16:06:24 +0000 (16:06 +0000)]
* doc/guide.tex: Updated Windows compilation instructions.
* src/configure.erl: Likewise.
* doc/ejabberd.hrl: Preparing ejabberd 2.0.0 beta release.
* doc/version.tex: Likewise.
SVN Revision: 1009
Mickaël Rémond [Sat, 1 Dec 2007 15:14:41 +0000 (15:14 +0000)]
* src/tls/Makefile.win32: Updated for latest Win32 OpenSSL library.
SVN Revision: 1008
Mickaël Rémond [Sat, 1 Dec 2007 14:25:31 +0000 (14:25 +0000)]
* src/odbc_queries.erl: Added a default define value so that we
can recompile the file manually with a simple erlc command (with the
default generic value).
SVN Revision: 1007
Alexey Shchepin [Sat, 1 Dec 2007 14:11:46 +0000 (14:11 +0000)]
* src/mod_pubsub/Makefile.in: Removed mod_pubsub_old mentioning
* src/mod_pubsub/Makefile.win32: Likewise
SVN Revision: 1006
Alexey Shchepin [Sat, 1 Dec 2007 05:20:45 +0000 (05:20 +0000)]
* src/odbc/odbc_queries.erl: Reverted the previous patch because
it produces "redefining macro 'generic'" compilation error
SVN Revision: 1005
Alexey Shchepin [Sat, 1 Dec 2007 05:16:30 +0000 (05:16 +0000)]
* src/mod_caps.erl: CAPS support (thanks to Magnus Henoch)
* src/ejabberd_local.erl: Support for IQ responses
* src/jlib.erl: Added iq_query_or_response_info/1 function
* src/jlib.hrl: Added NS_PUBSUB_ERRORS and NS_CAPS
* src/mod_pubsub/Makefile.in: New pubsub+pep implementation
(thanks to Christophe Romain and Magnus Henoch)
* src/ejabberd_sm.erl: Added get_session_pid/3 function
* src/ejabberd_c2s.erl: Added get_subscribed_and_online/1 function
SVN Revision: 1004
Mickaël Rémond [Fri, 30 Nov 2007 18:06:26 +0000 (18:06 +0000)]
* src/odbc_queries.erl: Added a default define value so that we can
recompile the file manually with a simple erlc command.
SVN Revision: 1003
Badlop [Thu, 29 Nov 2007 18:24:31 +0000 (18:24 +0000)]
* src/mod_vcard.erl: Add type of x:data field to search
results (thanks to Robin Redeker) (EJAB-327)
* src/mod_vcard_ldap.erl:
* src/mod_vcard_odbc.erl:
SVN Revision: 1002
Badlop [Thu, 29 Nov 2007 17:22:34 +0000 (17:22 +0000)]
* src/aclocal.m4: Fix autoconf caching for SSL libraries (thanks
to Michael Shields) (EJAB-439)
* src/configure.ac: Don't hardcode gcc and gcc options in
Makefiles (thanks to Etan Reisner) (EJAB-436)
SVN Revision: 1001
Badlop [Thu, 29 Nov 2007 16:59:35 +0000 (16:59 +0000)]
* src/configure.ac: Don't hardcode gcc and options (EJAB-436)
* src/Makefile.in:
* src/ejabberd_zlib/Makefile.in:
* src/eldap/Makefile.in:
* src/mod_irc/Makefile.in:
* src/mod_muc/Makefile.in:
* src/mod_proxy65/Makefile.in:
* src/mod_pubsub/Makefile.in:
* src/odbc/Makefile.in:
* src/pam/Makefile.in:
* src/stringprep/Makefile.in:
* src/tls/Makefile.in:
* src/web/Makefile.in:
SVN Revision: 1000
Badlop [Thu, 29 Nov 2007 16:16:10 +0000 (16:16 +0000)]
* src/mod_muc/mod_muc_room.erl: Hide the option 'Make room
moderated' because it isn't implemented, and set the default value
of 'moderated' to true because that is the behaviour
implemented (EJAB-419)
SVN Revision: 999
Badlop [Wed, 28 Nov 2007 17:16:36 +0000 (17:16 +0000)]
* doc/guide.tex: It should be made more clear that domain_certfile
works for both s2s and c2s connections (EJAB-212). Added another
example of listening ports.
SVN Revision: 998
Badlop [Tue, 27 Nov 2007 23:35:26 +0000 (23:35 +0000)]
* doc/guide.tex: Update URI of ejabberd official home page, URI
of ejabberd.jabber.ru, and copyright dates (EJAB-366)
* doc/introduction.tex:
* src/ejabberd.hrl:
* src/ejabberd_admin.erl:
* src/mod_irc/mod_irc.erl:
* src/mod_irc/mod_irc_connection.erl:
* src/mod_muc/mod_muc.erl:
* src/mod_muc/mod_muc_log.erl:
* src/mod_proxy65/mod_proxy65_service.erl:
* src/mod_pubsub/mod_pubsub.erl:
* src/mod_vcard.erl:
* src/mod_vcard_ldap.erl:
* src/mod_vcard_odbc.erl:
* src/msgs/*.msg:
* src/web/ejabberd_web_admin.erl:
SVN Revision: 997
Badlop [Tue, 27 Nov 2007 22:30:51 +0000 (22:30 +0000)]
* src/gen_mod.erl: Update in database the configuration changes in
modules (EJAB-330)
SVN Revision: 996
Badlop [Tue, 27 Nov 2007 18:54:06 +0000 (18:54 +0000)]
* src/mod_configure.erl: The command get-user-lastlogin is now
compatible with both Mnesia and ODBC (EJAB-383)
* src/mod_last.erl: Likewise
* src/mod_last_odbc.erl: Likewise
SVN Revision: 995
Badlop [Tue, 27 Nov 2007 18:40:09 +0000 (18:40 +0000)]
* doc/guide.tex: Document ejabberd_http's
request_handlers (EJAB-372). Fixed small Latex problems.
Sort options of listening sockets.
SVN Revision: 994
Badlop [Tue, 27 Nov 2007 18:22:47 +0000 (18:22 +0000)]
* doc/guide.tex: Document ejabberd_http's
request_handlers (EJAB-372). Fixed small Latex problems.
SVN Revision: 993
Alexey Shchepin [Tue, 27 Nov 2007 15:18:45 +0000 (15:18 +0000)]
* src/mod_announce.erl: Bugfix (thanks to Christophe Romain)
SVN Revision: 992
Badlop [Tue, 27 Nov 2007 14:45:30 +0000 (14:45 +0000)]
* doc/guide.tex: Added clarification about LDAP default port
(thanks to Christophe Romain).
SVN Revision: 991
Badlop [Tue, 27 Nov 2007 14:06:44 +0000 (14:06 +0000)]
* src/mod_vcard.erl: Ensure mod_vcard to respect FORM_TYPE registry (EJAB-328).
* src/mod_vcard_ldap.erl: Likewise.
* src/mod_vcard_odbc.erl: Likewise.
* doc/guide.tex: Updated documentation.
SVN Revision: 990
Badlop [Tue, 27 Nov 2007 08:09:47 +0000 (08:09 +0000)]
* src/mod_muc/mod_muc_room.erl: Don't show the room name as the room description (EJAB-382).
SVN Revision: 989
Badlop [Mon, 26 Nov 2007 21:29:14 +0000 (21:29 +0000)]
* src/ejabberd.cfg.example: Added example configuration of databases.
SVN Revision: 988