aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Decrease CPU usage caused by tls:send with large data.Janusz Dziemidowicz2011-09-251-13/+3
* Fix mod_muc_log crash when first log entry is room being destroyed (EJAB-1499)Badlop2011-09-231-1/+1
* fix broken PEP after EJAB-1498 (thanks to Karim Gemayel)Christophe Romain2011-09-221-2/+1
* ejabberdctl doesn't support parameters with blankspaces (EJAB-1458)Badlop2011-09-221-10/+2
* Fix Denial of Service when user sends malformed publish stanza (thanks to Ole...Christophe Romain2011-09-213-33/+39
* 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-195-15/+63
* Use NS_XBOSH instead of NS_BOSH (thanks to Janusz Dziemidowicz)Badlop2011-09-161-4/+4
* Update http_bind module to latest XEP-0124 and XEP-0206Janusz Dziemidowicz2011-09-161-2/+3
* 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
* Fix SCRAM to support attributes which value has only one characterBadlop2011-09-051-1/+1
* 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-0310-550/+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
* Allow multiple entry with same nick to MUC rooms (thanks to Magnus Henoch)(EJ...Badlop2011-08-232-67/+177
* Fix more Dialyzer warningsBadlop2011-08-222-6/+6
* New option resource_conflict defines server action (thanks to Lee Boynton)(EJ...Badlop2011-08-172-10/+47
* 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 Röttger)(EJAB...Badlop2011-08-1617-40/+600
* 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-192-25/+46
* 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