aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * 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
* * src/web/ejabberd_web_admin.erl: Images now specified via CSS,Alexey Shchepin2005-05-081-241/+308
| | | | | | | 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-075-1222/+2837
| | | | | | | | | | * 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-063-1120/+1155
| | | | | | | | | | | as required by RFC3454 * src/stringprep/uni_parse2.tcl: Bugfixes * src/stringprep/stringprep_drv.c: Bugfixes, added hangul composition SVN Revision: 342
* 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-031-18/+64
| | | | | | 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-021-6/+31
| | | | | | affiliations tables to latest JEP-0045 SVN Revision: 338
* * src/msgs/sw.msg: Renamed to sv.msgAlexey Shchepin2005-05-011-0/+0
| | | | | | * src/msgs/sv.msg: Likewise SVN Revision: 337
* src/msgs/fr.msg: UpdatedMickaël Rémond2005-05-011-177/+177
| | | | SVN Revision: 336
* * src/msgs/pl.msg: Updated (thanks to Andrew Smyk)Alexey Shchepin2005-05-011-142/+142
| | | | SVN Revision: 335
* * src/msgs/sw.msg: New Swedish translation (thanks to (Magnus Henoch)Alexey Shchepin2005-05-015-43/+616
| | | | | | | | | | * 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-272-4/+31
| | | | SVN Revision: 332
* * src/ejabberd_ctl.erl: Better spelling, now prints full fileAlexey Shchepin2005-04-261-31/+66
| | | | | | | paths, fixed checking of mnesia:install_fallback result, now "dump" command dumps only persistent tables SVN Revision: 331
* * src/mod_vcard_ldap.erl: Bugfix (thanks to Mickael Remond)Alexey Shchepin2005-04-261-4/+6
| | | | SVN Revision: 329
* * src/web/ejabberd_web_admin.erl: Added translation to submitAlexey Shchepin2005-04-244-44/+82
| | | | | | | | | | | | | button and "shared roster groups" header (thanks to iceburn and Sergei Golovan) * src/msgs/ru.msg: Updated (thanks to Sergei Golovan) * src/msgs/uk.msg: Likewise * src/mod_muc/mod_muc_room.erl: Minor update to simplify translation (thanks to Sergei Golovan) SVN Revision: 328
* * src/tls/tls_drv.c: Reverted previous patchAlexey Shchepin2005-04-241-2/+2
| | | | SVN Revision: 327
* * doc/guide.tex: Added mod_shared_roster documentationAlexey Shchepin2005-04-221-1/+1
| | | | | | * src/ejabberd.hrl: Updated version SVN Revision: 326
* Changed version ID to version 0.9Mickaël Rémond2005-04-211-1/+1
| | | | SVN Revision: 325
* * src/jd2ejd.erl: BugfixAlexey Shchepin2005-04-211-2/+3
| | | | SVN Revision: 324
* * src/ejabberd_auth.erl: Added check for domain of registered userAlexey Shchepin2005-04-192-4/+16
| | | | | | | | * src/web/ejabberd_web_admin.erl: Fixed user registration via web interface, fixed path to user's offline messages (thanks to Mickael Remond) SVN Revision: 323
* * src/mod_disco.erl: Fixed domain listing when one virtual host isAlexey Shchepin2005-04-191-2/+10
| | | | | | a subdomain of another SVN Revision: 322
* Fixes a bug on the web interface: On user creation screen the user creation ↵Mickaël Rémond2005-04-191-7/+6
| | | | | | was using the function try_register/2 instead of the new one try_register/3; The link to the message queue were also missing the server. SVN Revision: 321
* * src/web/ejabberd_web_admin.erl: Added link to shared roster pageAlexey Shchepin2005-04-181-2/+18
| | | | SVN Revision: 316
* * src/odbc/ejabberd_odbc.erl: ODBC connection string can beAlexey Shchepin2005-04-182-2/+6
| | | | | | | specified via odbc_server option now * src/ejabberd.cfg.example: Added ODBC usage example SVN Revision: 314
* * src/msgs/pl.msg: New Polish translation (thanks to Andrew Smyk)Alexey Shchepin2005-04-181-0/+271
| | | | SVN Revision: 311
* Applied VH patchAlexey Shchepin2005-04-171-15/+15
| | | | SVN Revision: 310
* CleanupAlexey Shchepin2005-04-179-3785/+12
| | | | SVN Revision: 309