aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-09-15* src/jlib.erl: BugfixAlexey Shchepin1-2/+1
SVN Revision: 412
2005-09-10* src/ejd2odbc.erl: UpdatedAlexey Shchepin1-2/+2
SVN Revision: 411
2005-09-10* src/ejd2odbc.erl: UpdatedAlexey Shchepin1-24/+37
SVN Revision: 410
2005-09-04* src/mod_disco.erl: Disco publishing support (thanks to MagnusAlexey Shchepin1-2/+139
Henoch) SVN Revision: 409
2005-09-04* src/mod_disco.erl: Functions register_sm_feature andAlexey Shchepin4-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
2005-08-29* src/ejd2odbc.erl: Converter from mnesia to ODBCAlexey Shchepin2-1/+196
* src/mod_offline_odbc.erl: Minor fix SVN Revision: 407
2005-08-25* src/mod_vcard_ldap.erl: BugfixAlexey Shchepin3-49/+56
* src/mod_vcard.erl: Bugfix * src/ejabberd_auth_odbc.erl: Bugfix * doc/dev.tex: Updated SVN Revision: 406
2005-08-10* src/cyrsasl_digest.erl: Fixed challenge/response parsing (thanksAlexey Shchepin1-0/+6
to Martin Pokorny) SVN Revision: 405
2005-08-06* src/msgs/pl.msg: Updated (thanks to Andrew Smyk)Alexey Shchepin1-2/+26
SVN Revision: 404
2005-08-06* src/web/ejabberd_web_admin.erl: Bugfix (thanks to Badlop)Alexey Shchepin1-1/+1
SVN Revision: 403
2005-08-05* src/win32/inetrc: Added (thanks to Sergei Golovan)Alexey Shchepin5-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
2005-08-01Release 0.9.8Mickaël Rémond1-1/+1
SVN Revision: 399
2005-08-01* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2-0/+12
* src/msgs/uk.msg: Likewise SVN Revision: 397
2005-08-01* src/msgs/es.msg: Updated (thanks to Badlop)Alexey Shchepin1-1/+21
SVN Revision: 393
2005-08-01* src/msgs/nl.msg: Updated (thanks to Sander Devrieze)Alexey Shchepin1-26/+53
SVN Revision: 392
2005-08-01Updated French translationMickaël Rémond1-3/+22
SVN Revision: 387
2005-07-31* src/ejabberd_config.erl: Added host_config optionAlexey Shchepin2-5/+10
* doc/guide.tex: Updated * src/ejabberd_auth_ldap.erl: Bugfix SVN Revision: 386
2005-07-31* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2-4/+32
* src/msgs/uk.msg: Likewise SVN Revision: 385
2005-07-31* src/msgs/de.msg: Updated (thanks to Torsten Werner)Alexey Shchepin1-11/+11
SVN Revision: 384
2005-07-31* src/web/ejabberd_web_admin.erl: Fixed CSS style sheet to beAlexey Shchepin1-4/+4
standards compliant (thanks to Sander Devrieze) SVN Revision: 383
2005-07-29* src/web/ejabberd_web_admin.erl: Added "Virtual Hosts" pageAlexey Shchepin1-12/+46
SVN Revision: 382
2005-07-27Renamed route_packet hook to filter_packetAlexey Shchepin1-2/+2
SVN Revision: 381
2005-07-27* src/ejabberd_router.erl: Added route_packet hookAlexey Shchepin1-33/+40
SVN Revision: 380
2005-07-26* src/jd2ejd.erl: Updated to work with ODBCAlexey Shchepin4-118/+200
* src/mod_roster_odbc.erl: Updated * src/mod_offline_odbc.erl: Bugfix * src/mod_last_odbc.erl: Bugfix SVN Revision: 379
2005-07-20* src/mod_pubsub/mod_pubsub.erl: Updated to J-EAI versionAlexey Shchepin1-232/+627
SVN Revision: 378
2005-07-14* src/acl.erl: Slightly changed "access" option processingAlexey Shchepin1-1/+9
SVN Revision: 377
2005-07-14* src/mod_disco.erl: Fixed processing of host features andAlexey Shchepin1-14/+28
extra_domains option SVN Revision: 376
2005-07-14* src/ejabberd_c2s.erl: Processing of jabber:iq:register totallyAlexey Shchepin6-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
2005-07-13* src/mod_register.erl: BugfixAlexey Shchepin19-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
2005-07-03* src/ejabberd_app.erl: BugfixAlexey Shchepin1-1/+1
SVN Revision: 373
2005-07-03* src/ejabberd_config.erl: BugfixAlexey Shchepin1-0/+2
SVN Revision: 372
2005-06-30* src/mod_offline.erl: BugfixAlexey Shchepin1-6/+7
SVN Revision: 371
2005-06-20* (all): Enhanced virtual hosting supportAlexey Shchepin40-747/+1035
SVN Revision: 370
2005-05-27* src/web/ejabberd_web_admin.erl: BugfixAlexey Shchepin1-21/+27
SVN Revision: 369
2005-05-25* src/msgs/pt-br.msg: New Brazilian Portuguese translation (thanksAlexey Shchepin1-0/+106
to Felipe Brito Vasconcellos) SVN Revision: 367
2005-05-23* src/odbc/Makefile.in: AddedAlexey Shchepin5-12/+76
* src/configure.ac: Updated for odbc support * src/Makefile.in: Likewise * src/aclocal.m4: Bugfix SVN Revision: 359
2005-05-23* src/mod_last_odbc.erl: Added store_last_info/4 function (thanksAlexey Shchepin4-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
2005-05-23Updated French translationMickaël Rémond1-0/+10
SVN Revision: 357
2005-05-23* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2-0/+6
* src/msgs/uk.msg: Likewise SVN Revision: 355
2005-05-23* src/web/ejabberd_web_admin.erl: Updated CSS, added modulesAlexey Shchepin8-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
2005-05-22* src/web/ejabberd_http.erl: "Connection:" header value nowAlexey Shchepin1-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
2005-05-21* src/mod_pubsub/mod_pubsub.erl: Fixed XML element name forAlexey Shchepin1-5/+5
pubsub#event namespace (thanks to Magnus Henoch) SVN Revision: 352
2005-05-21* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin3-3/+22
* src/msgs/uk.msg: Likewise * src/msgs/es.msg: Updated (thanks to Badlop) SVN Revision: 351
2005-05-18* src/mod_pubsub/mod_pubsub.erl: Now possible to subscribe to aAlexey Shchepin4-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
2005-05-17* src/mod_irc/mod_irc_connection.erl: Added support for WHOISAlexey Shchepin1-0/+77
requests and reply to USERINFO (thanks to Oleg V. Motienko) SVN Revision: 349
2005-05-17* src/stringprep/stringprep_drv.c: BugfixAlexey Shchepin1-1/+1
SVN Revision: 348
2005-05-15* src/win32/ejabberd.cfg: Updated (thanks to Sergei Golovan)Alexey Shchepin7-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
2005-05-09* src/mod_muc/mod_muc_room.erl: Fixed bug with storingAlexey Shchepin1-0/+9
affiliations of invited users in members-only room (thanks to Sergei Golovan) SVN Revision: 346
2005-05-09* src/ejabberd_c2s.erl: Fixed starttls_required behaviour forAlexey Shchepin1-6/+20
legacy connections (thanks to Brian Campbell) SVN Revision: 345
2005-05-08* src/web/ejabberd_web_admin.erl: Images now specified via CSS,Alexey Shchepin1-241/+308
design slightly updated, added last activity statistics (thanks to Sergei Golovan) SVN Revision: 344