aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_flashpolicyd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make more modules rehash atomically (#1535)Gravatar linuxdaemon2018-12-191-5/+2
| | | | | Have each module validate the values it loads before setting them, so any errors don't result in partial application of the configs
* Make more config stuff case insensitive.Gravatar Peter Powell2018-07-241-2/+2
|
* Store the server endpoint as a sockaddrs in ListenSocket.Gravatar Peter Powell2017-09-121-1/+1
|
* Convert a bunch of time-related config options to getDuration.Gravatar Peter Powell2017-09-031-1/+1
|
* Add CXX11_OVERRIDE to overridden members that lack it.Gravatar Peter Powell2017-07-121-1/+1
| | | | | This fixes a ton of warnings when building on compilers that default to C++11 or newer.
* m_flashpolicyd, m_httpd Store sockets in a intrusive listGravatar Attila Molnar2014-11-031-4/+4
|
* m_flashpolicyd, m_httpd Handle timeouts using the Timer systemGravatar Attila Molnar2014-11-031-19/+19
|
* Forward-port of ↵Gravatar JustArchi2014-09-221-0/+7
| | | | https://github.com/inspircd/inspircd-extras/commit/a311dbcaea1abad68b87ebbb283fc6d75a207a53 into master
* Add a Flash Policy Daemon moduleGravatar Daniel Vassdal2013-12-181-0/+158