25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01:00

Commit Graph

  • 576db30b34 * src/msgs/ua.msg: Updated (thanks to Sergei Golovan) Alexey Shchepin 2004-10-08 21:39:10 +0000
  • 134dec5dbb * src/mod_muc/mod_muc_room.erl: Fixed room destroying Alexey Shchepin 2004-10-08 20:40:29 +0000
  • f327b06ed7 * doc/guide.tex: Updated Alexey Shchepin 2004-10-06 15:07:21 +0000
  • 379ba26e85 * src/ejabberd_s2s_out.erl: Fixed socket closing condition Alexey Shchepin 2004-10-06 14:12:04 +0000
  • b5e8850de9 * src/web/ejabberd_http_poll.erl: Properly handle bad requests Alexey Shchepin 2004-10-05 19:31:17 +0000
  • 34de660c44 * src/web/ejabberd_http.erl: Fixed processing of POST body for HTTP Polling Alexey Shchepin 2004-09-30 21:54:39 +0000
  • db824bfc64 * src/ejabberd_listener.erl: Check result of controlling_process Alexey Shchepin 2004-09-29 21:10:40 +0000
  • 0e2af703bd * src/web/ejabberd_http.erl: Bugfix Alexey Shchepin 2004-09-29 14:09:02 +0000
  • f17f0dac12 * src/Makefile.in: Updated (thanks to Badlop) Alexey Shchepin 2004-09-27 18:54:17 +0000
  • cbcb2bd3a6 * src/aclocal.m4: Better expat and openssl detection (thanks to Anton Vanin) Alexey Shchepin 2004-09-26 20:46:43 +0000
  • 4e7e67c8b5 * src/jlib.hrl: Added namespace for iq-register stream feature * src/ejabberd_c2s.erl: Send iq-register feature Alexey Shchepin 2004-09-25 20:52:20 +0000
  • 6db9c2630d * src/mod_muc/mod_muc_room.erl: Send password in room invitation (thanks to Sergei Golovan) Alexey Shchepin 2004-09-17 19:52:59 +0000
  • e0ede61e0f * tools/ejabberdctl: Added call to "exec" (thanks to Sergei Golovan) Alexey Shchepin 2004-09-10 20:57:00 +0000
  • 210a9a689b * doc/guide.tex: Fix (thanks to Sander Devrieze) Alexey Shchepin 2004-08-27 21:02:59 +0000
  • 1f3eb68e48 * src/xml_stream.erl: Few optimizations Alexey Shchepin 2004-08-26 21:47:33 +0000
  • 6755925676 * src/mod_service_log.erl: Support for logging of user packets via external service (e.g. bandersnatch) * doc/guide.tex: Updated Alexey Shchepin 2004-08-24 20:11:01 +0000
  • d543a63e9b * src/mod_offline.erl: Use offline_subscription_hook Alexey Shchepin 2004-08-23 20:47:15 +0000
  • 4103f30812 * src/mod_offline.erl: Added entire table locking on large message queue Alexey Shchepin 2004-08-22 21:54:14 +0000
  • ea322cd493 * src/msgs/nl.msg: Updated (thanks to Sander Devrieze) Alexey Shchepin 2004-08-15 22:02:14 +0000
  • 69225f9e14 * src/web/ejabberd_http_poll.erl: Fixed sending of Set-Cookie header Alexey Shchepin 2004-08-15 21:18:53 +0000
  • d77a936b32 * src/ejabberd_c2s.erl: Bugfix in resend_offline_messages/1 Alexey Shchepin 2004-08-12 22:34:19 +0000
  • 357554265e * src/ejabberd_c2s.erl: Use resend_offline_messages_hook to fetch offline messages * src/mod_offline.erl: Likewise Alexey Shchepin 2004-08-08 19:07:55 +0000
  • 0ef537cc6c * src/aclocal.m4: Updated to check for openssl library (thanks to AV) * src/configure.ac: Likewise * src/configure: Likewise * src/Makefile.in: Likewise * src/tls/Makefile.in: Likewise Alexey Shchepin 2004-08-05 20:46:24 +0000
  • a8f4e84503 * src/web/ejabberd_web_admin.erl: Added user's roster page Alexey Shchepin 2004-08-02 22:17:05 +0000
  • 73d7e1161e * src/tls/tls.erl: Added recv_data/2 function Alexey Shchepin 2004-08-01 20:12:20 +0000
  • 6cd02b9714 * examples/extauth/check_pass_null.pl: A reference "null" implementation of external authentification script (thanks to Leif Johansson) Alexey Shchepin 2004-07-30 21:09:55 +0000
  • 76f00658f2 * src/tls/tls_drv.c: Added freeing of SSL stuff Alexey Shchepin 2004-07-28 20:08:53 +0000
  • e10fc255aa * src/tls/tls.erl: Updated Alexey Shchepin 2004-07-26 22:37:24 +0000
  • 3377c54ecd *** empty log message *** Alexey Shchepin 2004-07-26 16:45:38 +0000
  • 4b2919c207 * src/tls/: Library for TLS support (not completed) Alexey Shchepin 2004-07-25 21:27:56 +0000
  • 96cfe08558 * src/eldap/eldap.erl: Bugfix Alexey Shchepin 2004-07-23 14:24:09 +0000
  • a4b86c5855 * src/web/ejabberd_web_admin.erl: Better i18n support (thanks to Sergei Golovan) Alexey Shchepin 2004-07-13 11:28:28 +0000
  • a846fe815c * src/mod_last.erl: Supprot for storing status from latest unavailable presence (thanks to Sergei Golovan) * src/ejabberd_sm.erl: Likewise * src/ejabberd_c2s.erl: Likewise Alexey Shchepin 2004-07-11 20:51:54 +0000
  • b64cc8f662 * src/mod_roster.erl: Removed superfluous include_lib line Alexey Shchepin 2004-07-10 20:47:06 +0000
  • 6251519591 * doc/guide.tex: Updated Alexey Shchepin 2004-07-10 20:06:27 +0000
  • d2eab0d535 * doc/guide.tex: Updated Alexey Shchepin 2004-07-09 22:34:26 +0000
  • b88da95b51 * src/Makefile.win32: Updated (thanks to Sergei Golovan) Alexey Shchepin 2004-07-06 21:34:50 +0000
  • d35209561d * src/ejabberd_auth.erl: Minor fix Alexey Shchepin 2004-07-05 21:51:23 +0000
  • 84c4d93ca5 * src/web/ejabberd_web_admin.erl: Added configuration of listened ports * src/ejabberd_listener.erl: Added API for configuration of port listeners Alexey Shchepin 2004-06-17 21:29:24 +0000
  • ab8be3658f * src/msgs/nl.msg: Dutch translation (thanks to Sander Devrieze) Alexey Shchepin 2004-05-22 20:15:22 +0000
  • 0b4539caa1 * src/web/ejabberd_http.erl: Added options for enabling HTTP polling and admin interface * src/web/ejabberd_web.erl: Likewise * src/ejabberd.cfg.example: Updated Alexey Shchepin 2004-05-22 19:48:35 +0000
  • 78a673f526 * src/mod_muc/mod_muc.erl: Added access rules for using serveice and creating rooms (thanks to Sergei Golovan) Alexey Shchepin 2004-05-17 20:36:41 +0000
  • d46abc7ad4 * src/web/ejabberd_web_admin.erl: Updated Alexey Shchepin 2004-05-16 20:13:38 +0000
  • 0ef7655697 * src/web/ejabberd_web_admin.erl: Updated Alexey Shchepin 2004-05-14 14:46:53 +0000
  • 63feb5dabf * src/web/ejabberd_web_admin.erl: Updated Alexey Shchepin 2004-05-09 18:38:49 +0000
  • c812a59efc * doc/guide.tex: Updated Alexey Shchepin 2004-05-08 19:30:38 +0000
  • 964e61143c * src/web/ejabberd_web_admin.erl: Updated (thanks to Andrey Zamaraev) Alexey Shchepin 2004-05-07 15:19:51 +0000
  • f7275fb796 * src/ejabberd_ctl.erl: Added command for listing all registered users Alexey Shchepin 2004-05-05 20:34:54 +0000
  • a16524151c * src/web/ejabberd_web_admin.erl: Updated Alexey Shchepin 2004-05-04 19:47:24 +0000
  • 4760ff3201 * src/web/ejabberd_http.erl: 'Accept-Language' header support * src/web/ejabberd_web_admin.erl: Likewise * src/msgs/ru.msg: Updated Alexey Shchepin 2004-05-01 20:10:25 +0000
  • 13f650037e * src/translate.erl: Search translations directory in priv_dir instead of lib_dir (thanks to Sergei Golovan) Alexey Shchepin 2004-04-27 20:28:23 +0000
  • aaccaa5a45 * src/web/ejabberd_web_admin.erl: Better design for administration interface (not completed) (thanks to Andrey Zamaraev) * src/web/ejabberd_http.erl: Updated * src/web/ejabberd_web.erl: Likewise Alexey Shchepin 2004-04-26 15:38:07 +0000
  • 0ab31f0822 * src/web/ejabberd_http.erl: Increased receive buffer Alexey Shchepin 2004-04-17 19:00:10 +0000
  • b542249f11 * src/ejabberd.erl: Added searching of files in code:priv_lib (thanks to Sergei Golovan) * src/translate.erl: Likewise Alexey Shchepin 2004-04-15 19:55:38 +0000
  • 6f600f1a37 * src/idna.erl: Support for IDNA (RFC3490) * src/ejabberd_s2s_out.erl: Likewise Alexey Shchepin 2004-04-10 19:15:02 +0000
  • b75fb79677 * (all): Updated win32 stuff (thanks to Sergei Golovan) Alexey Shchepin 2004-03-21 20:27:09 +0000
  • 2f47b7edd9 * doc/guide.tex: Updated Alexey Shchepin 2004-03-20 20:55:58 +0000
  • 9e3c4edd1d * src/mod_roster.erl: Bugfix Alexey Shchepin 2004-03-16 21:09:11 +0000
  • 90e48213e0 * src/ejabberd_s2s.erl: More verbose error handling Alexey Shchepin 2004-03-16 14:34:20 +0000
  • f9f33a9117 * src/web/ejabberd_web.erl: Minor update Alexey Shchepin 2004-03-15 20:46:42 +0000
  • 60cb9fc959 * src/web/ejabberd_web.erl: Added interface for users listsing and statistics Alexey Shchepin 2004-03-14 20:47:15 +0000
  • b4798f76a3 * src/web/ejabberd_web.erl: New interface for ACLs editing Alexey Shchepin 2004-03-13 20:01:37 +0000
  • a2b2d08ddc * src/web/ejabberd_web.erl: Experiments with web-interface Alexey Shchepin 2004-03-12 15:15:17 +0000
  • 20e297db3a * src/configure.ac: Updated * src/Makefile.in: Likewise Alexey Shchepin 2004-03-12 13:36:27 +0000
  • b11b8caf9d * src/web/ejabberd_http.erl: Removed debugging output Alexey Shchepin 2004-03-10 21:54:54 +0000
  • bc672b44ea * src/msgs/ru.msg: Updated (thanks to Sergei Golovan) Alexey Shchepin 2004-03-08 20:20:15 +0000
  • 36f90d6a2d * src/web/ejabberd_http_poll.erl: Completed Alexey Shchepin 2004-03-07 21:15:12 +0000
  • a0ae476619 * src/web/: Support for HTTP Polling (JEP-0025) (almost complete) Alexey Shchepin 2004-03-06 21:13:16 +0000
  • 5696c848a6 * src/web/: Updated Alexey Shchepin 2004-03-04 20:56:32 +0000
  • 0f95685c05 * src/web/: Minor update Alexey Shchepin 2004-03-03 21:07:27 +0000
  • ec182cbd60 * src/web/: Small HTTP server and admin web-interface to ejabberd (not completed yet) * src/ejabberd_sup.erl: Added HTTP processes supervisor Alexey Shchepin 2004-03-02 21:16:55 +0000
  • 21c4b65610 * src/msgs/ru.msg: Updated (thanks to Sergei Golovan) Alexey Shchepin 2004-02-26 22:00:04 +0000
  • fdf25720e0 * src/mod_muc/mod_muc_room.erl: Support for history management (thanks to Sergei Golovan) Alexey Shchepin 2004-02-15 20:10:40 +0000
  • 35bfd03669 * src/ejabberd_c2s.erl: Added <session/> to stream features Alexey Shchepin 2004-02-12 11:26:58 +0000
  • b0b4b9a903 * src/msgs/ru.msg: Updated (thanks to Sergei Golovan) Alexey Shchepin 2004-02-10 20:50:41 +0000
  • 976e185a4a * src/ejabberd_ctl.erl: Added command for log reopening Alexey Shchepin 2004-01-27 19:14:49 +0000
  • 273886701b * src/ejabberd_ctl.erl: Added commands for backup processing Alexey Shchepin 2004-01-18 20:42:09 +0000
  • 7a002470e6 * src/mod_muc/mod_muc_room.erl: Bugfix, updated error codes (thanks to Sergei Golovan) Alexey Shchepin 2004-01-17 20:26:57 +0000
  • c7d15b12df * src/ejabberd_c2s.erl: Fixed bind namespace Alexey Shchepin 2004-01-11 20:42:57 +0000
  • 41cc38aa6f * src/ejabberd_router.erl: Added monitoring of processess that serve domains Alexey Shchepin 2004-01-06 20:37:14 +0000
  • 7f9b7e64c3 * src/ejabberd_app.erl: Bugfix Alexey Shchepin 2004-01-06 12:03:39 +0000
  • 5d7f5c3a79 * src/ejabberd_router.erl (do_route/3): Slightly changed behaviour Alexey Shchepin 2004-01-03 17:25:21 +0000
  • 7e6d96b192 * src/ejabberd_sm.erl (do_route/3): Minor fix Alexey Shchepin 2004-01-02 19:36:38 +0000
  • 1d1d6b6c36 * src/ejabberd_app.erl: Now possible to specify path to log file via "EJABBERD_LOG_PATH" environment variable Alexey Shchepin 2003-12-28 21:12:31 +0000
  • 91aeaae9a5 * src/ejabberd_app.erl: Now possible to specify path to log file via "EJABBERD_LOG_PATH" environment variable Alexey Shchepin 2003-12-28 20:59:21 +0000
  • a22d1851cc * src/ejabberd_app.erl: Now possible to specify path to log file via "EJABBERD_LOG_PATH" environment variable Alexey Shchepin 2003-12-28 20:46:11 +0000
  • fc4bf57f95 * src/ejabberd_app.erl: Now possible to specify path to log file via "EJABBERD_LOG_PATH" environment variable Alexey Shchepin 2003-12-28 20:33:01 +0000
  • 8076bc8999 * src/ejabberd_c2s.erl: Presence probe now sended from full JID Alexey Shchepin 2003-12-24 21:05:45 +0000
  • 1b76800448 * src/ejabberd_c2s.erl: Bugfix Alexey Shchepin 2003-12-23 11:33:31 +0000
  • 6706bdc696 * src/mod_roster.erl: Added workaround for legacy gateways (passing of "subscribed" presence) Alexey Shchepin 2003-12-21 18:16:08 +0000
  • b3b09bcfd8 * src/jlib.hrl: Added declaration of "iq" record * (all): Updated to use "iq" record Alexey Shchepin 2003-12-17 20:13:21 +0000
  • 4768cd2f26 * src/ejabberd_local.erl: Replaced register_local_route to register_route * src/ejabberd_service.erl: Likewise * src/mod_echo.erl: Likewise * src/mod_vcard.erl: Likewise Alexey Shchepin 2003-12-14 20:51:01 +0000
  • 4413036585 * src/ejabberd_s2s.erl: Partially rewrited Alexey Shchepin 2003-12-13 21:36:53 +0000
  • 91fe973361 * src/ejabberd_s2s_out.erl: Bugfix Alexey Shchepin 2003-12-12 20:35:40 +0000
  • 8b5c042dee * src/mod_roster.erl: Updated subscription handling to latest XMPP-IM draft Alexey Shchepin 2003-12-11 20:31:40 +0000
  • 6f9a3922ef * src/ejabberd_s2s_in.erl: Changed timeout processing, bugfix Alexey Shchepin 2003-12-06 19:58:49 +0000
  • 83a0be1009 * src/ejabberd_c2s.erl: Bugfix in processing of connection replacement Alexey Shchepin 2003-12-02 20:20:53 +0000
  • 48e8a0c0c6 * src/ejabberd_c2s.erl: Added workaround for some Java clients Alexey Shchepin 2003-11-28 19:08:51 +0000
  • b154f75523 * examples/mtr/ejabberd.cfg: Updatted (thanks to Marshall T. Rose) Alexey Shchepin 2003-11-27 20:16:10 +0000
  • 9fc8e18eb3 * src/ejabberd_c2s.erl: Fixed processing of presence probe from client Alexey Shchepin 2003-11-26 19:18:42 +0000