]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2010-02-11 danieldgChange SERVICE_{CMODE,UMODE} to SERVICE_MODE, which...
2010-02-10 danieldgShow SSL fingerprint in /WHOIS line, allow fingerprints...
2010-02-10 danieldgFix TBAN not working if the banner is owner/protected
2010-02-10 danieldgFix incorrect ServerInstance pointer in m_sasl
2010-02-10 danieldgChange display of PROP list to match the input format
2010-02-10 danieldgBetter error messages for m_autoop
2010-02-10 danieldgFix incorrect check of mode permissions when displaying...
2010-02-10 danieldg2.0 beta 2 release
2010-02-10 danieldgFix WHOISNOTICE parameters being sent backwards
2010-02-10 danieldgWhy are we wasting space on DieValue?
2010-02-09 danieldgFix typo
2010-02-09 danieldgSort CAPAB CHANMODES and USERMODES
2010-02-09 danieldgFix double-free when catching an exception in module...
2010-02-09 danieldgEliminate duplicate names between user and channel...
2010-02-09 danieldgAllow exemptchanops to modify the channel access level...
2010-02-09 danieldgUpdate m_exemptchanops to allow users to specify the...
2010-02-09 danieldgMove password checking into connect class search
2010-02-09 danieldgClean up documentation of connect blocks a bit
2010-02-09 danieldgThis module isn't supposed to be part of 2.0; it will...
2010-02-09 danieldgChange <connect:requiresasl> to <connect:requireaccount...
2010-02-09 danieldgMove chanhistory to PostJoin hook
2010-02-09 danieldghalf-voice is a better name than status prefix
2010-02-09 danieldgAdd authorization cache module
2010-02-09 danieldgAdd random number generation functions to InspIRCd...
2010-02-09 danieldgFix error message on OPTCOMMON mismatch
2010-02-08 danieldgSSL certificate requests prior to full registration...
2010-02-08 danieldgAdd <connect requiressl="trusted"> to force CA verifica...
2010-02-08 danieldgAlso allow <connect rules>
2010-02-08 danieldgAllow <connect motd> to select an alternate MOTD file...
2010-02-08 danieldgAllow <connect autojoin=""> to override the m_conn_join...
2010-02-07 danieldgFix typo
2010-02-07 danieldgFix crash on kick when +J is set, +misc cleanup
2010-02-07 danieldgUpdate example config for passforward and RPC module...
2010-02-07 danieldgMore cleanup of quit servers
2010-02-07 danieldgDon't send GODMODE snomask for remote users (let SendGl...
2010-02-07 danieldgChange PROP command format to accept multiple changes...
2010-02-06 danieldgFix left/right inversion in ListDifference
2010-02-06 danieldgAdd PROP command to m_namedmodes
2010-02-06 danieldgrename channel modes +it to distinguish them from commands
2010-02-06 danieldgFail adding of new mode when its prefix is already...
2010-02-06 danieldgAdd mode +V, status prefix. Because we haven't used...
2010-02-06 danieldgClean up empty/unused directories
2010-02-06 danieldgMove configuration examples to docs, remove automatic...
2010-02-06 danieldgSend module load/unload notifications so that services...
2010-02-05 danieldgFix NICKLOCK/SANICK errors with Q:lined nicks
2010-02-05 danieldgRemove incorrect access checks from m_ojoin
2010-02-05 danieldgDon't enforce access control on remote users for topic...
2010-02-04 danieldgConfig updates from jdhore
2010-02-04 danieldgClarify fingerprint comments in example oper block
2010-02-04 danieldgFix FIDENT response forging to run prior to the ENCAP...
2010-02-04 danieldgFix wrapping check so we waste slightly fewer lines...
2010-02-04 danieldgAdd DYING link state, push error messages on link,...
2010-02-03 danieldgSplit servers if they try to send infinite garbage...
2010-02-03 danieldgDon't use hosts more than 64 characters long from CGI:IRC
2010-02-03 danieldgDelink servers using an SSL module that is being reloaded
2010-02-03 danieldgFix STARTTLS sending the 670 numeric within the SSL...
2010-02-03 danieldgForge FIDENT reply to CHGIDENT to prevent ident desync...
2010-02-03 danieldgFix mode required error message
2010-02-03 danieldgFix cidr_mask::str not correctly displaying mask length
2010-02-03 danieldgFix segfault on GRELOADMODULE
2010-02-03 danieldgAdd access checking for m_autoop
2010-02-03 danieldgDon't try to use CIDR matching unless a CIDR range...
2010-02-03 danieldgAdd m_autoop.so - ircd-side channel access lists via...
2010-02-02 danieldgDon't try to load modules with filenames starting with a .
2010-02-02 danieldgAllow SSL fingerprint hash to be specified, and show...
2010-02-02 danieldgAdd requiresasl to connect block checks
2010-02-02 danieldgAllow opermotd to specify its file in <files> without...
2010-02-02 danieldgExecutable include for MOTD and more
2010-02-02 danieldgAdd requireident/requiressl to connect blocks
2010-02-02 danieldgAdd OnSetConnectClass hook for use in adding requiremen...
2010-02-02 danieldgSort items in the 005 line
2010-02-01 danieldgImprove SSL fingerprint on link message
2010-02-01 danieldgStrip colons from server SSL fingerprint, to allow...
2010-02-01 danieldgAllow <link password=""> to specify identical send...
2010-02-01 danieldgSpacify the oper name in STATS O
2010-02-01 danieldgFix possible uninit memory access detected by valgrind
2010-02-01 danieldgAdd parameters to OnSendWhoLine hook, fixes "/who ...
2010-02-01 danieldgDisplay allowed oper modes, commands, and permissions...
2010-02-01 danieldgMark +P mode as oper-only now that it no longer require...
2010-02-01 danieldgAdd stats O, oper type/permission list
2010-02-01 danieldgDon't run OnUserPostNick hook for initial NICK command
2010-02-01 danieldgCorrectly abort attempted socket writes on error
2010-01-31 danieldgIncrease penalty for KNOCK
2010-01-31 danieldgRemove duplicated permisison check for setting mode...
2010-01-31 danieldgUpdate connect block matching on rehash to prefer names...
2010-01-31 danieldgAllow connect classes to be specified without an allow...
2010-01-30 danieldgForward-port of r12333, clone-counting fix for m_cgiirc
2010-01-30 danieldgStop parsing inbound server lines on an error
2010-01-30 danieldgRemove UpdateNickHash due to incorrect behavior
2010-01-30 danieldgMove nick change code out of cmd_nick; fixes double...
2010-01-30 danieldgRemove a few needless string crops, compile fix
2010-01-30 danieldgRemove FakeUser from clientlist/uuidlist, as it bypasse...
2010-01-30 danieldgRemove users from uuidlist on QuitUser, not during...
2010-01-29 danieldgRemove MaxWhoResults, replace with an increase of Penal...
2010-01-28 danieldgFix empty FMODE being sent if SendMode mode changes
2010-01-24 danieldgAllow nick locking to prevent voluntary changes to UID
2010-01-24 danieldgUse UID/SID as the source for ENCAP commands, not serve...
2010-01-24 danieldgFix ENCAP stripping, was incorrectly checking for ...
2010-01-24 danieldgIf SVSNICK is sent to force a change to a UID-lookalike...
2010-01-24 danieldgDon't query module version prior to init; fixes valgrin...
next