]> granicus.if.org Git - ejabberd/log
ejabberd
20 years ago* src/web/: Minor update
Alexey Shchepin [Wed, 3 Mar 2004 21:07:27 +0000 (21:07 +0000)]
* src/web/: Minor update

SVN Revision: 207

20 years ago* src/web/: Small HTTP server and admin web-interface to ejabberd
Alexey Shchepin [Tue, 2 Mar 2004 21:16:55 +0000 (21:16 +0000)]
* src/web/: Small HTTP server and admin web-interface to ejabberd
(not completed yet)
* src/ejabberd_sup.erl: Added HTTP processes supervisor

* src/ejabberd_c2s.erl: Added API to ask presence (thanks to
Mickael Remond)

* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)

* src/mod_muc/mod_muc_room.erl: Updated date parser (thanks to
Sergei Golovan)

* src/mod_muc/mod_muc.erl: Added error descriptions (thanks to
Sergei Golovan)
* src/mod_muc/mod_muc_room.erl: Likewise

* src/mod_vcard.erl: Fixed vCard tag (thanks to Sergei Golovan)
* src/mod_irc/mod_irc.erl: Likewise
* src/mod_pubsub/mod_pubsub.erl: Likewise

* src/jlib.hrl: Added macros for errors with <text/> (thanks to
Sergei Golovan)

SVN Revision: 206

20 years ago* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
Alexey Shchepin [Thu, 26 Feb 2004 22:00:04 +0000 (22:00 +0000)]
* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)

* src/mod_muc/mod_muc_room.erl: Updated error codes, removed
trailing "-" in history. updated subject sending, added <title/>
in configuration form (thanks to Sergei Golovan)

* src/mod_irc/mod_irc.erl: Added vCard, ejabberd:configure
replaced with jabber:iq:register (thanks to Sergei Golovan)

* src/mod_configure.erl: Updated "xml:lang" usage, updated some
messages (thanks to Sergei Golovan)
* src/mod_configure2.erl: Likewise
* src/mod_disco.erl: Likewise
* src/mod_register.erl: Likewise
* src/mod_vcard.erl: Likewise
* src/mod_irc/mod_irc.erl: Likewise
* src/mod_muc/mod_muc.erl: Likewise
* src/mod_muc/mod_muc_room.erl: Likewise
* src/mod_pubsub/mod_pubsub.erl: Likewise

* src/jlib.hrl: Added "lang" field in "iq" record (thanks to
Sergei Golovan)
* src/jlib.erl: Likewise

* src/ejabberd_c2s.erl: Updated to latest JEP-0078 (thanks to
Sergei Golovan)

* src/ejabberd_sm.erl: Bugfix

SVN Revision: 205

20 years ago* src/mod_muc/mod_muc_room.erl: Support for history management
Alexey Shchepin [Sun, 15 Feb 2004 20:10:40 +0000 (20:10 +0000)]
* src/mod_muc/mod_muc_room.erl: Support for history management
(thanks to Sergei Golovan)

* src/mod_stats.erl: Updated error codes (thanks to Sergei
Golovan)
* src/mod_irc/mod_irc.erl: Likewise

* src/mod_configure.erl: "jabber:iq:data" replaced with
"ejabber:config" namespace (thanks to Sergei Golovan)
* src/mod_disco.erl: Likewise

SVN Revision: 204

20 years ago* src/ejabberd_c2s.erl: Added <session/> to stream features
Alexey Shchepin [Thu, 12 Feb 2004 11:26:58 +0000 (11:26 +0000)]
* src/ejabberd_c2s.erl: Added <session/> to stream features

SVN Revision: 203

20 years ago* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
Alexey Shchepin [Tue, 10 Feb 2004 20:50:41 +0000 (20:50 +0000)]
* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)

* src/mod_irc/mod_irc.erl: Now uses "ejabber:config" namespace
(thanks to Sergei Golovan)

* src/mod_disco.erl: Fixed disco category and type (thanks to
Sergei Golovan)
* src/mod_pubsub/mod_pubsub.erl: Likewise

* src/jlib.hrl: Added "ejabber:config" namespace (thanks to Sergei
Golovan)

SVN Revision: 202

20 years ago* src/ejabberd_ctl.erl: Added command for log reopening
Alexey Shchepin [Tue, 27 Jan 2004 19:14:49 +0000 (19:14 +0000)]
* src/ejabberd_ctl.erl: Added command for log reopening

SVN Revision: 201

20 years ago* src/ejabberd_ctl.erl: Added commands for backup processing
Alexey Shchepin [Sun, 18 Jan 2004 20:42:09 +0000 (20:42 +0000)]
* src/ejabberd_ctl.erl: Added commands for backup processing

* src/ejabberd_c2s.erl: Added processing of xml:lang according to
latest XMPP-IM draft

* src/xml.erl: Added replace_tag_attr/3 function

* src/mod_roster.erl: Added auto-reply on incoming subscription
request according to latest XMPP-IM draft

* src/mod_offline.erl: Added pop_offline_messages/1 function
* src/ejabberd_c2s.erl: Updated sending of offline messages

SVN Revision: 200

20 years ago* src/mod_muc/mod_muc_room.erl: Bugfix, updated error codes
Alexey Shchepin [Sat, 17 Jan 2004 20:26:57 +0000 (20:26 +0000)]
* src/mod_muc/mod_muc_room.erl: Bugfix, updated error codes
(thanks to Sergei Golovan)

* src/jlib.hrl: Updated error codes (thanks to Sergei Golovan)

SVN Revision: 199

21 years ago* src/ejabberd_c2s.erl: Fixed bind namespace
Alexey Shchepin [Sun, 11 Jan 2004 20:42:57 +0000 (20:42 +0000)]
* src/ejabberd_c2s.erl: Fixed bind namespace

* src/ejabberd_ctl.erl: New module for ejabberd administration
* tools/ejabberdctl: Shell script for ejabberd administration

* src/mod_vcard.erl: Copyright update

* src/ejabberd_service.erl: Now possible to specify access rules
for service
* src/ejabberd.cfg.example: Updated

SVN Revision: 198

21 years ago* src/ejabberd_router.erl: Added monitoring of processess that
Alexey Shchepin [Tue, 6 Jan 2004 20:37:14 +0000 (20:37 +0000)]
* src/ejabberd_router.erl: Added monitoring of processess that
serve domains

SVN Revision: 197

21 years ago* src/ejabberd_app.erl: Bugfix
Alexey Shchepin [Tue, 6 Jan 2004 12:03:39 +0000 (12:03 +0000)]
* src/ejabberd_app.erl: Bugfix

SVN Revision: 196

21 years ago* src/ejabberd_router.erl (do_route/3): Slightly changed behaviour
Alexey Shchepin [Sat, 3 Jan 2004 17:25:21 +0000 (17:25 +0000)]
* src/ejabberd_router.erl (do_route/3): Slightly changed behaviour

SVN Revision: 195

21 years ago* src/ejabberd_sm.erl (do_route/3): Minor fix
Alexey Shchepin [Fri, 2 Jan 2004 19:36:38 +0000 (19:36 +0000)]
* src/ejabberd_sm.erl (do_route/3): Minor fix

* src/ejabberd_sm.erl (route_message/3): Minor changes

SVN Revision: 194

21 years ago* src/ejabberd_app.erl: Now possible to specify path to log file
Alexey Shchepin [Sun, 28 Dec 2003 21:12:31 +0000 (21:12 +0000)]
* src/ejabberd_app.erl: Now possible to specify path to log file
via "EJABBERD_LOG_PATH" environment variable

* src/translate.erl: Now possible to specify path to "msgs"
directory via "EJABBERD_MSGS_PATH" environment variable

* src/ejabberd.erl: Added get_so_path/0 function
* src/ejabberd_app.erl: Use ejabberd:get_so_path/0 to load .so
* src/mod_irc/iconv.erl: Likewise
* src/stringprep/stringprep.erl: Likewise

SVN Revision: 193

21 years ago* src/ejabberd_app.erl: Now possible to specify path to log file
Alexey Shchepin [Sun, 28 Dec 2003 20:59:21 +0000 (20:59 +0000)]
* src/ejabberd_app.erl: Now possible to specify path to log file
via "EJABBERD_LOG_PATH" environment variable

* src/translate.erl: Now possible to specify path to "msgs"
directory via "EJABBERD_MSGS_PATH" environment variable

* src/ejabberd.erl: Added get_so_path/0 function
* src/ejabberd_app.erl: Use ejabberd:get_so_path/0 to load .so
* src/mod_irc/iconv.erl: Likewise
* src/stringprep/stringprep.erl: Likewise

SVN Revision: 192

21 years ago* src/ejabberd_app.erl: Now possible to specify path to log file
Alexey Shchepin [Sun, 28 Dec 2003 20:46:11 +0000 (20:46 +0000)]
* src/ejabberd_app.erl: Now possible to specify path to log file
via "EJABBERD_LOG_PATH" environment variable

* src/translate.erl: Now possible to specify path to "msgs"
directory via "EJABBERD_MSGS_PATH" environment variable

* src/ejabberd.erl: Added get_so_path/0 function
* src/ejabberd_app.erl: Use ejabberd:get_so_path/0 to load .so
* src/mod_irc/iconv.erl: Likewise
* src/stringprep/stringprep.erl: Likewise

SVN Revision: 191

21 years ago* src/ejabberd_app.erl: Now possible to specify path to log file
Alexey Shchepin [Sun, 28 Dec 2003 20:33:01 +0000 (20:33 +0000)]
* src/ejabberd_app.erl: Now possible to specify path to log file
via "EJABBERD_LOG_PATH" environment variable

* src/translate.erl: Now possible to specify path to "msgs"
directory via "EJABBERD_MSGS_PATH" environment variable

* src/ejabberd.erl: Added get_so_path/0 function
* src/ejabberd_app.erl: Use ejabberd:get_so_path/0 to load .so
* src/mod_irc/iconv.erl: Likewise
* src/stringprep/stringprep.erl: Likewise

SVN Revision: 190

21 years ago* src/ejabberd_c2s.erl: Presence probe now sended from full JID
Alexey Shchepin [Wed, 24 Dec 2003 21:05:45 +0000 (21:05 +0000)]
* src/ejabberd_c2s.erl: Presence probe now sended from full JID

* src/mod_roster.erl: Bugfix

SVN Revision: 189

21 years ago* src/ejabberd_c2s.erl: Bugfix
Alexey Shchepin [Tue, 23 Dec 2003 11:33:31 +0000 (11:33 +0000)]
* src/ejabberd_c2s.erl: Bugfix

SVN Revision: 188

21 years ago* src/mod_roster.erl: Added workaround for legacy gateways
Alexey Shchepin [Sun, 21 Dec 2003 18:16:08 +0000 (18:16 +0000)]
* src/mod_roster.erl: Added workaround for legacy gateways
(passing of "subscribed" presence)

* src/ejabberd_sm.erl: Minor fix in subscription processing

SVN Revision: 187

21 years ago* src/jlib.hrl: Added declaration of "iq" record
Alexey Shchepin [Wed, 17 Dec 2003 20:13:21 +0000 (20:13 +0000)]
* src/jlib.hrl: Added declaration of "iq" record
* (all): Updated to use "iq" record

SVN Revision: 186

21 years ago* src/ejabberd_local.erl: Replaced register_local_route to
Alexey Shchepin [Sun, 14 Dec 2003 20:51:01 +0000 (20:51 +0000)]
* 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

* src/ejabberd_router.erl: Partially rewrited
* src/ejabberd_sm.erl: Likewise

SVN Revision: 185

21 years ago* src/ejabberd_s2s.erl: Partially rewrited
Alexey Shchepin [Sat, 13 Dec 2003 21:36:53 +0000 (21:36 +0000)]
* src/ejabberd_s2s.erl: Partially rewrited

* src/mod_roster.erl: Removed debugging code

SVN Revision: 184

21 years ago* src/ejabberd_s2s_out.erl: Bugfix
Alexey Shchepin [Fri, 12 Dec 2003 20:35:40 +0000 (20:35 +0000)]
* src/ejabberd_s2s_out.erl: Bugfix

SVN Revision: 183

21 years ago* src/mod_roster.erl: Updated subscription handling to latest
Alexey Shchepin [Thu, 11 Dec 2003 20:31:40 +0000 (20:31 +0000)]
* src/mod_roster.erl: Updated subscription handling to latest
XMPP-IM draft

SVN Revision: 182

21 years ago* src/ejabberd_s2s_in.erl: Changed timeout processing, bugfix
Alexey Shchepin [Sat, 6 Dec 2003 19:58:49 +0000 (19:58 +0000)]
* src/ejabberd_s2s_in.erl: Changed timeout processing, bugfix

* src/ejabberd_s2s_out.erl: Changed timeout processing

* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)

* src/mod_muc/mod_muc.erl: Better i18n support, added support for
<registered/> field in iq:register replies (thanks to Sergei
Golovan)

* src/mod_register.erl: More i18n support (thanks to Sergei
Golovan)

SVN Revision: 181

21 years ago* src/ejabberd_c2s.erl: Bugfix in processing of connection
Alexey Shchepin [Tue, 2 Dec 2003 20:20:53 +0000 (20:20 +0000)]
* src/ejabberd_c2s.erl: Bugfix in processing of connection
replacement

SVN Revision: 180

21 years ago* src/ejabberd_c2s.erl: Added workaround for some Java clients
Alexey Shchepin [Fri, 28 Nov 2003 19:08:51 +0000 (19:08 +0000)]
* src/ejabberd_c2s.erl: Added workaround for some Java clients

SVN Revision: 179

21 years ago* examples/mtr/ejabberd.cfg: Updatted (thanks to Marshall T. Rose)
Alexey Shchepin [Thu, 27 Nov 2003 20:16:10 +0000 (20:16 +0000)]
* examples/mtr/ejabberd.cfg: Updatted (thanks to Marshall T. Rose)

* src/ejabberd_auth.erl: LDAP attribute that holds user ID now
configurable
* src/ejabberd.cfg.example: Updated

SVN Revision: 178

21 years ago* src/ejabberd_c2s.erl: Fixed processing of presence probe from
Alexey Shchepin [Wed, 26 Nov 2003 19:18:42 +0000 (19:18 +0000)]
* src/ejabberd_c2s.erl: Fixed processing of presence probe from
client

SVN Revision: 177

21 years ago* src/cyrsasl_digest.erl: Bugfix (thanks to Sergei Golovan)
Alexey Shchepin [Sun, 23 Nov 2003 20:11:21 +0000 (20:11 +0000)]
* src/cyrsasl_digest.erl: Bugfix (thanks to Sergei Golovan)

* src/ejabberd.cfg.example: Updated

* src/ejabberd_auth.erl: Support for LDAP authentification
* src/cyrsasl_digest.erl: Likewise
* src/mod_register.erl: Likewise
* src/ejabberd_c2s.erl: Likewise

* src/eldap/: Imported "eldap" package

* src/ejabberd_sm.erl: Bugfix

* src/mod_muc/mod_muc_room.erl: Bugfixes

SVN Revision: 176

21 years ago* examples/mtr/ejabberd: Updated (thanks to Marshall T. Rose)
Alexey Shchepin [Thu, 13 Nov 2003 19:09:33 +0000 (19:09 +0000)]
* examples/mtr/ejabberd: Updated (thanks to Marshall T. Rose)

* src/Makefile.in: Added installation of msgs/ directory

SVN Revision: 175

21 years ago* doc/dev.tex: Developers documentation (not completed)
Alexey Shchepin [Tue, 11 Nov 2003 20:51:04 +0000 (20:51 +0000)]
* doc/dev.tex: Developers documentation (not completed)

* src/ejabberd_c2s.erl: Better handling of malformed JIDs

* src/mod_register.erl (try_register/2): Now returns "jid
malformed" error if user name is invalid

SVN Revision: 174

21 years ago* src/ejabberd.cfg.example: Updated
Alexey Shchepin [Mon, 10 Nov 2003 21:25:36 +0000 (21:25 +0000)]
* src/ejabberd.cfg.example: Updated

* src/ejabberd_s2s_in.erl: Added support for shapers

* src/ejabberd_c2s.erl: Moved receiver functions to
ejabberd_receiver module
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd_receiver.erl: Likewise

SVN Revision: 173

21 years ago* src/mod_muc/mod_muc_room.erl: Bugfix
Alexey Shchepin [Mon, 10 Nov 2003 14:32:19 +0000 (14:32 +0000)]
* src/mod_muc/mod_muc_room.erl: Bugfix

* src/ejabberd_sm.erl (route_message): Bugfix

SVN Revision: 172

21 years ago* src/ejabberd_sm.erl: Bugfix for previous resource handling
Alexey Shchepin [Sun, 9 Nov 2003 20:18:36 +0000 (20:18 +0000)]
* src/ejabberd_sm.erl: Bugfix for previous resource handling
change

* src/mod_configure.erl: Password changing now implemented

SVN Revision: 171

21 years ago* src/cyrsasl.erl: Updated SASL authentification
Alexey Shchepin [Fri, 7 Nov 2003 20:51:23 +0000 (20:51 +0000)]
* src/cyrsasl.erl: Updated SASL authentification
* src/ejabberd_c2s.erl: Likewise

* src/ejabberd_sm.erl: Better resource handling

* src/jlib.hrl: Added NS_BIND macros

SVN Revision: 170

21 years ago* src/mod_configure2.erl: Added reporting of outgoing S2S
Alexey Shchepin [Thu, 6 Nov 2003 20:35:10 +0000 (20:35 +0000)]
* src/mod_configure2.erl: Added reporting of outgoing S2S
connections number

* src/mod_disco.erl (get_outgoing_s2s): Minor fix

SVN Revision: 169

21 years ago* src/mod_configure2.erl: Yet another configure interface (not
Alexey Shchepin [Sun, 2 Nov 2003 17:16:28 +0000 (17:16 +0000)]
* src/mod_configure2.erl: Yet another configure interface (not
completed yet)

SVN Revision: 168

21 years ago* src/mod_last.erl: Added remove_user/1 function
Alexey Shchepin [Sat, 1 Nov 2003 21:06:50 +0000 (21:06 +0000)]
* src/mod_last.erl: Added remove_user/1 function

* src/mod_configure.erl: Removing of user's stuff moved to
ejabberd_auth
* src/ejabberd_auth.erl: Likewise

SVN Revision: 167

21 years ago* src/mod_irc/mod_irc_connection.erl: Updated to work more
Alexey Shchepin [Fri, 31 Oct 2003 10:48:06 +0000 (10:48 +0000)]
* src/mod_irc/mod_irc_connection.erl: Updated to work more
correctly with latest jlib

SVN Revision: 166

21 years ago* src/ejabberd_c2s.erl: More strong check for authentificated JID
Alexey Shchepin [Thu, 30 Oct 2003 14:38:38 +0000 (14:38 +0000)]
* src/ejabberd_c2s.erl: More strong check for authentificated JID

* src/mod_roster.erl: Bugfix

SVN Revision: 165

21 years ago* src/ejabberd_listener.erl: Fixed starting of SSL connection
Alexey Shchepin [Wed, 29 Oct 2003 20:09:09 +0000 (20:09 +0000)]
* src/ejabberd_listener.erl: Fixed starting of SSL connection

* src/ejabberd_s2s_in.erl: Partially rewriten

* src/ejabberd_router.erl: More verbose error report
* src/ejabberd_local.erl: Likewise
* src/ejabberd_sm.erl: Likewise

* src/ejabberd_s2s_out.erl: Updated to be compatible with R9C

* src/ejabberd_c2s.erl: Minor fix

SVN Revision: 164

21 years ago* src/ejabberd_listener.erl: Added handling of accept errors,
Alexey Shchepin [Tue, 28 Oct 2003 20:26:43 +0000 (20:26 +0000)]
* src/ejabberd_listener.erl: Added handling of accept errors,
added timeout value to ssl:accept

* src/mod_vcard.erl: Added checks for all empty input fields

* src/mod_offline.erl: More strong checks for stored packets

SVN Revision: 163

21 years ago* src/ejabberd_sm.erl: Bugfix
Alexey Shchepin [Tue, 28 Oct 2003 14:00:45 +0000 (14:00 +0000)]
* src/ejabberd_sm.erl: Bugfix

SVN Revision: 162

21 years ago* src/ejabberd_auth.erl: Minor change in check_password/4
Alexey Shchepin [Mon, 27 Oct 2003 19:35:03 +0000 (19:35 +0000)]
* src/ejabberd_auth.erl: Minor change in check_password/4

* src/mod_roster.erl: Workaround for PSI bug with roster

SVN Revision: 161

21 years ago* src/ejabberd_logger_h.erl: Added support for log rotation
Alexey Shchepin [Mon, 27 Oct 2003 10:13:05 +0000 (10:13 +0000)]
* src/ejabberd_logger_h.erl: Added support for log rotation

SVN Revision: 160

21 years ago* src/mod_offline.erl: Added function remove_old_messages/1
Alexey Shchepin [Fri, 24 Oct 2003 19:21:07 +0000 (19:21 +0000)]
* src/mod_offline.erl: Added function remove_old_messages/1

* src/mod_last.erl: jabber:iq:last support (JEP-0012)
* src/ejabberd_sm.erl: Likewise

* src/jlib.hrl: Added NS_LAST macros

SVN Revision: 159

21 years ago* src/ejabberd_logger_h.erl: New error_logger handler
Alexey Shchepin [Thu, 23 Oct 2003 19:20:56 +0000 (19:20 +0000)]
* src/ejabberd_logger_h.erl: New error_logger handler
* src/ejabberd_app.erl: Now uses ejabberd_logger_h.erl

SVN Revision: 158

21 years ago* src/Makefile.in: Added install rule
Alexey Shchepin [Tue, 21 Oct 2003 20:28:36 +0000 (20:28 +0000)]
* src/Makefile.in: Added install rule

* src/jlib.erl: Added checks for JID parts length

SVN Revision: 157

21 years ago* src/mod_vcard.erl: Added checks for stringprep results
Alexey Shchepin [Mon, 20 Oct 2003 18:23:30 +0000 (18:23 +0000)]
* src/mod_vcard.erl: Added checks for stringprep results

* src/expat_erl.c: Workaround for EI encode_string bug

* src/xml_stream.erl: Slightly changed protocol to expat driver
* src/expat_erl.c: Likewise

* src/mod_configure.erl: Minor fix

SVN Revision: 156

21 years ago* doc/guide.tex: Fixed typo
Alexey Shchepin [Sun, 19 Oct 2003 16:44:48 +0000 (16:44 +0000)]
* doc/guide.tex: Fixed typo

SVN Revision: 155

21 years ago* src/ejabberd_local.erl: Added support for announce/online
Alexey Shchepin [Sun, 19 Oct 2003 16:19:55 +0000 (16:19 +0000)]
* src/ejabberd_local.erl: Added support for announce/online
messages

* src/ejabberd.cfg.example: Updated

* src/mod_register.erl: Added support for sending registration
notifications

SVN Revision: 154

21 years ago* src/ejabberd_service.erl: Added supports for multiple hosts per
Alexey Shchepin [Sat, 18 Oct 2003 19:15:12 +0000 (19:15 +0000)]
* src/ejabberd_service.erl: Added supports for multiple hosts per
service

* src/Makefile.in: Minor fix

SVN Revision: 153

21 years ago* src/configure.ac: Build system now done using autoconf (thanks
Alexey Shchepin [Fri, 17 Oct 2003 19:15:38 +0000 (19:15 +0000)]
* src/configure.ac: Build system now done using autoconf (thanks
to Balabanov Dmitry)
* src/aclocal.m4: Likewise
* src/**/Makefile.in: Likewise

* src/mod_roster.erl (process_item_set_t): Slightly improved
performance

* src/jd2ejd.erl: Added missed closing of XML stream process,
removed timeout value from import_file/1

* src/ejabberd_auth.erl: Added checks for invalid user name

SVN Revision: 152

21 years ago* src/mod_configure.erl: Fixed some error codes
Alexey Shchepin [Thu, 16 Oct 2003 18:17:44 +0000 (18:17 +0000)]
* src/mod_configure.erl: Fixed some error codes

* src/cyrsasl_digest.erl: Bugfix (thanks to Justin Karneges)

SVN Revision: 151

21 years ago* src/ejabberd_local.erl: Bugfix
Alexey Shchepin [Tue, 14 Oct 2003 19:34:17 +0000 (19:34 +0000)]
* src/ejabberd_local.erl: Bugfix

* src/mod_register.erl: Added support for sending of "welcome"
message
* src/ejabberd.cfg.example: Updated

* src/ejabberd_s2s_out.erl: Replaced "_jabber-server" with
"_xmpp-server"

SVN Revision: 150

21 years ago* doc/guide.tex: Updated
Alexey Shchepin [Sun, 12 Oct 2003 18:21:16 +0000 (18:21 +0000)]
* doc/guide.tex: Updated

* src/ejabberd_s2s_out.erl: Added support for IPv6 and
"_jabber-server.tcp" lookups

* src/jlib.erl (string_to_jid1): Bugfix

* src/ejabberd_config.erl: Now possible to specify path to config
file in command line

SVN Revision: 149

21 years ago* doc/guide.tex: Updated
Alexey Shchepin [Sat, 11 Oct 2003 17:39:36 +0000 (17:39 +0000)]
* doc/guide.tex: Updated

* src/ejabberd.cfg: Added "register" rule, added some comments,
this file renamed to ejabberd.cfg.example

* src/mod_register.erl (try_register): Fixed error reply, added
check for "register" access rule

* src/stringprep/Makefile.win32: Added Makefile for Win32 (thanks
to Sergei Golovan)

SVN Revision: 148

21 years ago* src/stringprep/stringprep_drv.c: Removed needless iconv.h
Alexey Shchepin [Fri, 10 Oct 2003 19:01:11 +0000 (19:01 +0000)]
* src/stringprep/stringprep_drv.c: Removed needless iconv.h
include

* src/ejabberd_c2s.erl: Added filtering of presence packets with
privacy rules

* src/mod_roster.erl (get_jid_info): Bugfix

* src/ejabberd_app.erl: Removed periodical dumping of opened ports

SVN Revision: 147

21 years ago* src/ejabberd_c2s.erl: Added authentification logging
Alexey Shchepin [Thu, 9 Oct 2003 18:09:05 +0000 (18:09 +0000)]
* src/ejabberd_c2s.erl: Added authentification logging

* src/ejabberd_listener.erl: Added logging of accepted connections

* src/stringprep/stringprep_drv.c: Cleanup

* src/jd2ejd.erl: Added support for iq:private importing

* src/mod_configure.erl: Fixed user removal

* src/mod_private.erl: Added remove_user/1

* doc/guide.tex: Updated

* src/mod_disco.erl: Added "extra_domains" option

SVN Revision: 146

21 years ago* src/ejabberd_c2s.erl: Added support for "jid-malformed" error
Alexey Shchepin [Wed, 8 Oct 2003 18:27:48 +0000 (18:27 +0000)]
* src/ejabberd_c2s.erl: Added support for "jid-malformed" error

* src/stringprep/stringprep_drv.c: Bugfix

SVN Revision: 145

21 years ago* (all): Changed JID storage format, added support for stringprep
Alexey Shchepin [Tue, 7 Oct 2003 20:31:44 +0000 (20:31 +0000)]
* (all): Changed JID storage format, added support for stringprep

* src/stringprep/: Added support for Unicode normalization form KC

* src/stringprep/: Added support for case convertion to multiple
characters

* src/cyrsasl_digest.erl: Temporary removed "auth-int" QOP

SVN Revision: 144

21 years ago*** empty log message ***
Alexey Shchepin [Mon, 6 Oct 2003 20:12:11 +0000 (20:12 +0000)]
*** empty log message ***

SVN Revision: 143

21 years ago* src/stringprep/stringprep_drv.c: Added support for nameprep,
Alexey Shchepin [Sun, 28 Sep 2003 18:27:55 +0000 (18:27 +0000)]
* src/stringprep/stringprep_drv.c: Added support for nameprep,
nodeprep and resourceprep
* src/stringprep/stringprep.erl: Likewise

* src/ejabberd_sup.erl: Added loading of stringprep

* src/ejabberd_sm.erl: Cleanup

SVN Revision: 142

21 years ago* src/stringprep/: Support for stringprep (not completed yet)
Alexey Shchepin [Fri, 26 Sep 2003 18:55:01 +0000 (18:55 +0000)]
* src/stringprep/: Support for stringprep (not completed yet)

* src/mod_muc/mod_muc.erl: Replaced io:format calls to ?DEBUG ones

SVN Revision: 141

21 years ago* src/mod_muc/mod_muc_room.erl: Debug output switched off
Alexey Shchepin [Fri, 19 Sep 2003 18:22:44 +0000 (18:22 +0000)]
* src/mod_muc/mod_muc_room.erl: Debug output switched off

* src/mod_disco.erl: Server identity changed to "service/im"

* src/mod_register.erl: Fixed jabber:iq:register handler
registration, fixed registration removal processing

SVN Revision: 140

21 years ago* src/mod_disco.erl: Now only admin can discovery some nodes,
Alexey Shchepin [Tue, 16 Sep 2003 18:12:44 +0000 (18:12 +0000)]
* src/mod_disco.erl: Now only admin can discovery some nodes,
fixed "node" attribute in replies

SVN Revision: 139

21 years ago* examples/mtr/ejabberd.cfg: Updated (thanks to Marshall T. Rose)
Alexey Shchepin [Wed, 10 Sep 2003 19:49:48 +0000 (19:49 +0000)]
* examples/mtr/ejabberd.cfg: Updated (thanks to Marshall T. Rose)
* examples/mtr/ejabberd: Likewise

SVN Revision: 138

21 years ago* examples/mtr/ejabberd.cfg: Updated (thanks to Marshall T. Rose)
Alexey Shchepin [Sat, 6 Sep 2003 18:20:23 +0000 (18:20 +0000)]
* examples/mtr/ejabberd.cfg: Updated (thanks to Marshall T. Rose)

SVN Revision: 137

21 years ago* examples/mtr/*: Example config and scripts for NetBSD (thanks to
Alexey Shchepin [Thu, 4 Sep 2003 18:17:39 +0000 (18:17 +0000)]
* examples/mtr/*: Example config and scripts for NetBSD (thanks to
Marshall T. Rose)

SVN Revision: 136

21 years ago* src/ejabberd_s2s_in.erl: Fixed "id" attribute processing
Alexey Shchepin [Wed, 3 Sep 2003 17:49:42 +0000 (17:49 +0000)]
* src/ejabberd_s2s_in.erl: Fixed "id" attribute processing
* src/ejabberd_s2s_out.erl: Likewise

* src/ejabberd_c2s.erl: Added sending of empty <stream:features/>
element after opening of authentificated stream

SVN Revision: 135

21 years ago* src/ejabberd_s2s_in.erl: Temporary hack for "id" attribute
Alexey Shchepin [Tue, 2 Sep 2003 20:13:32 +0000 (20:13 +0000)]
* src/ejabberd_s2s_in.erl: Temporary hack for "id" attribute
processing
* src/ejabberd_s2s_out.erl: Likewise

SVN Revision: 134

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