aboutsummaryrefslogtreecommitdiff
path: root/src/idna.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * doc/guide.tex: Updated copyright dates to 2008Badlop2008-01-151-1/+1
| | | | | | * src/*: Likewise SVN Revision: 1153
* * Applied copyright update patch 1.Mickaël Rémond2007-12-241-4/+22
| | | | SVN Revision: 1110
* * src/cyrsasl.erl: Fix compilation warnings: Part 1 (EJAB-290)Badlop2007-12-061-16/+16
| | | | | | | | | | | | * src/ejabberd_auth_odbc.erl: Likewise * src/ejabberd_config.erl: Likewise * src/ejabberd_hooks.erl: Likewise * src/ejabberd_s2s_out.erl: Likewise * src/ejabberd_sm.erl: Likewise * src/idna.erl: Likewise * src/jd2ejd.erl: Likewise SVN Revision: 1045
* * 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/idna.erl: Support for IDNA (RFC3490)Alexey Shchepin2004-04-101-0/+179
* 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