Alexey Shchepin
13f650037e
* src/translate.erl: Search translations directory in priv_dir
...
instead of lib_dir (thanks to Sergei Golovan)
* src/**/Makefile.in: Updated (thanks to Sergei Golovan)
* src/win32/: Win32 installer stuff (thanks to Sergei Golovan)
* src/**/Makefile.win32: Updated (thanks to Sergei Golovan)
* src/configure.bat: Likewise
* src/configure.erl: Likewise
* doc/guide.tex: Updated (thanks to Sergei Golovan)
SVN Revision: 226
2004-04-27 20:28:23 +00:00
Alexey Shchepin
b542249f11
* src/ejabberd.erl: Added searching of files in code:priv_lib
...
(thanks to Sergei Golovan)
* src/translate.erl: Likewise
* src/ejabberd_app.erl: Added "log_path" configuration parameter
(thanks to Sergei Golovan)
* src/**/Makefile.win32: Updated (thanks to Sergei Golovan)
* src/**/*.c: Updated (thanks to Sergei Golovan)
* src/configure.erl: Added writing of version to Makefile.inc
(thanks to Sergei Golovan)
* doc/guide.tex: Updated link to expat (thanks to Sergei Golovan)
SVN Revision: 223
2004-04-15 19:55:38 +00:00
Alexey Shchepin
b75fb79677
* (all): Updated win32 stuff (thanks to Sergei Golovan)
...
* src/web/ejabberd_web.erl: Added interface for access rules
configuration
SVN Revision: 221
2004-03-21 20:27:09 +00:00
Alexey Shchepin
2f47b7edd9
* doc/guide.tex: Updated
...
* src/web/ejabberd_web.erl: Updated
* src/web/ejabberd_http.erl: Bugfix
SVN Revision: 220
2004-03-20 20:55:58 +00:00
Alexey Shchepin
0822a55f05
* 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
2003-11-23 20:11:21 +00:00
Alexey Shchepin
c248bffd54
* 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
2003-11-11 20:51:04 +00:00
Alexey Shchepin
f01ea1f0d5
* 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
2003-10-20 18:23:30 +00:00
Alexey Shchepin
2e41080960
* doc/guide.tex: Fixed typo
...
SVN Revision: 155
2003-10-19 16:44:48 +00:00
Alexey Shchepin
f594dd0746
* 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
2003-10-19 16:19:55 +00:00
Alexey Shchepin
5c0ba6e337
* 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
2003-10-12 18:21:16 +00:00
Alexey Shchepin
146d464f96
* 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
2003-10-11 17:39:36 +00:00
Alexey Shchepin
7df146166a
* 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
2003-10-09 18:09:05 +00:00
Alexey Shchepin
1834fb3a72
* 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
2003-07-14 18:06:03 +00:00
Alexey Shchepin
3131c08155
* 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
2003-07-13 09:00:01 +00:00
Alexey Shchepin
bc756c3737
* src/mod_muc/: MUC support (not completed yet)
...
SVN Revision: 90
2003-03-23 20:08:44 +00:00
Alexey Shchepin
d57c147626
* (all): Version 0.1-alpha released
...
SVN Revision: 71
2003-02-11 20:45:35 +00:00
Alexey Shchepin
d563284ade
*** empty log message ***
...
SVN Revision: 70
2003-02-11 18:09:14 +00:00
Alexey Shchepin
c1ae6a30f3
*** empty log message ***
...
SVN Revision: 69
2003-02-10 14:31:27 +00:00
Alexey Shchepin
4f7d0c5030
*** empty log message ***
...
SVN Revision: 65
2003-02-08 18:21:05 +00:00
Alexey Shchepin
a8a8e3b5a6
*** empty log message ***
...
SVN Revision: 62
2003-02-06 19:09:22 +00:00
Alexey Shchepin
7f0e4e195e
*** empty log message ***
...
SVN Revision: 59
2003-02-05 20:28:49 +00:00
Alexey Shchepin
dc906c80c4
*** empty log message ***
...
SVN Revision: 57
2003-02-03 20:23:08 +00:00
Alexey Shchepin
6599d1ecc5
*** empty log message ***
...
SVN Revision: 55
2003-02-01 20:21:28 +00:00
Alexey Shchepin
45abdd240c
*** empty log message ***
...
SVN Revision: 54
2003-01-29 20:21:14 +00:00
Alexey Shchepin
275b31b0cf
*** empty log message ***
...
SVN Revision: 52
2003-01-28 19:45:13 +00:00
Alexey Shchepin
aed24c637f
*** empty log message ***
...
SVN Revision: 51
2003-01-26 20:16:53 +00:00
Alexey Shchepin
b88ff5f323
*** empty log message ***
...
SVN Revision: 50
2003-01-25 20:13:36 +00:00
Alexey Shchepin
2aa3c1c720
*** empty log message ***
...
SVN Revision: 49
2003-01-24 20:18:33 +00:00
Alexey Shchepin
66792183d0
*** empty log message ***
...
SVN Revision: 48
2003-01-23 20:57:55 +00:00
Alexey Shchepin
1f16e0697b
*** empty log message ***
...
SVN Revision: 11
2002-11-30 20:57:08 +00:00