summaryrefslogtreecommitdiff
path: root/src/commands/cmd_zline.cpp
AgeCommit message (Expand)Author
2012-12-15Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ta...attilamolnar
2012-09-30Fix more undefined behavior caused by referencing the returned buffer by std:...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-16Attempt to revert r11734danieldg
2009-09-16Merge commands and modules in source, since they are already merged in installdanieldg
2009-09-14Introduce "X" snomask for remote *:line messages [patch by jackmcbarn]danieldg
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-03-14Show the IP address only in zline added messages if *@ip was supplied.dz
2009-03-14Strip a zline target of anything resembling an ident prior to sanity checking...dz
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-10-26D'ohbrain
2008-10-26Fix obvious oversight spotted by Ankit, provide xline reasons when adding thembrain
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-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-11Fix trampling on memory in Z/G/K/ELine.w00t
2008-02-10Correctly rewrite bans in 1.2 also, and make zline on nicks actually work.w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-10Allow eline/gline/kline/zline by nickbrain
2007-11-02Tidy up, and make the identifer for a line type be std::string not charbrain
2007-10-31Fix up to pass User*brain
2007-10-31More fixesbrain
2007-10-31Make /gline etc compile with new methodsbrain
2007-10-29Compile fixesbrain
2007-10-28PERL PIE FOR ALL: Rename a fuckload of XLineManager's methodsw00t
2007-10-28- Tear out a useless load of XLine clutters that did nothing much except conf...w00t
2007-10-22Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...w00t