summaryrefslogtreecommitdiff
path: root/src/modules.c
AgeCommit message (Expand)Author
2010-06-18Removed all references to $, git has no svn keywordsAdam
2010-05-14Fixed many windows problems in the debug buildAdam-
2010-02-25Rewrote part of the Timer and CallBack code for modules to be saneAdam-
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-11updated copyright info for 2010pimpmylinux
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-08Made the Module::ServHelp() functions part of the event systemAdam-
2009-11-02added a way to load multiple encryption modules at the same and to switch bet...DukePyrolator
2009-10-18Fix a few things that bugged me when I was working on one of my own modules.cyberbotx
2009-10-13Complete rewrite of everything associated with modes, this breaks saving and ...Adam-
2009-10-02Properly remove old callbacks from modules internal list of callbacks list, a...Adam-
2009-09-15Removed command position from Module::AddCommand(), it is no longer used beca...Adam-
2009-08-19Add a few items to outstanding issues in TODO, clean up a lot of warnings (no...cyberbotx
2009-08-04Fix for bug #1091, HELP can crash without optional services clients adam-
2009-06-26Changed module callbacks to use new Timer APIadam-
2009-04-16Remove unused modules_unload_all fini paramrburchell
2009-04-06Replace Set*Help() functions with virtual *ServHelp() functions that can be o...cyberbotx
2009-04-02Remove capability for commands to hook existing commands, add an OnPreCommand...rburchell
2009-03-14Amended error message from "server numeric" to "server id" as per discussion on sjaz
2009-02-28Patch from Adam, reducing duplication in cs_modes. Untested.rburchell
2009-02-15Removed notice_user() and replaced all calls with Used::SendMessage.cyberbotx
2009-02-15Remove User::na, use User::nc everywhere. Will probably break everything, but...rburchell
2009-02-15HelpServ has been destroyed, +1000 points. Also fixed the argument order in t...cyberbotx
2009-02-10Clean up a few warnings.rburchell
2009-02-09Squashed commit: merge next (1.9.1) back to trunk.rburchell
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-12-17Massive cleanup of the CMakeLists.txt files to finalize them.cyberbotx
2008-12-17A few GCC 3.4.x and MSVC++ warning fixes.cyberbotx
2008-11-28Remove (void) args, these just make things ugly.rburchell
2008-11-28Removed mod_current_module, again, so far, no ill-effects...cyberbotx
2008-11-28Removed mod_current_module_name, so far no ill-effects...cyberbotx
2008-11-28Removed mod_current_user and mod_current_op, the latter of which was only an ...cyberbotx
2008-11-28Removed mod_current_module and mod_current_module_name from moduleDisplayHelp().cyberbotx
2008-11-28Moved moduleSet*Help() functions to Module::Set*Help().cyberbotx
2008-11-28Moved moduleNoticeLang() to Module::NoticeLang().cyberbotx
2008-11-27Moved moduleGetLangString() to Module::GetLangString().cyberbotx
2008-11-27Moved moduleDeleteLanguage() to Module::DeleteLanguage().cyberbotx
2008-11-23Converted many C-style casts to C++-style casts.cyberbotx
2008-11-22Properly initialized new objects when needed so they don't contain garbage data.cyberbotx
2008-11-22Replaced most uses of smalloc and scalloc with new, replaced most uses of fre...cyberbotx
2008-11-19Converted modules to use ConfigReader to access new config parser.cyberbotx
2008-11-16Remove UseTS6. This is now on or off at an ircd, not a config level. Move Cha...rburchell
2008-11-15Remove moduleAddData|GetData|DelData and all associated mess. Extensible base...rburchell
2008-11-15Create and use constructors for NickInfo, NickAlias, ChannelInfo. Inherit all...rburchell
2008-11-15Remove Message::mod_name, modules cannot own ircd messages any more (this mea...rburchell
2008-11-15Remove unused moduleAddMessage/moduleDelMessage, move moduleCallBackRun() int...rburchell
2008-11-15Remove some overly verbose debug dumping stuff.rburchell