| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename some headers to match the common naming system. | 2023-01-26 | 1 | -440/+0 | |
| * | Fix using (unsigned) long instead of (s)size_t. | 2023-01-24 | 1 | -2/+2 | |
| * | Add support for linking servers over SCTP sockets. | 2023-01-16 | 1 | -2/+3 | |
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -2/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -2/+1 | |
| * | | Fix some types which were missed when making stuff final. | 2022-10-30 | 1 | -1/+1 | |
| * | | Clean up various socket-related code. | 2022-10-12 | 1 | -1/+1 | |
| * | | Update some code that uses "endpoint" to use "socket address" instead. | 2022-09-01 | 1 | -6/+6 | |
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -1/+1 | |
| * | | Require specifying the repeat argument of the Timer class. | 2022-05-17 | 1 | -1/+1 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -10/+10 | |
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -3/+6 | |
| * | | 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 | |
