aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * src/ejabberd_c2s.erl: Added support for "jid-malformed" errorAlexey Shchepin2003-10-086-324/+435
| | | | | | * src/stringprep/stringprep_drv.c: Bugfix SVN Revision: 145
* * (all): Changed JID storage format, added support for stringprepAlexey Shchepin2003-10-0726-1241/+1369
| | | | | | | | | | | * 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
* *** empty log message ***Alexey Shchepin2003-10-066-358/+3583
| | | | SVN Revision: 143
* * src/stringprep/stringprep_drv.c: Added support for nameprep,Alexey Shchepin2003-09-286-99/+129
| | | | | | | | | | | nodeprep and resourceprep * src/stringprep/stringprep.erl: Likewise * src/ejabberd_sup.erl: Added loading of stringprep * src/ejabberd_sm.erl: Cleanup SVN Revision: 142
* * src/stringprep/: Support for stringprep (not completed yet)Alexey Shchepin2003-09-267-2/+1174
| | | | | | * src/mod_muc/mod_muc.erl: Replaced io:format calls to ?DEBUG ones SVN Revision: 141
* * src/mod_muc/mod_muc_room.erl: Debug output switched offAlexey Shchepin2003-09-195-4/+52
| | | | | | | | | * 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-162-44/+86
| | | | | | fixed "node" attribute in replies SVN Revision: 139
* * examples/mtr/ejabberd.cfg: Updated (thanks to Marshall T. Rose)Alexey Shchepin2003-09-103-3/+8
| | | | | | * examples/mtr/ejabberd: Likewise SVN Revision: 138
* * examples/mtr/ejabberd.cfg: Updated (thanks to Marshall T. Rose)Alexey Shchepin2003-09-062-7/+5
| | | | SVN Revision: 137
* * examples/mtr/*: Example config and scripts for NetBSD (thanks toAlexey Shchepin2003-09-044-0/+229
| | | | | | Marshall T. Rose) SVN Revision: 136
* * src/ejabberd_s2s_in.erl: Fixed "id" attribute processingAlexey Shchepin2003-09-035-41/+35
| | | | | | | | | * src/ejabberd_s2s_out.erl: Likewise * src/ejabberd_c2s.erl: Added sending of empty <stream:features/> element after opening of authentificated stream SVN Revision: 135
* * src/ejabberd_s2s_in.erl: Temporary hack for "id" attributeAlexey Shchepin2003-09-023-2/+10
| | | | | | | processing * src/ejabberd_s2s_out.erl: Likewise SVN Revision: 134
* * src/ejabberd_listener.erl: Fixed SSL optionsAlexey Shchepin2003-08-302-3/+5
| | | | SVN Revision: 133
* * src/ejabberd_c2s.erl: Support for filtering of incoming messagesAlexey Shchepin2003-08-184-4/+42
| | | | | | | and IQs, presence filtering will be after some xmpp-im clarifications SVN Revision: 132
* * src/mod_muc/mod_muc.erl: Fixed handling of room names withAlexey Shchepin2003-08-153-57/+112
| | | | | | | | | uppercase letters * src/mod_muc/mod_muc_room.erl: Added support for password-protected rooms SVN Revision: 131
* * src/mod_irc/mod_irc_connection.erl: Added handling forAlexey Shchepin2003-08-122-1/+23
| | | | | | | jabber:iq:version and jabber:iq:time requests, participant address now added to presence status SVN Revision: 130
* * src/mod_privacy.erl: Privacy rules supportAlexey Shchepin2003-08-031-0/+672
| | | | | | | * src/ejabberd_c2s.erl: Likewise * src/mod_roster.erl: Likewise SVN Revision: 129
* * src/mod_privacy.erl: Privacy rules supportAlexey Shchepin2003-08-034-6/+108
| | | | | | | * src/ejabberd_c2s.erl: Likewise * src/mod_roster.erl: Likewise SVN Revision: 128
* * src/mod_pubsub/mod_pubsub.erl (create_new_node): BugfixAlexey Shchepin2003-07-272-7/+7
| | | | SVN Revision: 127
* * src/mod_vcard.erl: BugfixAlexey Shchepin2003-07-216-35/+153
| | | | | | | | | | | | * 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-2020-100/+266
| | | | SVN Revision: 125
* * src/ejabberd_s2s_out.erl: Close connection after keyAlexey Shchepin2003-07-1410-56/+78
| | | | | | | | | | | | | | | | | | | | | 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-1316-126/+420
| | | | | | | | | | | | | | | | | * 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-093-14/+81
| | | | | | "pubsub/nodes" SVN Revision: 122
* * src/mod_pubsub/mod_pubsub.erl: Most of functions now worksAlexey Shchepin2003-07-083-0/+1110
| | | | SVN Revision: 121
* * src/mod_pubsub/mod_pubsub.erl: Pub/sub implementation (notAlexey Shchepin2003-07-073-31/+44
| | | | | | | | completed yet) * src/jlib.hrl: Added pub/sub nemaspaces SVN Revision: 120
* * src/mod_irc/iconv_erl.c (iconv_erl_control): BugfixAlexey Shchepin2003-07-032-9/+10
| | | | SVN Revision: 119
* * src/mod_muc/mod_muc_room.erl: Fixed room destroyingAlexey Shchepin2003-06-303-7/+25
| | | | | | * src/mod_muc/mod_muc.erl: Likewise SVN Revision: 118
* * src/jlib.hrl: Error stanzas updated to confirm latest xmpp-coreAlexey Shchepin2003-06-295-37/+56
| | | | SVN Revision: 117
* * src/ejabberd_c2s.erl: Returned stream restartingAlexey Shchepin2003-06-202-4/+8
| | | | SVN Revision: 116
* * src/ejabberd_c2s.erl: Removed stream restartingAlexey Shchepin2003-06-102-4/+8
| | | | SVN Revision: 115
* * src/ejabberd_c2s.erl: SASL support updated to xmpp-core-13Alexey Shchepin2003-06-076-129/+176
| | | | | | * src/cyrsasl*.erl: Support for authzid SVN Revision: 114
* * src/msgs/fr.msg: New french translation (thanks to Vincent Ricard)Alexey Shchepin2003-06-033-0/+96
| | | | SVN Revision: 113
* * src/jlib.hrl: Updated SASL namespaceAlexey Shchepin2003-05-313-2/+5
| | | | SVN Revision: 112
* * src/ejabberd_service.erl: Proper handling of bad XMLAlexey Shchepin2003-05-296-15/+86
| | | | | | | | | | | | | | | | * 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-186-49/+143
| | | | | | | 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-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