aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * examples/mtr/ejabberd: Updated (thanks to Marshall T. Rose)Alexey Shchepin2003-11-131-1/+4
| | | | | | * src/Makefile.in: Added installation of msgs/ directory SVN Revision: 175
* * doc/dev.tex: Developers documentation (not completed)Alexey Shchepin2003-11-112-6/+20
| | | | | | | | | * src/ejabberd_c2s.erl: Better handling of malformed JIDs * src/mod_register.erl (try_register/2): Now returns "jid malformed" error if user name is invalid SVN Revision: 174
* * src/ejabberd.cfg.example: UpdatedAlexey Shchepin2003-11-104-76/+113
| | | | | | | | | | | * src/ejabberd_s2s_in.erl: Added support for shapers * src/ejabberd_c2s.erl: Moved receiver functions to ejabberd_receiver module * src/ejabberd_s2s_in.erl: Likewise * src/ejabberd_receiver.erl: Likewise SVN Revision: 173
* * src/mod_muc/mod_muc_room.erl: BugfixAlexey Shchepin2003-11-102-9/+20
| | | | | | * src/ejabberd_sm.erl (route_message): Bugfix SVN Revision: 172
* * src/ejabberd_sm.erl: Bugfix for previous resource handlingAlexey Shchepin2003-11-092-4/+10
| | | | | | | | change * src/mod_configure.erl: Password changing now implemented SVN Revision: 171
* * src/cyrsasl.erl: Updated SASL authentificationAlexey Shchepin2003-11-074-30/+92
| | | | | | | | | | * src/ejabberd_c2s.erl: Likewise * src/ejabberd_sm.erl: Better resource handling * src/jlib.hrl: Added NS_BIND macros SVN Revision: 170
* * src/mod_configure2.erl: Added reporting of outgoing S2SAlexey Shchepin2003-11-062-3/+7
| | | | | | | | connections number * src/mod_disco.erl (get_outgoing_s2s): Minor fix SVN Revision: 169
* * src/mod_configure2.erl: Yet another configure interface (notAlexey Shchepin2003-11-021-0/+151
| | | | | | completed yet) SVN Revision: 168
* * src/mod_last.erl: Added remove_user/1 functionAlexey Shchepin2003-11-013-11/+22
| | | | | | | | * src/mod_configure.erl: Removing of user's stuff moved to ejabberd_auth * src/ejabberd_auth.erl: Likewise SVN Revision: 167
* * src/mod_irc/mod_irc_connection.erl: Updated to work moreAlexey Shchepin2003-10-311-115/+135
| | | | | | correctly with latest jlib SVN Revision: 166
* * src/ejabberd_c2s.erl: More strong check for authentificated JIDAlexey Shchepin2003-10-302-3/+4
| | | | | | * src/mod_roster.erl: Bugfix SVN Revision: 165
* * src/ejabberd_listener.erl: Fixed starting of SSL connectionAlexey Shchepin2003-10-298-176/+113
| | | | | | | | | | | | | | * src/ejabberd_s2s_in.erl: Partially rewriten * src/ejabberd_router.erl: More verbose error report * src/ejabberd_local.erl: Likewise * src/ejabberd_sm.erl: Likewise * src/ejabberd_s2s_out.erl: Updated to be compatible with R9C * src/ejabberd_c2s.erl: Minor fix SVN Revision: 164
* * src/ejabberd_listener.erl: Added handling of accept errors,Alexey Shchepin2003-10-283-11/+38
| | | | | | | | | | added timeout value to ssl:accept * src/mod_vcard.erl: Added checks for all empty input fields * src/mod_offline.erl: More strong checks for stored packets SVN Revision: 163
* * src/ejabberd_sm.erl: BugfixAlexey Shchepin2003-10-281-3/+9
| | | | SVN Revision: 162
* * src/ejabberd_auth.erl: Minor change in check_password/4Alexey Shchepin2003-10-273-25/+55
| | | | | | * src/mod_roster.erl: Workaround for PSI bug with roster SVN Revision: 161
* * src/ejabberd_logger_h.erl: Added support for log rotationAlexey Shchepin2003-10-271-0/+8
| | | | SVN Revision: 160
* * src/mod_offline.erl: Added function remove_old_messages/1Alexey Shchepin2003-10-246-7/+143
| | | | | | | | | * src/mod_last.erl: jabber:iq:last support (JEP-0012) * src/ejabberd_sm.erl: Likewise * src/jlib.hrl: Added NS_LAST macros SVN Revision: 159
* * src/ejabberd_logger_h.erl: New error_logger handlerAlexey Shchepin2003-10-232-1/+182
| | | | | | * src/ejabberd_app.erl: Now uses ejabberd_logger_h.erl SVN Revision: 158
* * src/Makefile.in: Added install ruleAlexey Shchepin2003-10-212-24/+56
| | | | | | * src/jlib.erl: Added checks for JID parts length SVN Revision: 157
* * src/mod_vcard.erl: Added checks for stringprep resultsAlexey Shchepin2003-10-204-44/+177
| | | | | | | | | | | * src/expat_erl.c: Workaround for EI encode_string bug * src/xml_stream.erl: Slightly changed protocol to expat driver * src/expat_erl.c: Likewise * src/mod_configure.erl: Minor fix SVN Revision: 156
* * src/ejabberd_local.erl: Added support for announce/onlineAlexey Shchepin2003-10-193-18/+68
| | | | | | | | | | | messages * src/ejabberd.cfg.example: Updated * src/mod_register.erl: Added support for sending registration notifications SVN Revision: 154
* * src/ejabberd_service.erl: Added supports for multiple hosts perAlexey Shchepin2003-10-183-51/+71
| | | | | | | | service * src/Makefile.in: Minor fix SVN Revision: 153
* * src/configure.ac: Build system now done using autoconf (thanksAlexey Shchepin2003-10-1712-89/+4871
| | | | | | | | | | | | | | | | to Balabanov Dmitry) * src/aclocal.m4: Likewise * src/**/Makefile.in: Likewise * src/mod_roster.erl (process_item_set_t): Slightly improved performance * src/jd2ejd.erl: Added missed closing of XML stream process, removed timeout value from import_file/1 * src/ejabberd_auth.erl: Added checks for invalid user name SVN Revision: 152
* * src/mod_configure.erl: Fixed some error codesAlexey Shchepin2003-10-162-16/+15
| | | | | | * src/cyrsasl_digest.erl: Bugfix (thanks to Justin Karneges) SVN Revision: 151
* * src/ejabberd_local.erl: BugfixAlexey Shchepin2003-10-144-7/+36
| | | | | | | | | | | * src/mod_register.erl: Added support for sending of "welcome" message * src/ejabberd.cfg.example: Updated * src/ejabberd_s2s_out.erl: Replaced "_jabber-server" with "_xmpp-server" SVN Revision: 150
* * doc/guide.tex: UpdatedAlexey Shchepin2003-10-124-23/+25
| | | | | | | | | | | | * src/ejabberd_s2s_out.erl: Added support for IPv6 and "_jabber-server.tcp" lookups * src/jlib.erl (string_to_jid1): Bugfix * src/ejabberd_config.erl: Now possible to specify path to config file in command line SVN Revision: 149
* * doc/guide.tex: UpdatedAlexey Shchepin2003-10-115-49/+96
| | | | | | | | | | | | | * src/ejabberd.cfg: Added "register" rule, added some comments, this file renamed to ejabberd.cfg.example * src/mod_register.erl (try_register): Fixed error reply, added check for "register" access rule * src/stringprep/Makefile.win32: Added Makefile for Win32 (thanks to Sergei Golovan) SVN Revision: 148
* * src/stringprep/stringprep_drv.c: Removed needless iconv.hAlexey Shchepin2003-10-105-39/+140
| | | | | | | | | | | | | include * src/ejabberd_c2s.erl: Added filtering of presence packets with privacy rules * src/mod_roster.erl (get_jid_info): Bugfix * src/ejabberd_app.erl: Removed periodical dumping of opened ports SVN Revision: 147
* * src/ejabberd_c2s.erl: Added authentification loggingAlexey Shchepin2003-10-099-91/+160
| | | | | | | | | | | | | | | | | | * 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
* * src/ejabberd_c2s.erl: Added support for "jid-malformed" errorAlexey Shchepin2003-10-085-324/+429
| | | | | | * src/stringprep/stringprep_drv.c: Bugfix SVN Revision: 145
* * (all): Changed JID storage format, added support for stringprepAlexey Shchepin2003-10-0725-1241/+1356
| | | | | | | | | | | * 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-285-99/+119
| | | | | | | | | | | 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-266-2/+1166
| | | | | | * 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-194-4/+43
| | | | | | | | | * 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/ejabberd_s2s_in.erl: Fixed "id" attribute processingAlexey Shchepin2003-09-033-38/+23
| | | | | | | | | * 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-022-2/+4
| | | | | | | processing * src/ejabberd_s2s_out.erl: Likewise SVN Revision: 134
* * src/ejabberd_listener.erl: Fixed SSL optionsAlexey Shchepin2003-08-301-3/+1
| | | | SVN Revision: 133
* * src/ejabberd_c2s.erl: Support for filtering of incoming messagesAlexey Shchepin2003-08-183-4/+36
| | | | | | | 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-152-56/+103
| | | | | | | | | 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-121-1/+17
| | | | | | | 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-033-6/+102
| | | | | | | * 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-271-7/+3
| | | | SVN Revision: 127
* * 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