summaryrefslogtreecommitdiff
path: root/src/commands
AgeCommit message (Expand)Author
2010-06-12Quick fix for /RESTART crashingDaniel De Graaf
2010-04-02Use FindNickOnly in a few commands to prevent enumerating users via UID walkingDaniel De Graaf
2010-03-22Remove channel argument from OnSendWhoLine, this information is already avail...danieldg
2010-03-11Make MODENOTICE oper-only, noticed by jackmcbarndanieldg
2010-02-25Fix /LUSERS miscountingdanieldg
2010-02-15Show opers the raw VERSION string, not the custom onedanieldg
2010-02-11Fix double-sending of locally sourced killsdanieldg
2010-02-11Fix routing of KILL command when sourced from a serverdanieldg
2010-02-08Also allow <connect rules>danieldg
2010-02-08Allow <connect motd> to select an alternate MOTD file to displaydanieldg
2010-02-03Fix cidr_mask::str not correctly displaying mask lengthdanieldg
2010-02-02Executable include for MOTD and moredanieldg
2010-02-01Add parameters to OnSendWhoLine hook, fixes "/who * o" returning opers with +Hdanieldg
2010-01-30Move nick change code out of cmd_nick; fixes double-invocation of hooks and m...danieldg
2010-01-29Remove MaxWhoResults, replace with an increase of Penalty based on result lis...danieldg
2010-01-19Remove overrides for ADMIN, STATS, TIMEdanieldg
2010-01-19Fix MOTD and RULES to work remotely (remove the old hacks for MOTD)danieldg
2010-01-17Route INFO to remote servers (fixes bug #924)danieldg
2010-01-14Move revision information from Version object to a static symboldanieldg
2010-01-14Allow maxtargets to be bypassed in LoopCall for JOINdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2010-01-10Remove spanningtree override of /LUSERSdanieldg
2009-11-15Fix failed oper snomask being sent to local oper sno on remote serversdanieldg
2009-11-15Add Inspircd::AddServicesdanieldg
2009-11-11Add fine-grained command flood controlsdanieldg
2009-11-11Get rid of DieDelay, it just freezes the ircd prior to exitdanieldg
2009-11-11Allow static build of inspircd without module supportdanieldg
2009-11-03Move MODENOTICE command to a command moduledanieldg
2009-10-30Clean up typos and some unused codedanieldg
2009-10-23Fix memory leaks on reloadmodule and spanningtree unload while connecting ser...danieldg
2009-10-23Change to <type:vhost> and <oper:vhost> because <oper:host> is taken.danieldg
2009-10-21Change User::oper to an OperInfo referencedanieldg
2009-10-21Move all local-only fields to LocalUserdanieldg
2009-10-21Change module API to use LocalUser* where correctdanieldg
2009-10-21Move some local-only fields to LocalUserdanieldg
2009-10-21Move SetClass to LocalUserdanieldg
2009-10-21Split LocalUser and RemoteUserdanieldg
2009-10-20Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functionsdanieldg
2009-10-19Fix implementation of reference to const, use reference counting for Extensib...danieldg
2009-10-18Cull channels, warn when Extensible objects are not culled as they must bedanieldg
2009-10-17Improve m_httpd_stats; fix incorect parameter order in reloadmoduledanieldg
2009-10-17Clean up excessive bits in User structdanieldg
2009-10-17Rewrite ConfigReader againdanieldg
2009-10-14Fix module unmapping with culled Module objectsdanieldg
2009-10-14Move static map of extensions into ServerInstance, add const-correctnessdanieldg
2009-10-12More WriteGlobalSno conversions in rehash, patch by dKingstondanieldg
2009-10-11Move 2 static extensibles from user class to inspircd class for global access...peavey
2009-10-08Update Event and Request APIsdanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-10-02Fix routing for normal core commands like QUITdanieldg