summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/mod_muc/mod_muc_room.erl: Support for history managementAlexey Shchepin2004-02-155-325/+626
* * src/ejabberd_c2s.erl: Added <session/> to stream featuresAlexey Shchepin2004-02-121-1/+3
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2004-02-105-82/+120
* * 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-185-29/+166
* * src/mod_muc/mod_muc_room.erl: Bugfix, updated error codesAlexey Shchepin2004-01-172-76/+124
* * src/ejabberd_c2s.erl: Fixed bind namespaceAlexey Shchepin2004-01-115-13/+115
* * src/ejabberd_router.erl: Added monitoring of processess thatAlexey Shchepin2004-01-061-0/+17
* * src/ejabberd_app.erl: BugfixAlexey Shchepin2004-01-061-1/+1
* * src/ejabberd_router.erl (do_route/3): Slightly changed behaviourAlexey Shchepin2004-01-031-1/+5
* * src/ejabberd_sm.erl (do_route/3): Minor fixAlexey Shchepin2004-01-021-9/+15
* * 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-242-3/+5
* * src/ejabberd_c2s.erl: BugfixAlexey Shchepin2003-12-231-1/+1
* * src/mod_roster.erl: Added workaround for legacy gatewaysAlexey Shchepin2003-12-212-7/+8
* * src/jlib.hrl: Added declaration of "iq" recordAlexey Shchepin2003-12-1723-578/+600
* * src/ejabberd_local.erl: Replaced register_local_route toAlexey Shchepin2003-12-146-152/+96
* * src/ejabberd_s2s.erl: Partially rewritedAlexey Shchepin2003-12-132-95/+54
* * src/ejabberd_s2s_out.erl: BugfixAlexey Shchepin2003-12-121-1/+2
* * src/mod_roster.erl: Updated subscription handling to latestAlexey Shchepin2003-12-111-156/+124
* * src/ejabberd_s2s_in.erl: Changed timeout processing, bugfixAlexey Shchepin2003-12-065-56/+122
* * src/ejabberd_c2s.erl: Bugfix in processing of connectionAlexey Shchepin2003-12-021-12/+33
* * src/ejabberd_c2s.erl: Added workaround for some Java clientsAlexey Shchepin2003-11-281-1/+2
* * examples/mtr/ejabberd.cfg: Updatted (thanks to Marshall T. Rose)Alexey Shchepin2003-11-272-1/+3
* * src/ejabberd_c2s.erl: Fixed processing of presence probe fromAlexey Shchepin2003-11-261-4/+17
* * src/cyrsasl_digest.erl: Bugfix (thanks to Sergei Golovan)Alexey Shchepin2003-11-2315-36/+1559
* * examples/mtr/ejabberd: Updated (thanks to Marshall T. Rose)Alexey Shchepin2003-11-131-1/+4
* * doc/dev.tex: Developers documentation (not completed)Alexey Shchepin2003-11-112-6/+20
* * src/ejabberd.cfg.example: UpdatedAlexey Shchepin2003-11-104-76/+113
* * src/mod_muc/mod_muc_room.erl: BugfixAlexey Shchepin2003-11-102-9/+20
* * src/ejabberd_sm.erl: Bugfix for previous resource handlingAlexey Shchepin2003-11-092-4/+10
* * src/cyrsasl.erl: Updated SASL authentificationAlexey Shchepin2003-11-074-30/+92
* * src/mod_configure2.erl: Added reporting of outgoing S2SAlexey Shchepin2003-11-062-3/+7
* * src/mod_configure2.erl: Yet another configure interface (notAlexey Shchepin2003-11-021-0/+151
* * src/mod_last.erl: Added remove_user/1 functionAlexey Shchepin2003-11-013-11/+22
* * src/mod_irc/mod_irc_connection.erl: Updated to work moreAlexey Shchepin2003-10-311-115/+135
* * src/ejabberd_c2s.erl: More strong check for authentificated JIDAlexey Shchepin2003-10-302-3/+4
* * src/ejabberd_listener.erl: Fixed starting of SSL connectionAlexey Shchepin2003-10-298-176/+113
* * src/ejabberd_listener.erl: Added handling of accept errors,Alexey Shchepin2003-10-283-11/+38
* * src/ejabberd_sm.erl: BugfixAlexey Shchepin2003-10-281-3/+9
* * src/ejabberd_auth.erl: Minor change in check_password/4Alexey Shchepin2003-10-273-25/+55
* * src/ejabberd_logger_h.erl: Added support for log rotationAlexey Shchepin2003-10-271-0/+8
* * src/mod_offline.erl: Added function remove_old_messages/1Alexey Shchepin2003-10-246-7/+143
* * src/ejabberd_logger_h.erl: New error_logger handlerAlexey Shchepin2003-10-232-1/+182
* * src/Makefile.in: Added install ruleAlexey Shchepin2003-10-212-24/+56
* * src/mod_vcard.erl: Added checks for stringprep resultsAlexey Shchepin2003-10-204-44/+177
* * src/ejabberd_local.erl: Added support for announce/onlineAlexey Shchepin2003-10-193-18/+68
* * src/ejabberd_service.erl: Added supports for multiple hosts perAlexey Shchepin2003-10-183-51/+71