Alexey Shchepin
|
27a826cfe8
|
* src/ejabberd_config.erl: Added possibility for appending values
to config options (thanks to Badlop)
* doc/guide.tex: Updated
SVN Revision: 845
|
2007-07-31 04:13:29 +00:00 |
|
Mickaël Rémond
|
bdb2c6820f
|
* src/xml.erl: Better escaping management with CDATA. We only add CDATA enclosure when needed. CDATA end token is properly escaped.
SVN Revision: 844
|
2007-07-30 17:35:00 +00:00 |
|
Mickaël Rémond
|
f6095694b1
|
* Updated documentation version number in SVN (to avoid confusion).
SVN Revision: 843
|
2007-07-30 16:20:30 +00:00 |
|
Mickaël Rémond
|
af33f13371
|
* 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
|
2007-07-30 13:13:59 +00:00 |
|
Mickaël Rémond
|
15eee1c604
|
* src/tls/tls_drv.c: Sends the entire certificate chain (EJAB-209).
SVN Revision: 841
|
2007-07-30 12:29:02 +00:00 |
|
Mickaël Rémond
|
bf6e5a0d26
|
* src/acl.erl: Remove compilation warnings (EJAB-290).
SVN Revision: 840
|
2007-07-30 11:06:50 +00:00 |
|
Mickaël Rémond
|
e9bbed2299
|
* 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
|
2007-07-30 10:06:49 +00:00 |
|
Mickaël Rémond
|
3f51e73944
|
* src/xml.erl: Remove compilation warnings (EJAB-290).
SVN Revision: 838
|
2007-07-30 09:09:24 +00:00 |
|
Mickaël Rémond
|
3cd7d1b54b
|
* src/xml.erl: Removed more code commented out.
SVN Revision: 837
|
2007-07-30 08:36:03 +00:00 |
|
Mickaël Rémond
|
b8cd5c3f0e
|
* 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
|
2007-07-30 08:32:47 +00:00 |
|
Mickaël Rémond
|
888acbdb2e
|
* src/mod_roster_odbc.erl: Better error management when bad JID in roster table (EJAB-289).
SVN Revision: 835
|
2007-07-28 09:36:37 +00:00 |
|
Mickaël Rémond
|
bf416ad52d
|
* src/web/ejabberd_web_admin.erl: Code clean-up.
SVN Revision: 834
|
2007-07-26 10:22:44 +00:00 |
|
Mickaël Rémond
|
eee30112ef
|
* Added TODO comment
SVN Revision: 833
|
2007-07-26 10:13:04 +00:00 |
|
Mickaël Rémond
|
59fa698967
|
* src/mod_offline.erl: Code clean-up.
SVN Revision: 832
|
2007-07-26 10:08:41 +00:00 |
|
Mickaël Rémond
|
8d9e093788
|
* src/gen_mod.erl: Throw error more cleanly.
SVN Revision: 831
|
2007-07-26 09:56:38 +00:00 |
|
Mickaël Rémond
|
83397fdc45
|
* src/mod_configure.erl: One ACL call was not virtual host compliant.
SVN Revision: 830
|
2007-07-26 09:52:28 +00:00 |
|
Mickaël Rémond
|
75448d953d
|
* src/mod_configure.erl: One ACL call was not virtual host compliant.
SVN Revision: 829
|
2007-07-26 09:49:23 +00:00 |
|
Mickaël Rémond
|
b1a3c639cb
|
* src/ejabberd_auth_odbc.erl: Fixed wrong call preventing user removal with relational databases.
SVN Revision: 828
|
2007-07-26 09:42:14 +00:00 |
|
Mickaël Rémond
|
9081f1f2b6
|
* 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
|
2007-07-26 09:37:16 +00:00 |
|
Mickaël Rémond
|
df57442d75
|
* src/mod_last.erl: Adapted to mod_privacy changes.
SVN Revision: 826
|
2007-07-26 09:29:52 +00:00 |
|
Mickaël Rémond
|
ad16c0f4a4
|
* 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
|
2007-07-26 09:13:31 +00:00 |
|
Mickaël Rémond
|
54a5b2d3e9
|
* src/mod_roster_odbc.erl: Fixed wrong call.
SVN Revision: 824
|
2007-07-26 08:30:25 +00:00 |
|
Mickaël Rémond
|
637ce31f5e
|
* src/p1_fsm.erl: Use of catch can break tail recursion.
SVN Revision: 823
|
2007-07-25 08:48:55 +00:00 |
|
Mickaël Rémond
|
be494565a9
|
* doc/guide.tex: Added recommandations on max_stanza options usage.
SVN Revision: 822
|
2007-07-24 09:17:29 +00:00 |
|
Mickaël Rémond
|
6e24711099
|
* src/ejabberd_s2s_out.erl: Autodisconnect s2s connections which are overloaded (EJAB-287).
* src/p1_fsm.erl: Likewise.
SVN Revision: 821
|
2007-07-24 09:04:09 +00:00 |
|
Mickaël Rémond
|
799ff1d883
|
* src/ejabberd_s2s_in.erl: Add s2s whitelist / blacklist support on incoming s2s connections (EJAB-283)
* src/ejabberd_s2s.erl: Likewise
SVN Revision: 820
|
2007-07-19 21:17:13 +00:00 |
|
Mickaël Rémond
|
944ef9bbc2
|
* src/ejabberd_s2s.erl: Fixed typo.
SVN Revision: 819
|
2007-07-18 18:42:00 +00:00 |
|
Mickaël Rémond
|
9da2c78eb4
|
* src/ejabberd_s2s.erl: Implements s2s hosts whitelist / blacklist
* src/ejabberd.cfg.example: Likewise
SVN Revision: 818
|
2007-07-18 17:42:53 +00:00 |
|
Mickaël Rémond
|
abadd82c66
|
* src/ejabberd_s2s_out.erl: Make s2s connections more robust
* src/ejabberd_s2s.erl: Likewise
SVN Revision: 817
|
2007-07-18 16:26:50 +00:00 |
|
Mickaël Rémond
|
dcf883005d
|
* src/mod_configure.erl: Bugfix: Show only virtual host users on admin disco for all users (EJAB-268) (Thanks to Badlop).
SVN Revision: 816
|
2007-07-17 08:21:28 +00:00 |
|
Mickaël Rémond
|
0b0c889bca
|
* src/mod_muc/mod_muc_log.erl: Recognise more URI schemes in logged HTML (EJAB-279) (Thanks to qu1j0t3).
SVN Revision: 815
|
2007-07-17 07:55:26 +00:00 |
|
Mickaël Rémond
|
1b19d72e6f
|
* src/ejabberd_s2s_out.erl: Improved place of the INFO / DEBUG printout (EJAB-282).
SVN Revision: 814
|
2007-07-17 07:20:55 +00:00 |
|
Mickaël Rémond
|
745be8373f
|
* src/odbc/ejabberd_odbc.erl: Better error handling for MySQL native driver (EJAB-224).
SVN Revision: 813
|
2007-07-17 07:09:04 +00:00 |
|
Alexey Shchepin
|
2810c2b300
|
* src/ejabberd_s2s.erl: Added remove_connection/3
* src/ejabberd_s2s_out.erl: Bugfix: remove only own s2s record
SVN Revision: 812
|
2007-07-15 07:28:47 +00:00 |
|
Alexey Shchepin
|
907878081d
|
* src/ejabberd_s2s_out.erl: Bounce packets after unregistering s2s
connection, not before
SVN Revision: 811
|
2007-07-11 14:10:28 +00:00 |
|
Mickaël Rémond
|
b16e3f6d0b
|
* 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
|
2007-07-11 08:37:30 +00:00 |
|
Mickaël Rémond
|
3fe646c3cb
|
* 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
|
2007-07-09 17:22:09 +00:00 |
|
Mickaël Rémond
|
03fde5d50c
|
* Added missing file.
SVN Revision: 807
|
2007-06-30 06:07:09 +00:00 |
|
Mickaël Rémond
|
221532428f
|
* 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
|
2007-06-29 17:27:42 +00:00 |
|
Mickaël Rémond
|
ede1693f20
|
* 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
|
2007-06-28 17:39:53 +00:00 |
|
Mickaël Rémond
|
525b8e9374
|
* 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
|
2007-06-28 14:32:48 +00:00 |
|
Mickaël Rémond
|
12ab036236
|
* doc/guide.tex: Documentation rework started (EJAB-272)
* doc/introduction.tex: Likewise
SVN Revision: 803
|
2007-06-28 09:16:21 +00:00 |
|
Christophe Romain
|
b7e16968b6
|
add ChangeLog entry for r801
SVN Revision: 802
|
2007-06-28 09:08:06 +00:00 |
|
Christophe Romain
|
d27fbcc27c
|
corrects EJAB-273, remove obsolete OnlineUsers calculation
SVN Revision: 801
|
2007-06-28 08:31:46 +00:00 |
|
Jérôme Sautret
|
2e00142b38
|
Cancel revision 798
SVN Revision: 799
|
2007-06-27 11:05:14 +00:00 |
|
Jérôme Sautret
|
9cd3a6db07
|
Unsafe working version of http file transfer
SVN Revision: 798
|
2007-06-27 10:01:39 +00:00 |
|
Alexey Shchepin
|
ef7e43b2dc
|
* src/mod_muc/mod_muc_room.erl: Include <body/> in MUC invitations
for older clients (thanks to Michael Scherer)
SVN Revision: 796
|
2007-06-26 18:00:36 +00:00 |
|
Mickaël Rémond
|
6c3a79f9df
|
* doc/guide.tex: Typos
SVN Revision: 795
|
2007-06-25 17:44:48 +00:00 |
|
Mickaël Rémond
|
20da906311
|
* 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
|
2007-06-25 16:43:42 +00:00 |
|
Christophe Romain
|
7ec8ce9e50
|
apply patch from EJAB-261
SVN Revision: 793
|
2007-06-25 12:09:43 +00:00 |
|