summaryrefslogtreecommitdiff
path: root/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2004-02-101-0/+14
* * src/ejabberd_ctl.erl: Added command for log reopeningAlexey Shchepin2004-01-271-0/+4
* * src/ejabberd_ctl.erl: Added commands for backup processingAlexey Shchepin2004-01-181-0/+15
* * src/mod_muc/mod_muc_room.erl: Bugfix, updated error codesAlexey Shchepin2004-01-171-0/+7
* * src/ejabberd_c2s.erl: Fixed bind namespaceAlexey Shchepin2004-01-111-0/+13
* * src/ejabberd_router.erl: Added monitoring of processess thatAlexey Shchepin2004-01-061-0/+3
* * src/ejabberd_app.erl: BugfixAlexey Shchepin2004-01-061-0/+4
* * src/ejabberd_router.erl (do_route/3): Slightly changed behaviourAlexey Shchepin2004-01-031-0/+4
* * src/ejabberd_sm.erl (do_route/3): Minor fixAlexey Shchepin2004-01-021-0/+6
* * src/ejabberd_app.erl: Now possible to specify path to log fileAlexey Shchepin2003-12-281-0/+13
* * src/ejabberd_c2s.erl: Presence probe now sended from full JIDAlexey Shchepin2003-12-241-0/+6
* * src/ejabberd_c2s.erl: BugfixAlexey Shchepin2003-12-231-0/+4
* * src/mod_roster.erl: Added workaround for legacy gatewaysAlexey Shchepin2003-12-211-0/+7
* * src/jlib.hrl: Added declaration of "iq" recordAlexey Shchepin2003-12-171-0/+5
* * src/ejabberd_local.erl: Replaced register_local_route toAlexey Shchepin2003-12-141-0/+11
* * src/ejabberd_s2s.erl: Partially rewritedAlexey Shchepin2003-12-131-0/+6
* * src/ejabberd_s2s_out.erl: BugfixAlexey Shchepin2003-12-121-0/+4
* * src/mod_roster.erl: Updated subscription handling to latestAlexey Shchepin2003-12-111-0/+5
* * src/ejabberd_s2s_in.erl: Changed timeout processing, bugfixAlexey Shchepin2003-12-061-0/+15
* * src/ejabberd_c2s.erl: Bugfix in processing of connectionAlexey Shchepin2003-12-021-0/+5
* * src/ejabberd_c2s.erl: Added workaround for some Java clientsAlexey Shchepin2003-11-281-0/+4
* * examples/mtr/ejabberd.cfg: Updatted (thanks to Marshall T. Rose)Alexey Shchepin2003-11-271-0/+8
* * src/ejabberd_c2s.erl: Fixed processing of presence probe fromAlexey Shchepin2003-11-261-0/+5
* * src/cyrsasl_digest.erl: Bugfix (thanks to Sergei Golovan)Alexey Shchepin2003-11-231-0/+21
* * examples/mtr/ejabberd: Updated (thanks to Marshall T. Rose)Alexey Shchepin2003-11-131-0/+6
* * doc/dev.tex: Developers documentation (not completed)Alexey Shchepin2003-11-111-1/+10
* * src/ejabberd.cfg.example: UpdatedAlexey Shchepin2003-11-101-0/+9
* * src/mod_muc/mod_muc_room.erl: BugfixAlexey Shchepin2003-11-101-0/+6
* * src/ejabberd_sm.erl: Bugfix for previous resource handlingAlexey Shchepin2003-11-091-0/+7
* * src/cyrsasl.erl: Updated SASL authentificationAlexey Shchepin2003-11-071-0/+9
* * src/mod_configure2.erl: Added reporting of outgoing S2SAlexey Shchepin2003-11-061-0/+7
* * src/mod_configure2.erl: Yet another configure interface (notAlexey Shchepin2003-11-021-0/+5
* * src/mod_last.erl: Added remove_user/1 functionAlexey Shchepin2003-11-011-0/+8
* * src/mod_irc/mod_irc_connection.erl: Updated to work moreAlexey Shchepin2003-10-311-0/+5
* * src/ejabberd_c2s.erl: More strong check for authentificated JIDAlexey Shchepin2003-10-301-0/+6
* * src/ejabberd_listener.erl: Fixed starting of SSL connectionAlexey Shchepin2003-10-291-0/+14
* * src/ejabberd_listener.erl: Added handling of accept errors,Alexey Shchepin2003-10-281-0/+7
* * src/ejabberd_sm.erl: BugfixAlexey Shchepin2003-10-281-0/+4
* * src/ejabberd_auth.erl: Minor change in check_password/4Alexey Shchepin2003-10-271-0/+4
* * src/ejabberd_logger_h.erl: Added support for log rotationAlexey Shchepin2003-10-271-0/+4
* * src/mod_offline.erl: Added function remove_old_messages/1Alexey Shchepin2003-10-241-0/+9
* * src/ejabberd_logger_h.erl: New error_logger handlerAlexey Shchepin2003-10-231-0/+5
* * src/Makefile.in: Added install ruleAlexey Shchepin2003-10-211-0/+6
* * src/mod_vcard.erl: Added checks for stringprep resultsAlexey Shchepin2003-10-201-0/+11
* * doc/guide.tex: Fixed typoAlexey Shchepin2003-10-191-0/+2
* * src/ejabberd_local.erl: Added support for announce/onlineAlexey Shchepin2003-10-191-0/+10
* * src/ejabberd_service.erl: Added supports for multiple hosts perAlexey Shchepin2003-10-181-0/+7
* * src/configure.ac: Build system now done using autoconf (thanksAlexey Shchepin2003-10-171-0/+15
* * src/mod_configure.erl: Fixed some error codesAlexey Shchepin2003-10-161-0/+6
* * src/ejabberd_local.erl: BugfixAlexey Shchepin2003-10-141-0/+11