summaryrefslogtreecommitdiff
path: root/modules/protocol/inspircd20.cpp
AgeCommit message (Expand)Author
2017-10-08Remove 2 day xline capAdam
2017-10-08Fix some compiler warningsAdam
2017-10-07No longer expose c->ci and ci->cAdam
2017-06-22Ping uplink occasionally and disconnect if no pong is receivedAdam
2017-04-20Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'Adam
2017-04-07Merge commit '95cd7a6aee8edb833aff92207ebed67a06913550'Adam
2017-04-07Merge commit 'aefde6e44d0c694119870f3d2462bdcda35d4291'Adam
2017-01-23Make log system use newer format stringsAdam
2017-01-16Update copyright to 2017.Robby
2016-12-18protocol/inspircd20: use own svsjoin/part/nicks to vaoid module dependencies ...Adam
2016-12-17Split ircdproto send functions out into separate servicesAdam
2016-12-11Fix detecting if chghost/chgident is loaded on inspircd and don't send them u...Adam
2016-12-08Export protocol implementations into protocol module headersAdam
2016-12-07Fix numerics to be sent to uidsAdam
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-12-01Allow encap handlers to recall message processing, make protocol/inspircd do ...Adam
2016-11-25Rename most ext fields names to be consistent with everything else, add acces...Adam
2016-11-22protocol/inspircd: Match servername as well on ENCAPgenius3000
2016-10-07Move core message handles to protocol/rfc1459Adam
2016-10-04inspircd20: specifially add channel modes official-join and operprefix as sta...Adam
2016-10-02Send vident/vhost in SVSLOGIN with SASLZoddo
2016-10-02Implement support for SASL 3.2 mechanism lists.Peter Powell
2016-09-23Fix SendNumericInternal on inspircd sending to the user's uid if dest is a uidAdam
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-04-10Send vident/vhost in SVSLOGIN with SASLZoddo
2016-02-28Implement support for SASL 3.2 mechanism lists.Peter Powell
2016-02-10Fix a privilege escalation exploit on InspIRCd with m_autoop.Peter Powell
2016-01-28Update copyright to 2016. This was done with:Robby
2015-12-31Rename haader file names to be consistent with module namesAdam
2015-10-27Merge branch '2.0' into 2.1Adam
2015-09-06Allow configuring modesAdam
2015-09-06Don't unset modes which have no privilege associated with themAdam
2015-03-22Merge pull request #112 from attilamolnar/2.0+inspircdmlockAdam
2015-03-11InspIRCd 2.0: Re-set server-side topiclock when an incoming METADATA topicloc...Attila Molnar
2015-03-11InspIRCd 2.0: Re-set server-side mlock when an incoming METADATA mlock from a...Attila Molnar
2015-03-11InspIRCd 2.0: Pass use_server_side_topiclock and use_server_side_mlock refere...Attila Molnar
2015-03-11InspIRCd 2.0: Add METADATA handler, pass everything to inspircd12/metadataAttila Molnar
2015-03-11Remove cloak prior to applying vhost in insp20 fhost handlerAdam
2015-01-05Merge branch '2.0' into 2.1Adam
2014-12-27Remove now unnecessary eventhook constructor calls in module init listsAdam
2014-12-12Fix issue 1627.MichaƂ Zegan
2014-12-10Unconst these config Get<Anope::string> calls as it makes no senseAdam
2014-12-10Use a triat class for event names instead of having to manually give them pla...Adam
2014-12-07Add SAVE support to inspircd20Adam
2014-11-24Rewrite serializable to have field level granularityAdam
2014-06-23Merge branch '2.0' into 2.1Adam
2014-05-30Don't allow setting -y on inspircd, secureops etc will try to enforce thisAdam