]>
granicus.if.org Git - ejabberd/log
Badlop [Thu, 10 Jul 2008 18:09:18 +0000 (18:09 +0000)]
* src/configure.ac: Don't check for erlang header file (EJAB-232)
* src/configure: Likewise
SVN Revision: 1430
Badlop [Wed, 9 Jul 2008 21:33:34 +0000 (21:33 +0000)]
* src/configure.ac: Check for erlang header files (EJAB-232)
* src/configure: Likewise
SVN Revision: 1429
Badlop [Wed, 9 Jul 2008 21:26:25 +0000 (21:26 +0000)]
* src/mod_pubsub/mod_pubsub.erl: Fix compilation warnings
* src/mod_pubsub/node_zoo.erl: Likewise
* src/mod_shared_roster.erl: Likewise
SVN Revision: 1428
Badlop [Wed, 9 Jul 2008 19:06:44 +0000 (19:06 +0000)]
* src/mod_shared_roster.erl: Allow to get subscribed to a contact
that is already in the roster by means of a shared roster group:
add it to another roster group and it gets subscribed
automatically (EJAB-407)
* src/mod_roster.erl: Likewise
SVN Revision: 1427
Badlop [Wed, 9 Jul 2008 18:39:41 +0000 (18:39 +0000)]
* src/mod_muc/mod_muc_log.erl: Fix XHTML compliance: ensure some
language is set, include ID attribute in each message, add
microseconds to ensure unique value (EJAB-497)
SVN Revision: 1426
Badlop [Wed, 9 Jul 2008 17:53:56 +0000 (17:53 +0000)]
* src/mod_register.erl: Support for io_lib newline character in
the body of welcome_message (EJAB-501)
* doc/guide.tex: Document the newline character
* src/ejabberd.cfg.example: Example usage of newline character
SVN Revision: 1425
Badlop [Wed, 9 Jul 2008 16:08:32 +0000 (16:08 +0000)]
* src/ejabberd_config.erl (load_file): error message on sasl.log
is not flattened (EJAB-616)
SVN Revision: 1424
Badlop [Wed, 9 Jul 2008 14:07:27 +0000 (14:07 +0000)]
* doc/guide.tex: mod_muc_log XMPP URI supports the updated version
RFC 5122 (EJAB-631)
* doc/guide.html: Likewise
SVN Revision: 1423
Badlop [Tue, 8 Jul 2008 11:07:45 +0000 (11:07 +0000)]
* tools/ejabberdctl: Work also when 'which' is unavailable
SVN Revision: 1419
Christophe Romain [Tue, 8 Jul 2008 10:31:47 +0000 (10:31 +0000)]
typo fix
SVN Revision: 1418
Christophe Romain [Tue, 8 Jul 2008 10:19:57 +0000 (10:19 +0000)]
improve ip fetching patch
SVN Revision: 1416
Badlop [Mon, 7 Jul 2008 14:52:47 +0000 (14:52 +0000)]
* src/Makefile.in: Spool, config and log dirs: writtable by owner,
readable by group, nothing by others (EJAB-686)
* doc/guide.tex: New section Securing sensible files
* doc/guide.html: Likewise
SVN Revision: 1413
Badlop [Mon, 7 Jul 2008 08:47:47 +0000 (08:47 +0000)]
* doc/guide.tex: Solaris Makefile install: use ginstall (thanks to
Jonathan Auer)(EJAB-649)
* doc/guide.html: Likewise
SVN Revision: 1412
Jérôme Sautret [Fri, 4 Jul 2008 08:35:11 +0000 (08:35 +0000)]
Removed non ascii characters in changelog
SVN Revision: 1411
Jérôme Sautret [Thu, 3 Jul 2008 16:09:45 +0000 (16:09 +0000)]
* src/mod_privacy_odbc.erl: Support for privacy lists in MySQL (thanks to Igor Goryachev)(EJAB-538)
SVN Revision: 1409
Christophe Romain [Thu, 3 Jul 2008 09:56:31 +0000 (09:56 +0000)]
PubSub improvements, and solves (EJAB-453) (EJAB-608)
SVN Revision: 1408
Badlop [Sun, 29 Jun 2008 11:59:06 +0000 (11:59 +0000)]
* src/ejabberd_ctl.erl: Web Admin and Ad-hoc admin: dump only
persistent tables (EJAB-678)
SVN Revision: 1387
Badlop [Sun, 29 Jun 2008 11:34:30 +0000 (11:34 +0000)]
* src/mod_pubsub/node_pep.erl: Complain if mod_caps disabled and
mod_pubsub has PEP plugin enabled (EJAB-677)
SVN Revision: 1386
Badlop [Sat, 28 Jun 2008 17:47:19 +0000 (17:47 +0000)]
* src/mod_muc/mod_muc_room.erl: Allow to store room
description (thanks to Christopher Dupont)(EJAB-670)
SVN Revision: 1385
Badlop [Sat, 21 Jun 2008 00:19:57 +0000 (00:19 +0000)]
* src/web/ejabberd_http.erl: Support PUT and DELETE methods in
ejabberd_http (thanks to Eric Cestari)(EJAB-662)
SVN Revision: 1373
Badlop [Sat, 21 Jun 2008 00:12:06 +0000 (00:12 +0000)]
* doc/guide.tex: Explain that S2S outgoing first tries IPv4 and if
that fails then tries IPv6
* doc/guide.html: Likewise
SVN Revision: 1372
Christophe Romain [Thu, 19 Jun 2008 09:08:39 +0000 (09:08 +0000)]
allow get_default on PEP nodes (EJAB-656)
SVN Revision: 1364
Badlop [Wed, 18 Jun 2008 21:33:48 +0000 (21:33 +0000)]
* src/ejabberd.app: The ejabberd version number is defined in the
OTP application resource file, in the key 'vsn' (EJAB-657)
* src/ejabberd.hrl: The macro VERSION now consults the ejabberd
application key vsn
* src/configure.erl: Load the ejabberd application description
* doc/Makefile: Read ejabberd version from ejabberd.app vsn
* doc/api/Makefile: Likewise
SVN Revision: 1361
Christophe Romain [Wed, 18 Jun 2008 16:35:03 +0000 (16:35 +0000)]
temporary roster_groups_allowed (EJAB-655)
SVN Revision: 1359
Christophe Romain [Wed, 18 Jun 2008 16:19:18 +0000 (16:19 +0000)]
pubsub get_default bugfix (EJAB-656)
SVN Revision: 1358
Badlop [Fri, 13 Jun 2008 18:55:26 +0000 (18:55 +0000)]
* src/mod_muc/mod_muc_room.erl: Allow admins to send messages to
rooms even if not joined (EJAB-645)
* doc/guide.tex: Likewise
* doc/guide.html: Likewise
SVN Revision: 1356
Badlop [Fri, 13 Jun 2008 17:51:01 +0000 (17:51 +0000)]
* src/ejabberd.cfg.example: Add registration_timeout (EJAB-653)
SVN Revision: 1355
Badlop [Fri, 13 Jun 2008 15:25:57 +0000 (15:25 +0000)]
* doc/guide.tex: Title in HTML is shorter. Update several external URIs.
SVN Revision: 1354
Badlop [Fri, 13 Jun 2008 10:13:44 +0000 (10:13 +0000)]
* doc/guide.tex: Document ldap_local_filter (EJAB-179)
SVN Revision: 1353
Badlop [Thu, 12 Jun 2008 23:52:13 +0000 (23:52 +0000)]
* doc/guide.tex: Table of listener modules converted to
description. Table of modules overview simplified, and module
names link to their sections.
* doc/guide.html: Regenerated with all the latest changes
SVN Revision: 1352
Badlop [Thu, 12 Jun 2008 23:01:09 +0000 (23:01 +0000)]
* doc/guide.tex: Fix indentation of verbatim text
SVN Revision: 1351
Badlop [Thu, 12 Jun 2008 22:00:51 +0000 (22:00 +0000)]
* doc/guide.tex:
Changes in CSS: verbatim text is indented and has grey background;
descriptions are indented; table borders are softer.
SVN Revision: 1350
Badlop [Thu, 12 Jun 2008 21:54:30 +0000 (21:54 +0000)]
* doc/guide.tex: Permanent reference URL for sections (EJAB-651)
SVN Revision: 1349
Badlop [Mon, 9 Jun 2008 23:43:47 +0000 (23:43 +0000)]
* src/ejabberd_c2s.erl: Bugfix: deliver messages when first
presence is Invisible (thanks to Dariusz Markowicz)(EJAB-262)
SVN Revision: 1348
Badlop [Sun, 8 Jun 2008 16:52:25 +0000 (16:52 +0000)]
* doc/guide.tex: Small fixes (thanks to Christoph Anton Mitterer)
* doc/introduction.tex: Likewise
* doc/guide.html: Likewise
SVN Revision: 1347
Badlop [Thu, 5 Jun 2008 12:04:43 +0000 (12:04 +0000)]
* doc/guide.tex: Document ejabberdctl status code (EJAB-633)
* doc/guide.html: Likewise
SVN Revision: 1346
Badlop [Wed, 4 Jun 2008 13:21:36 +0000 (13:21 +0000)]
* src/msgs/pl.msg: Bugfix in arguments of translated string that
could crash the room (thanks to Anastasia Gornostaeva)
SVN Revision: 1345
Badlop [Sat, 31 May 2008 18:21:43 +0000 (18:21 +0000)]
* src/web/ejabberd_web.erl (make_xhtml/2): Allow to include
elements in the HTTP header
SVN Revision: 1344
Badlop [Sat, 31 May 2008 17:09:13 +0000 (17:09 +0000)]
* src/odbc/odbc_queries.erl (del_user_return_password): Return
password (thanks to Oleg Palij)
SVN Revision: 1343
Mickaël Rémond [Thu, 22 May 2008 10:53:49 +0000 (10:53 +0000)]
* src/ejabberd_s2s.erl: Added s2s_send_packet and s2s_receive_packet hooks (EJAB-635).
* src/ejabberd_s2s_in.erl: Likewise.
SVN Revision: 1342
Mickaël Rémond [Thu, 22 May 2008 10:19:35 +0000 (10:19 +0000)]
* src/ejabberd_c2s.erl: user_send_packet hook now called on all packets including presence packets (EJAB-634)
SVN Revision: 1341
Badlop [Thu, 22 May 2008 00:01:18 +0000 (00:01 +0000)]
* README: R12 support: remove compilation warning (EJAB-630)
SVN Revision: 1340
Christophe Romain [Mon, 19 May 2008 22:35:01 +0000 (22:35 +0000)]
add release_notes_2.0.1
SVN Revision: 1338
Badlop [Mon, 19 May 2008 09:45:44 +0000 (09:45 +0000)]
* doc/guide.html: Update
SVN Revision: 1335
Badlop [Mon, 19 May 2008 09:20:35 +0000 (09:20 +0000)]
* src/configure.ac: R12 support: remove compilation
warning (EJAB-630)
* src/configure: Likewise
* doc/guide.tex: Likewise
SVN Revision: 1334
Badlop [Mon, 19 May 2008 09:13:19 +0000 (09:13 +0000)]
* doc/guide.tex: Describe how to disable registration
limitation (EJAB-614)
SVN Revision: 1333
Mickaël Rémond [Sun, 18 May 2008 12:34:52 +0000 (12:34 +0000)]
* src/ejabberd_s2s_out.erl: Fix compilation error.
SVN Revision: 1332
Mickaël Rémond [Sun, 18 May 2008 12:28:58 +0000 (12:28 +0000)]
* src/ejabberd_s2s_out.erl: Avoid an harmless error (function clause in logs)
SVN Revision: 1331
Badlop [Sat, 17 May 2008 11:44:25 +0000 (11:44 +0000)]
* src/extauth.erl: Log strange responses from extauth script. Use
timeout (EJAB-627)
SVN Revision: 1330
Badlop [Fri, 16 May 2008 18:05:03 +0000 (18:05 +0000)]
* src/mod_muc/mod_muc_room.erl: Allow change_state of a room
SVN Revision: 1329
Christophe Romain [Fri, 16 May 2008 15:29:33 +0000 (15:29 +0000)]
Change FSMTIMEOUT to 30s
SVN Revision: 1328
Badlop [Mon, 12 May 2008 20:35:43 +0000 (20:35 +0000)]
* src/mod_muc/mod_muc_room.erl: Return Forbidden error message
when user sends private message in a room that disallows
it (EJAB-595)
SVN Revision: 1323
Badlop [Mon, 12 May 2008 17:56:27 +0000 (17:56 +0000)]
* src/web/ejabberd_http.erl (parse_auth): Allow password that
include colon character (EJAB-522)
SVN Revision: 1322
Mickaël Rémond [Fri, 9 May 2008 19:53:06 +0000 (19:53 +0000)]
* src/mod_ip_blacklist.erl: Better error handling (EJAB-625).
SVN Revision: 1321
Mickaël Rémond [Thu, 8 May 2008 14:55:06 +0000 (14:55 +0000)]
* src/mod_ip_blacklist.erl: ignore when we do not have the IP.
SVN Revision: 1320
Mickaël Rémond [Mon, 5 May 2008 16:31:48 +0000 (16:31 +0000)]
* src/mod_ip_blacklist.erl: Update the list every 6 hours.
SVN Revision: 1319
Mickaël Rémond [Mon, 5 May 2008 16:25:52 +0000 (16:25 +0000)]
* src/mod_ip_blacklist.erl: Added C2S blacklist support (EJAB-625).
SVN Revision: 1318
Mickaël Rémond [Mon, 5 May 2008 16:22:06 +0000 (16:22 +0000)]
* src/ejabberd_c2s.erl: Added C2S blacklist support (EJAB-625).
* src/mod_ip_blacklist.erl: Likewise.
* src/jlib.erl: Added IP format tuple to string function.
* src/ejabberd_socket.erl: Properly handled c2s start failure (happen for blacklisted IP).
SVN Revision: 1317
Alexey Shchepin [Sun, 4 May 2008 07:38:24 +0000 (07:38 +0000)]
* src/ejabberd_receiver.erl: Don't activate a socket untill its
receiver process is controlling it
SVN Revision: 1316
Christophe Romain [Wed, 30 Apr 2008 08:49:39 +0000 (08:49 +0000)]
XEP-0115 patch (EJAB-618)
SVN Revision: 1313
Badlop [Tue, 29 Apr 2008 16:59:03 +0000 (16:59 +0000)]
* src/ejabberd_s2s_out.erl: Improve confusing log message in s2s
connection: wait_for_validation connect timeout (EJAB-617)
SVN Revision: 1311
Badlop [Tue, 29 Apr 2008 16:44:12 +0000 (16:44 +0000)]
* src/ejabberd.cfg.example: Small improvements in explanations
* doc/guide.tex: Document MUC room options (EJAB-619)
SVN Revision: 1310
Badlop [Mon, 28 Apr 2008 18:07:23 +0000 (18:07 +0000)]
* doc/guide.tex: Document the option max_s2s_connections
SVN Revision: 1307
Christophe Romain [Mon, 28 Apr 2008 13:02:07 +0000 (13:02 +0000)]
remove unused served_hosts option
SVN Revision: 1306
Alexey Shchepin [Sun, 27 Apr 2008 19:06:34 +0000 (19:06 +0000)]
* src/mod_muc/mod_muc_room.erl: Fixed room shaper processing
SVN Revision: 1305
Badlop [Sat, 26 Apr 2008 17:37:43 +0000 (17:37 +0000)]
* src/mod_shared_roster.erl: Fix for new registered accounts not
being immediately shown in an 'all' special shared roster
group (thanks to Alexey Shchepin) (EJAB-71)
* src/mod_register.erl: New vhost event user_registered
SVN Revision: 1303
Badlop [Fri, 25 Apr 2008 22:45:45 +0000 (22:45 +0000)]
* doc/guide.tex: Document option registration_timeout (EJAB-614)
SVN Revision: 1302
Badlop [Fri, 25 Apr 2008 09:25:31 +0000 (09:25 +0000)]
* src/ejabberd_c2s.erl: Added forbidden_session_hook
* src/acl.erl: New access types: resource, resource_regexp and
resource_glob
* doc/guide.tex: Likewise
SVN Revision: 1301
Alexey Shchepin [Wed, 23 Apr 2008 13:14:08 +0000 (13:14 +0000)]
* src/treap.erl: Bugfix
* src/mod_register.erl: Fixed table creation, timeout isn't
activated when registration fails
SVN Revision: 1300
Alexey Shchepin [Tue, 22 Apr 2008 21:51:32 +0000 (21:51 +0000)]
* src/mod_register.erl: Restrict registration frequency per IP or
user
* src/ejabberd_c2s.erl: Pass IP to the c2s_unauthenticated_iq hook
* src/ejabberd_config.erl: Added registration_timeout option
* src/treap.erl: Treaps implementation
SVN Revision: 1299
Badlop [Tue, 22 Apr 2008 17:41:30 +0000 (17:41 +0000)]
* src/ejabberd_auth.erl: Improve anonymous authentication to not
remove rosters accidentally (EJAB-549). New functions in
ejabberd_auth to get/check password and know which module accepted
the authentication. New element 'auth_module' in ejabberd_c2s
record 'statedata'. Cyrsasl provides a new property in the
response: {auth_module, AuthModule}.
* src/ejabberd_auth_anonymous.erl: Likewise
* src/ejabberd_c2s.erl: Likewise
* src/cyrsasl_anonymous.erl: Likewise
* src/cyrsasl_digest.erl: Likewise
* src/cyrsasl_plain.erl: Likewise
SVN Revision: 1297
Badlop [Fri, 18 Apr 2008 12:19:45 +0000 (12:19 +0000)]
* src/ejabberd_s2s_out.erl: Fix long timeout when reconnecting s2s
after a remote server crash (EJAB-540)
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd_s2s.erl: Likewise
* doc/guide.tex: Likewise
SVN Revision: 1296
Badlop [Wed, 16 Apr 2008 15:44:58 +0000 (15:44 +0000)]
* doc/guide.tex: Clarification: PEP is enabled in default config
SVN Revision: 1295
Christophe Romain [Mon, 14 Apr 2008 12:02:18 +0000 (12:02 +0000)]
Cache negative response (EJAB-474)
SVN Revision: 1294
Badlop [Sat, 12 Apr 2008 08:09:05 +0000 (08:09 +0000)]
* src/web/ejabberd_web_admin.erl: Include Last-Modified HTTP
header in responses to allow caching (EJAB-546)
SVN Revision: 1292
Badlop [Fri, 11 Apr 2008 17:32:20 +0000 (17:32 +0000)]
* src/Makefile.in: Improved indentation of GCC call
* src/ejabberd_zlib/Makefile.in: Likewise
* src/mod_irc/Makefile.in: Likewise
* src/stringprep/Makefile.in: Likewise
* src/tls/Makefile.in: Likewise
SVN Revision: 1291
Badlop [Fri, 11 Apr 2008 15:47:44 +0000 (15:47 +0000)]
* src/ejabberd_listener.erl (start_listener): Revert SVN r1260.
SVN Revision: 1290
Badlop [Fri, 11 Apr 2008 09:25:54 +0000 (09:25 +0000)]
Merge SVN r1287 from trunk to 2.0.x branch:
* src/tls/tls_drv.c: Fixed gcc signedness warnings (EJAB-447)
* src/ejabberd_zlib/ejabberd_zlib_drv.c: Likewise
* src/expat_erl.c: Removed R9B workaround (EJAB-447)
SVN Revision: 1289
Alexey Shchepin [Fri, 11 Apr 2008 05:52:10 +0000 (05:52 +0000)]
* src/ejabberd_config.erl: Removed a dependency on string:to_upper
SVN Revision: 1288
Alexey Shchepin [Fri, 11 Apr 2008 05:20:08 +0000 (05:20 +0000)]
* src/tls/tls_drv.c: Fixed gcc signedness warnings
* src/ejabberd_zlib/ejabberd_zlib_drv.c: Likewise
SVN Revision: 1287
Alexey Shchepin [Fri, 11 Apr 2008 05:19:27 +0000 (05:19 +0000)]
* src/expat_erl.c: Removed R9B workaround
SVN Revision: 1286
Christophe Romain [Thu, 10 Apr 2008 14:11:06 +0000 (14:11 +0000)]
pubsub identity and database update bugfix
SVN Revision: 1285
Mickaël Rémond [Thu, 10 Apr 2008 08:14:58 +0000 (08:14 +0000)]
* Changelog: typo.
SVN Revision: 1282
Mickaël Rémond [Thu, 10 Apr 2008 08:14:38 +0000 (08:14 +0000)]
*src/ejabberd_c2s.erl: Uniform default value for empty privacy list. Fixes (EJAB-603).
SVN Revision: 1281
Badlop [Tue, 8 Apr 2008 09:37:06 +0000 (09:37 +0000)]
* src/ejabberd_auth_ldap.erl: LDAP function to get the number of
registered users is too slow (EJAB-331): set timeout in LDAP
search queries (thanks to Evgeniy Khramtsov) and return the number
of registered users.
SVN Revision: 1280
Mickaël Rémond [Mon, 7 Apr 2008 13:18:42 +0000 (13:18 +0000)]
* doc/guide.tex: Documented the IQ discipline {queue, N}.
* doc/guide.html: Likewise.
SVN Revision: 1278
Badlop [Sat, 5 Apr 2008 10:53:32 +0000 (10:53 +0000)]
* doc/guide.tex: Fix default_room_opts with default_room_options
* doc/guide.html: Likewise
SVN Revision: 1277
Badlop [Fri, 4 Apr 2008 18:57:01 +0000 (18:57 +0000)]
* src/ejabberd_auth_ldap.erl (get_vh_registered_users_number): New
function that returns 0 registered users (EJAB-331).
SVN Revision: 1276
Badlop [Thu, 3 Apr 2008 22:35:26 +0000 (22:35 +0000)]
* src/ejabberd_c2s.erl (process_presence_probe): Don't route a
presence probe to oneself (EJAB-498)
SVN Revision: 1275
Badlop [Wed, 2 Apr 2008 16:31:15 +0000 (16:31 +0000)]
* src/ejabberd_config.erl: Add support to include additional
configuration files. Add support for macro definition and
usage. (EJAB-593)
* doc/guide.tex: Likewise
* doc/guide.html: Likewise
SVN Revision: 1273
Christophe Romain [Wed, 2 Apr 2008 14:24:18 +0000 (14:24 +0000)]
Do not ignore values passed from configure (EJAB-592)
SVN Revision: 1272
Christophe Romain [Wed, 2 Apr 2008 09:06:28 +0000 (09:06 +0000)]
add condition inclusion of pep in disco identity (EJAB-564)
SVN Revision: 1268
Badlop [Tue, 1 Apr 2008 12:00:34 +0000 (12:00 +0000)]
* doc/guide.tex: Updated command line parameters, epmd section
* doc/guide.html: Likewise
SVN Revision: 1267
Christophe Romain [Tue, 1 Apr 2008 11:47:51 +0000 (11:47 +0000)]
typo fix on ejabberdctl.template
SVN Revision: 1266
Badlop [Tue, 1 Apr 2008 10:11:39 +0000 (10:11 +0000)]
* doc/api/Makefile: Report the correct ejabberd version. When
cleaning, remove also erlang.png
* src/mod_muc/mod_muc_room.erl: Update source code to prevent
warning messages from EDoc
* src/mod_pubsub/mod_pubsub.erl: Likewise
* src/mod_pubsub/node_default.erl: Likewise
* src/mod_pubsub/nodetree_default.erl: Likewise
* src/mod_pubsub/nodetree_virtual.erl: Likewise
* src/mod_pubsub/pubsub.hrl: Likewise
SVN Revision: 1265
Christophe Romain [Tue, 1 Apr 2008 09:07:29 +0000 (09:07 +0000)]
Add firewalling port range definition
SVN Revision: 1264
Badlop [Mon, 31 Mar 2008 19:48:35 +0000 (19:48 +0000)]
* src/ejabberd_listener.erl: Remove code of the unused listening
socket option 'ssl' (EJAB-159)
* src/ejabberd_app.erl: Likewise
SVN Revision: 1263
Badlop [Mon, 31 Mar 2008 10:36:41 +0000 (10:36 +0000)]
* doc/webadmmain.png: Updated to ejabberd 2.0.0
* doc/webadmmainru.png: Likewise
* doc/disco.png: Removed because not used
* doc/guide.tex: Fix Latex reference to webadmin section. Update
explanation of screenshots. Update xmpp addresses of Mickael
Remond and Sander Devrieze.
* doc/guide.html: Likewise
* doc/Makefile: Remove the Hevea deprecated option -noiso
* doc/guide.html: Likewise
* doc/dev.html: Likewise
* doc/features.html: Likewise
SVN Revision: 1261
Badlop [Mon, 31 Mar 2008 09:30:51 +0000 (09:30 +0000)]
* src/ejabberd_listener.erl (start_listener): Start also the
supervisor of the module
SVN Revision: 1260
Badlop [Thu, 27 Mar 2008 00:28:44 +0000 (00:28 +0000)]
* doc/guide.tex: Fix epam location (thanks to Evgeniy Khramtsov)
* doc/guide.html: Likewise
SVN Revision: 1259