]> granicus.if.org Git - ejabberd/log
ejabberd
21 years ago* src/ejabberd_listener.erl: Fixed SSL options
Alexey Shchepin [Sat, 30 Aug 2003 19:19:23 +0000 (19:19 +0000)]
* src/ejabberd_listener.erl: Fixed SSL options

SVN Revision: 133

21 years ago* src/ejabberd_c2s.erl: Support for filtering of incoming messages
Alexey Shchepin [Mon, 18 Aug 2003 19:17:28 +0000 (19:17 +0000)]
* src/ejabberd_c2s.erl: Support for filtering of incoming messages
and IQs, presence filtering will be after some xmpp-im
clarifications

SVN Revision: 132

21 years ago* src/mod_muc/mod_muc.erl: Fixed handling of room names with
Alexey Shchepin [Fri, 15 Aug 2003 19:17:12 +0000 (19:17 +0000)]
* src/mod_muc/mod_muc.erl: Fixed handling of room names with
uppercase letters

* src/mod_muc/mod_muc_room.erl: Added support for
password-protected rooms

SVN Revision: 131

21 years ago* src/mod_irc/mod_irc_connection.erl: Added handling for
Alexey Shchepin [Tue, 12 Aug 2003 19:23:55 +0000 (19:23 +0000)]
* src/mod_irc/mod_irc_connection.erl: Added handling for
jabber:iq:version and jabber:iq:time requests, participant address
now added to presence status

SVN Revision: 130

21 years ago* src/mod_privacy.erl: Privacy rules support
Alexey Shchepin [Sun, 3 Aug 2003 19:57:08 +0000 (19:57 +0000)]
* src/mod_privacy.erl: Privacy rules support
* src/ejabberd_c2s.erl: Likewise
* src/mod_roster.erl: Likewise

SVN Revision: 129

21 years ago* src/mod_privacy.erl: Privacy rules support
Alexey Shchepin [Sun, 3 Aug 2003 19:09:40 +0000 (19:09 +0000)]
* src/mod_privacy.erl: Privacy rules support
* src/ejabberd_c2s.erl: Likewise
* src/mod_roster.erl: Likewise

SVN Revision: 128

21 years ago* src/mod_pubsub/mod_pubsub.erl (create_new_node): Bugfix
Alexey Shchepin [Sun, 27 Jul 2003 19:56:16 +0000 (19:56 +0000)]
* src/mod_pubsub/mod_pubsub.erl (create_new_node): Bugfix

SVN Revision: 127

21 years ago* src/mod_vcard.erl: Bugfix
Alexey Shchepin [Mon, 21 Jul 2003 20:01:22 +0000 (20:01 +0000)]
* src/mod_vcard.erl: Bugfix

* src/mod_roster.erl: Bugfix

* src/jlib.hrl: Added iq:privacy namespace

* src/mod_irc/mod_irc_connection.erl: Added support for NOTICE and
CODEPAGE commands, better support for QUIT and PART commands
(thanks to Oleg V. Motienko)

SVN Revision: 126

21 years ago* (all): Reorganized supervision tree
Alexey Shchepin [Sun, 20 Jul 2003 20:35:35 +0000 (20:35 +0000)]
* (all): Reorganized supervision tree

SVN Revision: 125

21 years ago* src/ejabberd_s2s_out.erl: Close connection after key
Alexey Shchepin [Mon, 14 Jul 2003 18:06:03 +0000 (18:06 +0000)]
* src/ejabberd_s2s_out.erl: Close connection after key
verification

* src/ejabberd_c2s.erl: start replaced with start_link
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd_s2s_out.erl: Likewise
* src/ejabberd_service.erl: Likewise

* src/ejabberd_listener.erl: Now uses proc_lib to spawn listeners,
removed 3rd parameter in listener configuration (assumed to equal
start_link)

* src/ejabberd.rel: Updated

* doc/guide.tex: Small changes

* doc/Makefile: Added implicit charset specification to hevea

SVN Revision: 124

21 years ago* doc/guide.tex: Updated (thanks to Sergei Golovan)
Alexey Shchepin [Sun, 13 Jul 2003 09:00:01 +0000 (09:00 +0000)]
* doc/guide.tex: Updated (thanks to Sergei Golovan)

* src/expat_erl.c: Added #ifdef for WIN32 (thanks to Sergei
Golovan)
* src/mod_irc/iconv_erl.c: Likewise

* src/configure.erl: Defines ERLANG_DIR variable (thanks to Sergei
Golovan)
* **/Makefile: Use ERLANG_DIR (thanks to Sergei Golovan)

* **/Makefile.win32: Makefiles for windows build (thanks to Sergei
Golovan)
* src/configure.bat: Configuration script for windows (thanks to
Sergei Golovan)

SVN Revision: 123

21 years ago* src/mod_pubsub/mod_pubsub.erl: Added suport for meta-node
Alexey Shchepin [Wed, 9 Jul 2003 18:58:43 +0000 (18:58 +0000)]
* src/mod_pubsub/mod_pubsub.erl: Added suport for meta-node
"pubsub/nodes"

SVN Revision: 122

21 years ago* src/mod_pubsub/mod_pubsub.erl: Most of functions now works
Alexey Shchepin [Tue, 8 Jul 2003 20:11:27 +0000 (20:11 +0000)]
* src/mod_pubsub/mod_pubsub.erl: Most of functions now works

SVN Revision: 121

21 years ago* src/mod_pubsub/mod_pubsub.erl: Pub/sub implementation (not
Alexey Shchepin [Mon, 7 Jul 2003 19:45:22 +0000 (19:45 +0000)]
* src/mod_pubsub/mod_pubsub.erl: Pub/sub implementation (not
completed yet)

* src/jlib.hrl: Added pub/sub nemaspaces

SVN Revision: 120

21 years ago* src/mod_irc/iconv_erl.c (iconv_erl_control): Bugfix
Alexey Shchepin [Thu, 3 Jul 2003 07:49:59 +0000 (07:49 +0000)]
* src/mod_irc/iconv_erl.c (iconv_erl_control): Bugfix

SVN Revision: 119

21 years ago* src/mod_muc/mod_muc_room.erl: Fixed room destroying
Alexey Shchepin [Mon, 30 Jun 2003 12:24:35 +0000 (12:24 +0000)]
* src/mod_muc/mod_muc_room.erl: Fixed room destroying
* src/mod_muc/mod_muc.erl: Likewise

SVN Revision: 118

21 years ago* src/jlib.hrl: Error stanzas updated to confirm latest xmpp-core
Alexey Shchepin [Sun, 29 Jun 2003 18:03:07 +0000 (18:03 +0000)]
* src/jlib.hrl: Error stanzas updated to confirm latest xmpp-core

SVN Revision: 117

21 years ago* src/ejabberd_c2s.erl: Returned stream restarting
Alexey Shchepin [Fri, 20 Jun 2003 07:16:31 +0000 (07:16 +0000)]
* src/ejabberd_c2s.erl: Returned stream restarting

SVN Revision: 116

21 years ago* src/ejabberd_c2s.erl: Removed stream restarting
Alexey Shchepin [Tue, 10 Jun 2003 07:07:00 +0000 (07:07 +0000)]
* src/ejabberd_c2s.erl: Removed stream restarting

SVN Revision: 115

21 years ago* src/ejabberd_c2s.erl: SASL support updated to xmpp-core-13
Alexey Shchepin [Sat, 7 Jun 2003 17:30:25 +0000 (17:30 +0000)]
* src/ejabberd_c2s.erl: SASL support updated to xmpp-core-13

* src/cyrsasl*.erl: Support for authzid

SVN Revision: 114

21 years ago* src/msgs/fr.msg: New french translation (thanks to Vincent Ricard)
Alexey Shchepin [Tue, 3 Jun 2003 19:26:16 +0000 (19:26 +0000)]
* src/msgs/fr.msg: New french translation (thanks to Vincent Ricard)

SVN Revision: 113

21 years ago* src/jlib.hrl: Updated SASL namespace
Alexey Shchepin [Sat, 31 May 2003 19:51:11 +0000 (19:51 +0000)]
* src/jlib.hrl: Updated SASL namespace

SVN Revision: 112

21 years ago* src/ejabberd_service.erl: Proper handling of bad XML
Alexey Shchepin [Thu, 29 May 2003 19:07:41 +0000 (19:07 +0000)]
* src/ejabberd_service.erl: Proper handling of bad XML

* src/mod_muc/mod_muc_room.erl: Append number of participants in
disco replies if requester allowed to see participant list

* src/mod_muc/mod_muc.erl (iq_disco_items): Pass requester JID to
room process

* src/mod_irc/mod_irc_connection.erl: Exit on receiving of
presence or message error

* src/mod_irc/mod_irc_connection.erl (handle_info): Return
"feature not implemented" on iq request with unknown namespace

SVN Revision: 111

21 years ago* src/mod_muc/mod_muc.erl: Now body of message from admin to MUC
Alexey Shchepin [Sun, 18 May 2003 16:41:15 +0000 (16:41 +0000)]
* src/mod_muc/mod_muc.erl: Now body of message from admin to MUC
service is broadcasted to all conferences
* src/mod_muc/mod_muc_room.erl: Likewise

SVN Revision: 110

21 years ago* src/ejabberd_s2s.erl: Added error catching for do_route/3
Alexey Shchepin [Thu, 15 May 2003 18:16:13 +0000 (18:16 +0000)]
* src/ejabberd_s2s.erl: Added error catching for do_route/3
* src/ejabberd_local.erl: Likewise for do_route/4

* src/msgs/ru.msg: Updated

* src/mod_muc/mod_muc_room.erl: New option to allow to view list
of participants for non-ones via disco#items

* src/mod_muc/mod_muc_room.erl: Store room subject with
configuration options

SVN Revision: 109

21 years ago* src/mod_muc/mod_muc_room.erl: Remove user from room on receiving
Alexey Shchepin [Wed, 14 May 2003 19:58:05 +0000 (19:58 +0000)]
* src/mod_muc/mod_muc_room.erl: Remove user from room on receiving
of message or presence error from him

SVN Revision: 108

21 years ago* src/ejabberd_s2s_out.erl: Fixed error replies, added timeouts
Alexey Shchepin [Mon, 12 May 2003 18:36:13 +0000 (18:36 +0000)]
* src/ejabberd_s2s_out.erl: Fixed error replies, added timeouts
* src/ejabberd_s2s_in.erl: Likewise

SVN Revision: 107

21 years ago* src/ejabberd_local.erl: Updated missed errors to new style
Alexey Shchepin [Fri, 9 May 2003 19:32:59 +0000 (19:32 +0000)]
* src/ejabberd_local.erl: Updated missed errors to new style
* src/mod_register.erl: Likewise
* src/mod_version.erl: Likewise
* src/mod_time.erl: Likewise
* src/mod_stats.erl: Likewise
* src/mod_register.erl: Likewise
* src/mod_private.erl: Likewise
* src/mod_configure.erl: Likewise
* src/ejabberd_sm.erl: Likewise
* src/ejabberd_service.erl: Likewise
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_s2s_out.erl: Likewise
* src/mod_vcard.erl: Likewise
* src/mod_roster.erl: Likewise

* src/mod_muc/mod_muc.erl: Added vcard to mod_muc module

* src/ejabberd_app.erl: Dump list of opened ports every hour

* src/ejabberd.hrl: Added INFO_MSG macros, ERROR_LOG_PATH renamed
to LOG_PATH

SVN Revision: 106

21 years ago* src/mod_muc/mod_muc.erl: Denied using of empty nick
Alexey Shchepin [Thu, 8 May 2003 11:46:38 +0000 (11:46 +0000)]
* src/mod_muc/mod_muc.erl: Denied using of empty nick

SVN Revision: 105

21 years ago* src/mod_muc/mod_muc.erl: Return bad-request if no x:data form
Alexey Shchepin [Wed, 7 May 2003 14:17:53 +0000 (14:17 +0000)]
* src/mod_muc/mod_muc.erl: Return bad-request if no x:data form
submited with nick registration

SVN Revision: 104

21 years ago* src/mod_muc/mod_muc_room.erl: Don't check permissions on disco
Alexey Shchepin [Wed, 7 May 2003 13:18:09 +0000 (13:18 +0000)]
* src/mod_muc/mod_muc_room.erl: Don't check permissions on disco
info query processing

SVN Revision: 103

21 years ago* src/ejabberd_c2s.erl: Workaround to make SSL work properly
Alexey Shchepin [Tue, 29 Apr 2003 19:05:31 +0000 (19:05 +0000)]
* src/ejabberd_c2s.erl: Workaround to make SSL work properly

SVN Revision: 102

21 years ago* src/mod_irc/mod_irc_connection.erl: Fixed URL to ejabberd
Alexey Shchepin [Mon, 28 Apr 2003 13:56:58 +0000 (13:56 +0000)]
* src/mod_irc/mod_irc_connection.erl: Fixed URL to ejabberd

SVN Revision: 101

21 years ago* src/mod_muc/mod_muc.erl: Support for nick registration
Alexey Shchepin [Thu, 17 Apr 2003 19:47:43 +0000 (19:47 +0000)]
* src/mod_muc/mod_muc.erl: Support for nick registration

SVN Revision: 100

21 years ago* src/ejabberd_c2s.erl: Some fixes in work with socket
Alexey Shchepin [Tue, 15 Apr 2003 13:48:43 +0000 (13:48 +0000)]
* src/ejabberd_c2s.erl: Some fixes in work with socket

SVN Revision: 99

21 years ago* src/mod_muc/mod_muc_room.erl: Support for members-only
Alexey Shchepin [Sun, 13 Apr 2003 19:22:46 +0000 (19:22 +0000)]
* src/mod_muc/mod_muc_room.erl: Support for members-only
conferences, invitations.  Bugfix in affiliation change processing

* src/jlib.hrl: Added jabber:x:conference namespace definition

SVN Revision: 98

21 years ago* src/jlib.hrl: Added jaber:iq:auth:error namespace and
Alexey Shchepin [Tue, 8 Apr 2003 19:32:01 +0000 (19:32 +0000)]
* src/jlib.hrl: Added jaber:iq:auth:error namespace and
appropriate errors
* src/ejabberd_c2s.erl: Use auth:error in appropriate places

* src/jlib.hrl: Changed stream error and stanza error namespace
names due to last XMPP Core changes

SVN Revision: 97

21 years ago* src/mod_muc/mod_muc_room.erl: Added support for grant/revoke
Alexey Shchepin [Fri, 28 Mar 2003 20:20:49 +0000 (20:20 +0000)]
* src/mod_muc/mod_muc_room.erl: Added support for grant/revoke
administrative/owner priveledges, fixed work with affiliations

SVN Revision: 96

21 years ago* src/ejabberd.cfg: Updated
Alexey Shchepin [Thu, 27 Mar 2003 20:55:09 +0000 (20:55 +0000)]
* src/ejabberd.cfg: Updated

* src/mod_muc/mod_muc_room.erl: Support for service admin,
kick/ban reasons, more options

* src/msgs/ru.msg: Added translations for MUC messages

SVN Revision: 95

21 years ago* src/ejabberd_s2s_in.erl: Bugfix
Alexey Shchepin [Thu, 27 Mar 2003 15:28:47 +0000 (15:28 +0000)]
* src/ejabberd_s2s_in.erl: Bugfix

SVN Revision: 94

21 years ago* src/mod_muc/: Small fixes in discovering
Alexey Shchepin [Thu, 27 Mar 2003 14:06:17 +0000 (14:06 +0000)]
* src/mod_muc/: Small fixes in discovering

SVN Revision: 93

21 years ago* src/mod_muc/: Support for discovering service and more
Alexey Shchepin [Wed, 26 Mar 2003 20:51:18 +0000 (20:51 +0000)]
* src/mod_muc/: Support for discovering service and more
configuration options

SVN Revision: 92

21 years ago* src/mod_muc/: Support for more configuration options and
Alexey Shchepin [Tue, 25 Mar 2003 21:03:35 +0000 (21:03 +0000)]
* src/mod_muc/: Support for more configuration options and
persistent rooms

SVN Revision: 91

21 years ago* src/mod_muc/: MUC support (not completed yet)
Alexey Shchepin [Sun, 23 Mar 2003 20:08:44 +0000 (20:08 +0000)]
* src/mod_muc/: MUC support (not completed yet)

SVN Revision: 90

21 years ago* src/xml_stream.erl: Removed "link" which cause not improper
Alexey Shchepin [Sat, 15 Mar 2003 21:11:20 +0000 (21:11 +0000)]
* src/xml_stream.erl: Removed "link" which cause not improper
closing of xml connections

SVN Revision: 89

21 years ago*** empty log message ***
Alexey Shchepin [Wed, 12 Mar 2003 20:03:32 +0000 (20:03 +0000)]
*** empty log message ***

SVN Revision: 88

21 years ago* src/ejabberd_s2s_out.erl: Fixed ports leak
Alexey Shchepin [Wed, 12 Mar 2003 19:48:05 +0000 (19:48 +0000)]
* src/ejabberd_s2s_out.erl: Fixed ports leak
* src/ejabberd_listener.erl: Likewise

* src/ejabberd_c2s.erl: Fixes for SASL support

* src/cyrsasl.erl: Fixes

* src/cyrsasl_digest.erl: DIGEST-MD5 SASL mechanism support

SVN Revision: 87

21 years ago* src/cyrsasl*.erl: SASL support (currently support only PLAIN
Alexey Shchepin [Sun, 9 Mar 2003 20:46:47 +0000 (20:46 +0000)]
* src/cyrsasl*.erl: SASL support (currently support only PLAIN
mechanism)
* src/ejabberd_c2s.erl: Likewise

(all): Support for new-style error elements (except old errors
"Not Acceptable", "Not Found", "Invalid Namespace" and "Server
Connect Failed", so ejabberd may work unstable)

SVN Revision: 86

21 years ago* src/ejabberd_c2s.erl: More correct stream closing
Alexey Shchepin [Sun, 2 Mar 2003 20:55:16 +0000 (20:55 +0000)]
* src/ejabberd_c2s.erl: More correct stream closing

SVN Revision: 85

21 years ago* src/mod_irc/mod_irc_connection.erl: Support for topic changes
Alexey Shchepin [Thu, 27 Feb 2003 20:09:03 +0000 (20:09 +0000)]
* src/mod_irc/mod_irc_connection.erl: Support for topic changes

SVN Revision: 84

21 years ago* src/mod_irc/mod_irc_connection.erl: /kick support
Alexey Shchepin [Mon, 24 Feb 2003 20:39:14 +0000 (20:39 +0000)]
* src/mod_irc/mod_irc_connection.erl: /kick support

SVN Revision: 83

21 years ago* src/mod_irc/: Added configuration interface
Alexey Shchepin [Sun, 23 Feb 2003 20:13:39 +0000 (20:13 +0000)]
* src/mod_irc/: Added configuration interface

* src/mod_configure.erl: Use jabber:iq:data instead of
jabber:x:data
* src/mod_disco.erl: Likewise

SVN Revision: 82

21 years ago* src/mod_configure.erl: Backup management support
Alexey Shchepin [Sat, 22 Feb 2003 19:11:00 +0000 (19:11 +0000)]
* src/mod_configure.erl: Backup management support
* src/mod_disco.erl: Likewise

SVN Revision: 81

21 years ago* src/mod_offline.erl: Now possible to unload this module
Alexey Shchepin [Fri, 21 Feb 2003 19:52:15 +0000 (19:52 +0000)]
* src/mod_offline.erl: Now possible to unload this module
* src/ejabberd_sm.erl: Added checks to work correctly when
mod_offline not loaded
* src/ejabberd_c2s.erl: Likewise

* src/mod_register.erl: Added support for users removal

* src/ejabberd_auth.erl: Added function to remove user only if
specified password correct

* src/mod_irc/mod_irc_connection.erl: Fixed bug with changing
availability status, added processing of "QUIT" message

SVN Revision: 80

21 years ago* src/mod_roster.erl: Fixed bug with handling of roster set
Alexey Shchepin [Thu, 20 Feb 2003 17:12:03 +0000 (17:12 +0000)]
* src/mod_roster.erl: Fixed bug with handling of roster set
stanzas that contains CDATA

* src/mod_irc/mod_irc_connection.erl (handle_info/3): Fixed
parsing of string that have "\n" line separators (not "\r\n")

SVN Revision: 79

21 years ago* src/mod_irc/: Added support for private chats, nicks changes and
Alexey Shchepin [Tue, 18 Feb 2003 20:33:10 +0000 (20:33 +0000)]
* src/mod_irc/: Added support for private chats, nicks changes and
error handling

SVN Revision: 78

21 years ago*** empty log message ***
Alexey Shchepin [Mon, 17 Feb 2003 20:01:48 +0000 (20:01 +0000)]
*** empty log message ***

SVN Revision: 77

21 years ago* src/mod_irc/: Still not completed...
Alexey Shchepin [Mon, 17 Feb 2003 19:43:50 +0000 (19:43 +0000)]
* src/mod_irc/: Still not completed...

SVN Revision: 76

21 years ago* src/mod_irc/: Still not completed...
Alexey Shchepin [Mon, 17 Feb 2003 15:11:27 +0000 (15:11 +0000)]
* src/mod_irc/: Still not completed...

SVN Revision: 75

21 years ago* src/mod_irc/: New IRC transport (not completed yet)
Alexey Shchepin [Sun, 16 Feb 2003 20:07:21 +0000 (20:07 +0000)]
* src/mod_irc/: New IRC transport (not completed yet)

SVN Revision: 74

21 years ago* src/ejabberd_service.erl: Answer "Bad Request" on unknown tags
Alexey Shchepin [Fri, 14 Feb 2003 20:26:57 +0000 (20:26 +0000)]
* src/ejabberd_service.erl: Answer "Bad Request" on unknown tags

SVN Revision: 73

21 years ago* src/ejabberd_c2s.erl: Bugfix: close socket when stream is closed
Alexey Shchepin [Thu, 13 Feb 2003 19:39:13 +0000 (19:39 +0000)]
* src/ejabberd_c2s.erl: Bugfix: close socket when stream is closed

* src/mod_offline.erl: Now all offline packets processed in
separate queue to avoid delaying of other packets transmission.
Also all packets in queue processed in one transaction.

SVN Revision: 72

21 years ago* (all): Version 0.1-alpha released
Alexey Shchepin [Tue, 11 Feb 2003 20:45:35 +0000 (20:45 +0000)]
* (all): Version 0.1-alpha released

SVN Revision: 71

21 years ago*** empty log message ***
Alexey Shchepin [Tue, 11 Feb 2003 18:09:14 +0000 (18:09 +0000)]
*** empty log message ***

SVN Revision: 70

21 years ago*** empty log message ***
Alexey Shchepin [Mon, 10 Feb 2003 14:31:27 +0000 (14:31 +0000)]
*** empty log message ***

SVN Revision: 69

21 years ago*** empty log message ***
Alexey Shchepin [Mon, 10 Feb 2003 12:55:05 +0000 (12:55 +0000)]
*** empty log message ***

SVN Revision: 68

21 years ago*** empty log message ***
Alexey Shchepin [Mon, 10 Feb 2003 12:43:19 +0000 (12:43 +0000)]
*** empty log message ***

SVN Revision: 67

21 years ago*** empty log message ***
Alexey Shchepin [Sun, 9 Feb 2003 19:17:23 +0000 (19:17 +0000)]
*** empty log message ***

SVN Revision: 66

21 years ago*** empty log message ***
Alexey Shchepin [Sat, 8 Feb 2003 18:21:05 +0000 (18:21 +0000)]
*** empty log message ***

SVN Revision: 65

21 years ago*** empty log message ***
Alexey Shchepin [Fri, 7 Feb 2003 19:31:00 +0000 (19:31 +0000)]
*** empty log message ***

SVN Revision: 64

21 years ago*** empty log message ***
Alexey Shchepin [Fri, 7 Feb 2003 10:50:31 +0000 (10:50 +0000)]
*** empty log message ***

SVN Revision: 63

21 years ago*** empty log message ***
Alexey Shchepin [Thu, 6 Feb 2003 19:09:22 +0000 (19:09 +0000)]
*** empty log message ***

SVN Revision: 62

21 years ago*** empty log message ***
Alexey Shchepin [Wed, 5 Feb 2003 20:49:26 +0000 (20:49 +0000)]
*** empty log message ***

SVN Revision: 61

21 years ago*** empty log message ***
Alexey Shchepin [Wed, 5 Feb 2003 20:47:20 +0000 (20:47 +0000)]
*** empty log message ***

SVN Revision: 60

21 years ago*** empty log message ***
Alexey Shchepin [Wed, 5 Feb 2003 20:28:49 +0000 (20:28 +0000)]
*** empty log message ***

SVN Revision: 59

21 years ago*** empty log message ***
Alexey Shchepin [Tue, 4 Feb 2003 20:45:23 +0000 (20:45 +0000)]
*** empty log message ***

SVN Revision: 58

21 years ago*** empty log message ***
Alexey Shchepin [Mon, 3 Feb 2003 20:23:08 +0000 (20:23 +0000)]
*** empty log message ***

SVN Revision: 57

21 years ago*** empty log message ***
Alexey Shchepin [Sun, 2 Feb 2003 19:49:19 +0000 (19:49 +0000)]
*** empty log message ***

SVN Revision: 56

21 years ago*** empty log message ***
Alexey Shchepin [Sat, 1 Feb 2003 20:21:28 +0000 (20:21 +0000)]
*** empty log message ***

SVN Revision: 55

21 years ago*** empty log message ***
Alexey Shchepin [Wed, 29 Jan 2003 20:21:14 +0000 (20:21 +0000)]
*** empty log message ***

SVN Revision: 54

21 years ago*** empty log message ***
Alexey Shchepin [Wed, 29 Jan 2003 17:12:23 +0000 (17:12 +0000)]
*** empty log message ***

SVN Revision: 53

21 years ago*** empty log message ***
Alexey Shchepin [Tue, 28 Jan 2003 19:45:13 +0000 (19:45 +0000)]
*** empty log message ***

SVN Revision: 52

21 years ago*** empty log message ***
Alexey Shchepin [Sun, 26 Jan 2003 20:16:53 +0000 (20:16 +0000)]
*** empty log message ***

SVN Revision: 51

21 years ago*** empty log message ***
Alexey Shchepin [Sat, 25 Jan 2003 20:13:36 +0000 (20:13 +0000)]
*** empty log message ***

SVN Revision: 50

21 years ago*** empty log message ***
Alexey Shchepin [Fri, 24 Jan 2003 20:18:33 +0000 (20:18 +0000)]
*** empty log message ***

SVN Revision: 49

21 years ago*** empty log message ***
Alexey Shchepin [Thu, 23 Jan 2003 20:57:55 +0000 (20:57 +0000)]
*** empty log message ***

SVN Revision: 48

21 years ago*** empty log message ***
Alexey Shchepin [Wed, 22 Jan 2003 20:40:40 +0000 (20:40 +0000)]
*** empty log message ***

SVN Revision: 47

21 years ago*** empty log message ***
Alexey Shchepin [Tue, 21 Jan 2003 20:36:55 +0000 (20:36 +0000)]
*** empty log message ***

SVN Revision: 46

21 years ago*** empty log message ***
Alexey Shchepin [Tue, 21 Jan 2003 16:26:20 +0000 (16:26 +0000)]
*** empty log message ***

SVN Revision: 45

21 years ago*** empty log message ***
Alexey Shchepin [Sun, 19 Jan 2003 20:17:56 +0000 (20:17 +0000)]
*** empty log message ***

SVN Revision: 44

21 years ago*** empty log message ***
Alexey Shchepin [Sat, 18 Jan 2003 19:42:48 +0000 (19:42 +0000)]
*** empty log message ***

SVN Revision: 43

21 years ago*** empty log message ***
Alexey Shchepin [Fri, 17 Jan 2003 19:58:42 +0000 (19:58 +0000)]
*** empty log message ***

SVN Revision: 42

22 years ago*** empty log message ***
Alexey Shchepin [Thu, 16 Jan 2003 20:24:53 +0000 (20:24 +0000)]
*** empty log message ***

SVN Revision: 41

22 years ago*** empty log message ***
Alexey Shchepin [Wed, 15 Jan 2003 19:54:44 +0000 (19:54 +0000)]
*** empty log message ***

SVN Revision: 40

22 years ago*** empty log message ***
Alexey Shchepin [Tue, 14 Jan 2003 17:38:03 +0000 (17:38 +0000)]
*** empty log message ***

SVN Revision: 39

22 years ago*** empty log message ***
Alexey Shchepin [Mon, 13 Jan 2003 20:51:17 +0000 (20:51 +0000)]
*** empty log message ***

SVN Revision: 38

22 years ago*** empty log message ***
Alexey Shchepin [Sat, 11 Jan 2003 20:25:11 +0000 (20:25 +0000)]
*** empty log message ***

SVN Revision: 37

22 years ago*** empty log message ***
Alexey Shchepin [Fri, 10 Jan 2003 20:38:32 +0000 (20:38 +0000)]
*** empty log message ***

SVN Revision: 36

22 years ago*** empty log message ***
Alexey Shchepin [Fri, 10 Jan 2003 19:44:35 +0000 (19:44 +0000)]
*** empty log message ***

SVN Revision: 35

22 years ago*** empty log message ***
Alexey Shchepin [Thu, 9 Jan 2003 19:59:16 +0000 (19:59 +0000)]
*** empty log message ***

SVN Revision: 34