Age | Commit message (Collapse) | 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-09-12 | Get rid of irc::sockets::satoap(). | Peter Powell | |
This function is being misused in all but one scenario. It isn't really worth keeping IMO. | |||
2017-09-03 | Convert a bunch of time-related config options to getDuration. | Peter Powell | |
2017-07-12 | Add CXX11_OVERRIDE to overridden members that lack it. | Peter Powell | |
This fixes a ton of warnings when building on compilers that default to C++11 or newer. | |||
2016-08-24 | Check for errors after calling IOHookProvider::OnAccept() | Attila Molnar | |
2016-08-08 | Keep multiple IOHookProvider references in class ListenSocket | Attila Molnar | |
This adds the <bind:hook> config option which works together with <bind:ssl> | |||
2016-08-08 | Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ↵ | Attila Molnar | |
module Use it to simplify logic in all modules using or providing IOHooks | |||
2015-05-01 | m_httpd Fix iteration in OnUnloadModule() | Attila Molnar | |
2015-04-20 | Merge insp20 | Attila Molnar | |
2015-02-11 | m_httpd Remove now unused variable "claimed" | Attila Molnar | |
2015-02-11 | Remove unused parameters from HTTPRequest constructor | Attila Molnar | |
2015-02-11 | Convert the HTTPd request event to use the new cross-module event system | Attila Molnar | |
2015-02-11 | Convert the HTTPd ACL event to use the new cross-module event system | Attila Molnar | |
2015-01-10 | Reduce std::string::substr() usage | Attila Molnar | |
substr() returns a new string while erase() and assign() modify the existing one | |||
2014-12-10 | m_httpd On module unload close all connections hooked by the module being ↵ | Attila Molnar | |
unloaded | |||
2014-11-03 | m_flashpolicyd, m_httpd Store sockets in a intrusive list | Attila Molnar | |
2014-11-03 | m_flashpolicyd, m_httpd Handle timeouts using the Timer system | Attila Molnar | |
2014-11-03 | m_httpd Clean up HttpServerSocket constructor | Attila Molnar | |
2014-11-03 | m_httpd Remove unused container | Attila Molnar | |
2014-11-03 | m_httpd Always timeout connections, set default timeout to 10 seconds | Attila Molnar | |
2014-06-25 | Add parameter to InspIRCd::TimeString for UTC time formats. | Peter Powell | |
Missing doc added by @attilamolnar | |||
2014-06-25 | Add formatting to InspIRCd::TimeString; switch all code to use it. | Peter Powell | |
m_httpd also now uses the correct timestamp format. Windows-specific fixes by @attilamolnar, original PR #849 | |||
2014-05-23 | Prefix all definitions in config.h to avoid potential collisions. | Peter Powell | |
2014-04-07 | Merge insp20 | Attila Molnar | |
2014-03-25 | m_httpd Fix typo noticed by @SaberUK | Attila Molnar | |
2014-01-22 | Split IOHook into IOHook and IOHookProvider | Attila Molnar | |
Create one IOHook instance for each hooked socket which contains all the hook specific data and read/write/close functions, removing the need for the "issl_session" array in SSL modules. Register instances of the IOHookProvider class in the core and use them to create specialized IOHook instances (OnConnect/OnAccept). Remove the OnHookIO hook, add a dynamic reference to ListenSocket that points to the hook provider (if any) to use for incoming connections on that socket. For outgoing connections modules still have to find the IOHookProvider they want to use themselves but instead of calling AddIOHook(hookprov), now they have to call IOHookProvider::OnConnect() after the connection has been established. | |||
2014-01-21 | Merge insp20 | Attila Molnar | |
2014-01-20 | m_httpd Add timeout option; remove timed out connections | Attila Molnar | |
2013-09-09 | m_httpd Close all open http sockets on unload | attilamolnar | |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar | |
2013-08-15 | Remove $ModDep comments | attilamolnar | |
2013-08-04 | Automatically attach modules to events | attilamolnar | |
2013-08-04 | Change the syntax of FOREACH macros to be less dumb. | Adam | |
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-06-07 | Create IOHook interface (extracted from Module) | 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 | |
2013-01-28 | Use a better server name in m_httpd. | Peter Powell | |
2012-12-02 | Attach to events and register services in init() | attilamolnar | |
2012-09-23 | m_httpd Accept POST requests only when the value for Content-Length is ↵ | attilamolnar | |
greater than zero | |||
2012-09-23 | Fix undefined behavior caused by referencing the returned buffer by ↵ | attilamolnar | |
std::string::c_str() when the object is temporary Thanks to @ChrisTX for pointing this out Fixes #257 reported by @helloall | |||
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- | |
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-11-12 | Fix double-cull of users quitting due to connection error | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12105 e03df62e-2008-0410-955e-edbf42e46eb7 |