]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands
Remove include/inspircd_se_config.h and socketengine-specific headers
[user/henk/code/inspircd.git] / src / commands /
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
2009-01-27 w00tCredits updates.
2009-01-22 brainFix for bug found by danieldg, where remote nicks were...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-28 brainFix bug spotted by KingTarquin, if an empty string...
2008-12-07 w00tConvert necessary match calls to use ASCII casemap.
2008-12-01 w00tRip flood/threshold out of config classes also.
2008-11-10 w00tAdd Phoenix to regular contributors list
2008-11-01 w00tObsolete m_restrictbanned, add <security:restrictbanned...
2008-11-01 w00tCorrect this error message to confuse people less.
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-10-28 w00tdz added to /info, psychon (omitted?!) added to startup :)
2008-10-26 brainD'oh
2008-10-26 brainEpic fail, did someone order a shipment of fail?
2008-10-26 brainThis one too
2008-10-26 brainFix obvious oversight spotted by Ankit, provide xline...
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tPatch from Namegduf converting all instances (where...
2008-10-22 w00tOnly announce Q:Line hits on NICK from unregistered...
2008-10-18 w00tTie settings in mode and whowas to privs.
2008-10-18 w00tTie a number of /who settings to servers/auspex and...
2008-10-18 w00tTie display of realhost in USERHOST to users/auspex...
2008-10-18 w00tTie /stats that aren't explicitly marked for users...
2008-10-18 w00tTie module version display to servers/auspex priv.
2008-10-18 w00tUse servers/auspex and users/auspex privs where needed.
2008-10-18 w00tImplement channels/auspex priv for /names and /list.
2008-10-18 w00tMake use of privs for PRIVMSG also.
2008-10-18 w00tWorking privs implementation, and example usage in...
2008-09-25 peaveyFix faulty logic, glob patterns may not start with...
2008-09-20 brainFix a rather nasty race condition revealed by my readin...
2008-09-07 w00tInvite timeout on server-to-server is already a unix...
2008-08-29 brainTidier /modules generation. faster for non-opers, neate...
2008-08-29 peaveyFix extra End of /STATS on spanningtree override of...
2008-08-29 psychonI was told that a new dev's first action must be adding...
2008-08-28 w00tRename lowermap to rfc_case_insensitive_map, add case_s...
2008-08-27 w00tClean up opering a tiny bit.. pave the way for SVSOPER
2008-08-27 w00tUSERHOST/USERIP fix, return '-' char, not '+' if the...
2008-08-26 brainSomeone messed this up
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-25 w00tImplement /who 1d t (search for who matches for users...
2008-08-25 w00tAdd opt_time to WHO (will be /who +t flag) and clean...
2008-08-23 w00tRemove unused itab array
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-08-20 brainproperly coreexport the getcpu() function etc
2008-08-20 brainWe can finally have percent cpu in the stats z on windo...
2008-08-18 w00tForward-port r10160: openssl partial write fucking...
2008-08-17 brainThese are not percentages
2008-08-07 w00tAlways deny invite to users below halfop status, move...
2008-08-06 w00tHooray
2008-08-06 w00tGive feedback to remote users
next