aboutsummaryrefslogtreecommitdiff
path: root/src/mod_disco.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * src/mod_disco.erl: Fixed processing of host features andAlexey Shchepin2005-07-141-14/+28
| | | | | | extra_domains option SVN Revision: 376
* * (all): Enhanced virtual hosting supportAlexey Shchepin2005-06-201-42/+45
| | | | SVN Revision: 370
* * src/mod_disco.erl: Fixed domain listing when one virtual host isAlexey Shchepin2005-04-191-2/+10
| | | | | | a subdomain of another SVN Revision: 322
* Merged the Process One contributions ( Virtual Hosting )tmallard2005-04-171-62/+73
| | | | SVN Revision: 307
* * src/mod_muc/mod_muc_room.erl: Send password in room invitationAlexey Shchepin2004-09-171-30/+106
| | | | | | | | | | | | | | | | | | | | | | (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
* * doc/guide.tex: UpdatedAlexey Shchepin2004-07-091-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/msgs/fr.msg: Updated (thanks to Sergei Golovan) * src/mod_irc/mod_irc.erl: Added handler for disco items requests (thanks to Sergei Golovan) * src/mod_vcard.erl: Added option for JUD disabling (thanks to Sergei Golovan) * src/mod_configure2.erl: Fixed module stopping (thanks to Sergei Golovan) * src/mod_last.erl: Likewise * src/mod_privacy.erl: Likewise * src/mod_register.erl: Likewise * src/mod_roster.erl: Likewise * src/mod_vcard.erl: Likewise * src/jd2ejd.erl: Added emergency catches (thanks to Sergei Golovan) * src/mod_last.erl: Likewise * src/ejabberd_sm.erl: Removed needless call to mod_disco:unregister_feature (thanks to Sergei Golovan) * src/ejabberd_local.erl: Better support for mod_disco (thanks to Sergei Golovan) * src/mod_disco.erl: Likewise * src/translate.erl: Suport for "default language" option (thanks to Sergei Golovan) * src/ejabberd_config.erl: Likewise * src/ejabberd_c2s.erl: Likewise * src/ejabberd.hrl: Added 'MYLANG' macros * src/ejabberd.cfg.example: Updated (thanks to Sergei Golovan) * doc/guide.tex: Updated (thanks to Sergei Golovan) * src/win32/ejabberd.cfg: Updated (thanks to Sergei Golovan) SVN Revision: 241
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2004-02-261-6/+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/mod_muc/mod_muc_room.erl: Support for history managementAlexey Shchepin2004-02-151-6/+6
| | | | | | | | | | | | | | (thanks to Sergei Golovan) * src/mod_stats.erl: Updated error codes (thanks to Sergei Golovan) * src/mod_irc/mod_irc.erl: Likewise * src/mod_configure.erl: "jabber:iq:data" replaced with "ejabber:config" namespace (thanks to Sergei Golovan) * src/mod_disco.erl: Likewise SVN Revision: 204
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2004-02-101-1/+1
| | | | | | | | | | | | | | * src/mod_irc/mod_irc.erl: Now uses "ejabber:config" namespace (thanks to Sergei Golovan) * src/mod_disco.erl: Fixed disco category and type (thanks to Sergei Golovan) * src/mod_pubsub/mod_pubsub.erl: Likewise * src/jlib.hrl: Added "ejabber:config" namespace (thanks to Sergei Golovan) SVN Revision: 202
* * src/jlib.hrl: Added declaration of "iq" recordAlexey Shchepin2003-12-171-85/+89
| | | | | | * (all): Updated to use "iq" record SVN Revision: 186
* * src/mod_configure2.erl: Added reporting of outgoing S2SAlexey Shchepin2003-11-061-2/+3
| | | | | | | | connections number * src/mod_disco.erl (get_outgoing_s2s): Minor fix SVN Revision: 169
* * src/ejabberd_c2s.erl: Added authentification loggingAlexey Shchepin2003-10-091-4/+20
| | | | | | | | | | | | | | | | | | * src/ejabberd_listener.erl: Added logging of accepted connections * src/stringprep/stringprep_drv.c: Cleanup * src/jd2ejd.erl: Added support for iq:private importing * src/mod_configure.erl: Fixed user removal * src/mod_private.erl: Added remove_user/1 * doc/guide.tex: Updated * src/mod_disco.erl: Added "extra_domains" option SVN Revision: 146
* * (all): Changed JID storage format, added support for stringprepAlexey Shchepin2003-10-071-1/+1
| | | | | | | | | | | * 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
* * src/mod_muc/mod_muc_room.erl: Debug output switched offAlexey Shchepin2003-09-191-1/+1
| | | | | | | | | * src/mod_disco.erl: Server identity changed to "service/im" * src/mod_register.erl: Fixed jabber:iq:register handler registration, fixed registration removal processing SVN Revision: 140
* * src/mod_disco.erl: Now only admin can discovery some nodes,Alexey Shchepin2003-09-161-44/+81
| | | | | | fixed "node" attribute in replies SVN Revision: 139
* * src/cyrsasl*.erl: SASL support (currently support only PLAINAlexey Shchepin2003-03-091-29/+14
| | | | | | | | | | | 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
* * src/mod_irc/: Added configuration interfaceAlexey Shchepin2003-02-231-6/+6
| | | | | | | | * src/mod_configure.erl: Use jabber:iq:data instead of jabber:x:data * src/mod_disco.erl: Likewise SVN Revision: 82
* * src/mod_configure.erl: Backup management supportAlexey Shchepin2003-02-221-0/+17
| | | | | | * src/mod_disco.erl: Likewise SVN Revision: 81
* *** empty log message ***Alexey Shchepin2003-02-071-5/+53
| | | | SVN Revision: 64
* *** empty log message ***Alexey Shchepin2003-02-041-1/+17
| | | | SVN Revision: 58
* *** empty log message ***Alexey Shchepin2003-01-291-1/+14
| | | | SVN Revision: 53
* *** empty log message ***Alexey Shchepin2003-01-281-3/+18
| | | | SVN Revision: 52
* *** empty log message ***Alexey Shchepin2003-01-261-1/+2
| | | | SVN Revision: 51
* *** empty log message ***Alexey Shchepin2003-01-241-13/+8
| | | | SVN Revision: 49
* *** empty log message ***Alexey Shchepin2003-01-221-16/+25
| | | | SVN Revision: 47
* *** empty log message ***Alexey Shchepin2003-01-211-10/+29
| | | | SVN Revision: 46
* *** empty log message ***Alexey Shchepin2003-01-191-7/+18
| | | | SVN Revision: 44
* *** empty log message ***Alexey Shchepin2003-01-181-44/+104
| | | | SVN Revision: 43
* *** empty log message ***Alexey Shchepin2003-01-101-10/+64
| | | | SVN Revision: 35
* *** empty log message ***Alexey Shchepin2003-01-061-2/+3
| | | | SVN Revision: 30
* *** empty log message ***Alexey Shchepin2003-01-021-5/+8
| | | | SVN Revision: 25
* *** empty log message ***Alexey Shchepin2003-01-011-0/+202
SVN Revision: 24