summaryrefslogtreecommitdiff
path: root/src/modules/mysql/db_mysql_write.cpp
AgeCommit message (Expand)Author
2010-07-15Moved some files and diretories around, made cmake skip files it knows it can...Adam
2010-06-27The next of a few "CBX OCDing over code style" commits, maybe the last.Naram Qashat
2010-06-18Moved the *Serv help functions to Command, will come in use later with subcom...Adam
2010-06-18Rewrote all of the command handling to get rid of all the nasty strtoks() eve...Adam
2010-06-18Removed a lot of unnecessary .c_str() calls in the find* functionsAdam
2010-06-18Burned slist, rewrote operservs XLine codeAdam
2010-06-18Dont load mlock from the database until after Anope is connected, it doesnt k...Adam
2010-06-18Rewrote the hashing system to use std::tr1::unordered_mapAdam
2010-06-18Store a plaintext version of mode names in the mode structures, removes alot ...Adam
2010-05-24Truncate memo table before sqlsync and actually add sglinesAdam-
2010-05-23Fixed bug #1165, fixed soem missing tables in /os sqlsync. Also added support...Adam-
2010-05-13Fixed all of the bugs related to bug #1162 and fixed mlock params to be saved...Adam-
2010-05-13fixed crashbugs in db_mysql_write when unsetting url, email and greetDukePyrolator
2010-05-13fixed crashbug in db_mysql_write on updating an empty greet messageDukePyrolator
2010-05-06Fixed bug #1159 and made the SQL fields holding timestamps more consistantAdam-
2010-05-03Fixed a crash because of a bad SQL query when changing your passwordAdam-
2010-03-31Added akicks into SQLAdam-
2010-03-28Finish rest of BotServ SQL stuffAdam-
2010-03-28Track BotServ settings in SQLAdam-
2010-03-21fixed typo in mysql queryDukePyrolator
2010-03-21fixed bad mysql queryDukePyrolator
2010-03-20Added in support for OperServ and MemoServ into SQLAdam-
2010-03-15Removed old parts for 1.7.x from mydbgen and fixed db_mysql_write query for /...Adam-
2010-03-06Added help for sqlsync and fixed installing mydbgen into the wrong directory ...Adam-
2010-02-28Added in support for live updating MySQL databases and the ability to execute...Adam-