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/odbc
AgeCommit message (Expand)Author
2012-11-22Make terms serialization fasterEvgeniy Khramtsov
2012-04-12ODBC support for mod_blockingEvgeniy Khramtsov
2012-04-06Get rid of duplicated codeEvgeniy Khramtsov
2012-04-04ODBC support for mod_shared_rosterEvgeniy Khramtsov
2012-04-03ODBC support for mod_ircEvgeniy Khramtsov
2012-04-02ODBC support for mod_vcard_xupdateEvgeniy Khramtsov
2012-04-02ODBC support for mod_announceEvgeniy Khramtsov
2012-03-31ODBC support for mod_mucEvgeniy Khramtsov
2012-02-23Update copyright datesAlexey Shchepin
2012-01-31Replace a single quote with double quotes inEvgeniy Khramtsov
2011-08-16Fix ODBC account counting (thanks to Artem Sh)(EJAB-1491)Badlop
2011-04-15Try to improve support for roster_version in MSSQL (EJAB-1437)Badlop
2011-02-14update copyright up to 2011Christophe Romain
2010-12-03Support PostgreSQL 9.0 (EJAB-1359)(thanks to Stephen Gibberd and Konstantin N...Badlop
2010-12-01Increase maximum restart strategy of the ODBC supervisor. Do not brutally kil...Evgeniy Khramtsov
2010-11-17Use MEDIUMTEXT type for vcard avatars in MySQL schema (EJAB-1252)Evgeniy Khramtsov
2010-11-08Change max restart strategy of ejabberd_odbc_sup to handle some SQL timeouts.Andreas Köhler
2010-11-01Do not run set_last request inside a transactionEvgeniy Khramtsov
2010-08-10fixes typo for table copyEvgeniy Khramtsov
2010-07-14correct handling of SQL boolean types (EJAB-1275)Evgeniy Khramtsov
2010-07-02Use ets insead of asking supervisor in ejabberd_odbc_sup:get_pids/1 (Thanks t...Evgeniy Khramtsov
2010-06-11Discard queued requests that are too old (the caller has already got a timeout).Jerome Sautret
2010-06-04fixes wrong SQL escaping when --enable-full-xml is setEvgeniy Khramtsov
2010-05-26Add created_at column also to PostgreSQL schema (thanks to Mathias Ertl)(EJAB...Badlop
2010-04-09Remove warning for undefined print_state/1 function for p1_fsm processes (tha...Pablo Polvorin
2010-03-05MSSQL support was broken (EJAB-1201)Denis Kurochkin
2010-02-20get rid of queue:filter/2 to keep compatibility with older Erlang versionsEvgeniy Khramtsov
2010-01-31improved SQL reconnect behaviourEvgeniy Khramtsov
2010-01-12Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop
2009-12-29Add +export_all to EFLAGS if: make debug=true (thanks to Marcin Owsiany)(EJAB...Badlop
2009-11-04Fix ProcessOne name in comments.Badlop
2009-09-10Add a "created_at" column to some tables in the MySQL schema to storeJérôme Sautret
2009-09-10Fix pubsub tables constraints in MySQL schema creation script.Jérôme Sautret
2009-08-28remove INFO_MSG call inside sql_query_internalChristophe Romain
2009-08-07typo fix on subscriptionsChristophe Romain
2009-08-07initial merge of pubsub odbc, compilation pass okChristophe Romain
2009-08-06Support for roster versioning (EJAB-964)Pablo Polvorin
2009-08-06* src/odbc/ejabberd_odbc_sup.erl: make requests return a timeout ifJérôme Sautret
2009-08-06* src/odbc/ejabberd_odbc.erl: fix keepalive query, broken by r2092.Jérôme Sautret
2009-07-28EJAB-940: Implements reliable ODBC transaction nesting.Geoff Cant
2009-06-09Add forgotten copyright and license notices. Fix blackspaces.Badlop
2009-05-21* trunk/src/odbc/ejabberd_odbc.erl: Fix typo (EJABS-859) (EJAB-940) (CR-EJAB-10)Mickaël Rémond
2009-05-21* trunk/src/odbc/ejabberd_odbc.erl: Move trace to debug loglevel (EJAB-940) (...Mickaël Rémond
2009-05-21* trunk/src/odbc/ejabberd_odbc.erl: Support for nested transaction (EJABS-859...Mickaël Rémond
2009-05-06Replace TYPE/1 with is_TYPE/1 (EJAB-922)Badlop
2009-04-24fix minor pubsub init glitch, and allow ejabberd_odbc to execute bloc of quer...Christophe Romain
2009-01-23* src/odbc/mysql.sql: Fix complain about comment syntaxBadlop
2009-01-12* src/odbc/ejabberd_odbc.erl: Fixed processing of UPDATE resultsAlexey Shchepin
2009-01-12* doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop
2008-12-29* src/odbc/odbc_queries.erl: replaced string:join/2 function.Evgeniy Khramtsov