summaryrefslogtreecommitdiff
path: root/src/commands/cmd_quit.cpp
AgeCommit message (Expand)Author
2009-10-11Move 2 static extensibles from user class to inspircd class for global access...peavey
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
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-13Change Extensible to use strongly typed entriesdanieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-02Remove now-unused quitmsg/operquitmsg fields from Userdanieldg
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-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-04-09Move QuitUser into UserManager class, and unstaticize it. This prepares for s...w00t
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-01-10Header update: 2007 -> 2008w00t
2007-10-22Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...w00t