| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More const correctness. | 2022-10-23 | 1 | -1/+1 | |
| * | Clean up various socket-related code. | 2022-10-12 | 1 | -10/+9 | |
| * | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -1/+1 | |
| * | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -1/+1 | |
| * | Switch from NULL to nullptr. | 2022-07-22 | 1 | -7/+7 | |
| * | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -6/+6 | |
| * | Add constexpr to the initialisation of various const static fields. | 2022-01-18 | 1 | -1/+1 | |
| * | 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 | |
| * | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| * | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -31/+36 | |
| * | Rip out the SwapInternals method.•••This never really worked correctly and will now be replaced with something better. | 2021-04-19 | 1 | -14/+0 | |
| * | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -3/+3 | |
| * | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+2 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+2 | |
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -2/+2 | |
| * | | 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/+12 | |
| |\| | |||||
| | * | 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/+12 | |
| * | | Move GetNextLine from StreamSocket to TreeSocket. | 2020-07-20 | 1 | -10/+0 | |
| * | | Fix the case of getError/getSendQSize and rewrite the doc comments. | 2020-07-20 | 1 | -4/+4 | |
| * | | Split OnSetEndPoint into two events. | 2020-07-20 | 1 | -5/+0 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -6/+6 | |
| |\| | |||||
| | * | More HasFd() conversions. | 2020-04-09 | 1 | -6/+6 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -5/+10 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -5/+10 | |
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -0/+14 | |
| |\| | |||||
| | * | Add a method for swapping user I/O handlers. | 2019-07-21 | 1 | -0/+14 | |
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -0/+20 | |
| |\| | |||||
| | * | 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 | -0/+20 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -23/+2 | |
| |\| | |||||
| | * | 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 | -23/+2 | |
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -7/+7 | |
| |/ | |||||
| * | Redo OnSetEndPoint logic to fix duplicate clones (#1549). | 2019-01-14 | 1 | -0/+5 | |
| * | Add the family() member to the sockaddrs union. | 2018-07-18 | 1 | -2/+2 | |
| * | Optimize some behaviour in the core (#1476). | 2018-04-09 | 1 | -1/+1 | |
| * | Pass an irc::socket::sockaddrs to SocketEngine::Connect(). | 2018-01-20 | 1 | -1/+1 | |
| * | Fix a ton of -Wsign-conversion warnings. | 2017-11-17 | 1 | -3/+3 | |
| * | Add support for multiple IOHooks per StreamSocket | 2016-08-08 | 1 | -27/+101 | |
| * | Call StreamSocket::OnDataReady() from only one place•••Call it whenever the recvq gets bigger than it was before the read | 2016-08-08 | 1 | -4/+8 | |
| * | Extract code that reads data into a recvq from StreamSocket::DoRead() into Re... | 2016-08-08 | 1 | -3/+13 | |
| * | Extract code that flushes the sendq from StreamSocket::DoWrite() into FlushSe... | 2016-08-08 | 1 | -10/+15 | |
| * | 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/+10 | |
| * | Pass sendq to OnStreamSocketWrite | 2016-08-08 | 1 | -1/+1 | |
| * | Clean up indent in StreamSocket::DoWrite() | 2015-06-06 | 1 | -22/+6 | |
| * | Call OnStreamSocketWrite() once per write event•••Do sendq flattening in SSL modules, move code for it into class SSLIOHook from core | 2015-06-06 | 1 | -21/+0 | |
| * | Convert all code to use StreamSocket::SendQueue•••Let OnStreamSocketWrite see the entire sendq instead of one element at a time | 2015-06-06 | 1 | -19/+12 | |
| * | Remove exception handling from StreamSocket methods calling IOHooks•••IOHooks don't throw exceptions | 2015-04-15 | 1 | -28/+3 | |
