summaryrefslogtreecommitdiff
path: root/modules/protocol/hybrid.cpp
AgeCommit message (Expand)Author
2017-10-08Remove 2 day xline capAdam
2017-10-08Fix some compiler warningsAdam
2017-04-20Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'Adam
2017-01-23Make log system use newer format stringsAdam
2017-01-16Update copyright to 2017.Robby
2016-12-17Split ircdproto send functions out into separate servicesAdam
2016-12-08Export protocol implementations into protocol module headersAdam
2016-12-06Remove many more old C style format strings in the protocol functionsAdam
2016-12-01Split more protocol module message handler declarations into module headersAdam
2016-10-07Move core message handles to protocol/rfc1459Adam
2016-10-01Update SendSQLine() in hybrid's protocol module to use non-capsulatet RESV me...miwob
2016-09-30Update SendSGLine() in hybrid's protocol module to add support for temporary ...miwob
2016-09-30hybrid.cpp: clean up style to match with other code; update copyright headermiwob
2016-09-28hybrid.cpp:SendClientIntroduction(): use a valid IP address format. In the fu...miwob
2016-09-25Get rid of service alias stuff, make proto mods link to each otherAdam
2016-09-23hybrid: set CanSQLineChannelAdam
2016-09-23Remove rfc1459 message framing everywhereAdam
2016-07-31Update license headers and copyrights on all source filesAdam
2016-07-28Allow serializable fields to use storage in the respective objects.Adam
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-27Merge branch '2.0' into 2.1Adam
2015-10-24hybrid.cpp: add missing CanSQLineChannel = true; to the protocol optionsmiwob
2015-09-06Allow configuring modesAdam
2015-09-06Fix some service bot/botinfo mismatchesAdam
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
2015-01-05Merge branch '2.0' into 2.1Adam
2014-12-27Remove now unnecessary eventhook constructor calls in module init listsAdam
2014-12-10Use a triat class for event names instead of having to manually give them pla...Adam
2014-11-24Rewrite serializable to have field level granularityAdam