aboutsummaryrefslogtreecommitdiff
path: root/src/jlib.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-121-1/+1
| | | | SVN Revision: 2891
* Add XEP82 Date Time, update XEP202 Entity Time and XEP203 Delayed Delivery ↵Badlop2009-06-301-3/+36
| | | | | | (EJAB-234) SVN Revision: 2345
* * src/jlib.erl: Fix recursive call to speedup base64Badlop2009-04-271-3/+3
| | | | | | decoding (thanks to Jeffrey Rogiers)(EJAB-333) SVN Revision: 2041
* * 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
* * src/jlib.erl: Implementation of XEP-0059 Result SetBadlop2008-12-231-1/+69
| | | | | | | | Management (thanks to Eric Cestari)(EJAB-807) * src/jlib.hrl: Likewise * src/mod_muc/mod_muc.erl: Likewise SVN Revision: 1750
* * src/ejabberd_c2s.erl: Enforce client stanza from attribute (EJAB-812).Mickaël Rémond2008-12-081-0/+9
| | | | | | * src/jlib.erl: Likewise. SVN Revision: 1706
* * 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
* * src/ejabberd_c2s.erl: Added C2S blacklist support (EJAB-625).Mickaël Rémond2008-05-051-1/+8
| | | | | | | | * src/mod_ip_blacklist.erl: Likewise. * src/jlib.erl: Added IP format tuple to string function. * src/ejabberd_socket.erl: Properly handled c2s start failure (happen for blacklisted IP). SVN Revision: 1317
* * 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-5/+23
| | | | SVN Revision: 1110
* * 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/mod_caps.erl: CAPS support (thanks to Magnus Henoch)Alexey Shchepin2007-12-011-22/+50
| | | | | | | | | | | | | * src/ejabberd_local.erl: Support for IQ responses * src/jlib.erl: Added iq_query_or_response_info/1 function * src/jlib.hrl: Added NS_PUBSUB_ERRORS and NS_CAPS * src/mod_pubsub/Makefile.in: New pubsub+pep implementation (thanks to Christophe Romain and Magnus Henoch) * src/ejabberd_sm.erl: Added get_session_pid/3 function * src/ejabberd_c2s.erl: Added get_subscribed_and_online/1 function SVN Revision: 1004
* * src/jlib.erl: Removed http_base_64:decode callAlexey Shchepin2007-09-021-8/+0
| | | | SVN Revision: 908
* * src/jlib.erl: Use http_base_64:decode if availableAlexey Shchepin2007-08-211-0/+8
| | | | SVN Revision: 883
* * src/web/ejabberd_web_admin.erl: User creation form now createsMickaël Rémond2006-07-071-0/+3
| | | | | | | | | the user for the current virual host only and does not require to type the hostname (EJAB-116). * src/jlib.erl: String to JID conversion now returns an error if the JID string contains two arobases. SVN Revision: 588
* * src/jlib.erl: BugfixAlexey Shchepin2005-09-151-2/+1
| | | | SVN Revision: 412
* * src/mod_muc/mod_muc_room.erl: Send password in room invitationAlexey Shchepin2004-09-171-0/+120
| | | | | | | | | | | | | | | | | | | | | | (thanks to Sergei Golovan) * src/mod_disco.erl: Added registration of sm features and nodes (thanks to Sergei Golovan) * src/mod_vcard.erl: Register vcard-temp feature (thanks to Sergei Golovan) * src/jlib.erl: Added functions now_to_utc_string/1, now_to_local_string/1, and datetime_string_to_timestamp/1 (thanks to Sergei Golovan) * src/mod_muc/mod_muc_room.erl: Use time parsing functions from jlib (thanks to Sergei Golovan) * ejabberd/src/mod_pubsub/mod_pubsub.erl: Bugfix (thanks to Mickael Remond) * src/mod_pubsub/mod_pubsub.erl: Bugfix SVN Revision: 265
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2004-02-261-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/mod_muc/mod_muc_room.erl: Updated error codes, removed trailing "-" in history. updated subject sending, added <title/> in configuration form (thanks to Sergei Golovan) * src/mod_irc/mod_irc.erl: Added vCard, ejabberd:configure replaced with jabber:iq:register (thanks to Sergei Golovan) * src/mod_configure.erl: Updated "xml:lang" usage, updated some messages (thanks to Sergei Golovan) * src/mod_configure2.erl: Likewise * src/mod_disco.erl: Likewise * src/mod_register.erl: Likewise * src/mod_vcard.erl: Likewise * src/mod_irc/mod_irc.erl: Likewise * src/mod_muc/mod_muc.erl: Likewise * src/mod_muc/mod_muc_room.erl: Likewise * src/mod_pubsub/mod_pubsub.erl: Likewise * src/jlib.hrl: Added "lang" field in "iq" record (thanks to Sergei Golovan) * src/jlib.erl: Likewise * src/ejabberd_c2s.erl: Updated to latest JEP-0078 (thanks to Sergei Golovan) * src/ejabberd_sm.erl: Bugfix SVN Revision: 205
* * src/jlib.hrl: Added declaration of "iq" recordAlexey Shchepin2003-12-171-2/+3
| | | | | | * (all): Updated to use "iq" record SVN Revision: 186
* * src/Makefile.in: Added install ruleAlexey Shchepin2003-10-211-24/+41
| | | | | | * src/jlib.erl: Added checks for JID parts length SVN Revision: 157
* * doc/guide.tex: UpdatedAlexey Shchepin2003-10-121-11/+0
| | | | | | | | | | | | * src/ejabberd_s2s_out.erl: Added support for IPv6 and "_jabber-server.tcp" lookups * src/jlib.erl (string_to_jid1): Bugfix * src/ejabberd_config.erl: Now possible to specify path to config file in command line SVN Revision: 149
* * doc/guide.tex: UpdatedAlexey Shchepin2003-10-111-20/+14
| | | | | | | | | | | | | * src/ejabberd.cfg: Added "register" rule, added some comments, this file renamed to ejabberd.cfg.example * src/mod_register.erl (try_register): Fixed error reply, added check for "register" access rule * src/stringprep/Makefile.win32: Added Makefile for Win32 (thanks to Sergei Golovan) SVN Revision: 148
* * (all): Changed JID storage format, added support for stringprepAlexey Shchepin2003-10-071-22/+75
| | | | | | | | | | | * src/stringprep/: Added support for Unicode normalization form KC * src/stringprep/: Added support for case convertion to multiple characters * src/cyrsasl_digest.erl: Temporary removed "auth-int" QOP SVN Revision: 144
* * (all): Reorganized supervision treeAlexey Shchepin2003-07-201-3/+14
| | | | SVN Revision: 125
* * src/cyrsasl*.erl: SASL support (currently support only PLAINAlexey Shchepin2003-03-091-2/+80
| | | | | | | | | | | mechanism) * src/ejabberd_c2s.erl: Likewise (all): Support for new-style error elements (except old errors "Not Acceptable", "Not Found", "Invalid Namespace" and "Server Connect Failed", so ejabberd may work unstable) SVN Revision: 86
* *** empty log message ***Alexey Shchepin2003-01-261-7/+26
| | | | SVN Revision: 51
* *** empty log message ***Alexey Shchepin2003-01-241-0/+36
| | | | SVN Revision: 49
* *** empty log message ***Alexey Shchepin2003-01-181-0/+7
| | | | SVN Revision: 43
* *** empty log message ***Alexey Shchepin2003-01-051-1/+12
| | | | SVN Revision: 29
* *** empty log message ***Alexey Shchepin2003-01-031-1/+42
| | | | SVN Revision: 27
* *** empty log message ***Alexey Shchepin2003-01-021-16/+1
| | | | SVN Revision: 25
* *** empty log message ***Alexey Shchepin2002-12-251-0/+4
| | | | SVN Revision: 22
* *** empty log message ***Alexey Shchepin2002-12-201-0/+3
| | | | SVN Revision: 20
* *** empty log message ***Alexey Shchepin2002-12-171-2/+9
| | | | SVN Revision: 18
* *** empty log message ***Alexey Shchepin2002-12-131-0/+6
| | | | SVN Revision: 16
* *** empty log message ***Alexey Shchepin2002-12-111-0/+5
| | | | SVN Revision: 15
* *** empty log message ***Alexey Shchepin2002-12-081-1/+84
| | | | SVN Revision: 14
* *** empty log message ***Alexey Shchepin2002-11-301-3/+50
| | | | SVN Revision: 10
* *** empty log message ***Alexey Shchepin2002-11-291-5/+4
| | | | SVN Revision: 9
* *** empty log message ***Alexey Shchepin2002-11-271-3/+95
| | | | SVN Revision: 8
* *** empty log message ***Alexey Shchepin2002-11-231-0/+19
SVN Revision: 5