summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-03-10Quiet bursts for uplinks, suggested by HiroP, thanks!brain
2009-03-09Flush snotices instantly on send (disable queueing) - in it's present form, i...w00t
2009-03-09Add Taros to regular contributors list, too.w00t
2009-03-09Fix bug #751 (wallops are not being processed remotely), reported by Taros.w00t
2009-03-09Fix bug #764 (/stats i outputs numerics with uppercase I), reported by KingTa...w00t
2009-03-09Rewrite BufferedSocket::BindAddr to actually make sense, and not infinite loo...w00t
2009-03-09An FJOIN is not bursting unless the source server is burstingdanieldg
2009-03-09Correctly fill LastParseParams on servermode. Fixes bug 763, thanks Ankitdanieldg
2009-03-08m_override: fix messages on multi-mode changesdanieldg
2009-03-07Fix +k for realdanieldg
2009-03-07Let's try that +k fix again, this time with more testingdanieldg
2009-03-07Remove some unneeded debug messages on the common case of FJOINdanieldg
2009-03-07Fix r11178 not allowing keys to be unsetdanieldg
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-06Drop channel keys if they are identical to the already-set key (fix for bug #...w00t
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-03Restrict some /WHO options to opersdanieldg
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-02Fix +P channels being deleted when the final user /QUITs, thanks SnoFoxdanieldg
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-22In retrospect, not allowing *any* XLines to be set was pretty fucking stupid.w00t
2009-02-22Don't remove an expired xline on add, simply drop duplicates (1.1 behaviour)....w00t
2009-02-22Don't allow expired XLines to be added.w00t
2009-02-22Forward port r11137 from stable:peavey
2009-02-19Remove unneeded "fd" member of issl_sessiondanieldg