summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * src/mod_vcard.erl: BugfixAlexey Shchepin2003-07-215-35/+141
| | | | | | | | | | | | * src/mod_roster.erl: Bugfix * src/jlib.hrl: Added iq:privacy namespace * src/mod_irc/mod_irc_connection.erl: Added support for NOTICE and CODEPAGE commands, better support for QUIT and PART commands (thanks to Oleg V. Motienko) SVN Revision: 126
* * (all): Reorganized supervision treeAlexey Shchepin2003-07-2019-100/+258
| | | | SVN Revision: 125
* * src/ejabberd_s2s_out.erl: Close connection after keyAlexey Shchepin2003-07-147-48/+44
| | | | | | | | | | | | | | | | | | | | | verification * src/ejabberd_c2s.erl: start replaced with start_link * src/ejabberd_s2s_in.erl: Likewise * src/ejabberd_s2s_out.erl: Likewise * src/ejabberd_service.erl: Likewise * src/ejabberd_listener.erl: Now uses proc_lib to spawn listeners, removed 3rd parameter in listener configuration (assumed to equal start_link) * src/ejabberd.rel: Updated * doc/guide.tex: Small changes * doc/Makefile: Added implicit charset specification to hevea SVN Revision: 124
* * doc/guide.tex: Updated (thanks to Sergei Golovan)Alexey Shchepin2003-07-1312-6/+142
| | | | | | | | | | | | | | | | | * src/expat_erl.c: Added #ifdef for WIN32 (thanks to Sergei Golovan) * src/mod_irc/iconv_erl.c: Likewise * src/configure.erl: Defines ERLANG_DIR variable (thanks to Sergei Golovan) * **/Makefile: Use ERLANG_DIR (thanks to Sergei Golovan) * **/Makefile.win32: Makefiles for windows build (thanks to Sergei Golovan) * src/configure.bat: Configuration script for windows (thanks to Sergei Golovan) SVN Revision: 123
* * src/mod_pubsub/mod_pubsub.erl: Added suport for meta-nodeAlexey Shchepin2003-07-092-14/+76
| | | | | | "pubsub/nodes" SVN Revision: 122
* * src/mod_pubsub/mod_pubsub.erl: Most of functions now worksAlexey Shchepin2003-07-082-0/+1106
| | | | SVN Revision: 121
* * src/mod_pubsub/mod_pubsub.erl: Pub/sub implementation (notAlexey Shchepin2003-07-072-31/+35
| | | | | | | | completed yet) * src/jlib.hrl: Added pub/sub nemaspaces SVN Revision: 120
* * src/mod_irc/iconv_erl.c (iconv_erl_control): BugfixAlexey Shchepin2003-07-031-9/+6
| | | | SVN Revision: 119
* * src/mod_muc/mod_muc_room.erl: Fixed room destroyingAlexey Shchepin2003-06-302-7/+20
| | | | | | * src/mod_muc/mod_muc.erl: Likewise SVN Revision: 118
* * src/jlib.hrl: Error stanzas updated to confirm latest xmpp-coreAlexey Shchepin2003-06-294-37/+52
| | | | SVN Revision: 117
* * src/ejabberd_c2s.erl: Returned stream restartingAlexey Shchepin2003-06-201-4/+4
| | | | SVN Revision: 116
* * src/ejabberd_c2s.erl: Removed stream restartingAlexey Shchepin2003-06-101-4/+4
| | | | SVN Revision: 115
* * src/ejabberd_c2s.erl: SASL support updated to xmpp-core-13Alexey Shchepin2003-06-075-129/+168
| | | | | | * src/cyrsasl*.erl: Support for authzid SVN Revision: 114
* * src/msgs/fr.msg: New french translation (thanks to Vincent Ricard)Alexey Shchepin2003-06-031-0/+91
| | | | SVN Revision: 113
* * src/jlib.hrl: Updated SASL namespaceAlexey Shchepin2003-05-311-1/+1
| | | | SVN Revision: 112
* * src/ejabberd_service.erl: Proper handling of bad XMLAlexey Shchepin2003-05-294-11/+64
| | | | | | | | | | | | | | | | * src/mod_muc/mod_muc_room.erl: Append number of participants in disco replies if requester allowed to see participant list * src/mod_muc/mod_muc.erl (iq_disco_items): Pass requester JID to room process * src/mod_irc/mod_irc_connection.erl: Exit on receiving of presence or message error * src/mod_irc/mod_irc_connection.erl (handle_info): Return "feature not implemented" on iq request with unknown namespace SVN Revision: 111
* * src/mod_muc/mod_muc.erl: Now body of message from admin to MUCAlexey Shchepin2003-05-184-45/+137
| | | | | | | service is broadcasted to all conferences * src/mod_muc/mod_muc_room.erl: Likewise SVN Revision: 110
* * src/ejabberd_s2s.erl: Added error catching for do_route/3Alexey Shchepin2003-05-154-13/+46
| | | | | | | | | | | | | | * 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-141-26/+76
| | | | | | of message or presence error from him SVN Revision: 108
* * src/ejabberd_s2s_out.erl: Fixed error replies, added timeoutsAlexey Shchepin2003-05-122-44/+97
| | | | | | * src/ejabberd_s2s_in.erl: Likewise SVN Revision: 107
* * src/ejabberd_local.erl: Updated missed errors to new styleAlexey Shchepin2003-05-0918-122/+122
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-081-0/+2
| | | | SVN Revision: 105
* * src/mod_muc/mod_muc.erl: Return bad-request if no x:data formAlexey Shchepin2003-05-071-1/+3
| | | | | | submited with nick registration SVN Revision: 104
* * src/mod_muc/mod_muc_room.erl: Don't check permissions on discoAlexey Shchepin2003-05-071-15/+6
| | | | | | info query processing SVN Revision: 103
* * src/ejabberd_c2s.erl: Workaround to make SSL work properlyAlexey Shchepin2003-04-291-5/+15
| | | | SVN Revision: 102
* * src/mod_irc/mod_irc_connection.erl: Fixed URL to ejabberdAlexey Shchepin2003-04-281-1/+1
| | | | 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-151-45/+48
| | | | SVN Revision: 99
* * src/mod_muc/mod_muc_room.erl: Support for members-onlyAlexey Shchepin2003-04-132-60/+201
| | | | | | | | 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-082-5/+20
| | | | | | | | | | 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-281-4/+30
| | | | | | administrative/owner priveledges, fixed work with affiliations SVN Revision: 96
* * src/ejabberd.cfg: UpdatedAlexey Shchepin2003-03-273-24/+120
| | | | | | | | | * 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-271-6/+12
| | | | SVN Revision: 94
* * src/mod_muc/: Small fixes in discoveringAlexey Shchepin2003-03-272-6/+65
| | | | SVN Revision: 93
* * src/mod_muc/: Support for discovering service and moreAlexey Shchepin2003-03-262-58/+111
| | | | | | configuration options SVN Revision: 92
* * src/mod_muc/: Support for more configuration options andAlexey Shchepin2003-03-252-13/+369
| | | | | | persistent rooms SVN Revision: 91
* * src/mod_muc/: MUC support (not completed yet)Alexey Shchepin2003-03-236-2/+1361
| | | | SVN Revision: 90
* * src/xml_stream.erl: Removed "link" which cause not improperAlexey Shchepin2003-03-153-4/+6
| | | | | | 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-127-22/+224
| | | | | | | | | | | | * 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-0921-142/+500
| | | | | | | | | | | 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-021-2/+16
| | | | SVN Revision: 85
* * src/mod_irc/mod_irc_connection.erl: Support for topic changesAlexey Shchepin2003-02-271-19/+80
| | | | SVN Revision: 84
* * src/mod_irc/mod_irc_connection.erl: /kick supportAlexey Shchepin2003-02-242-0/+96
| | | | SVN Revision: 83
* * src/mod_irc/: Added configuration interfaceAlexey Shchepin2003-02-235-59/+273
| | | | | | | | * 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-222-1/+143
| | | | | | * src/mod_disco.erl: Likewise SVN Revision: 81
* * src/mod_offline.erl: Now possible to unload this moduleAlexey Shchepin2003-02-216-16/+125
| | | | | | | | | | | | | | | | * 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-202-10/+9
| | | | | | | | | 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-182-60/+248
| | | | | | error handling SVN Revision: 78
* *** empty log message ***Alexey Shchepin2003-02-171-1/+2
| | | | SVN Revision: 77