]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands/cmd_modules.cpp
Merge pull request #1162 from SaberUK/insp20+fix-deinstall
[user/henk/code/inspircd.git] / src / commands / cmd_modules.cpp
2014-01-21 Attila MolnarIncrease the penalty for a few core commands
2013-11-12 Daniel VassdalFix remote /MODULES bug
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-01-14 danieldgMove revision information from Version object to a...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-20 danieldgMove DumpText into User; kill unused WriteWallOps and...
2009-10-19 danieldgFix implementation of reference to const, use reference...
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-10-01 danieldgMerge remote/local MODULES output
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-16 danieldgAttempt to revert r11734
2009-09-16 danieldgMerge commands and modules in source, since they are...
2009-09-13 danieldgClean up Command constructor
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-18 w00tTie module version display to servers/auspex priv.
2008-08-29 brainTidier /modules generation. faster for non-opers, neate...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-23 w00tRemove unused itab array
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-04 brainConversion of command handler params from "const char...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-03-21 brainPatch to change MODULES numerics, so we dont get a...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainSome more to fix still, modules probably wont load...
2007-11-04 brainNot yet tested: remove last vestiges of modules[] and...
2007-10-23 brainAll the core is now pedantic safe!
2007-10-22 w00tMove cmd_*.cpp to src/commands/. Not done in the nicest...