aboutsummaryrefslogtreecommitdiff
path: root/src/idna.erl (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-01-15* doc/guide.tex: Updated copyright dates to 2008Badlop1-1/+1
* src/*: Likewise SVN Revision: 1153
2007-12-24* Applied copyright update patch 1.Mickaël Rémond1-4/+22
SVN Revision: 1110
2007-12-06* src/cyrsasl.erl: Fix compilation warnings: Part 1 (EJAB-290)Badlop1-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
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
2004-04-10* src/idna.erl: Support for IDNA (RFC3490)Alexey Shchepin1-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