summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2010-05-14Removed ns_noop_convert. The ns_noop module is for stable and almost 4 years oldAdam-
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-10Changed the names of modes in the databases to be exactly the same way they a...Adam-
2010-05-06Fixed bug #1159 and made the SQL fields holding timestamps more consistantAdam-
2010-05-05Fixed a compile error in r2933Adam-
2010-05-05SVN Id keyword to .h/.c/.cpp filespimpmylinux
2010-05-03Fixed a crash because of a bad SQL query when changing your passwordAdam-
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-04-10Made MySQL log errors when executing queries instead of crashingAdam-
2010-04-10changed all mysqlpp::String::empty() calls to mysqlpp::String::size() to make...dukepyrolator
2010-04-09Fixed tracking of InspIRCd mode +J and fixed mode manager and stacker to hand...Adam-
2010-03-31Added akicks into SQLAdam-
2010-03-31Marked mysql modules as a database module and fixed os_modlist to show databa...Adam-
2010-03-30Fixed --with-mysqlpp configure option on some systemsAdam-
2010-03-28Finish rest of BotServ SQL stuffAdam-
2010-03-28Track BotServ settings in SQLAdam-
2010-03-21Made usermax and hostmax configurableAdam-
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-13Foward port of r2809Adam-
2010-03-08Added the --with-mysqlpp option to configure to tell it where mysql++ is inst...Adam-
2010-03-06Added help for sqlsync and fixed installing mydbgen into the wrong directory ...Adam-
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-
2010-02-25Rewrote part of the Timer and CallBack code for modules to be saneAdam-
2010-02-07fixed some uninitialized pointersDukePyrolator
2010-02-04We now store a list of users using a NickCore in the NickCore, this prevents ...Adam-
2010-01-31replaced the alog() command with a new type-safe and stream-based Alog()DukePyrolator
2010-01-16Removed c_userlist and u_chanlist, replaced with std::listAdam-
2010-01-11updated copyright info for 2010pimpmylinux
2010-01-10Rewrote the code that handles and sends kicksAdam-
2010-01-09fixed a crashbug in os_ignore on db saving and cleaned up the db code in hs_r...DukePyrolator
2010-01-04Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ...Adam-
2010-01-02Rewrote the vhost code, and moved it to be part of nickalias instead of in it...Adam-
2009-12-31Added in new plaintext databases. Note: This currently has no automatic backu...Adam-
2009-12-22Fixed bug #1119 - Fixed a few help replies to respect the nickserv msg option...Adam-
2009-12-20Rewrote part of extensible, it will now automatically unallocate memory for u...Adam-
2009-12-17Added BotInfo* sender arg to all of the User mode functions, changed IRcdProt...Adam-
2009-12-16Made many of the functions in IRCDProto accept the relative object pointers i...Adam-
2009-12-13Added in a modestacker and rewrote almost all of the remaining old mode codeAdam-
2009-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
2009-11-18Remove some CoreExports and add them in other places, fixed a few minor warni...cyberbotx
2009-11-12Made Command::Execute's params constAdam-
2009-11-11Made Command::OnSyntaxError accept a subcommand parameter, we now give syntax...Adam-