index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
listensocket.cpp
Age
Commit message (
Expand
)
Author
2021-05-14
Update copyright headers.
InspIRCd Robot
2021-03-10
Rename `<bind:ssl>` to `<bind:sslprofile>`.
Sadie Powell
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-14
Update user-facing text and comments of SSL to TLS.
Matt Schatz
2020-04-09
Set the minimum length to 1 for most config items with a default.
Sadie Powell
2020-04-09
Set Unix socket permissions after binding.
Matt Schatz
2020-02-19
Convert some things to HasFd that were previously missed.
Sadie Powell
2020-02-15
Add HasFd to EventHandler and switch code to use it.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-08-01
Move UNIX socket removal to ListenSocket ctor.
Matt Schatz
2019-05-31
Fix parsing <bind:permissions> as base 10 instead of base 8.
Peter Powell
2019-05-30
Various improvements to UNIX socket support.
Peter Powell
2018-07-24
Make more config stuff case insensitive.
Peter Powell
2018-07-18
Initial support for listening on UNIX socket endpoints.
Peter Powell
2018-07-18
Add the family() member to the sockaddrs union.
Peter Powell
2017-09-12
Store the server endpoint as a sockaddrs in ListenSocket.
Peter Powell
2017-09-12
Get rid of irc::sockets::satoap().
Peter Powell
2017-09-03
Convert a bunch of time-related config options to getDuration.
Peter Powell
2016-11-12
Allow listeners to be able to listen on unavailable addresses.
Peter Powell
2016-08-24
Default defer to on for SSL listeners
Attila Molnar
2016-08-08
Keep multiple IOHookProvider references in class ListenSocket
Attila Molnar
2016-08-08
Change return type of ListenSocket::ResetIOHookProvider() to void
Attila Molnar
2015-04-12
Dispatch EventHandler events to dedicated virtual functions
Attila Molnar
2014-06-14
Kill needless #includes in source files
Attila Molnar
2014-06-13
Change allocation of InspIRCd::stats to be physically part of the object cont...
Attila Molnar
2014-06-07
Relax fd bounds checking
Attila Molnar
2014-02-09
Call DelFd() and SetFd(-1) from SocketEngine::Close(EventHandler*)
Attila Molnar
2014-02-08
Change all socketengine methods to be static
Attila Molnar
2014-02-08
Change SocketEngine functions that do not require an instance to be static
Attila Molnar
2014-01-22
Split IOHook into IOHook and IOHookProvider
Attila Molnar
2013-12-15
Remove some pointless code:
Peter Powell
2013-08-27
Fix Windows build and a few more problems
attilamolnar
2013-07-16
Use the preprocessor to check for TCP deferring support.
Peter Powell
2013-06-06
Merge insp20
attilamolnar
2013-06-03
Added option for using TCP_DEFER_ACCEPT. Prevents the connection from being h...
Daniel Vassdal
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-05-02
Fix disabling IPV6_V6ONLY on sockets, issue #511
Adam
2013-04-28
Merge insp20
attilamolnar
2013-04-16
Close listening sockets regardless of the return value of shutdown()
attilamolnar
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2012-08-20
listensocket: Fix the two aliasing warnings
ChrisTX
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2011-04-10
Fixed Windows build on VS 2010
Adam
2010-04-14
Add IPV6_V6ONLY support
Daniel De Graaf
2010-03-02
Fix m_ident deleting sockets that are still in use
danieldg
2010-02-23
Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ...
danieldg
2010-01-22
Fall back to copying bind IP if getsockname() fails, as it apparently can on ...
danieldg
2010-01-21
Remove unneeded save of errno
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-11-13
Get rid of socklen_t parameter to Bind, we are using C++ here and can do it o...
danieldg
[next]