aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* * src/web/ejabberd_web_admin.erl: Added "Virtual Hosts" pageAlexey Shchepin2005-07-292-12/+50
| | | | SVN Revision: 382
* Renamed route_packet hook to filter_packetAlexey Shchepin2005-07-272-3/+3
| | | | SVN Revision: 381
* * src/ejabberd_router.erl: Added route_packet hookAlexey Shchepin2005-07-272-33/+44
| | | | SVN Revision: 380
* * src/jd2ejd.erl: Updated to work with ODBCAlexey Shchepin2005-07-265-118/+212
| | | | | | | | | | * src/mod_roster_odbc.erl: Updated * src/mod_offline_odbc.erl: Bugfix * src/mod_last_odbc.erl: Bugfix SVN Revision: 379
* * src/mod_pubsub/mod_pubsub.erl: Updated to J-EAI versionAlexey Shchepin2005-07-202-232/+631
| | | | SVN Revision: 378
* * src/acl.erl: Slightly changed "access" option processingAlexey Shchepin2005-07-142-1/+11
| | | | SVN Revision: 377
* * src/mod_disco.erl: Fixed processing of host features andAlexey Shchepin2005-07-142-14/+31
| | | | | | extra_domains option SVN Revision: 376
* * src/ejabberd_c2s.erl: Processing of jabber:iq:register totallyAlexey Shchepin2005-07-147-66/+105
| | | | | | | | | | | | | | | | moved to mod_register.erl (thanks to Sergei Golovan) * src/mod_register.erl: Likewise * src/win32/ejabberd.nsi: Added two pictures in installer (thanks to Maxim Ryazanov) * src/win32/ejabberd_header.bmp: Likewise * src/win32/ejabberd_intro.bmp: Likewise * src/web/ejabberd_web_admin.erl: Fixed spelling of word "authentication" * src/ejabberd_c2s.erl: Likewise SVN Revision: 375
* * src/mod_register.erl: BugfixAlexey Shchepin2005-07-1320-177/+326
| | | | | | | | | | | | | | | | | | | | | | | | | * src/mod_vcard.erl: Bugfix * src/ejabberd_app.erl: Updated to allow different authentication methods for different virtual hosts * src/ejabberd_auth.erl: Likewise * src/ejabberd_auth_external.erl: Likewise * src/ejabberd_auth_internal.erl: Likewise * src/ejabberd_auth_ldap.erl: Likewise * src/ejabberd_auth_odbc.erl: Likewise * src/cyrsasl.erl: Likewise * src/cyrsasl_digest.erl: Likewise * src/cyrsasl_plain.erl: Likewise * src/ejabberd_c2s.erl: Likewise * src/ejabberd_config.erl: Likewise * src/extauth.erl: Likewise * src/mod_last_odbc.erl: Likewise * src/mod_offline_odbc.erl: Likewise * src/mod_roster_odbc.erl: Likewise * src/odbc/ejabberd_odbc.erl: Likewise * src/odbc/ejabberd_odbc_sup.erl: Likewise SVN Revision: 374
* * src/ejabberd_app.erl: BugfixAlexey Shchepin2005-07-032-1/+3
| | | | SVN Revision: 373
* * src/ejabberd_config.erl: BugfixAlexey Shchepin2005-07-032-0/+6
| | | | SVN Revision: 372
* * src/mod_offline.erl: BugfixAlexey Shchepin2005-06-302-6/+11
| | | | SVN Revision: 371
* * (all): Enhanced virtual hosting supportAlexey Shchepin2005-06-2041-747/+1039
| | | | SVN Revision: 370
* * src/web/ejabberd_web_admin.erl: BugfixAlexey Shchepin2005-05-272-21/+31
| | | | SVN Revision: 369
* Added 0.9.1 release note that was in the release ejabberd-0.9.1 version.Mickaël Rémond2005-05-251-0/+62
| | | | SVN Revision: 368
* * src/msgs/pt-br.msg: New Brazilian Portuguese translation (thanksAlexey Shchepin2005-05-253-6/+113
| | | | | | to Felipe Brito Vasconcellos) SVN Revision: 367
* Added text/html mime type to dev.html and guide.htmlAlexey Shchepin2005-05-240-0/+0
| | | | SVN Revision: 365
* Testing SVN/DAV accessAlexey Shchepin2005-05-231-2/+0
| | | | SVN Revision: 364
* testing webdavthierry2005-05-231-0/+2
| | | | SVN Revision: 363
* * src/msgs/fr.msg: Updated (thanks to Mickael Remond)Alexey Shchepin2005-05-231-0/+2
| | | | SVN Revision: 360
* * src/odbc/Makefile.in: AddedAlexey Shchepin2005-05-236-12/+83
| | | | | | | | | * src/configure.ac: Updated for odbc support * src/Makefile.in: Likewise * src/aclocal.m4: Bugfix SVN Revision: 359
* * src/mod_last_odbc.erl: Added store_last_info/4 function (thanksAlexey Shchepin2005-05-238-51/+118
| | | | | | | | | | | | | to Sergei Golovan) * src/mod_last.erl: Likewise * src/jd2ejd.erl: Support for exporting iq:last information, better error handling (thanks to Sergei Golovan) * src/ejabberd_ctl.erl: Added "import-file" and "import-dir" commands (thanks to Sergei Golovan) SVN Revision: 358
* Updated French translationMickaël Rémond2005-05-231-0/+10
| | | | SVN Revision: 357
* * doc/guide.tex: Updated (thanks to Sergei Golovan)Alexey Shchepin2005-05-2311-35/+44
| | | | | | | | | | * doc/dev.tex: Likewise * doc/disco.png: Likewise * doc/discorus.png: Likewise * doc/webadmin.png: Likewise * doc/webadminru.png: Likewise SVN Revision: 356
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2005-05-233-1/+11
| | | | | | * src/msgs/uk.msg: Likewise SVN Revision: 355
* * src/web/ejabberd_web_admin.erl: Updated CSS, added modulesAlexey Shchepin2005-05-239-29/+176
| | | | | | | | | | | | | | | | | management (thanks to Sergei Golovan) * src/gen_mod.erl: Added function loaded_modules_with_opts/0, new API for module stopping (thanks to Sergei Golovan) * src/mod_muc/mod_muc.erl: Moved a process name to a macros, updated module stopping (thanks to Sergei Golovan) * src/mod_irc/mod_irc.erl: Likewise * src/mod_pubsub/mod_pubsub.erl: Likewise * src/mod_announce.erl: Updated module stopping (thanks to Sergei Golovan) * src/mod_echo.erl: Likewise * src/mod_offline.erl: Likewise SVN Revision: 354
* * src/web/ejabberd_http.erl: "Connection:" header value nowAlexey Shchepin2005-05-222-27/+69
| | | | | | | | matched case-insensitive, and returned to client, replaced duplicate is_space($\r) with is_space($\t) (thanks to Maxim Ryazanov) SVN Revision: 353
* * src/mod_pubsub/mod_pubsub.erl: Fixed XML element name forAlexey Shchepin2005-05-212-5/+8
| | | | | | pubsub#event namespace (thanks to Magnus Henoch) SVN Revision: 352
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2005-05-214-3/+29
| | | | | | | | * src/msgs/uk.msg: Likewise * src/msgs/es.msg: Updated (thanks to Badlop) SVN Revision: 351
* * src/mod_pubsub/mod_pubsub.erl: Now possible to subscribe to aAlexey Shchepin2005-05-185-47/+56
| | | | | | | | | | | pubsub node with a JID that includes a resource (thanks to Martijn van Beers) * src/stringprep/uni_parse2.tcl: Bugfix * src/stringprep/stringprep_drv.c: Likewise * src/stringprep/uni_norm.c: Regenerated SVN Revision: 350
* * src/mod_irc/mod_irc_connection.erl: Added support for WHOISAlexey Shchepin2005-05-172-0/+82
| | | | | | requests and reply to USERINFO (thanks to Oleg V. Motienko) SVN Revision: 349
* * src/stringprep/stringprep_drv.c: BugfixAlexey Shchepin2005-05-172-1/+5
| | | | SVN Revision: 348
* * src/win32/ejabberd.cfg: Updated (thanks to Sergei Golovan)Alexey Shchepin2005-05-158-164/+209
| | | | | | | | | | | | | | | * src/odbc/Makefile.win32: Added (thanks to Sergei Golovan) * src/Makefile.win32: Updated (thanks to Sergei Golovan) * src/jd2ejd.erl: Fixed private xml setting * src/mod_last.erl: Bugfix * src/mod_last_odbc.erl: Likewise * src/mod_pubsub/mod_pubsub.erl: Fixed service stopping SVN Revision: 347
* * src/mod_muc/mod_muc_room.erl: Fixed bug with storingAlexey Shchepin2005-05-092-0/+13
| | | | | | | affiliations of invited users in members-only room (thanks to Sergei Golovan) SVN Revision: 346
* * src/ejabberd_c2s.erl: Fixed starttls_required behaviour forAlexey Shchepin2005-05-092-6/+23
| | | | | | legacy connections (thanks to Brian Campbell) SVN Revision: 345
* * src/web/ejabberd_web_admin.erl: Images now specified via CSS,Alexey Shchepin2005-05-082-241/+314
| | | | | | | design slightly updated, added last activity statistics (thanks to Sergei Golovan) SVN Revision: 344
* * src/stringprep/stringprep_drv.c: Added check for bidiAlexey Shchepin2005-05-076-1222/+2847
| | | | | | | | | | * src/stringprep/uni_parse.tcl: Now handle all Unicode code points up to U+10FFFF * src/stringprep/uni_parse2.tcl: Likewise * src/stringprep/uni_data.c: Regenerated * src/stringprep/uni_norm.c: Likewise SVN Revision: 343
* * src/stringprep/uni_norm.c: Regenerated with Unicode 3.2 tablesAlexey Shchepin2005-05-064-1120/+1165
| | | | | | | | | | | as required by RFC3454 * src/stringprep/uni_parse2.tcl: Bugfixes * src/stringprep/stringprep_drv.c: Bugfixes, added hangul composition SVN Revision: 342
* ChangeLog updatedMickaël Rémond2005-05-051-0/+5
| | | | SVN Revision: 341
* Adding missing 0.9 fields in fr.msgMickaël Rémond2005-05-051-11/+29
| | | | SVN Revision: 340
* * src/mod_muc/mod_muc_room.erl: Store ban reasons for outcastAlexey Shchepin2005-05-032-18/+69
| | | | | | items, updated affiliation matching rules to latest JEP-0045 SVN Revision: 339
* * src/mod_muc/mod_muc_room.erl: Updated changing roles andAlexey Shchepin2005-05-022-6/+36
| | | | | | affiliations tables to latest JEP-0045 SVN Revision: 338
* * src/msgs/sw.msg: Renamed to sv.msgAlexey Shchepin2005-05-012-2/+5
| | | | | | * src/msgs/sv.msg: Likewise SVN Revision: 337
* src/msgs/fr.msg: UpdatedMickaël Rémond2005-05-012-177/+181
| | | | SVN Revision: 336
* * src/msgs/pl.msg: Updated (thanks to Andrew Smyk)Alexey Shchepin2005-05-012-142/+144
| | | | SVN Revision: 335
* * contrib/extract_translations/README: Better phrasing (thanks toAlexey Shchepin2005-05-013-5/+13
| | | | | | | | | Sergei Golovan) * contrib/extract_translations/extract_translations.erl: Fix to avoid duplication of lines (thanks to Sergei Golovan) SVN Revision: 334
* * src/msgs/sw.msg: New Swedish translation (thanks to (Magnus Henoch)Alexey Shchepin2005-05-016-43/+626
| | | | | | | | | | * src/msgs/pt.msg: New Portuguese translation (thanks to iceburn) * src/msgs/es.msg: Updated (thanks to Badlop) * src/msgs/nl.msg: Updated (thanks to Sander Devrieze) SVN Revision: 333
* * src/ejabberd_auth_ldap.erl: Added listing of users supportAlexey Shchepin2005-04-273-4/+35
| | | | SVN Revision: 332
* * src/ejabberd_ctl.erl: Better spelling, now prints full fileAlexey Shchepin2005-04-262-31/+70
| | | | | | | paths, fixed checking of mnesia:install_fallback result, now "dump" command dumps only persistent tables SVN Revision: 331
* * contrib/extract_translations/: A tool for extracting ofAlexey Shchepin2005-04-263-0/+215
| | | | | | translation strings from ejabberd code (thanks to Sergei Golovan) SVN Revision: 330