aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * src/web/ejabberd_web_admin.erl: Updated API for betterAlexey Shchepin2005-09-293-42/+87
| | | | | | | | | | integration with J-EAI web interface * src/mod_shared_roster.erl: Now possible to specify all users on virtual host in group * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 413
* * src/jlib.erl: BugfixAlexey Shchepin2005-09-151-2/+1
| | | | SVN Revision: 412
* * src/ejd2odbc.erl: UpdatedAlexey Shchepin2005-09-101-2/+2
| | | | SVN Revision: 411
* * src/ejd2odbc.erl: UpdatedAlexey Shchepin2005-09-101-24/+37
| | | | SVN Revision: 410
* * src/mod_disco.erl: Disco publishing support (thanks to MagnusAlexey Shchepin2005-09-041-2/+139
| | | | | | Henoch) SVN Revision: 409
* * src/mod_disco.erl: Functions register_sm_feature andAlexey Shchepin2005-09-044-512/+652
| | | | | | | | | | | | register_sm_node replaced with hooks (thanks to Sergei Golovan) * src/mod_vcard.erl: * src/mod_vcard_ldap.erl: * src/mod_disco.erl: Now mod_disco doesn't depend on mod_configure (thanks to Sergei Golovan) * src/mod_configure.erl: Likewise SVN Revision: 408
* * src/ejd2odbc.erl: Converter from mnesia to ODBCAlexey Shchepin2005-08-292-1/+196
| | | | | | * src/mod_offline_odbc.erl: Minor fix SVN Revision: 407
* * src/mod_vcard_ldap.erl: BugfixAlexey Shchepin2005-08-253-49/+56
| | | | | | | | | | * src/mod_vcard.erl: Bugfix * src/ejabberd_auth_odbc.erl: Bugfix * doc/dev.tex: Updated SVN Revision: 406
* * src/cyrsasl_digest.erl: Fixed challenge/response parsing (thanksAlexey Shchepin2005-08-101-0/+6
| | | | | | to Martin Pokorny) SVN Revision: 405
* * src/msgs/pl.msg: Updated (thanks to Andrew Smyk)Alexey Shchepin2005-08-061-2/+26
| | | | SVN Revision: 404
* * src/web/ejabberd_web_admin.erl: Bugfix (thanks to Badlop)Alexey Shchepin2005-08-061-1/+1
| | | | SVN Revision: 403
* * src/win32/inetrc: Added (thanks to Sergei Golovan)Alexey Shchepin2005-08-055-15/+21
| | | | | | | | | | | | * src/Makefile.win32: Updated (thanks to Sergei Golovan) * src/win32/ejabberd.cfg: Likewise * src/win32/ejabberd.nsi: Likewise * doc/guide.tex: Updated * src/ejabberd.hrl: Updated version SVN Revision: 402
* Release 0.9.8Mickaël Rémond2005-08-011-1/+1
| | | | SVN Revision: 399
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2005-08-012-0/+12
| | | | | | * src/msgs/uk.msg: Likewise SVN Revision: 397
* * src/msgs/es.msg: Updated (thanks to Badlop)Alexey Shchepin2005-08-011-1/+21
| | | | SVN Revision: 393
* * src/msgs/nl.msg: Updated (thanks to Sander Devrieze)Alexey Shchepin2005-08-011-26/+53
| | | | SVN Revision: 392
* Updated French translationMickaël Rémond2005-08-011-3/+22
| | | | SVN Revision: 387
* * src/ejabberd_config.erl: Added host_config optionAlexey Shchepin2005-07-312-5/+10
| | | | | | | | * doc/guide.tex: Updated * src/ejabberd_auth_ldap.erl: Bugfix SVN Revision: 386
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2005-07-312-4/+32
| | | | | | * src/msgs/uk.msg: Likewise SVN Revision: 385
* * src/msgs/de.msg: Updated (thanks to Torsten Werner)Alexey Shchepin2005-07-311-11/+11
| | | | SVN Revision: 384
* * src/web/ejabberd_web_admin.erl: Fixed CSS style sheet to beAlexey Shchepin2005-07-311-4/+4
| | | | | | standards compliant (thanks to Sander Devrieze) SVN Revision: 383
* * src/web/ejabberd_web_admin.erl: Added "Virtual Hosts" pageAlexey Shchepin2005-07-291-12/+46
| | | | SVN Revision: 382
* Renamed route_packet hook to filter_packetAlexey Shchepin2005-07-271-2/+2
| | | | SVN Revision: 381
* * src/ejabberd_router.erl: Added route_packet hookAlexey Shchepin2005-07-271-33/+40
| | | | SVN Revision: 380
* * src/jd2ejd.erl: Updated to work with ODBCAlexey Shchepin2005-07-264-118/+200
| | | | | | | | | | * 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-201-232/+627
| | | | SVN Revision: 378
* * src/acl.erl: Slightly changed "access" option processingAlexey Shchepin2005-07-141-1/+9
| | | | SVN Revision: 377
* * src/mod_disco.erl: Fixed processing of host features andAlexey Shchepin2005-07-141-14/+28
| | | | | | extra_domains option SVN Revision: 376
* * src/ejabberd_c2s.erl: Processing of jabber:iq:register totallyAlexey Shchepin2005-07-146-59/+83
| | | | | | | | | | | | | | | | 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-1319-177/+301
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-031-1/+1
| | | | SVN Revision: 373
* * src/ejabberd_config.erl: BugfixAlexey Shchepin2005-07-031-0/+2
| | | | SVN Revision: 372
* * src/mod_offline.erl: BugfixAlexey Shchepin2005-06-301-6/+7
| | | | SVN Revision: 371
* * (all): Enhanced virtual hosting supportAlexey Shchepin2005-06-2040-747/+1035
| | | | SVN Revision: 370
* * src/web/ejabberd_web_admin.erl: BugfixAlexey Shchepin2005-05-271-21/+27
| | | | SVN Revision: 369
* * src/msgs/pt-br.msg: New Brazilian Portuguese translation (thanksAlexey Shchepin2005-05-251-0/+106
| | | | | | to Felipe Brito Vasconcellos) SVN Revision: 367
* * src/odbc/Makefile.in: AddedAlexey Shchepin2005-05-235-12/+76
| | | | | | | | | * 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-234-18/+72
| | | | | | | | | | | | | 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
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2005-05-232-0/+6
| | | | | | * src/msgs/uk.msg: Likewise SVN Revision: 355
* * src/web/ejabberd_web_admin.erl: Updated CSS, added modulesAlexey Shchepin2005-05-238-29/+162
| | | | | | | | | | | | | | | | | 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-221-27/+62
| | | | | | | | 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-211-5/+5
| | | | | | pubsub#event namespace (thanks to Magnus Henoch) SVN Revision: 352
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2005-05-213-3/+22
| | | | | | | | * 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-184-47/+46
| | | | | | | | | | | 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-171-0/+77
| | | | | | requests and reply to USERINFO (thanks to Oleg V. Motienko) SVN Revision: 349
* * src/stringprep/stringprep_drv.c: BugfixAlexey Shchepin2005-05-171-1/+1
| | | | SVN Revision: 348
* * src/win32/ejabberd.cfg: Updated (thanks to Sergei Golovan)Alexey Shchepin2005-05-157-164/+192
| | | | | | | | | | | | | | | * 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-091-0/+9
| | | | | | | 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-091-6/+20
| | | | | | legacy connections (thanks to Brian Campbell) SVN Revision: 345