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