summaryrefslogtreecommitdiff
path: root/src/modules/m_httpd_acl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Microsoft, in their "infinite wisdom" decide to have no sensible naming ↵Gravatar brain2008-05-131-6/+6
| | | | | | convention at all for windows api structs so have taken the struct name 'ACL' in winnt.h. Therefore we have to rename ours to HTTPACL :( git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9720 e03df62e-2008-0410-955e-edbf42e46eb7
* code tidyupsGravatar brain2008-05-121-25/+21
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9716 e03df62e-2008-0410-955e-edbf42e46eb7
* httpd connection close fixes (these need to be backported to 1.1 at some ↵Gravatar brain2008-05-121-0/+2
| | | | | | point?) and acl tweaks to make http auth work git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9714 e03df62e-2008-0410-955e-edbf42e46eb7
* Add HTTP authGravatar brain2008-05-121-17/+137
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9713 e03df62e-2008-0410-955e-edbf42e46eb7
* Add support for blacklists and whitelists, just http password auth to go ↵Gravatar brain2008-05-121-11/+36
| | | | | | (the most complex part) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9711 e03df62e-2008-0410-955e-edbf42e46eb7
* Flesh this out some moreGravatar brain2008-05-121-1/+70
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9710 e03df62e-2008-0410-955e-edbf42e46eb7
* Skeleton ACL module, and hooks for it. This will provide ip restrictions, ↵Gravatar brain2008-05-121-0/+80
passwording etc for httpd modules git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9709 e03df62e-2008-0410-955e-edbf42e46eb7