Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * src/ejabberd_s2s.erl: Added error catching for do_route/3 | Alexey Shchepin | 2003-05-15 | 6 | -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 receiving | Alexey Shchepin | 2003-05-14 | 2 | -26/+81 |
| | | | | | | of message or presence error from him SVN Revision: 108 | ||||
* | * src/ejabberd_s2s_out.erl: Fixed error replies, added timeouts | Alexey Shchepin | 2003-05-12 | 3 | -44/+102 |
| | | | | | | * src/ejabberd_s2s_in.erl: Likewise SVN Revision: 107 | ||||
* | * src/ejabberd_local.erl: Updated missed errors to new style | Alexey Shchepin | 2003-05-09 | 19 | -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 nick | Alexey Shchepin | 2003-05-08 | 2 | -0/+6 |
| | | | | SVN Revision: 105 | ||||
* | * src/mod_muc/mod_muc.erl: Return bad-request if no x:data form | Alexey Shchepin | 2003-05-07 | 2 | -1/+6 |
| | | | | | | submited with nick registration SVN Revision: 104 | ||||
* | * src/mod_muc/mod_muc_room.erl: Don't check permissions on disco | Alexey Shchepin | 2003-05-07 | 2 | -15/+11 |
| | | | | | | info query processing SVN Revision: 103 | ||||
* | * src/ejabberd_c2s.erl: Workaround to make SSL work properly | Alexey Shchepin | 2003-04-29 | 2 | -5/+23 |
| | | | | SVN Revision: 102 | ||||
* | * src/mod_irc/mod_irc_connection.erl: Fixed URL to ejabberd | Alexey Shchepin | 2003-04-28 | 2 | -1/+5 |
| | | | | SVN Revision: 101 | ||||
* | * src/mod_muc/mod_muc.erl: Support for nick registration | Alexey Shchepin | 2003-04-17 | 2 | -7/+147 |
| | | | | SVN Revision: 100 | ||||
* | * src/ejabberd_c2s.erl: Some fixes in work with socket | Alexey Shchepin | 2003-04-15 | 2 | -45/+52 |
| | | | | SVN Revision: 99 | ||||
* | * src/mod_muc/mod_muc_room.erl: Support for members-only | Alexey Shchepin | 2003-04-13 | 3 | -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 and | Alexey Shchepin | 2003-04-08 | 3 | -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/revoke | Alexey Shchepin | 2003-03-28 | 2 | -4/+35 |
| | | | | | | administrative/owner priveledges, fixed work with affiliations SVN Revision: 96 | ||||
* | * src/ejabberd.cfg: Updated | Alexey Shchepin | 2003-03-27 | 4 | -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: Bugfix | Alexey Shchepin | 2003-03-27 | 2 | -6/+14 |
| | | | | SVN Revision: 94 | ||||
* | * src/mod_muc/: Small fixes in discovering | Alexey Shchepin | 2003-03-27 | 3 | -6/+69 |
| | | | | SVN Revision: 93 | ||||
* | * src/mod_muc/: Support for discovering service and more | Alexey Shchepin | 2003-03-26 | 3 | -58/+116 |
| | | | | | | configuration options SVN Revision: 92 | ||||
* | * src/mod_muc/: Support for more configuration options and | Alexey Shchepin | 2003-03-25 | 3 | -13/+374 |
| | | | | | | persistent rooms SVN Revision: 91 | ||||
* | * src/mod_muc/: MUC support (not completed yet) | Alexey Shchepin | 2003-03-23 | 8 | -3/+1366 |
| | | | | SVN Revision: 90 | ||||
* | * src/xml_stream.erl: Removed "link" which cause not improper | Alexey Shchepin | 2003-03-15 | 4 | -4/+16 |
| | | | | | | closing of xml connections SVN Revision: 89 | ||||
* | *** empty log message *** | Alexey Shchepin | 2003-03-12 | 2 | -28/+102 |
| | | | | SVN Revision: 88 | ||||
* | * src/ejabberd_s2s_out.erl: Fixed ports leak | Alexey Shchepin | 2003-03-12 | 8 | -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 PLAIN | Alexey Shchepin | 2003-03-09 | 22 | -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 closing | Alexey Shchepin | 2003-03-02 | 2 | -2/+20 |
| | | | | SVN Revision: 85 | ||||
* | * src/mod_irc/mod_irc_connection.erl: Support for topic changes | Alexey Shchepin | 2003-02-27 | 2 | -19/+84 |
| | | | | SVN Revision: 84 | ||||
* | * src/mod_irc/mod_irc_connection.erl: /kick support | Alexey Shchepin | 2003-02-24 | 3 | -0/+100 |
| | | | | SVN Revision: 83 | ||||
* | * src/mod_irc/: Added configuration interface | Alexey Shchepin | 2003-02-23 | 6 | -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 support | Alexey Shchepin | 2003-02-22 | 3 | -1/+148 |
| | | | | | | * src/mod_disco.erl: Likewise SVN Revision: 81 | ||||
* | * src/mod_offline.erl: Now possible to unload this module | Alexey Shchepin | 2003-02-21 | 7 | -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 set | Alexey Shchepin | 2003-02-20 | 3 | -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 and | Alexey Shchepin | 2003-02-18 | 3 | -60/+253 |
| | | | | | | error handling SVN Revision: 78 | ||||
* | *** empty log message *** | Alexey Shchepin | 2003-02-17 | 1 | -1/+2 |
| | | | | SVN Revision: 77 | ||||
* | * src/mod_irc/: Still not completed... | Alexey Shchepin | 2003-02-17 | 3 | -19/+90 |
| | | | | SVN Revision: 76 | ||||
* | * src/mod_irc/: Still not completed... | Alexey Shchepin | 2003-02-17 | 4 | -33/+101 |
| | | | | SVN Revision: 75 | ||||
* | * src/mod_irc/: New IRC transport (not completed yet) | Alexey Shchepin | 2003-02-16 | 9 | -1/+778 |
| | | | | SVN Revision: 74 | ||||
* | * src/ejabberd_service.erl: Answer "Bad Request" on unknown tags | Alexey Shchepin | 2003-02-14 | 3 | -1/+7 |
| | | | | SVN Revision: 73 | ||||
* | * src/ejabberd_c2s.erl: Bugfix: close socket when stream is closed | Alexey Shchepin | 2003-02-13 | 4 | -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 released | Alexey Shchepin | 2003-02-11 | 6 | -40/+100 |
| | | | | SVN Revision: 71 | ||||
* | *** empty log message *** | Alexey Shchepin | 2003-02-11 | 2 | -162/+242 |
| | | | | SVN Revision: 70 | ||||
* | *** empty log message *** | Alexey Shchepin | 2003-02-10 | 2 | -283/+293 |
| | | | | SVN Revision: 69 | ||||
* | *** empty log message *** | Alexey Shchepin | 2003-02-10 | 1 | -1/+1 |
| | | | | SVN Revision: 68 | ||||
* | *** empty log message *** | Alexey Shchepin | 2003-02-10 | 3 | -3/+2 |
| | | | | SVN Revision: 67 | ||||
* | *** empty log message *** | Alexey Shchepin | 2003-02-09 | 4 | -41/+119 |
| | | | | SVN Revision: 66 | ||||
* | *** empty log message *** | Alexey Shchepin | 2003-02-08 | 8 | -39/+149 |
| | | | | SVN Revision: 65 | ||||
* | *** empty log message *** | Alexey Shchepin | 2003-02-07 | 2 | -6/+54 |
| | | | | SVN Revision: 64 | ||||
* | *** empty log message *** | Alexey Shchepin | 2003-02-07 | 2 | -59/+2 |
| | | | | SVN Revision: 63 | ||||
* | *** empty log message *** | Alexey Shchepin | 2003-02-06 | 11 | -61/+168 |
| | | | | SVN Revision: 62 | ||||
* | *** empty log message *** | Alexey Shchepin | 2003-02-05 | 1 | -7/+7 |
| | | | | SVN Revision: 61 | ||||
* | *** empty log message *** | Alexey Shchepin | 2003-02-05 | 1 | -1/+4 |
| | | | | SVN Revision: 60 |