summaryrefslogtreecommitdiff
path: root/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/web/ejabberd_web_admin.erl: UpdatedAlexey Shchepin2004-05-041-0/+4
* * src/web/ejabberd_http.erl: 'Accept-Language' header supportAlexey Shchepin2004-05-011-0/+9
* * src/translate.erl: Search translations directory in priv_dirAlexey Shchepin2004-04-271-0/+15
* * src/web/ejabberd_web_admin.erl: Better design for administrationAlexey Shchepin2004-04-261-0/+7
* * src/web/ejabberd_http.erl: Increased receive bufferAlexey Shchepin2004-04-171-0/+6
* * src/ejabberd.erl: Added searching of files in code:priv_libAlexey Shchepin2004-04-151-0/+18
* * src/idna.erl: Support for IDNA (RFC3490)Alexey Shchepin2004-04-101-0/+12
* * (all): Updated win32 stuff (thanks to Sergei Golovan)Alexey Shchepin2004-03-211-0/+7
* * doc/guide.tex: UpdatedAlexey Shchepin2004-03-201-4/+12
* * src/mod_roster.erl: BugfixAlexey Shchepin2004-03-161-0/+2
* * src/ejabberd_s2s.erl: More verbose error handlingAlexey Shchepin2004-03-161-0/+4
* * src/web/ejabberd_web.erl: Minor updateAlexey Shchepin2004-03-151-0/+4
* * src/web/ejabberd_web.erl: Added interface for users listsing andAlexey Shchepin2004-03-141-0/+5
* * src/web/ejabberd_web.erl: New interface for ACLs editingAlexey Shchepin2004-03-131-0/+11
* * src/web/ejabberd_web.erl: Experiments with web-interfaceAlexey Shchepin2004-03-121-0/+2
* * src/configure.ac: UpdatedAlexey Shchepin2004-03-121-0/+5
* * src/web/ejabberd_http.erl: Removed debugging outputAlexey Shchepin2004-03-101-0/+7
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2004-03-081-0/+17
* * src/web/ejabberd_http_poll.erl: CompletedAlexey Shchepin2004-03-071-0/+4
* * src/web/: Support for HTTP Polling (JEP-0025) (almost complete)Alexey Shchepin2004-03-061-0/+4
* * src/web/: UpdatedAlexey Shchepin2004-03-041-0/+4
* * src/web/: Minor updateAlexey Shchepin2004-03-031-0/+4
* * src/web/: Small HTTP server and admin web-interface to ejabberdAlexey Shchepin2004-03-021-0/+25
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2004-02-261-0/+33
* * src/mod_muc/mod_muc_room.erl: Support for history managementAlexey Shchepin2004-02-151-0/+13
* * src/ejabberd_c2s.erl: Added <session/> to stream featuresAlexey Shchepin2004-02-121-0/+4
* * 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