aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_flashpolicyd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Redelete the flashpolicyd module which snuck back in during a merge.Gravatar Sadie Powell2019-08-091-162/+0
* Merge branch 'insp3' into master.Gravatar Sadie Powell2019-05-151-0/+162
|\
| * Some more text fixes and improvements (#1618).Gravatar Robby2019-04-281-1/+1
* | Remove the flashpolicyd module.•••Browsers will stop supporting Flash at the end of 2020. This branch will not ship before this happens. https://blogs.adobe.com/conversations/2017/07/adobe-flash-update.html Gravatar Sadie Powell2019-03-111-162/+0
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-7/+7
|/
* Make more modules rehash atomically (#1535)•••Have each module validate the values it loads before setting them, so any errors don't result in partial application of the configs Gravatar linuxdaemon2018-12-191-5/+2
* 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.•••This fixes a ton of warnings when building on compilers that default to C++11 or newer. Gravatar Peter Powell2017-07-121-1/+1
* 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 https://github.com/inspircd/inspircd-extras/commit/a311dbcaea...Gravatar JustArchi2014-09-221-0/+7
* Add a Flash Policy Daemon moduleGravatar Daniel Vassdal2013-12-181-0/+158