summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2009-03-11Make the ident module assume that a connect tag wants ident functionality unl...peavey
2009-03-11Fix ComparePass for servers not supporting HMAC-SHA256 when ChallengeResponse...danieldg
2009-03-10Apparantly someone can't figure out which index to check. Fixes CHGHOST with ...w00t
2009-03-10Push password comparison logic into ComparePass, fixes authentication bug not...danieldg
2009-03-10Quiet bursts for uplinks, suggested by HiroP, thanks!brain
2009-03-09An FJOIN is not bursting unless the source server is burstingdanieldg
2009-03-08m_override: fix messages on multi-mode changesdanieldg
2009-03-07Remove some unneeded debug messages on the common case of FJOINdanieldg
2009-03-07Include explicit parameter list in ProtocolInterface::SendModedanieldg
2009-03-06Construct explicit parameter type list for MODE parametersdanieldg
2009-03-06Send SVSNICKs during nick collision to prevent servers that do not fully impl...danieldg
2009-03-06Fix number of events in noctcp, so 'C' is shown in EXTBAN= 005 token, fixes b...w00t
2009-03-06Fix +g notices going to remote users. Fixes bug #749, reported by Taros.w00t
2009-03-06Convert helpop to use a ModeHandler base rather than a SimpleUserModeHandler,...w00t
2009-03-05m_sakick needs to be marked VF_COMMONdanieldg
2009-03-05Fix delayjoin adding an extra @ prefix modedanieldg
2009-03-05Fix crash when services (or a misbehaving remote server) introduces a server ...danieldg
2009-03-04delayjoin: Remove broken check for channel ops, use ModeHandler parameter ins...danieldg
2009-03-04Clean up delayjoin extension behaviordanieldg
2009-03-02Revert "Don't apply channel modes received in an non-burst, non-creation FJOI...danieldg
2009-03-02Don't apply channel modes received in an non-burst, non-creation FJOIN, becau...danieldg
2009-03-01Fix a crash in m_conn_waitpong, spotted by Obi_Wan.dz
2009-02-27Revert r10640, it blocked override notices unless they contained an op/deop/etcdanieldg
2009-02-27Add more information to /CHECK outputdanieldg
2009-02-27[Taros] Add m_sakick.sodanieldg
2009-02-27Fix SID-sourced KILL being displayed to killee as from SID not from server namedanieldg
2009-02-27Fix previous module mismatch message; "remote" is misleading when sent as an ...danieldg
2009-02-25Add VF_COMMON to all modules that provide an extbandanieldg
2009-02-25Remove VF_COMMON from m_banredirect, it only adds an extbandanieldg
2009-02-25Clarify CMD_LOCALONLY return values for /WATCHdanieldg
2009-02-25m_customtitle: Don't route TITLE command, route metadata onlydanieldg
2009-02-25Allow accountname to be changed without an explicit unsetdanieldg
2009-02-24Clarify module mismatch messagedanieldg
2009-02-24Allow non-opers to use /MKPASSWDdanieldg
2009-02-24Fix svn:keywords on m_nationalchars.cppdanieldg
2009-02-23m_uninvite and m_ssl_oper_cert should be marked as VF_COMMON and returning CM...special
2009-02-23Forward port r11142: Commands that only give a response locally should not be...special
2009-02-22Forward port r11137 from stable:peavey
2009-02-19Remove unneeded "fd" member of issl_sessiondanieldg
2009-02-19Remove unneeded comment about warnings on 64-bitdanieldg
2009-02-19GnuTLS does not need a double-copy input bufferdanieldg
2009-02-19SAPART does indeed take up to 3 parameters.dz
2009-02-19Fix crash on /SHUN with exactly 2 parametersdanieldg
2009-02-18Add UID to CHECK outputdanieldg
2009-02-18Remove unused NumServers fielddanieldg
2009-02-18Remove MaxMapHeight, replace with dynamically sized buffersdanieldg
2009-02-18Apparently casting to float is not sufficient to cause a conversiondanieldg
2009-02-18Rework /MAP output to not be overly widedanieldg
2009-02-18Remove had no maxparabrain
2009-02-18Maxpara on these was 3, should be 2brain