aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ejabberdctl doesn't support parameters with blankspaces (EJAB-1458)Badlop2011-09-221-10/+2
| | | | | | Revert "Escape output from ctlexec() to erl script (thanks to Dan Scott)(EJAB-1399)" This reverts commit 6dea2d230714b556118fab6710141a88cc8aad23.
* Fix Denial of Service when user sends malformed publish stanza (thanks to ↵Christophe Romain2011-09-213-33/+39
| | | | Oleg Smirnov) (EJAB-1498)
* added svg mimetype to default content types (thanks to Markus Kohlhase)Badlop2011-09-201-1/+2
|
* Add support for @online@ to add_user_to_groupBadlop2011-09-201-6/+9
|
* New option support: ldap_deref_aliases (EJAB-639)Evgeniy Khramtsov2011-09-196-17/+67
| | | | | | Conflicts: src/ejabberd_auth_ldap.erl
* Use NS_XBOSH instead of NS_BOSH (thanks to Janusz Dziemidowicz)Badlop2011-09-161-4/+4
| | | | | | There are two, exactly the same defines for urn:xmpp:xbosh namespace: NS_BOSH and NS_XBOSH. Both are used in http_bind module. Stick with NS_XBOSH everywhere.
* Update http_bind module to latest XEP-0124 and XEP-0206Janusz Dziemidowicz2011-09-161-2/+3
| | | | | Only cosmetic changes, version bumped to 1.10 and added 'restartlogic' attribute.
* No need to explicitly skip old useless tables, simply fix keep_tablesBadlop2011-09-141-5/+1
|
* Avoid crash when performing admin action (thanks to Evgeniy Khramtsov)Badlop2011-09-091-1/+1
|
* Fixed support for multi-resource occupants (EJAB-305)Badlop2011-09-081-13/+9
|
* Improve room config change logging, due to allow_private_messages_from_visitorsBadlop2011-09-081-2/+2
|
* Support to import XML files without password-format attributeBadlop2011-09-081-1/+1
|
* Clarification about system user of ejabberd.initBadlop2011-09-061-2/+3
|
* Fix SCRAM to support attributes which value has only one characterBadlop2011-09-051-1/+1
|
* Fix typo in the Guide about user_regexpBadlop2011-09-051-2/+2
|
* Fix support to negotiate zlib compression after starttlsBadlop2011-09-051-7/+20
|
* Fix SASL auth error conditionsBadlop2011-09-053-15/+15
|
* Fix SCRAM auth of uppercase passwords (EJAB-1196)Badlop2011-09-051-1/+2
|
* Replace calls of OTP's Binary, since they would require R14Badlop2011-09-041-10/+10
|
* Replace the full ejabberd_zlib into a simple exmpp_compress interface (EJAB-991)Badlop2011-09-0312-556/+101
|
* Fix zlib compression connection (EJAB-1448)Badlop2011-09-031-1/+3
|
* Use the syntax PRIMARY KEY (field(int)) only for MySQL (EJAB-1337)Badlop2011-09-021-6/+17
|
* Updated mysql schema with current dump (EJAB-1474)Badlop2011-09-021-146/+178
|
* enable pubsub#deliver_notification checking (thanks to Karim Gemayel)(EJAB-1453)Christophe Romain2011-08-313-65/+264
|
* Explicitly skip useless ejabberd 2.0* mnesia tables when restoring backupBadlop2011-08-291-0/+4
| | | | | Reference: http://www.ejabberd.im/node/4867
* Allow multiple entry with same nick to MUC rooms (thanks to Magnus ↵Badlop2011-08-232-67/+177
| | | | Henoch)(EJAB-305)
* Fix more Dialyzer warningsBadlop2011-08-222-6/+6
|
* New option resource_conflict defines server action (thanks to Lee ↵Badlop2011-08-173-10/+57
| | | | Boynton)(EJAB-650)
* Fix problems detected by DialyzerBadlop2011-08-176-58/+47
|
* Fix ODBC account counting (thanks to Artem Sh)(EJAB-1491)Badlop2011-08-163-6/+10
|
* Fix support for odbc + gen_storage + static_modulesBadlop2011-08-163-4/+18
|
* Provide stacktrace in log report when module start failsBadlop2011-08-161-2/+2
|
* Fix SCRAM code (EJAB-1196)Badlop2011-08-161-6/+6
|
* New SASL authentication method: SCRAM-SHA-1 (thanks to Stephen ↵Badlop2011-08-1618-41/+620
| | | | Röttger)(EJAB-1196)
* Add comment about ping requests sent even to non-supporting clientsBadlop2011-08-041-0/+2
|
* Name and groups must be binaries, not stringsBadlop2011-07-281-4/+4
|
* Return #roster elements in the expected formatBadlop2011-07-281-3/+3
|
* Fix JID format, relevant when contact is in roster and shared rosterBadlop2011-07-281-2/+4
|
* Send presence from shared roster contacts to new logged user (EJAB-1412)Badlop2011-07-281-1/+1
|
* External auth should call storage auth only when cache is enabledBadlop2011-07-271-4/+24
|
* Verify username provided in registration web formBadlop2011-07-271-0/+6
|
* Handle case when ejabberd_auth_* says the account existsBadlop2011-07-271-0/+2
|
* More fix Host usage when running webadmin_page_*Badlop2011-07-211-6/+7
|
* Remove unused variableBadlop2011-07-191-2/+1
|
* Support for: Room option to ignore private messages from visitorsBadlop2011-07-191-0/+1
|
* Support for static_modules in mod_muc and mod_muc_logBadlop2011-07-193-27/+48
|
* Fix Host usage when running webadmin_page_* (thanks to Shaun Kruger)Badlop2011-07-191-5/+6
|
* Fix flash client patchBadlop2011-07-181-1/+1
|
* Include status 110 in presence to new occupant (EJAB-740)Badlop2011-07-161-1/+9
|
* Document static_modules, prefix, and which modules don't support staticBadlop2011-07-151-53/+96
|