]> granicus.if.org Git - ejabberd/log
ejabberd
17 years ago* doc/guide.tex: Removed mentions of unexistent 'hosts' modules
Alexey Shchepin [Sat, 25 Aug 2007 22:48:16 +0000 (22:48 +0000)]
* doc/guide.tex: Removed mentions of unexistent 'hosts' modules
option (thanks to Badlop)

SVN Revision: 889

17 years ago* src/gen_mod.erl: Substitute @HOST@ with hostname in the 'host'
Alexey Shchepin [Sat, 25 Aug 2007 17:24:00 +0000 (17:24 +0000)]
* src/gen_mod.erl: Substitute @HOST@ with hostname in the 'host'
option (thanks to Badlop)
* src/mod_vcard.erl: Likewise
* src/mod_vcard_ldap.erl: Likewise
* src/mod_vcard_odbc.erl: Likewise
* src/mod_muc/mod_muc.erl: Likewise
* src/mod_irc/mod_irc.erl: Likewise
* src/mod_echo.erl: Likewise
* src/mod_pubsub/mod_pubsub.erl: Likewise
* src/mod_proxy65/mod_proxy65_service.erl: Likewise

SVN Revision: 888

17 years agoFixed conflict
Alexey Shchepin [Fri, 24 Aug 2007 16:18:46 +0000 (16:18 +0000)]
Fixed conflict

SVN Revision: 887

17 years ago* src/web/ejabberd_web_admin.erl: Moved roster stuff to mod_roster*
Alexey Shchepin [Fri, 24 Aug 2007 16:15:05 +0000 (16:15 +0000)]
* src/web/ejabberd_web_admin.erl: Moved roster stuff to mod_roster*
* src/mod_roster.erl: Likewise
* src/mod_roster_odbc.erl: Likewise

SVN Revision: 886

17 years ago* src/ejabberd_sm.erl: Removed check which denies resource to
Alexey Shchepin [Fri, 24 Aug 2007 03:54:42 +0000 (03:54 +0000)]
* src/ejabberd_sm.erl: Removed check which denies resource to
receive its own presence

SVN Revision: 885

17 years ago* src/web/ejabberd_web_admin.erl: Added hooks to allow plugins to
Alexey Shchepin [Thu, 23 Aug 2007 00:51:54 +0000 (00:51 +0000)]
* src/web/ejabberd_web_admin.erl: Added hooks to allow plugins to
add their pages without modifying ejabberd_web_admin.erl (thanks
to Badlop)
* src/web/ejabberd_web_admin.hrl: Macro definitions moved here
* src/mod_shared_roster.erl: Updated
* src/mod_offline.erl: Likewise
* src/mod_offline_odbc.erl: Likewise

SVN Revision: 884

17 years ago* src/jlib.erl: Use http_base_64:decode if available
Alexey Shchepin [Tue, 21 Aug 2007 22:28:41 +0000 (22:28 +0000)]
* src/jlib.erl: Use http_base_64:decode if available

SVN Revision: 883

17 years ago* src/mod_roster.erl: Don't send roster push when unsubscribing in
Alexey Shchepin [Mon, 20 Aug 2007 18:57:11 +0000 (18:57 +0000)]
* src/mod_roster.erl: Don't send roster push when unsubscribing in
"None + Pending In" state
* src/mod_roster_odbc.erl: Likewise

SVN Revision: 882

17 years ago* src/mod_offline.erl: Renamed MAX_OFFLINE_MSGS to MaxOfflineMsgs
Alexey Shchepin [Mon, 20 Aug 2007 18:02:12 +0000 (18:02 +0000)]
* src/mod_offline.erl: Renamed MAX_OFFLINE_MSGS to MaxOfflineMsgs

SVN Revision: 881

17 years agoSVN Revision: 880
Alexey Shchepin [Mon, 20 Aug 2007 17:35:12 +0000 (17:35 +0000)]
SVN Revision: 880

17 years ago* src/odbc/ejabberd_odbc_sup.erl: Add an odbc_pool_size config file option to choose...
Jérôme Sautret [Thu, 16 Aug 2007 16:37:00 +0000 (16:37 +0000)]
* src/odbc/ejabberd_odbc_sup.erl: Add an odbc_pool_size config file option to choose the number of SQL
connection in each pool (EJAB-58).
* src/odbc/ejabberd_odbc.erl: Add an odbc_keepalive_interval config file option to perform a keep
alive query at given interval (EJAB-206).

SVN Revision: 879

17 years ago* src/mod_offline.erl: Added a config option to define the maximum
Mickaël Rémond [Mon, 13 Aug 2007 17:28:26 +0000 (17:28 +0000)]
* src/mod_offline.erl: Added a config option to define the maximum
number of offline messages per user (EJAB-314).

SVN Revision: 878

17 years ago* doc/guide.tex: Missing link.
Mickaël Rémond [Mon, 13 Aug 2007 14:22:59 +0000 (14:22 +0000)]
* doc/guide.tex: Missing link.

SVN Revision: 876

17 years ago* doc/guide.tex: Added documentation for the mod_offline quota
Mickaël Rémond [Mon, 13 Aug 2007 14:13:44 +0000 (14:13 +0000)]
* doc/guide.tex: Added documentation for the mod_offline quota
(EJAB-314).
* doc/guide.tex: Remove release notes (EJAB-323).

SVN Revision: 875

17 years ago* doc/release_notes_1.1.3.txt: Adding missing file.
Mickaël Rémond [Mon, 13 Aug 2007 12:46:46 +0000 (12:46 +0000)]
* doc/release_notes_1.1.3.txt: Adding missing file.

SVN Revision: 872

17 years ago* src/mod_offline.erl: Returns an error message to sender when
Mickaël Rémond [Mon, 13 Aug 2007 10:27:28 +0000 (10:27 +0000)]
* src/mod_offline.erl: Returns an error message to sender when
message is discarded due to quota (EJAB-314).

SVN Revision: 871

17 years ago* src/odbc/ejabberd_odbc.erl: UTF-8 support for MySQL5 (EJAB-318).
Mickaël Rémond [Sun, 12 Aug 2007 15:39:01 +0000 (15:39 +0000)]
* src/odbc/ejabberd_odbc.erl: UTF-8 support for MySQL5 (EJAB-318).

SVN Revision: 868

17 years ago* doc/guide.tex: Minor update (thanks to Sergei Golovan)
Alexey Shchepin [Thu, 9 Aug 2007 08:03:00 +0000 (08:03 +0000)]
* doc/guide.tex: Minor update (thanks to Sergei Golovan)

SVN Revision: 862

17 years ago* src/mod_offline.erl: Typo.
Mickaël Rémond [Wed, 8 Aug 2007 09:54:26 +0000 (09:54 +0000)]
* src/mod_offline.erl: Typo.

SVN Revision: 861

17 years ago* src/mod_offline.erl: Only count messages if a quota has been
Mickaël Rémond [Wed, 8 Aug 2007 09:48:41 +0000 (09:48 +0000)]
* src/mod_offline.erl: Only count messages if a quota has been
actually set (EJAB-314).
* src/p1_mnesia.erl: Minor coding style change.

SVN Revision: 860

17 years ago* src/mod_offline.erl: Started implementation of mod_offline
Mickaël Rémond [Tue, 7 Aug 2007 16:43:02 +0000 (16:43 +0000)]
* src/mod_offline.erl: Started implementation of mod_offline
quota. For now, it require change in code. Will be turn into a
config file parameter soon. (EJAB-314).
* src/p1_mnesia.erl: Added memory efficient record count in
Mnesia.

SVN Revision: 859

17 years ago* src/mod_announce.erl: Added support to all the announce features described in docum...
Mickaël Rémond [Fri, 3 Aug 2007 08:53:05 +0000 (08:53 +0000)]
* src/mod_announce.erl: Added support to all the announce features described in documentation. Access to all announce features through command line, adhoc commands and disco (Thanks to Badlop) (EJAB-18).
* src/gen_mod.erl: Likewise.
* doc/guide.tex: Likewise.

SVN Revision: 858

17 years ago* src/mod_muc/mod_muc.erl: Added default_room_options option
Alexey Shchepin [Thu, 2 Aug 2007 03:02:25 +0000 (03:02 +0000)]
* src/mod_muc/mod_muc.erl: Added default_room_options option
(thanks to Etan Reisner and Badlop)
* src/mod_muc/mod_muc_room.erl: Likewise
* doc/guide.tex: Updated

SVN Revision: 857

17 years ago* src/mod_muc/mod_muc.erl: Added default_room_options option
Alexey Shchepin [Thu, 2 Aug 2007 02:30:25 +0000 (02:30 +0000)]
* src/mod_muc/mod_muc.erl: Added default_room_options option
(thanks to Etan Reisner and Badlop)
* src/mod_muc/mod_muc_room.erl: Likewise
* doc/guide.tex: Updated

SVN Revision: 856

17 years ago* doc/guide.tex: Front page table formatting that render correctly in HTML and update...
Mickaël Rémond [Wed, 1 Aug 2007 18:09:00 +0000 (18:09 +0000)]
* doc/guide.tex: Front page table formatting that render correctly in HTML and update mentionning CEAN as a way to install ejabberd (Thanks to Badlop) (EJAB-272).

SVN Revision: 855

17 years ago* src/ejabberd_s2s_out.erl: Avoid bouncing messages twice if terminate happens during...
Mickaël Rémond [Wed, 1 Aug 2007 11:25:23 +0000 (11:25 +0000)]
* src/ejabberd_s2s_out.erl: Avoid bouncing messages twice if terminate happens during open_connect.

SVN Revision: 854

17 years ago* src/ejabberd_s2s_out.erl: On terminate, bounce internal process queue and Erlang...
Mickaël Rémond [Wed, 1 Aug 2007 11:18:52 +0000 (11:18 +0000)]
* src/ejabberd_s2s_out.erl: On terminate, bounce internal process queue and Erlang message queue.

SVN Revision: 853

17 years ago* src/mod_private.erl: Reduce memory consumption on user private storage removal...
Mickaël Rémond [Wed, 1 Aug 2007 09:36:30 +0000 (09:36 +0000)]
* src/mod_private.erl: Reduce memory consumption on user private storage removal (EJAB-299).

SVN Revision: 852

17 years ago* src/xml.erl: Removing debug printout.
Mickaël Rémond [Tue, 31 Jul 2007 14:47:52 +0000 (14:47 +0000)]
* src/xml.erl: Removing debug printout.

SVN Revision: 851

17 years ago* Updating SVN HTML documentation.
Mickaël Rémond [Tue, 31 Jul 2007 13:03:20 +0000 (13:03 +0000)]
* Updating SVN HTML documentation.

SVN Revision: 850

17 years ago* src/xml.erl: Making use of CDATA escaping optional through with a compile time...
Mickaël Rémond [Tue, 31 Jul 2007 12:05:00 +0000 (12:05 +0000)]
* src/xml.erl: Making use of CDATA escaping optional through with a compile time option (EJAB-298).
* src/Makefile.in: Likewise.
* src/configure.ac: Likewise.

SVN Revision: 849

17 years ago* src/mod_version.erl: Added option to hide OS version (thanks to
Alexey Shchepin [Tue, 31 Jul 2007 04:13:58 +0000 (04:13 +0000)]
* src/mod_version.erl: Added option to hide OS version (thanks to
Badlop)
* doc/guide.tex: Updated

SVN Revision: 848

17 years ago* src/msgs/zh.msg: Updated (thanks to Shelley Shyan)
Alexey Shchepin [Tue, 31 Jul 2007 04:13:49 +0000 (04:13 +0000)]
* src/msgs/zh.msg: Updated (thanks to Shelley Shyan)

* src/msgs/es.msg: Updated (thanks to Badlop)

SVN Revision: 847

17 years ago* src/msgs/gl.msg: New galician translation (thanks to
Alexey Shchepin [Tue, 31 Jul 2007 04:13:39 +0000 (04:13 +0000)]
* src/msgs/gl.msg: New galician translation (thanks to
Carlos E. Lopez)

SVN Revision: 846

17 years ago* src/ejabberd_config.erl: Added possibility for appending values
Alexey Shchepin [Tue, 31 Jul 2007 04:13:29 +0000 (04:13 +0000)]
* src/ejabberd_config.erl: Added possibility for appending values
to config options (thanks to Badlop)
* doc/guide.tex: Updated

SVN Revision: 845

17 years ago* src/xml.erl: Better escaping management with CDATA. We only add CDATA enclosure...
Mickaël Rémond [Mon, 30 Jul 2007 17:35:00 +0000 (17:35 +0000)]
* src/xml.erl: Better escaping management with CDATA. We only add CDATA enclosure when needed. CDATA end token is properly escaped.

SVN Revision: 844

17 years ago* Updated documentation version number in SVN (to avoid confusion).
Mickaël Rémond [Mon, 30 Jul 2007 16:20:30 +0000 (16:20 +0000)]
* Updated documentation version number in SVN (to avoid confusion).

SVN Revision: 843

17 years ago* src/xml.erl: Only wrap xmldata nodes in xml cdata "tag" if bigger than 50 bytes...
Mickaël Rémond [Mon, 30 Jul 2007 13:13:59 +0000 (13:13 +0000)]
* src/xml.erl: Only wrap xmldata nodes in xml cdata "tag" if bigger than 50 bytes. Shorter xmlcdata nodes will be escaped.

SVN Revision: 842

17 years ago* src/tls/tls_drv.c: Sends the entire certificate chain (EJAB-209).
Mickaël Rémond [Mon, 30 Jul 2007 12:29:02 +0000 (12:29 +0000)]
* src/tls/tls_drv.c: Sends the entire certificate chain (EJAB-209).

SVN Revision: 841

17 years ago* src/acl.erl: Remove compilation warnings (EJAB-290).
Mickaël Rémond [Mon, 30 Jul 2007 11:06:50 +0000 (11:06 +0000)]
* src/acl.erl: Remove compilation warnings (EJAB-290).

SVN Revision: 840

17 years ago* src/xml_stream.erl: Group CDATA on a single xmlcdata node (splitting is not relevan...
Mickaël Rémond [Mon, 30 Jul 2007 10:06:49 +0000 (10:06 +0000)]
* src/xml_stream.erl: Group CDATA on a single xmlcdata node (splitting is not relevant as dependant on TCP/IP packet fragmentation) (EJAB-292).

SVN Revision: 839

17 years ago* src/xml.erl: Remove compilation warnings (EJAB-290).
Mickaël Rémond [Mon, 30 Jul 2007 09:09:24 +0000 (09:09 +0000)]
* src/xml.erl: Remove compilation warnings (EJAB-290).

SVN Revision: 838

17 years ago* src/xml.erl: Removed more code commented out.
Mickaël Rémond [Mon, 30 Jul 2007 08:36:03 +0000 (08:36 +0000)]
* src/xml.erl: Removed more code commented out.

SVN Revision: 837

17 years ago* src/xml.erl: Do not crypt binary CData, but enclose the value in
Mickaël Rémond [Mon, 30 Jul 2007 08:32:47 +0000 (08:32 +0000)]
* src/xml.erl: Do not crypt binary CData, but enclose the value in
XML CDATA "tag".
* src/xml.erl: Code clean-up: removed old code in comments.

SVN Revision: 836

17 years ago* src/mod_roster_odbc.erl: Better error management when bad JID in roster table ...
Mickaël Rémond [Sat, 28 Jul 2007 09:36:37 +0000 (09:36 +0000)]
* src/mod_roster_odbc.erl: Better error management when bad JID in roster table (EJAB-289).

SVN Revision: 835

17 years ago* src/web/ejabberd_web_admin.erl: Code clean-up.
Mickaël Rémond [Thu, 26 Jul 2007 10:22:44 +0000 (10:22 +0000)]
* src/web/ejabberd_web_admin.erl: Code clean-up.

SVN Revision: 834

17 years ago* Added TODO comment
Mickaël Rémond [Thu, 26 Jul 2007 10:13:04 +0000 (10:13 +0000)]
* Added TODO comment

SVN Revision: 833

17 years ago* src/mod_offline.erl: Code clean-up.
Mickaël Rémond [Thu, 26 Jul 2007 10:08:41 +0000 (10:08 +0000)]
* src/mod_offline.erl: Code clean-up.

SVN Revision: 832

17 years ago* src/gen_mod.erl: Throw error more cleanly.
Mickaël Rémond [Thu, 26 Jul 2007 09:56:38 +0000 (09:56 +0000)]
* src/gen_mod.erl: Throw error more cleanly.

SVN Revision: 831

17 years ago* src/mod_configure.erl: One ACL call was not virtual host compliant.
Mickaël Rémond [Thu, 26 Jul 2007 09:52:28 +0000 (09:52 +0000)]
* src/mod_configure.erl: One ACL call was not virtual host compliant.

SVN Revision: 830

17 years ago* src/mod_configure.erl: One ACL call was not virtual host compliant.
Mickaël Rémond [Thu, 26 Jul 2007 09:49:23 +0000 (09:49 +0000)]
* src/mod_configure.erl: One ACL call was not virtual host compliant.

SVN Revision: 829

17 years ago* src/ejabberd_auth_odbc.erl: Fixed wrong call preventing user removal with relationa...
Mickaël Rémond [Thu, 26 Jul 2007 09:42:14 +0000 (09:42 +0000)]
* src/ejabberd_auth_odbc.erl: Fixed wrong call preventing user removal with relational databases.

SVN Revision: 828

17 years ago* src/mod_last_odbc.erl: Adapted to mod_privacy changes.
Mickaël Rémond [Thu, 26 Jul 2007 09:37:16 +0000 (09:37 +0000)]
* src/mod_last_odbc.erl: Adapted to mod_privacy changes.
* src/mod_privacy_odbc.erl: Refactoring to extract records in include file.

SVN Revision: 827

17 years ago* src/mod_last.erl: Adapted to mod_privacy changes.
Mickaël Rémond [Thu, 26 Jul 2007 09:29:52 +0000 (09:29 +0000)]
* src/mod_last.erl: Adapted to mod_privacy changes.

SVN Revision: 826

17 years ago* src/mod_last.erl: Adapted to mod_privacy changes.
Mickaël Rémond [Thu, 26 Jul 2007 09:13:31 +0000 (09:13 +0000)]
* src/mod_last.erl: Adapted to mod_privacy changes.
* src/mod_privacy.erl: Refactoring to extract records in include file.
* src/mod_privacy.hrl: Likewise.

SVN Revision: 825

17 years ago* src/mod_roster_odbc.erl: Fixed wrong call.
Mickaël Rémond [Thu, 26 Jul 2007 08:30:25 +0000 (08:30 +0000)]
* src/mod_roster_odbc.erl: Fixed wrong call.

SVN Revision: 824

17 years ago* src/p1_fsm.erl: Use of catch can break tail recursion.
Mickaël Rémond [Wed, 25 Jul 2007 08:48:55 +0000 (08:48 +0000)]
* src/p1_fsm.erl: Use of catch can break tail recursion.

SVN Revision: 823

17 years ago* doc/guide.tex: Added recommandations on max_stanza options usage.
Mickaël Rémond [Tue, 24 Jul 2007 09:17:29 +0000 (09:17 +0000)]
* doc/guide.tex: Added recommandations on max_stanza options usage.

SVN Revision: 822

17 years ago* src/ejabberd_s2s_out.erl: Autodisconnect s2s connections which are overloaded ...
Mickaël Rémond [Tue, 24 Jul 2007 09:04:09 +0000 (09:04 +0000)]
* src/ejabberd_s2s_out.erl: Autodisconnect s2s connections which are overloaded (EJAB-287).
* src/p1_fsm.erl: Likewise.

SVN Revision: 821

17 years ago* src/ejabberd_s2s_in.erl: Add s2s whitelist / blacklist support on incoming s2s...
Mickaël Rémond [Thu, 19 Jul 2007 21:17:13 +0000 (21:17 +0000)]
* src/ejabberd_s2s_in.erl: Add s2s whitelist / blacklist support on incoming s2s connections (EJAB-283)
* src/ejabberd_s2s.erl: Likewise

SVN Revision: 820

17 years ago* src/ejabberd_s2s.erl: Fixed typo.
Mickaël Rémond [Wed, 18 Jul 2007 18:42:00 +0000 (18:42 +0000)]
* src/ejabberd_s2s.erl: Fixed typo.

SVN Revision: 819

17 years ago* src/ejabberd_s2s.erl: Implements s2s hosts whitelist / blacklist
Mickaël Rémond [Wed, 18 Jul 2007 17:42:53 +0000 (17:42 +0000)]
* src/ejabberd_s2s.erl: Implements s2s hosts whitelist / blacklist
* src/ejabberd.cfg.example: Likewise

SVN Revision: 818

17 years ago* src/ejabberd_s2s_out.erl: Make s2s connections more robust
Mickaël Rémond [Wed, 18 Jul 2007 16:26:50 +0000 (16:26 +0000)]
* src/ejabberd_s2s_out.erl: Make s2s connections more robust
* src/ejabberd_s2s.erl: Likewise

SVN Revision: 817

17 years ago* src/mod_configure.erl: Bugfix: Show only virtual host users on admin disco for...
Mickaël Rémond [Tue, 17 Jul 2007 08:21:28 +0000 (08:21 +0000)]
* src/mod_configure.erl: Bugfix: Show only virtual host users on admin disco for all users (EJAB-268) (Thanks to Badlop).

SVN Revision: 816

17 years ago* src/mod_muc/mod_muc_log.erl: Recognise more URI schemes in logged HTML (EJAB-279...
Mickaël Rémond [Tue, 17 Jul 2007 07:55:26 +0000 (07:55 +0000)]
* src/mod_muc/mod_muc_log.erl: Recognise more URI schemes in logged HTML (EJAB-279) (Thanks to qu1j0t3).

SVN Revision: 815

17 years ago* src/ejabberd_s2s_out.erl: Improved place of the INFO / DEBUG printout (EJAB-282).
Mickaël Rémond [Tue, 17 Jul 2007 07:20:55 +0000 (07:20 +0000)]
* src/ejabberd_s2s_out.erl: Improved place of the INFO / DEBUG printout (EJAB-282).

SVN Revision: 814

17 years ago* src/odbc/ejabberd_odbc.erl: Better error handling for MySQL native driver (EJAB...
Mickaël Rémond [Tue, 17 Jul 2007 07:09:04 +0000 (07:09 +0000)]
* src/odbc/ejabberd_odbc.erl: Better error handling for MySQL native driver (EJAB-224).

SVN Revision: 813

17 years ago* src/ejabberd_s2s.erl: Added remove_connection/3
Alexey Shchepin [Sun, 15 Jul 2007 07:28:47 +0000 (07:28 +0000)]
* src/ejabberd_s2s.erl: Added remove_connection/3
* src/ejabberd_s2s_out.erl: Bugfix: remove only own s2s record

SVN Revision: 812

17 years ago* src/ejabberd_s2s_out.erl: Bounce packets after unregistering s2s
Alexey Shchepin [Wed, 11 Jul 2007 14:10:28 +0000 (14:10 +0000)]
* src/ejabberd_s2s_out.erl: Bounce packets after unregistering s2s
connection, not before

SVN Revision: 811

17 years ago* src/mod_echo.erl: mod_echo does not reply to other components. This is to make...
Mickaël Rémond [Wed, 11 Jul 2007 08:37:30 +0000 (08:37 +0000)]
* src/mod_echo.erl: mod_echo does not reply to other components. This is to make sure that a component will not discover its own capabilities (EJAB-281).
* src/ejabberd.cfg: disable mod_echo in the example config file. mod_echo is mainly a development/test module.

SVN Revision: 810

17 years ago* src/odbc/mssql.sql: Nickname cannot be null in rosterusers table (MSSQL)
Mickaël Rémond [Mon, 9 Jul 2007 17:22:09 +0000 (17:22 +0000)]
* src/odbc/mssql.sql: Nickname cannot be null in rosterusers table (MSSQL)
* src/odbc/mysql.sql: Likewise
* src/odbc/pg.sql: Likewise

SVN Revision: 809

17 years ago* Added missing file.
Mickaël Rémond [Sat, 30 Jun 2007 06:07:09 +0000 (06:07 +0000)]
* Added missing file.

SVN Revision: 807

17 years ago* src/ejabberd_config.erl: Normalize hostnames in config file. If mixed case is used...
Mickaël Rémond [Fri, 29 Jun 2007 17:27:42 +0000 (17:27 +0000)]
* src/ejabberd_config.erl: Normalize hostnames in config file. If mixed case is used, the hostname will be now useable (EJAB-277).
* src/stringprep/stringprep_sup.erl: Likewise
* src/stringprep/Makefile.in: Likewise
* src/stringprep/Makefile.win32: Likewise
* src/ejabberd_app.erl: Likewise

SVN Revision: 806

17 years ago* src/ejabberd_auth_anonymous.erl: Do not purge non anonymous accounts when using...
Mickaël Rémond [Thu, 28 Jun 2007 17:39:53 +0000 (17:39 +0000)]
* src/ejabberd_auth_anonymous.erl: Do not purge non anonymous accounts when using anonymous authentication with another type of auth (EJAB-216).

SVN Revision: 805

17 years ago* src/ejabberd_service.erl: Added an option to disable from attribute checks in packe...
Mickaël Rémond [Thu, 28 Jun 2007 14:32:48 +0000 (14:32 +0000)]
* src/ejabberd_service.erl: Added an option to disable from attribute checks in packets coming from an external component (EJAB-275)
* doc/guide.tex: Likewise

SVN Revision: 804

17 years ago* doc/guide.tex: Documentation rework started (EJAB-272)
Mickaël Rémond [Thu, 28 Jun 2007 09:16:21 +0000 (09:16 +0000)]
* doc/guide.tex: Documentation rework started (EJAB-272)
* doc/introduction.tex: Likewise

SVN Revision: 803

17 years agoadd ChangeLog entry for r801
Christophe Romain [Thu, 28 Jun 2007 09:08:06 +0000 (09:08 +0000)]
add ChangeLog entry for r801

SVN Revision: 802

17 years agocorrects EJAB-273, remove obsolete OnlineUsers calculation
Christophe Romain [Thu, 28 Jun 2007 08:31:46 +0000 (08:31 +0000)]
corrects EJAB-273, remove obsolete OnlineUsers calculation

SVN Revision: 801

17 years agoCancel revision 798
Jérôme Sautret [Wed, 27 Jun 2007 11:05:14 +0000 (11:05 +0000)]
Cancel revision 798

SVN Revision: 799

17 years agoUnsafe working version of http file transfer
Jérôme Sautret [Wed, 27 Jun 2007 10:01:39 +0000 (10:01 +0000)]
Unsafe working version of http file transfer

SVN Revision: 798

17 years ago* src/mod_muc/mod_muc_room.erl: Include <body/> in MUC invitations
Alexey Shchepin [Tue, 26 Jun 2007 18:00:36 +0000 (18:00 +0000)]
* src/mod_muc/mod_muc_room.erl: Include <body/> in MUC invitations
for older clients (thanks to Michael Scherer)

SVN Revision: 796

17 years ago* doc/guide.tex: Typos
Mickaël Rémond [Mon, 25 Jun 2007 17:44:48 +0000 (17:44 +0000)]
* doc/guide.tex: Typos

SVN Revision: 795

17 years ago* src/mod_muc/mod_muc_room.erl: New anti-abuse options: min_presence_interval and...
Mickaël Rémond [Mon, 25 Jun 2007 16:43:42 +0000 (16:43 +0000)]
* src/mod_muc/mod_muc_room.erl: New anti-abuse options: min_presence_interval and min_message_interval (EJAB-227)
* doc/guide.tex: Likewise

SVN Revision: 794

17 years agoapply patch from EJAB-261
Christophe Romain [Mon, 25 Jun 2007 12:09:43 +0000 (12:09 +0000)]
apply patch from EJAB-261

SVN Revision: 793

17 years ago* doc/guide.tex: Documentation improvements on watchdog
Mickaël Rémond [Mon, 25 Jun 2007 07:45:50 +0000 (07:45 +0000)]
* doc/guide.tex: Documentation improvements on watchdog

SVN Revision: 792

17 years ago* doc/guide.text: No need to escape underscore in Latex verbatim sections
Mickaël Rémond [Mon, 25 Jun 2007 07:41:25 +0000 (07:41 +0000)]
* doc/guide.text: No need to escape underscore in Latex verbatim sections

SVN Revision: 791

17 years ago* doc/guide.tex: Watchdog alert documentation
Mickaël Rémond [Mon, 25 Jun 2007 07:15:30 +0000 (07:15 +0000)]
* doc/guide.tex: Watchdog alert documentation
* src/ejabberd.cfg.example: Likewise

SVN Revision: 790

17 years ago* src/mod_irc/mod_irc.erl: Added an option for default IRC
Alexey Shchepin [Fri, 22 Jun 2007 15:25:27 +0000 (15:25 +0000)]
* src/mod_irc/mod_irc.erl: Added an option for default IRC
encoding (thanks to Badlop)
* doc/guide.tex: Updated

SVN Revision: 789

17 years ago* src/mod_disco.erl: Don't override accumulated value in
Alexey Shchepin [Fri, 22 Jun 2007 14:15:43 +0000 (14:15 +0000)]
* src/mod_disco.erl: Don't override accumulated value in
get_local_identity/5 (thanks to Magnus Henoch and Badlop)

SVN Revision: 788

17 years ago* src/web/ejabberd_web_admin.erl: Added links to server and
Alexey Shchepin [Fri, 22 Jun 2007 14:04:45 +0000 (14:04 +0000)]
* src/web/ejabberd_web_admin.erl: Added links to server and
virtual host homes (thanks to Badlop)

SVN Revision: 787

17 years ago* src/mod_muc/mod_muc_room.erl: It is now possible to limit who is allowed to create...
Mickaël Rémond [Wed, 20 Jun 2007 11:25:19 +0000 (11:25 +0000)]
* src/mod_muc/mod_muc_room.erl: It is now possible to limit who is allowed to create persistent MUC rooms (Thanks to Badlop) (EJAB-257)
* src/mod_muc/mod_muc.erl: Likewise
* doc/guide.tex: Likewise
* src/ejabberd.cfg.example: Likewise

SVN Revision: 786

17 years ago* src/odbc/odbc_queries.erl: Added missing users_number/1 for MSSQL (EJAB-239).
Mickaël Rémond [Mon, 18 Jun 2007 10:22:54 +0000 (10:22 +0000)]
* src/odbc/odbc_queries.erl: Added missing users_number/1 for MSSQL (EJAB-239).

SVN Revision: 785

17 years ago* src/mod_roster_odbc.erl: Fixed typo
Alexey Shchepin [Tue, 12 Jun 2007 16:44:15 +0000 (16:44 +0000)]
* src/mod_roster_odbc.erl: Fixed typo

SVN Revision: 782

17 years ago* src/web/ejabberd_web_admin.erl: Show IP address of connected
Alexey Shchepin [Sun, 10 Jun 2007 18:13:37 +0000 (18:13 +0000)]
* src/web/ejabberd_web_admin.erl: Show IP address of connected
resources on user info page (thanks to Oleg Palij)

SVN Revision: 781

17 years ago* src/ejabberd_config.erl: Fixed "language" option processing
Alexey Shchepin [Thu, 7 Jun 2007 18:27:35 +0000 (18:27 +0000)]
* src/ejabberd_config.erl: Fixed "language" option processing
(thanks to Badlop)

SVN Revision: 780

17 years ago* src/msgs/zh.msg: Updated (thanks to Shelley Shyan)
Alexey Shchepin [Thu, 7 Jun 2007 18:17:16 +0000 (18:17 +0000)]
* src/msgs/zh.msg: Updated (thanks to Shelley Shyan)

* src/msgs/ca.msg: New Catalan translation (thanks to Vicent
Alberola)

SVN Revision: 779

17 years ago* src/xml.erl: Add new helper function get_subtag_cdata/2.
Mickaël Rémond [Tue, 5 Jun 2007 01:50:28 +0000 (01:50 +0000)]
* src/xml.erl: Add new helper function get_subtag_cdata/2.

SVN Revision: 778

17 years ago* src/mod_vcard_odbc.erl: Fix for previous commit (thanks to
Alexey Shchepin [Wed, 30 May 2007 21:15:28 +0000 (21:15 +0000)]
* src/mod_vcard_odbc.erl: Fix for previous commit (thanks to
Badlop)

SVN Revision: 777

17 years ago* src/mod_vcard_odbc.erl: Make service description translatable in discovery (EJAB...
Mickaël Rémond [Tue, 29 May 2007 14:53:09 +0000 (14:53 +0000)]
* src/mod_vcard_odbc.erl: Make service description translatable in discovery (EJAB-236)
* src/mod_vcard_ldap.erl: Likewise

SVN Revision: 776

17 years ago* src/Makefile.in: Added Dialyzer target (EJAB-189 - Thanks to Geoff Cant)
Mickaël Rémond [Tue, 29 May 2007 14:31:12 +0000 (14:31 +0000)]
* src/Makefile.in: Added Dialyzer target (EJAB-189 - Thanks to Geoff Cant)
* src/Makefile.in: Build XmppAddr.beam in a single pass
* src/mod_muc/Makefile.in: +debug_info directive support
* src/stringprep/Makefile.in: Likewise
* src/mod_irc/Makefile.in: Likewise
* src/web/Makefile.in: Likewise
* src/eldap/Makefile.in: Likewise
* src/mod_pubsub/Makefile.in: Likewise
* src/ejabberd_zlib/Makefile.in: Likewise
* src/mod_proxy65/Makefile.in: Likewise
* src/tls/Makefile.in: Likewise
* src/odbc/Makefile.in: Likewise

SVN Revision: 775