summaryrefslogtreecommitdiff
path: root/src/commands/cmd_modules.cpp
AgeCommit message (Expand)Author
2014-01-21Increase the penalty for a few core commandsAttila Molnar
2013-11-12Fix remote /MODULES bugDaniel Vassdal
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-01-14Move revision information from Version object to a static symboldanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-20Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functionsdanieldg
2009-10-19Fix implementation of reference to const, use reference counting for Extensib...danieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-10-01Merge remote/local MODULES outputdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-16Attempt to revert r11734danieldg
2009-09-16Merge commands and modules in source, since they are already merged in installdanieldg
2009-09-13Clean up Command constructordanieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-10-18Tie module version display to servers/auspex priv.w00t
2008-08-29Tidier /modules generation. faster for non-opers, neater for all, and doesnt ...brain
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-23Remove unused itab arrayw00t
2008-08-21match() is no longer a function+no header, now a static method of InspIRCd cl...w00t
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-03-21Patch to change MODULES numerics, so we dont get a collision when using AUTHE...brain
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-01-10Header update: 2007 -> 2008w00t
2007-11-04Some more to fix still, modules probably wont load correctly atmbrain
2007-11-04Not yet tested: remove last vestiges of modules[] and module_names[] arrays.brain
2007-10-23All the core is now pedantic safe!brain
2007-10-22Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...w00t