summaryrefslogtreecommitdiff
path: root/src/modules/mysql/db_mysql_execute.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-18Rewrote all of the command handling to get rid of all the nasty strtoks() eve...Adam
2010-06-18Added an arg to User::IsRecognized to check for NI_SECUREAdam
2010-06-18Removed a lot of unnecessary .c_str() calls in the find* functionsAdam
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-28Rewrote some of the user nick changing code, enable vhosts for users on nick ...Adam-
2010-05-26Fixed some windows problems with db_mysql_executeAdam-
2010-04-24Logout the SQLUser & any fake users after using commandsAdam-
2010-04-24Fixed crash when shutting down when db_mysql_execute is loaded and logusers i...Adam-
2010-04-24Fixed dropping nicks registered through MySQLAdam-
2010-02-28Made it so you can register empty nonregistered channels to make registering ...Adam-
2010-02-28Added in support for live updating MySQL databases and the ability to execute...Adam-