]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands
Fix various issues with the nationalchars module.
[user/henk/code/inspircd.git] / src / commands /
2010-02-25 danieldgFix /LUSERS miscounting
2010-02-15 danieldgShow opers the raw VERSION string, not the custom one
2010-02-11 danieldgFix double-sending of locally sourced kills
2010-02-11 danieldgFix routing of KILL command when sourced from a server
2010-02-08 danieldgAlso allow <connect rules>
2010-02-08 danieldgAllow <connect motd> to select an alternate MOTD file...
2010-02-03 danieldgFix cidr_mask::str not correctly displaying mask length
2010-02-02 danieldgExecutable include for MOTD and more
2010-02-01 danieldgAdd parameters to OnSendWhoLine hook, fixes "/who ...
2010-01-30 danieldgMove nick change code out of cmd_nick; fixes double...
2010-01-29 danieldgRemove MaxWhoResults, replace with an increase of Penal...
2010-01-19 danieldgRemove overrides for ADMIN, STATS, TIME
2010-01-19 danieldgFix MOTD and RULES to work remotely (remove the old...
2010-01-17 danieldgRoute INFO to remote servers (fixes bug #924)
2010-01-14 danieldgMove revision information from Version object to a...
2010-01-14 danieldgAllow maxtargets to be bypassed in LoopCall for JOIN
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-10 danieldgRemove spanningtree override of /LUSERS
2009-11-15 danieldgFix failed oper snomask being sent to local oper sno...
2009-11-15 danieldgAdd Inspircd::AddServices
2009-11-11 danieldgAdd fine-grained command flood controls
2009-11-11 danieldgGet rid of DieDelay, it just freezes the ircd prior...
2009-11-11 danieldgAllow static build of inspircd without module support
2009-11-03 danieldgMove MODENOTICE command to a command module
2009-10-30 danieldgClean up typos and some unused code
2009-10-23 danieldgFix memory leaks on reloadmodule and spanningtree unloa...
2009-10-23 danieldgChange to <type:vhost> and <oper:vhost> because <oper...
2009-10-21 danieldgChange User::oper to an OperInfo reference
2009-10-21 danieldgMove all local-only fields to LocalUser
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-21 danieldgMove some local-only fields to LocalUser
2009-10-21 danieldgMove SetClass to LocalUser
2009-10-21 danieldgSplit LocalUser and RemoteUser
2009-10-20 danieldgMove DumpText into User; kill unused WriteWallOps and...
2009-10-19 danieldgFix implementation of reference to const, use reference...
2009-10-18 danieldgCull channels, warn when Extensible objects are not...
2009-10-17 danieldgImprove m_httpd_stats; fix incorect parameter order...
2009-10-17 danieldgClean up excessive bits in User struct
2009-10-17 danieldgRewrite ConfigReader again
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-12 danieldgMore WriteGlobalSno conversions in rehash, patch by...
2009-10-11 peaveyMove 2 static extensibles from user class to inspircd...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-10-02 danieldgFix routing for normal core commands like QUIT
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-10-01 danieldgMerge remote/local MODULES output
2009-10-01 danieldgAdd ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-24 danieldgMove configuration filename specification to start...
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-17 danieldgRemove SID from /map for non-opers, and add it to non...
2009-09-16 danieldgAttempt to revert r11734
2009-09-16 danieldgMerge commands and modules in source, since they are...
2009-09-14 danieldgFix incorrect min/max parameters on commands
2009-09-14 danieldgIntroduce "X" snomask for remote *:line messages [patch...
2009-09-13 danieldgFix max-parameters in MODE command
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgMembership* changes
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-13 specialDon't allow /who to match servers when HideWhoisServer...
2009-09-03 danieldgRemove HandleInternal and HandleServer, they are duplic...
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgAdd OnSendWhoLine hook, and use it in the oper hiding...
2009-09-02 danieldgRip out VisData in preparation for replacing it with...
2009-09-02 danieldgRemove now-unused quitmsg/operquitmsg fields from User
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgRemove calls to strdup() in core, it is not better...
2009-09-02 danieldgRemove misleading byte counts from stats z
2009-09-02 danieldgCast rework: use C++ style static_cast<> instead of...
2009-09-01 danieldgRename User::GetPort to GetServerPort to clarify its...
2009-08-15 w00tPartial revert of 1fb8a3f1b120db764375911be9ad8019a807a...
2009-08-14 w00tMake ident handling consistant: use ChangeIdent for...
2009-08-12 danieldgFixes for config reader
2009-07-01 danieldgMake rehash generate a new ServerInstance->Config object
2009-07-01 danieldgMove list of open ports out of Config object
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-02 danieldgGlobally route "a" snotices for more modules. Patch...
2009-05-02 danieldgSend rehash message to global sno, fixes bug #855....
2009-04-27 danieldgFix OnSetAway hook denying remote users' change rather...
2009-04-26 danieldgFix OnUserRegister being triggered twice if someone...
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-04-04 dzDon't do anything with logging in the handler for ...
2009-03-29 dzsend ERR_NEEDMOREPARAMS if an empty parameter is given...
2009-03-23 danieldgThreadEngine: remove excessive mutex use on thread...
2009-03-19 danieldgShow users their own server name in "/whois myself"
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-14 dzShow the IP address only in zline added messages if...
2009-03-14 dzStrip a zline target of anything resembling an ident...
2009-03-09 w00tAdd Taros to regular contributors list, too.
2009-03-09 w00tFix bug #764 (/stats i outputs numerics with uppercase...
2009-03-03 danieldgRestrict some /WHO options to opers
2009-02-19 danieldgRestrict /WHO <item> M to opers
2009-02-14 peaveyNuke trailing spaces
2009-02-13 brainAdd security:genericoper as requested by Strawberry...
2009-02-11 w00tFix nick@server.target PRIVMSG and NOTICE, noticed...
2009-02-07 w00tRemove duplicate MacGyver.
2009-02-04 w00tAdd Ankit to regular contributors list
next