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_qline.cpp
Age
Commit message (
Expand
)
Author
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-09-26
Remove InspIRCd* parameters and fields
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-14
Introduce "X" snomask for remote *:line messages [patch by jackmcbarn]
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-01-02
Update copyrights for 2009.
w00t
2008-10-26
Epic fail, did someone order a shipment of fail?
brain
2008-10-26
Fix obvious oversight spotted by Ankit, provide xline reasons when adding them
brain
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-02-20
Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...
brain
2008-01-10
Header update: 2007 -> 2008
w00t
2007-11-02
Tidy up, and make the identifer for a line type be std::string not char
brain
2007-10-31
Fix up to pass User*
brain
2007-10-31
More fixes
brain
2007-10-31
Make /gline etc compile with new methods
brain
2007-10-29
Compile fixes
brain
2007-10-28
PERL PIE FOR ALL: Rename a fuckload of XLineManager's methods
w00t
2007-10-28
- Tear out a useless load of XLine clutters that did nothing much except conf...
w00t
2007-10-22
Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...
w00t