index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_httpd_acl.cpp
Age
Commit message (
Expand
)
Author
2018-07-24
Make more config stuff case insensitive.
Peter Powell
2017-11-17
Fix a ton of -Wsign-conversion warnings.
Peter Powell
2017-08-27
Remove module file extensions from user-visible messages.
Peter Powell
2015-02-11
Convert the HTTPd ACL event to use the new cross-module event system
Attila Molnar
2014-06-14
Kill needless #includes in source files
Attila Molnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-08-04
Change httpd modules to use the MODNAME constant in headers.
Peter Powell
2013-08-04
Change modules to use the MODNAME constant when logging.
Peter Powell
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-06-07
Change the API of m_httpd to be dynamic_reference-based
attilamolnar
2013-06-06
Merge insp20
attilamolnar
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-05-18
m_httpd_acl Reread config on rehash
attilamolnar
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-04-12
Tidy up source files:
Peter Powell
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2013-02-01
Remove unused variables detected by Clang 4.2.
Peter Powell
2012-12-02
Dynamically determine the size of the eventlist[] passed to Attach()
attilamolnar
2012-12-02
Attach to events and register services in init()
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-02-21
Add Base64 encode/decode functions to the core
danieldg
2010-02-02
Allow opermotd to specify its file in <files> without also requiring an <oper...
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-17
Make classbase and refcountbase uncopyable; expand comments on their indended...
danieldg
2009-10-17
Remove dummy API_VERSION from Version constructor
danieldg
2009-10-08
Update Event and Request APIs
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-22
Describe module purpose in /MODULES output
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-01-02
Update copyrights for 2009.
w00t
2008-12-07
Switch some stuff to use ASCII mapping rather than RFC.
w00t
2008-08-25
Change module versions to use a string instead of fixed digits, and use props...
w00t
2008-08-22
Match conversion stuff.
w00t
2008-08-22
Revert automated conversion by Special, as it (unfortunately) neglects some d...
w00t
2008-08-22
Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...
special
2008-06-12
Change wording of a log message
brain
2008-06-11
fixed some indentation and spacing in modules
pippijn
2008-05-13
Microsoft, in their "infinite wisdom" decide to have no sensible naming conve...
brain
2008-05-12
code tidyups
brain
2008-05-12
httpd connection close fixes (these need to be backported to 1.1 at some poin...
brain
2008-05-12
Add HTTP auth
brain
2008-05-12
Add support for blacklists and whitelists, just http password auth to go (the...
brain
2008-05-12
Flesh this out some more
brain
2008-05-12
Skeleton ACL module, and hooks for it. This will provide ip restrictions, pas...
brain