aboutsummaryrefslogtreecommitdiff
path: root/src/xml.erl (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-03-14Accumulated patch to binarize and indent codeBadlop1-136/+308
2013-01-24Update copyright datesAlexey Shchepin1-1/+1
2012-02-23Update copyright datesAlexey Shchepin1-1/+1
2011-06-11Escape iolist correctly when NIFs are disabled (EJAB-1462)Evgeniy Khramtsov1-0/+1
2011-02-14update copyright up to 2011Christophe Romain1-1/+1
2010-07-01New configure option: --enable-nifEvgeniy Khramtsov1-0/+19
2010-06-04fixes wrong SQL escaping when --enable-full-xml is setEvgeniy Khramtsov1-0/+4
2010-03-08Replace concat_binary supported until R14 with list_to_binary supported since R9Badlop1-2/+2
2010-01-12Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop1-1/+1
SVN Revision: 2891
2009-10-19Fix unnecessary call to xml:crypt/1 (thanks to Janusz Dziemidowicz)(EJAB-1064)Badlop1-1/+1
SVN Revision: 2672
2009-06-30Include original timestamp on delayed presences (thanks to Mickael ↵Badlop1-0/+4
Remond)(EJAB-234) SVN Revision: 2348
2009-05-06Replace TYPE/1 with is_TYPE/1 (EJAB-922)Badlop1-1/+1
SVN Revision: 2057
2009-04-27* src/xml.erl: More verbose error reporting forBadlop1-1/+9
element_to_string (thanks to Magnus Henoch)(EJAB-301) SVN Revision: 2045
2009-01-12* doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop1-2/+2
* doc/guide.html: Likewise * src/*/*.erl: Likewise * src/*/*.erl: Remove unneeded blankspaces in license text SVN Revision: 1804
2008-07-31* doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop1-1/+1
* 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-01-15* doc/guide.tex: Updated copyright dates to 2008Badlop1-1/+1
* src/*: Likewise SVN Revision: 1153
2007-12-24* applied copyright patch 2.Mickaël Rémond1-4/+22
SVN Revision: 1112
2007-12-06* src/acl.erl and other 64 files: Remove Erlang module attributeBadlop1-1/+0
'vsn' because it doesn't provide any worth feature, and it difficults hot code update (EJAB-440) SVN Revision: 1044
2007-07-31* src/xml.erl: Removing debug printout.Mickaël Rémond1-2/+0
SVN Revision: 851
2007-07-31* src/xml.erl: Making use of CDATA escaping optional through with a compile ↵Mickaël Rémond1-6/+16
time option (EJAB-298). * src/Makefile.in: Likewise. * src/configure.ac: Likewise. SVN Revision: 849
2007-07-30* src/xml.erl: Better escaping management with CDATA. We only add CDATA ↵Mickaël Rémond1-8/+68
enclosure when needed. CDATA end token is properly escaped. SVN Revision: 844
2007-07-30* src/xml.erl: Only wrap xmldata nodes in xml cdata "tag" if bigger than 50 ↵Mickaël Rémond1-4/+10
bytes. Shorter xmlcdata nodes will be escaped. SVN Revision: 842
2007-07-30* src/xml.erl: Remove compilation warnings (EJAB-290).Mickaël Rémond1-4/+4
SVN Revision: 838
2007-07-30* src/xml.erl: Removed more code commented out.Mickaël Rémond1-38/+0
SVN Revision: 837
2007-07-30* src/xml.erl: Do not crypt binary CData, but enclose the value inMickaël Rémond1-66/+7
XML CDATA "tag". * src/xml.erl: Code clean-up: removed old code in comments. SVN Revision: 836
2007-06-05* src/xml.erl: Add new helper function get_subtag_cdata/2.Mickaël Rémond1-1/+8
SVN Revision: 778
2007-02-04* src/web/ejabberd_http.erl: Added separate version ofAlexey Shchepin1-1/+1
element_to_string for HTML encoding * src/xml.erl: Reverted previous change SVN Revision: 722
2007-02-04* src/xml.erl: ' entity replaced by ' Should work more universaly ↵Mickaël Rémond1-1/+1
(in HTML and XML). SVN Revision: 721
2006-04-05* src/expat_erl.c: Use binaries for CDATAAlexey Shchepin1-4/+6
* src/xml.erl: Likewise SVN Revision: 526
2004-04-10* src/idna.erl: Support for IDNA (RFC3490)Alexey Shchepin1-36/+67
* 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-01-18* src/ejabberd_ctl.erl: Added commands for backup processingAlexey Shchepin1-1/+9
* 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
2003-07-20* (all): Reorganized supervision treeAlexey Shchepin1-32/+31
SVN Revision: 125
2003-05-18* src/mod_muc/mod_muc.erl: Now body of message from admin to MUCAlexey Shchepin1-0/+25
service is broadcasted to all conferences * src/mod_muc/mod_muc_room.erl: Likewise SVN Revision: 110
2003-01-26*** empty log message ***Alexey Shchepin1-19/+48
SVN Revision: 51
2003-01-09*** empty log message ***Alexey Shchepin1-9/+15
SVN Revision: 34
2003-01-02*** empty log message ***Alexey Shchepin1-1/+32
SVN Revision: 25
2003-01-01*** empty log message ***Alexey Shchepin1-1/+7
SVN Revision: 24
2002-12-08*** empty log message ***Alexey Shchepin1-2/+5
SVN Revision: 14
2002-11-27*** empty log message ***Alexey Shchepin1-28/+1
SVN Revision: 8
2002-11-24*** empty log message ***Alexey Shchepin1-1/+29
SVN Revision: 6
2002-11-20*** empty log message ***Alexey Shchepin1-0/+92
SVN Revision: 4