summaryrefslogtreecommitdiff
path: root/modules/protocol/hybrid.cpp
AgeCommit message (Expand)Author
2021-01-07Update copyright to 2021.Robby
2020-10-02Update/modernize ircd-hybrid protocol module to stay link compatible with nex...miwob
2020-08-01ircd-hybrid protocol module: add support for channel mode 'K' (no knock)miwob
2020-01-04Update copyright to 2020.Robby
2019-01-01Update copyright to 2019.Robby
2018-06-12Update ircd-hybrid protocol module to support latest version of ircd-hybrid b...miwob
2018-04-25Update copyright to 2018.Robby
2017-03-19Add channel mode 'u', and 'L' to hybrid protocol module; Remove useless CAPAB...miwob
2017-01-17Cleanup some excess whitespaces and tabs, and fix a few typos along the way.Robby
2017-01-16Update copyright to 2017.Robby
2016-01-28Update copyright to 2016. This was done with:Robby
2016-01-23Fix hybrid to compileAdam
2016-01-23Merge pull request #145 from miwob/style+copyrightAdam
2016-01-23Merge pull request #149 from miwob/SendSQLineAdam
2016-01-20Update SendSQLine() in hybrid's protocol module to use non-capsulatet RESV me...miwob
2016-01-19Update SendSGLine() in hybrid's protocol module to add support for temporary ...miwob
2016-01-13hybrid.cpp: clean up style to match with other code; update copyright headermiwob
2015-12-26Add support for channel mode +T to the ircd-hybrid protocol moduleMichael Wobst
2015-12-13hybrid.cpp:SendClientIntroduction(): use a valid IP address format. In the fu...miwob
2015-10-24hybrid.cpp: add missing CanSQLineChannel = true; to the protocol optionsmiwob
2015-07-08Fix a ton of typos.Peter Powell
2015-03-12Merge pull request #105 from miwob/master+use-uid-for-svsnickAdam
2015-03-12Merge pull request #106 from miwob/master+SendClientIntroductionAdam
2015-03-12Merge pull request #107 from miwob/master+misc-hybrid-changesAdam
2015-02-15- Misc updates to the hybrid protocol modules:miwob
2015-02-15- Update SendClientIntroduction() to use * for account names instead of 0miwob
2015-02-15- Change SendForceNickChange() to use UIDsmiwob
2015-02-10Merge pull request #102 from miwob/master+protocol-missing-modesAdam
2015-02-08Misc changes to the ircd-hybrid protocol module:miwob
2015-02-07- Added some missing user modes to the ircd-hybrid protocol modulemiwob
2015-02-06Merge pull request #101 from miwob/master+hybrid-protocol-no-globops-overrideAdam
2015-02-06- Removed SendGlobopsInternal() override as it's basically a duplicate of Sen...miwob
2015-02-06- Update ircd-hybrid protocol module to support channel mode 'C' (no CTCPs)miwob
2015-01-28More properly track topic change sources and allow users with access to chang...Adam
2014-06-19hybrid.cpp: add our own SendInvite() which sends the channel's timestamp alon...miwob
2014-05-13Update ircd-hybrid protocol moduleMichael Wobst
2014-04-18Remove unused event.Adam
2014-04-02Set minus no arg on +l in all proto modsAdam
2014-02-27Hybrid does not let us add resvs as a server, but the core expects to be able...Adam
2014-02-27Handle nick collisions somewhat instead of blindly overwriting the nicksAdam
2014-01-28Use TBURST on hybrid to set topicsAdam
2014-01-21Unbreak account stuff from commit ccae59430ab50393f43ccc38a6a6c0c24191b601.Adam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-12-25Fix sqline on hybridAdam
2013-11-21Hybrid has no quit on kill, so internally kill users when killedAdam
2013-08-31add vhost support for hybridDukePyrolator
2013-08-12Use less strict valid ident checks on hybrid, unreal, and inspircdAdam
2013-08-10Do not have ratbox or plexus pull modes from hybrid, it is entirely too confu...Adam
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
2013-07-26Fix issues with 'Me' related to previous commitAdam