| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unused time_t field from the timer system.•••This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules. | 2021-11-05 | 1 | -1/+1 | |
| * | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -5/+5 | |
| * | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -2/+2 | |
| * | | Rip out the SwapInternals method.•••This never really worked correctly and will now be replaced with something better. | 2021-04-19 | 1 | -5/+0 | |
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -0/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -0/+1 | |
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-08-25 | 1 | -0/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-07-30 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-07-29 | 1 | -0/+5 | |
| |\| | |||||
| | * | Fix secure websocket users not being seen as secure.•••Since a TLS (SSL) module will always be the last IOHook attached to a socket, IsSSL() needs to ignore any Middle IOHooks that may also be attached. | 2020-07-27 | 1 | -0/+5 | |
| * | | Clean up the StreamSocket documentation comments slightly. | 2020-07-20 | 1 | -10/+8 | |
| * | | Move GetNextLine from StreamSocket to TreeSocket. | 2020-07-20 | 1 | -6/+0 | |
| * | | Fix the case of getError/getSendQSize and rewrite the doc comments. | 2020-07-20 | 1 | -4/+6 | |
| * | | Split OnSetEndPoint into two events. | 2020-07-20 | 1 | -4/+9 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -10/+5 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -3/+7 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -3/+7 | |
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -0/+7 | |
| |\| | |||||
| | * | Add a method for swapping user I/O handlers. | 2019-07-21 | 1 | -0/+7 | |
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -1/+13 | |
| |\| | |||||
| | * | Add an overload of StreamSocket::Close which closes when all data has been wr...•••Fixes sending large pages in m_httpd (#1646). | 2019-05-22 | 1 | -1/+13 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -5/+3 | |
| |\| | |||||
| | * | Fix linking servers with UNIX sockets.•••- Remove the address/port overloads of BeginConnect. - Change DoConnect to take a sockaddrs instead of an address/port. | 2019-04-15 | 1 | -5/+3 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -7/+7 | |
| |/ | |||||
| * | Redo OnSetEndPoint logic to fix duplicate clones (#1549). | 2019-01-14 | 1 | -1/+2 | |
| * | Store the type of a StreamSocket within itself.•••Similar to with IOHooks this allows you to convert StreamSocket to a UserIOHandler quickly. | 2018-10-25 | 1 | -1/+13 | |
| * | Fix warnings from Doxygen. | 2018-10-21 | 1 | -1/+1 | |
| * | Add a module which implements the HAProxy PROXY v2 protocol. | 2018-07-26 | 1 | -0/+6 | |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. | 2017-11-21 | 1 | -3/+3 | |
| * | Fix a ton of -Wsign-conversion warnings. | 2017-11-17 | 1 | -4/+9 | |
| * | Fix a bunch of Doxygen warnings. | 2017-08-26 | 1 | -1/+0 | |
| * | 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. | 2017-07-12 | 1 | -2/+2 | |
| * | Add StreamSocket::SendQueue::moveall() for moving data between sendqs | 2016-08-08 | 1 | -0/+7 | |
| * | Add support for multiple IOHooks per StreamSocket | 2016-08-08 | 1 | -2/+11 | |
| * | Extract code that reads data into a recvq from StreamSocket::DoRead() into Re... | 2016-08-08 | 1 | -0/+6 | |
| * | Extract code that flushes the sendq from StreamSocket::DoWrite() into FlushSe... | 2016-08-08 | 1 | -0/+6 | |
| * | Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ...•••Use it to simplify logic in all modules using or providing IOHooks | 2016-08-08 | 1 | -0/+6 | |
| * | Convert all code to use StreamSocket::SendQueue•••Let OnStreamSocketWrite see the entire sendq instead of one element at a time | 2015-06-06 | 1 | -6/+7 | |
| * | Add class StreamSocket::SendQueue | 2015-06-06 | 1 | -0/+106 | |
| * | Change StreamSocket::DoRead() and DoWrite() to be non-virtual, make DoRead() ... | 2015-04-12 | 1 | -4/+8 | |
| * | Dispatch EventHandler events to dedicated virtual functions•••Remove enum EventType | 2015-04-12 | 1 | -5/+20 | |
| * | Remove current time parameter of the Timer constructor | 2014-07-10 | 1 | -1/+1 | |
| * | Create IOHook interface (extracted from Module) | 2013-06-07 | 1 | -11/+12 | |
| * | Timer changes and TimerManager enhancements•••Timer::Tick() now has a bool return value: if false is returned the timer is deleted using operator delete, otherwise, if it's a repeating timer then it's rescheduled (readded) Timers are removed from the TimerManager automatically at destruction Timers are now stored in a multimap instead of a sorted vector | 2013-04-21 | 1 | -1/+1 | |
| * | Tidy up source files:•••- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | 2013-04-12 | 1 | -3/+1 | |
