Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-09-05Fix SASL auth error conditionsBadlop
2011-09-05Fix SCRAM auth of uppercase passwords (EJAB-1196)Badlop
2011-09-04Replace calls of OTP's Binary, since they would require R14Badlop
2011-09-03Replace the full ejabberd_zlib into a simple exmpp_compress interface (EJAB-991)Badlop
2011-09-03Fix zlib compression connection (EJAB-1448)Badlop
2011-09-02Use the syntax PRIMARY KEY (field(int)) only for MySQL (EJAB-1337)Badlop
2011-09-02Updated mysql schema with current dump (EJAB-1474)Badlop
2011-08-31enable pubsub#deliver_notification checking (thanks to Karim Gemayel)(EJAB-1453)Christophe Romain
2011-08-29Explicitly skip useless ejabberd 2.0* mnesia tables when restoring backupBadlop
2011-08-23Allow multiple entry with same nick to MUC rooms (thanks to Magnus Henoch)(EJ...Badlop
2011-08-23Fix more Dialyzer warningsBadlop
2011-08-17New option resource_conflict defines server action (thanks to Lee Boynton)(EJ...Badlop
2011-08-17Fix problems detected by DialyzerBadlop
2011-08-16Fix ODBC account counting (thanks to Artem Sh)(EJAB-1491)Badlop
2011-08-16Fix support for odbc + gen_storage + static_modulesBadlop
2011-08-16Provide stacktrace in log report when module start failsBadlop
2011-08-16Fix SCRAM code (EJAB-1196)Badlop
2011-08-16New SASL authentication method: SCRAM-SHA-1 (thanks to Stephen Röttger)(EJAB...Badlop
2011-08-04Add comment about ping requests sent even to non-supporting clientsBadlop
2011-07-28Name and groups must be binaries, not stringsBadlop
2011-07-28Return #roster elements in the expected formatBadlop
2011-07-28Fix JID format, relevant when contact is in roster and shared rosterBadlop
2011-07-28Send presence from shared roster contacts to new logged user (EJAB-1412)Badlop
2011-07-27External auth should call storage auth only when cache is enabledBadlop
2011-07-27Verify username provided in registration web formBadlop
2011-07-27Handle case when ejabberd_auth_* says the account existsBadlop
2011-07-21More fix Host usage when running webadmin_page_*Badlop
2011-07-20Remove unused variableBadlop
2011-07-20Support for: Room option to ignore private messages from visitorsBadlop
2011-07-20Support for static_modules in mod_muc and mod_muc_logBadlop
2011-07-19Fix Host usage when running webadmin_page_* (thanks to Shaun Kruger)Badlop
2011-07-18Fix flash client patchBadlop
2011-07-16Include status 110 in presence to new occupant (EJAB-740)Badlop
2011-07-15Support static_modules in mod_vcard, vcard_xupdate, version, http_bind and ht...Badlop
2011-07-15Support static_modules in mod_caps, ping, privacy, private, roster, stats and...Badlop
2011-07-15Support static_modules in mod_blocking, configure, pres_counter, register, sh...Badlop
2011-07-15Try first to get table of the specific Host, otherwise try 'global'Badlop
2011-07-13Use #roster record instead of direct tupleBadlop
2011-07-13Add ldap_tls_cacertfile and ldap_tls_depth options (EJAB-1299)Evgeniy Khramtsov
2011-07-11Fix support for static_modules in mod_adhoc, announce, disco, last, offlineBadlop
2011-07-11Implement dirty_get_registered_users in ejabberd_auth_storageBadlop
2011-07-11Improve static_modules support in hooks (EJAB-1478)Badlop
2011-07-11Fix translatable stringsBadlop
2011-07-11Room option to ignore private messages from visitors (thanks to Maxim Ignatenko)Badlop
2011-07-08Ported flash clients patch from 2.1.xAlexey Shchepin
2011-07-06Fix read of global ldap_servers option (EJAB-1309)Badlop
2011-07-04Match ldap_uidattr_format case-insensitively (EJAB-1449)Evgeniy Khramtsov
2011-07-01is_user_in_group/3 must check if user belongs to given Group from Host specif...Juan Pablo Carlino
2011-06-28Comment in the cfg file the correct node name used in ejabberdctl.templateBadlop
2011-06-23Fix namespace of returned conference participants <item>Pablo Polvorin