summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2004-02-106-82/+134
* * src/ejabberd_ctl.erl: Added command for log reopeningAlexey Shchepin2004-01-272-0/+8
* * src/ejabberd_ctl.erl: Added commands for backup processingAlexey Shchepin2004-01-186-29/+181
* * src/mod_muc/mod_muc_room.erl: Bugfix, updated error codesAlexey Shchepin2004-01-173-76/+131
* * src/ejabberd_c2s.erl: Fixed bind namespaceAlexey Shchepin2004-01-118-14/+135
* * src/ejabberd_router.erl: Added monitoring of processess thatAlexey Shchepin2004-01-062-0/+20
* * src/ejabberd_app.erl: BugfixAlexey Shchepin2004-01-062-1/+5
* * src/ejabberd_router.erl (do_route/3): Slightly changed behaviourAlexey Shchepin2004-01-032-1/+9
* * src/ejabberd_sm.erl (do_route/3): Minor fixAlexey Shchepin2004-01-022-9/+21
* * src/ejabberd_app.erl: Now possible to specify path to log fileAlexey Shchepin2003-12-281-0/+13
* * src/ejabberd_app.erl: Now possible to specify path to log fileAlexey Shchepin2003-12-283-4/+24
* * src/ejabberd_app.erl: Now possible to specify path to log fileAlexey Shchepin2003-12-281-1/+1
* * src/ejabberd_app.erl: Now possible to specify path to log fileAlexey Shchepin2003-12-281-1/+1
* * src/ejabberd_c2s.erl: Presence probe now sended from full JIDAlexey Shchepin2003-12-244-3/+12
* * src/ejabberd_c2s.erl: BugfixAlexey Shchepin2003-12-232-1/+5
* * src/mod_roster.erl: Added workaround for legacy gatewaysAlexey Shchepin2003-12-213-7/+15
* * src/jlib.hrl: Added declaration of "iq" recordAlexey Shchepin2003-12-1724-578/+605
* * src/ejabberd_local.erl: Replaced register_local_route toAlexey Shchepin2003-12-147-152/+107
* * src/ejabberd_s2s.erl: Partially rewritedAlexey Shchepin2003-12-133-95/+60
* * src/ejabberd_s2s_out.erl: BugfixAlexey Shchepin2003-12-122-1/+6
* * src/mod_roster.erl: Updated subscription handling to latestAlexey Shchepin2003-12-112-156/+129
* * src/ejabberd_s2s_in.erl: Changed timeout processing, bugfixAlexey Shchepin2003-12-066-56/+137
* * src/ejabberd_c2s.erl: Bugfix in processing of connectionAlexey Shchepin2003-12-022-12/+38
* * src/ejabberd_c2s.erl: Added workaround for some Java clientsAlexey Shchepin2003-11-282-1/+6
* * examples/mtr/ejabberd.cfg: Updatted (thanks to Marshall T. Rose)Alexey Shchepin2003-11-274-35/+47
* * src/ejabberd_c2s.erl: Fixed processing of presence probe fromAlexey Shchepin2003-11-262-4/+22
* * src/cyrsasl_digest.erl: Bugfix (thanks to Sergei Golovan)Alexey Shchepin2003-11-2318-37/+1600
* * examples/mtr/ejabberd: Updated (thanks to Marshall T. Rose)Alexey Shchepin2003-11-134-3/+13
* * doc/dev.tex: Developers documentation (not completed)Alexey Shchepin2003-11-115-7/+772
* * src/ejabberd.cfg.example: UpdatedAlexey Shchepin2003-11-105-76/+122
* * src/mod_muc/mod_muc_room.erl: BugfixAlexey Shchepin2003-11-103-9/+26
* * src/ejabberd_sm.erl: Bugfix for previous resource handlingAlexey Shchepin2003-11-093-4/+17
* * src/cyrsasl.erl: Updated SASL authentificationAlexey Shchepin2003-11-075-30/+101
* * src/mod_configure2.erl: Added reporting of outgoing S2SAlexey Shchepin2003-11-063-3/+14
* * src/mod_configure2.erl: Yet another configure interface (notAlexey Shchepin2003-11-022-0/+156
* * src/mod_last.erl: Added remove_user/1 functionAlexey Shchepin2003-11-014-11/+30
* * src/mod_irc/mod_irc_connection.erl: Updated to work moreAlexey Shchepin2003-10-312-115/+140
* * src/ejabberd_c2s.erl: More strong check for authentificated JIDAlexey Shchepin2003-10-303-3/+10
* * src/ejabberd_listener.erl: Fixed starting of SSL connectionAlexey Shchepin2003-10-299-176/+127
* * src/ejabberd_listener.erl: Added handling of accept errors,Alexey Shchepin2003-10-284-11/+45
* * src/ejabberd_sm.erl: BugfixAlexey Shchepin2003-10-282-3/+13
* * src/ejabberd_auth.erl: Minor change in check_password/4Alexey Shchepin2003-10-275-29/+59
* * src/ejabberd_logger_h.erl: Added support for log rotationAlexey Shchepin2003-10-272-0/+12
* * src/mod_offline.erl: Added function remove_old_messages/1Alexey Shchepin2003-10-247-7/+152
* * src/ejabberd_logger_h.erl: New error_logger handlerAlexey Shchepin2003-10-233-1/+187
* * src/Makefile.in: Added install ruleAlexey Shchepin2003-10-213-24/+62
* * src/mod_vcard.erl: Added checks for stringprep resultsAlexey Shchepin2003-10-206-47/+191
* * doc/guide.tex: Fixed typoAlexey Shchepin2003-10-192-2/+4
* * src/ejabberd_local.erl: Added support for announce/onlineAlexey Shchepin2003-10-195-19/+79
* * src/ejabberd_service.erl: Added supports for multiple hosts perAlexey Shchepin2003-10-184-51/+78