index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
commands
/
cmd_part.cpp
Age
Commit message (
Expand
)
Author
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-18
Cull channels, warn when Extensible objects are not culled as they must be
danieldg
2009-10-03
Get rid of a bunch of memory-wasting C-style strings
danieldg
2009-09-16
Attempt to revert r11734
danieldg
2009-09-16
Merge commands and modules in source, since they are already merged in install
danieldg
2009-09-13
Clean up Command constructor
danieldg
2009-09-03
Change cmd_*.so to use the Module object API
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-02-14
Nuke trailing spaces
peavey
2009-01-02
Update copyrights for 2009.
w00t
2008-07-11
Convert API to use std::string, fixes my slight bug from earlier and looks ti...
w00t
2008-05-18
Make User:: nick/ident/dhost/fullname and some other things std::string inste...
aquanight
2008-05-04
Conversion of command handler params from "const char* const* parameters, int...
brain
2008-04-07
We were lucky this one didnt bring down the whole devnet (see cmd_part.cpp diff)
brain
2008-02-20
Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...
brain
2008-01-10
Header update: 2007 -> 2008
w00t
2008-01-10
Implement <options:prefixpart|suffixpart|fixedpart>
w00t
2007-10-22
Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...
w00t