summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
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-
2009-11-08Made the Module::ServHelp() functions part of the event systemAdam-
2009-11-08Rewrote all of the old C style flag systems into a new Flag class which every...Adam-
2009-11-08Make CMake ignore the CMakeFiles directory, really only applies to Win32 buil...cyberbotx
2009-10-30Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes...Adam-
2009-10-23Couple of typos in hs_request. Thanks Fudge.sjaz
2009-10-20Added SUFFIXES .c .cpp .so to makefiles to clean up some of the codeAdam-
2009-10-20Fixed makesfiles to work on both bsd make and gnu makeAdam-
2009-10-20Apply some changes based on possible "flaws" found with flawfinder.cyberbotx
2009-10-13Complete rewrite of everything associated with modes, this breaks saving and ...Adam-
2009-09-29Fixed "make clean" to really clean up all the modulesAdam-
2009-09-27Removed old mod_version system for detecting module versions and replaced wit...Adam-
2009-09-27Fixed the remaining commands to always show all users help and to appear in t...Adam-
2009-09-20Removed the file name arg from MODULE_INITAdam-
2009-09-15Removed command position from Module::AddCommand(), it is no longer used beca...Adam-
2009-09-12Fix problem with CMake's auto-library search when being run on a subdirectory...cyberbotx
2009-09-06Fixed Makefiles to only suppress building when using run-cc.plAdam-
2009-08-21Partial revert of r2449, my_memo_lang shouldn't have a char * parameter, cons...cyberbotx
2009-08-19Fixed a crash when using commands if HostServ is disabledadam-
2009-08-12fixed a crashbug on /hostserv activateDukePyrolator
2009-07-25Changed params parameter of Command's Execute() from std::vector<std::string>...cyberbotx
2009-07-24Changed subcommand parameter of Command's OnHelp() from std::string to ci::st...cyberbotx
2009-07-21Fixed multiple issues with os_info, including changing the /cs oinfo syntax t...adam-
2009-06-26Changed module callbacks to use new Timer APIadam-
2009-06-23Adds check for using commands on non-registered channels before the adam-
2009-06-11Make stristr() const-safe, replace post-increment on iterators with pre-incre...cyberbotx
2009-06-11Cleanup of internals of new opertype stuff by Adam. Removes OS OPER and OS AD...rburchell