summaryrefslogtreecommitdiff
path: root/src/modules/m_flashpolicyd.cpp
AgeCommit message (Collapse)Author
2021-03-10Rename `<bind:ssl>` to `<bind:sslprofile>`.Sadie Powell
2020-04-24Update copyright headers.InspIRCd Robot
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-04-09Set the minimum length to 1 for most config items with a default.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-04-28Some more text fixes and improvements (#1618).Robby
2018-12-19Make more modules rehash atomically (#1535)linuxdaemon
Have each module validate the values it loads before setting them, so any errors don't result in partial application of the configs
2018-07-24Make more config stuff case insensitive.Peter Powell
2017-09-12Store the server endpoint as a sockaddrs in ListenSocket.Peter Powell
2017-09-03Convert a bunch of time-related config options to getDuration.Peter Powell
2017-07-12Add CXX11_OVERRIDE to overridden members that lack it.Peter Powell
This fixes a ton of warnings when building on compilers that default to C++11 or newer.
2014-11-03m_flashpolicyd, m_httpd Store sockets in a intrusive listAttila Molnar
2014-11-03m_flashpolicyd, m_httpd Handle timeouts using the Timer systemAttila Molnar
2014-09-22Forward-port of ↵JustArchi
https://github.com/inspircd/inspircd-extras/commit/a311dbcaea1abad68b87ebbb283fc6d75a207a53 into master
2013-12-18Add a Flash Policy Daemon moduleDaniel Vassdal