summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * src/ejabberd_s2s.erl: Added error catching for do_route/3Alexey Shchepin2003-05-156-18/+70
| | | | | | | | | | | | | | * src/ejabberd_local.erl: Likewise for do_route/4 * src/msgs/ru.msg: Updated * src/mod_muc/mod_muc_room.erl: New option to allow to view list of participants for non-ones via disco#items * src/mod_muc/mod_muc_room.erl: Store room subject with configuration options SVN Revision: 109
* * src/mod_muc/mod_muc_room.erl: Remove user from room on receivingAlexey Shchepin2003-05-142-26/+81
| | | | | | of message or presence error from him SVN Revision: 108
* * src/ejabberd_s2s_out.erl: Fixed error replies, added timeoutsAlexey Shchepin2003-05-123-44/+102
| | | | | | * src/ejabberd_s2s_in.erl: Likewise SVN Revision: 107
* * src/ejabberd_local.erl: Updated missed errors to new styleAlexey Shchepin2003-05-0919-122/+146
| | | | | | | | | | | | | | | | | | | | | | | | | * src/mod_register.erl: Likewise * src/mod_version.erl: Likewise * src/mod_time.erl: Likewise * src/mod_stats.erl: Likewise * src/mod_register.erl: Likewise * src/mod_private.erl: Likewise * src/mod_configure.erl: Likewise * src/ejabberd_sm.erl: Likewise * src/ejabberd_service.erl: Likewise * src/ejabberd_c2s.erl: Likewise * src/ejabberd_s2s_out.erl: Likewise * src/mod_vcard.erl: Likewise * src/mod_roster.erl: Likewise * src/mod_muc/mod_muc.erl: Added vcard to mod_muc module * src/ejabberd_app.erl: Dump list of opened ports every hour * src/ejabberd.hrl: Added INFO_MSG macros, ERROR_LOG_PATH renamed to LOG_PATH SVN Revision: 106
* * src/mod_muc/mod_muc.erl: Denied using of empty nickAlexey Shchepin2003-05-082-0/+6
| | | | SVN Revision: 105
* * src/mod_muc/mod_muc.erl: Return bad-request if no x:data formAlexey Shchepin2003-05-072-1/+6
| | | | | | submited with nick registration SVN Revision: 104
* * src/mod_muc/mod_muc_room.erl: Don't check permissions on discoAlexey Shchepin2003-05-072-15/+11
| | | | | | info query processing SVN Revision: 103
* * src/ejabberd_c2s.erl: Workaround to make SSL work properlyAlexey Shchepin2003-04-292-5/+23
| | | | SVN Revision: 102
* * src/mod_irc/mod_irc_connection.erl: Fixed URL to ejabberdAlexey Shchepin2003-04-282-1/+5
| | | | SVN Revision: 101
* * src/mod_muc/mod_muc.erl: Support for nick registrationAlexey Shchepin2003-04-172-7/+147
| | | | SVN Revision: 100
* * src/ejabberd_c2s.erl: Some fixes in work with socketAlexey Shchepin2003-04-152-45/+52
| | | | SVN Revision: 99
* * src/mod_muc/mod_muc_room.erl: Support for members-onlyAlexey Shchepin2003-04-133-60/+208
| | | | | | | | conferences, invitations. Bugfix in affiliation change processing * src/jlib.hrl: Added jabber:x:conference namespace definition SVN Revision: 98
* * src/jlib.hrl: Added jaber:iq:auth:error namespace andAlexey Shchepin2003-04-083-5/+29
| | | | | | | | | | appropriate errors * src/ejabberd_c2s.erl: Use auth:error in appropriate places * src/jlib.hrl: Changed stream error and stanza error namespace names due to last XMPP Core changes SVN Revision: 97
* * src/mod_muc/mod_muc_room.erl: Added support for grant/revokeAlexey Shchepin2003-03-282-4/+35
| | | | | | administrative/owner priveledges, fixed work with affiliations SVN Revision: 96
* * src/ejabberd.cfg: UpdatedAlexey Shchepin2003-03-274-24/+127
| | | | | | | | | * src/mod_muc/mod_muc_room.erl: Support for service admin, kick/ban reasons, more options * src/msgs/ru.msg: Added translations for MUC messages SVN Revision: 95
* * src/ejabberd_s2s_in.erl: BugfixAlexey Shchepin2003-03-272-6/+14
| | | | SVN Revision: 94
* * src/mod_muc/: Small fixes in discoveringAlexey Shchepin2003-03-273-6/+69
| | | | SVN Revision: 93
* * src/mod_muc/: Support for discovering service and moreAlexey Shchepin2003-03-263-58/+116
| | | | | | configuration options SVN Revision: 92
* * src/mod_muc/: Support for more configuration options andAlexey Shchepin2003-03-253-13/+374
| | | | | | persistent rooms SVN Revision: 91
* * src/mod_muc/: MUC support (not completed yet)Alexey Shchepin2003-03-238-3/+1366
| | | | SVN Revision: 90
* * src/xml_stream.erl: Removed "link" which cause not improperAlexey Shchepin2003-03-154-4/+16
| | | | | | closing of xml connections SVN Revision: 89
* *** empty log message ***Alexey Shchepin2003-03-122-28/+102
| | | | SVN Revision: 88
* * src/ejabberd_s2s_out.erl: Fixed ports leakAlexey Shchepin2003-03-128-22/+235
| | | | | | | | | | | | * src/ejabberd_listener.erl: Likewise * src/ejabberd_c2s.erl: Fixes for SASL support * src/cyrsasl.erl: Fixes * src/cyrsasl_digest.erl: DIGEST-MD5 SASL mechanism support SVN Revision: 87
* * src/cyrsasl*.erl: SASL support (currently support only PLAINAlexey Shchepin2003-03-0922-142/+510
| | | | | | | | | | | 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/ejabberd_c2s.erl: More correct stream closingAlexey Shchepin2003-03-022-2/+20
| | | | SVN Revision: 85
* * src/mod_irc/mod_irc_connection.erl: Support for topic changesAlexey Shchepin2003-02-272-19/+84
| | | | SVN Revision: 84
* * src/mod_irc/mod_irc_connection.erl: /kick supportAlexey Shchepin2003-02-243-0/+100
| | | | SVN Revision: 83
* * src/mod_irc/: Added configuration interfaceAlexey Shchepin2003-02-236-59/+281
| | | | | | | | * 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-223-1/+148
| | | | | | * src/mod_disco.erl: Likewise SVN Revision: 81
* * src/mod_offline.erl: Now possible to unload this moduleAlexey Shchepin2003-02-217-17/+141
| | | | | | | | | | | | | | | | * src/ejabberd_sm.erl: Added checks to work correctly when mod_offline not loaded * src/ejabberd_c2s.erl: Likewise * src/mod_register.erl: Added support for users removal * src/ejabberd_auth.erl: Added function to remove user only if specified password correct * src/mod_irc/mod_irc_connection.erl: Fixed bug with changing availability status, added processing of "QUIT" message SVN Revision: 80
* * src/mod_roster.erl: Fixed bug with handling of roster setAlexey Shchepin2003-02-203-10/+17
| | | | | | | | | stanzas that contains CDATA * src/mod_irc/mod_irc_connection.erl (handle_info/3): Fixed parsing of string that have "\n" line separators (not "\r\n") SVN Revision: 79
* * src/mod_irc/: Added support for private chats, nicks changes andAlexey Shchepin2003-02-183-60/+253
| | | | | | error handling SVN Revision: 78
* *** empty log message ***Alexey Shchepin2003-02-171-1/+2
| | | | SVN Revision: 77
* * src/mod_irc/: Still not completed...Alexey Shchepin2003-02-173-19/+90
| | | | SVN Revision: 76
* * src/mod_irc/: Still not completed...Alexey Shchepin2003-02-174-33/+101
| | | | SVN Revision: 75
* * src/mod_irc/: New IRC transport (not completed yet)Alexey Shchepin2003-02-169-1/+778
| | | | SVN Revision: 74
* * src/ejabberd_service.erl: Answer "Bad Request" on unknown tagsAlexey Shchepin2003-02-143-1/+7
| | | | SVN Revision: 73
* * src/ejabberd_c2s.erl: Bugfix: close socket when stream is closedAlexey Shchepin2003-02-134-12/+54
| | | | | | | | * src/mod_offline.erl: Now all offline packets processed in separate queue to avoid delaying of other packets transmission. Also all packets in queue processed in one transaction. SVN Revision: 72
* * (all): Version 0.1-alpha releasedAlexey Shchepin2003-02-116-40/+100
| | | | SVN Revision: 71
* *** empty log message ***Alexey Shchepin2003-02-112-162/+242
| | | | SVN Revision: 70
* *** empty log message ***Alexey Shchepin2003-02-102-283/+293
| | | | SVN Revision: 69
* *** empty log message ***Alexey Shchepin2003-02-101-1/+1
| | | | SVN Revision: 68
* *** empty log message ***Alexey Shchepin2003-02-103-3/+2
| | | | SVN Revision: 67
* *** empty log message ***Alexey Shchepin2003-02-094-41/+119
| | | | SVN Revision: 66
* *** empty log message ***Alexey Shchepin2003-02-088-39/+149
| | | | SVN Revision: 65
* *** empty log message ***Alexey Shchepin2003-02-072-6/+54
| | | | SVN Revision: 64
* *** empty log message ***Alexey Shchepin2003-02-072-59/+2
| | | | SVN Revision: 63
* *** empty log message ***Alexey Shchepin2003-02-0611-61/+168
| | | | SVN Revision: 62
* *** empty log message ***Alexey Shchepin2003-02-051-7/+7
| | | | SVN Revision: 61
* *** empty log message ***Alexey Shchepin2003-02-051-1/+4
| | | | SVN Revision: 60