Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-26 | Update copyright headers. | InspIRCd Robot | |
2020-12-04 | Normalise paths in the httpd module. | Sadie Powell | |
2020-12-04 | Improve HTTP logging. | Sadie Powell | |
2020-04-10 | Update the module descriptions using mkversion. | Sadie Powell | |
2020-01-11 | Update copyright headers. | InspIRCd Robot | |
2019-02-06 | Expand searching in m_httpd_stats, add global handling of GET parameters (#1566) | linuxdaemon | |
2018-08-15 | Rewrite m_httpd_config. | Peter Powell | |
- Send the configuration as plain text instead of HTML. - Show the location where each tag was located in a comment. - Indent configuration keys consistently so they are easy to read. | |||
2017-08-27 | Remove module file extensions from user-visible messages. | Peter Powell | |
2016-12-08 | Store config values in a map instead of a unique vector of pairs. | Peter Powell | |
2015-02-11 | Convert the HTTPd request event to use the new cross-module event system | Attila Molnar | |
2014-06-14 | Kill needless #includes in source files | Attila Molnar | |
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 | |
The majority of modules were logging with their module name as the log type. There was a few places which were logging to a non-name type but, with the exception of CONFIG, those messages are so uncommon that it doesn't make sense to use a seperate type for them. | |||
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-05-19 | Fix spacing in calls to LogManager::Log. | Peter Powell | |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell | |
- Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it. | |||
2013-04-12 | Tidy up source files: | Peter Powell | |
- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | |||
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 | |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar | |
m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove | |||
2012-12-02 | Attach to events and register services in init() | attilamolnar | |
2012-05-30 | Module description updates | Robby- | |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- | |
2010-02-02 | Allow opermotd to specify its file in <files> without also requiring an ↵ | danieldg | |
<opermotd> block git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12355 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-10-23 | Change to <type:vhost> and <oper:vhost> because <oper:host> is taken. | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11957 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11887 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-10-17 | Rewrite ConfigReader again | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11879 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-10-08 | Update Event and Request APIs | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11808 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-09-22 | Describe module purpose in /MODULES output | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11757 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically ↵ | psychon | |
with the following command, only .Makefile.inc got some indent fixups by hand. for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-01-02 | Update copyrights for 2009. | w00t | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2008-08-25 | Change module versions to use a string instead of fixed digits, and use ↵ | w00t | |
propset ID to auto-set versions, so we don't have (essentially unused) module versions. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10291 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2008-06-11 | fixed some indentation and spacing in modules | pippijn | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9888 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2008-05-13 | Right now this just dumps the config hash as html | brain | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9725 e03df62e-2008-0410-955e-edbf42e46eb7 |