Christophe Romain
fd52f2cb7d
update copyright up to 2011
2011-02-14 13:50:55 +01:00
Evgeniy Khramtsov
715cc5ea3b
New configure option: --enable-nif
2010-07-01 20:54:01 +10:00
Evgeniy Khramtsov
4646a5dbb8
fixes wrong SQL escaping when --enable-full-xml is set
2010-06-04 13:31:34 +10:00
Badlop
6bde01cd45
Replace concat_binary supported until R14 with list_to_binary supported since R9
2010-03-08 12:41:11 +01:00
Badlop
7b76fdcde7
Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)
...
SVN Revision: 2891
2010-01-12 16:11:32 +00:00
Badlop
69c4d5d89b
Fix unnecessary call to xml:crypt/1 (thanks to Janusz Dziemidowicz)(EJAB-1064)
...
SVN Revision: 2672
2009-10-19 10:30:41 +00:00
Badlop
29ea2738cc
Include original timestamp on delayed presences (thanks to Mickael Remond)(EJAB-234)
...
SVN Revision: 2348
2009-06-30 17:50:47 +00:00
Badlop
fec3742aaa
Replace TYPE/1 with is_TYPE/1 (EJAB-922)
...
SVN Revision: 2057
2009-05-06 16:54:43 +00:00
Badlop
e45e486fd2
* src/xml.erl: More verbose error reporting for
...
element_to_string (thanks to Magnus Henoch)(EJAB-301)
SVN Revision: 2045
2009-04-27 21:36:41 +00:00
Badlop
f09509502e
* doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)
...
* doc/guide.html: Likewise
* src/*/*.erl: Likewise
* src/*/*.erl: Remove unneeded blankspaces in license text
SVN Revision: 1804
2009-01-12 14:44:42 +00:00
Badlop
c3bda4aaee
* doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)
...
* doc/guide.html: Likewise
* doc/api/overview.edoc: Likewise
* src/*/*.erl: Likewise
* src/*/*.hrl: Likewise
* src/*/*.c: Likewise
* src/odbc/*.sql: Likewise
SVN Revision: 1499
2008-07-31 11:18:49 +00:00
Badlop
2d2fcc8210
* doc/guide.tex: Updated copyright dates to 2008
...
* src/*: Likewise
SVN Revision: 1153
2008-01-15 17:02:57 +00:00
Mickaël Rémond
cd82cadd10
* applied copyright patch 2.
...
SVN Revision: 1112
2007-12-24 12:58:05 +00:00
Badlop
d625fc80fc
* 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
2007-12-06 22:12:27 +00:00
Mickaël Rémond
442dd0667b
* src/xml.erl: Removing debug printout.
...
SVN Revision: 851
2007-07-31 14:47:52 +00:00
Mickaël Rémond
1ab47669ff
* 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
2007-07-31 12:05:00 +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
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
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
9f48fe49c3
* src/xml.erl: Add new helper function get_subtag_cdata/2.
...
SVN Revision: 778
2007-06-05 01:50:28 +00:00
Alexey Shchepin
5b4e116cfd
* src/web/ejabberd_http.erl: Added separate version of
...
element_to_string for HTML encoding
* src/xml.erl: Reverted previous change
SVN Revision: 722
2007-02-04 16:04:40 +00:00
Mickaël Rémond
78751e78c0
* src/xml.erl: ' entity replaced by ' Should work more universaly (in HTML and XML).
...
SVN Revision: 721
2007-02-04 11:30:44 +00:00
Alexey Shchepin
a5a978946d
* src/expat_erl.c: Use binaries for CDATA
...
* src/xml.erl: Likewise
SVN Revision: 526
2006-04-05 23:56:16 +00:00
Alexey Shchepin
6f600f1a37
* src/idna.erl: Support for IDNA (RFC3490)
...
* src/ejabberd_s2s_out.erl: Likewise
* src/xml.erl: element_to_string/1 and crypt/1 now returns deep
list
* src/mod_muc/mod_muc_room.erl (add_message_to_history): Replaced
string:len with lists:flatlength
SVN Revision: 222
2004-04-10 19:15:02 +00:00
Alexey Shchepin
273886701b
* src/ejabberd_ctl.erl: Added commands for backup processing
...
* src/ejabberd_c2s.erl: Added processing of xml:lang according to
latest XMPP-IM draft
* src/xml.erl: Added replace_tag_attr/3 function
* src/mod_roster.erl: Added auto-reply on incoming subscription
request according to latest XMPP-IM draft
* src/mod_offline.erl: Added pop_offline_messages/1 function
* src/ejabberd_c2s.erl: Updated sending of offline messages
SVN Revision: 200
2004-01-18 20:42:09 +00:00
Alexey Shchepin
ca5d88c368
* (all): Reorganized supervision tree
...
SVN Revision: 125
2003-07-20 20:35:35 +00:00
Alexey Shchepin
d719a93fa1
* src/mod_muc/mod_muc.erl: Now body of message from admin to MUC
...
service is broadcasted to all conferences
* src/mod_muc/mod_muc_room.erl: Likewise
SVN Revision: 110
2003-05-18 16:41:15 +00:00
Alexey Shchepin
aed24c637f
*** empty log message ***
...
SVN Revision: 51
2003-01-26 20:16:53 +00:00
Alexey Shchepin
a99c52880e
*** empty log message ***
...
SVN Revision: 34
2003-01-09 19:59:16 +00:00
Alexey Shchepin
44797c9524
*** empty log message ***
...
SVN Revision: 25
2003-01-02 21:01:12 +00:00
Alexey Shchepin
201b4c602f
*** empty log message ***
...
SVN Revision: 24
2003-01-01 19:54:44 +00:00
Alexey Shchepin
534b6925a3
*** empty log message ***
...
SVN Revision: 14
2002-12-08 17:23:21 +00:00
Alexey Shchepin
b2229bffcc
*** empty log message ***
...
SVN Revision: 8
2002-11-27 20:46:29 +00:00
Alexey Shchepin
9c38be6ca2
*** empty log message ***
...
SVN Revision: 6
2002-11-24 20:36:57 +00:00
Alexey Shchepin
a717a39a6d
*** empty log message ***
...
SVN Revision: 4
2002-11-20 20:19:20 +00:00