Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Accumulated patch to binarize and indent code | Badlop | 2013-03-14 | 1 | -136/+308 |
| | |||||
* | Update copyright dates | Alexey Shchepin | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | Update copyright dates | Alexey Shchepin | 2012-02-23 | 1 | -1/+1 |
| | |||||
* | Escape iolist correctly when NIFs are disabled (EJAB-1462) | Evgeniy Khramtsov | 2011-06-11 | 1 | -0/+1 |
| | |||||
* | update copyright up to 2011 | Christophe Romain | 2011-02-14 | 1 | -1/+1 |
| | |||||
* | New configure option: --enable-nif | Evgeniy Khramtsov | 2010-07-01 | 1 | -0/+19 |
| | |||||
* | fixes wrong SQL escaping when --enable-full-xml is set | Evgeniy Khramtsov | 2010-06-04 | 1 | -0/+4 |
| | |||||
* | Replace concat_binary supported until R14 with list_to_binary supported since R9 | Badlop | 2010-03-08 | 1 | -2/+2 |
| | |||||
* | Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) | Badlop | 2010-01-12 | 1 | -1/+1 |
| | | | | SVN Revision: 2891 | ||||
* | Fix unnecessary call to xml:crypt/1 (thanks to Janusz Dziemidowicz)(EJAB-1064) | Badlop | 2009-10-19 | 1 | -1/+1 |
| | | | | SVN Revision: 2672 | ||||
* | Include original timestamp on delayed presences (thanks to Mickael ↵ | Badlop | 2009-06-30 | 1 | -0/+4 |
| | | | | | | Remond)(EJAB-234) SVN Revision: 2348 | ||||
* | Replace TYPE/1 with is_TYPE/1 (EJAB-922) | Badlop | 2009-05-06 | 1 | -1/+1 |
| | | | | SVN Revision: 2057 | ||||
* | * src/xml.erl: More verbose error reporting for | Badlop | 2009-04-27 | 1 | -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) | Badlop | 2009-01-12 | 1 | -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) | Badlop | 2008-07-31 | 1 | -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 2008 | Badlop | 2008-01-15 | 1 | -1/+1 |
| | | | | | | * src/*: Likewise SVN Revision: 1153 | ||||
* | * applied copyright patch 2. | Mickaël Rémond | 2007-12-24 | 1 | -4/+22 |
| | | | | SVN Revision: 1112 | ||||
* | * src/acl.erl and other 64 files: Remove Erlang module attribute | Badlop | 2007-12-06 | 1 | -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émond | 2007-07-31 | 1 | -2/+0 |
| | | | | SVN Revision: 851 | ||||
* | * src/xml.erl: Making use of CDATA escaping optional through with a compile ↵ | Mickaël Rémond | 2007-07-31 | 1 | -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émond | 2007-07-30 | 1 | -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émond | 2007-07-30 | 1 | -4/+10 |
| | | | | | | bytes. Shorter xmlcdata nodes will be escaped. SVN Revision: 842 | ||||
* | * src/xml.erl: Remove compilation warnings (EJAB-290). | Mickaël Rémond | 2007-07-30 | 1 | -4/+4 |
| | | | | SVN Revision: 838 | ||||
* | * src/xml.erl: Removed more code commented out. | Mickaël Rémond | 2007-07-30 | 1 | -38/+0 |
| | | | | SVN Revision: 837 | ||||
* | * src/xml.erl: Do not crypt binary CData, but enclose the value in | Mickaël Rémond | 2007-07-30 | 1 | -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émond | 2007-06-05 | 1 | -1/+8 |
| | | | | SVN Revision: 778 | ||||
* | * src/web/ejabberd_http.erl: Added separate version of | Alexey Shchepin | 2007-02-04 | 1 | -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émond | 2007-02-04 | 1 | -1/+1 |
| | | | | | | (in HTML and XML). SVN Revision: 721 | ||||
* | * src/expat_erl.c: Use binaries for CDATA | Alexey Shchepin | 2006-04-05 | 1 | -4/+6 |
| | | | | | | * src/xml.erl: Likewise SVN Revision: 526 | ||||
* | * src/idna.erl: Support for IDNA (RFC3490) | Alexey Shchepin | 2004-04-10 | 1 | -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 processing | Alexey Shchepin | 2004-01-18 | 1 | -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 tree | Alexey Shchepin | 2003-07-20 | 1 | -32/+31 |
| | | | | SVN Revision: 125 | ||||
* | * src/mod_muc/mod_muc.erl: Now body of message from admin to MUC | Alexey Shchepin | 2003-05-18 | 1 | -0/+25 |
| | | | | | | | service is broadcasted to all conferences * src/mod_muc/mod_muc_room.erl: Likewise SVN Revision: 110 | ||||
* | *** empty log message *** | Alexey Shchepin | 2003-01-26 | 1 | -19/+48 |
| | | | | SVN Revision: 51 | ||||
* | *** empty log message *** | Alexey Shchepin | 2003-01-09 | 1 | -9/+15 |
| | | | | SVN Revision: 34 | ||||
* | *** empty log message *** | Alexey Shchepin | 2003-01-02 | 1 | -1/+32 |
| | | | | SVN Revision: 25 | ||||
* | *** empty log message *** | Alexey Shchepin | 2003-01-01 | 1 | -1/+7 |
| | | | | SVN Revision: 24 | ||||
* | *** empty log message *** | Alexey Shchepin | 2002-12-08 | 1 | -2/+5 |
| | | | | SVN Revision: 14 | ||||
* | *** empty log message *** | Alexey Shchepin | 2002-11-27 | 1 | -28/+1 |
| | | | | SVN Revision: 8 | ||||
* | *** empty log message *** | Alexey Shchepin | 2002-11-24 | 1 | -1/+29 |
| | | | | SVN Revision: 6 | ||||
* | *** empty log message *** | Alexey Shchepin | 2002-11-20 | 1 | -0/+92 |
SVN Revision: 4 |