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
/
socket.cpp
Age
Commit message (
Expand
)
Author
2019-01-24
Remove trailing whitespace from various source files.
Peter Powell
2018-12-12
Fix conversion issues by replacing ConvToInt with ConvToNum<T>.
Peter Powell
2018-08-14
Fix some bugs in cidr_mask::str().
Peter Powell
2018-07-24
Fix building on Windows.
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-11-17
Fix a ton of -Wsign-conversion warnings.
Peter Powell
2017-09-12
Change FailedPortList to store a sockaddrs/int instead of string.
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-08-06
Purge code for Windows XP and MSVC pre-2015.
Peter Powell
2014-08-04
Remove InspIRCd::BindSocket()
Attila Molnar
2014-06-14
Kill needless #includes in source files
Attila Molnar
2014-04-07
Merge insp20
Attila Molnar
2014-02-11
Fix various problems detected by Clang 3.4.
Peter Powell
2014-02-08
Change SocketEngine functions that do not require an instance to be static
Attila Molnar
2014-01-23
Remove whitespace and minor style changes
Attila Molnar
2014-01-22
Split IOHook into IOHook and IOHookProvider
Attila Molnar
2014-01-21
Merge insp20
Attila Molnar
2014-01-17
Fix OOB error in sa2cidr()
Daniel Vassdal
2013-06-06
Rewrite irc::sockets::sockaddrs::str() completely.
Peter Powell
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2012-09-30
Fix more undefined behavior caused by referencing the returned buffer by std:...
attilamolnar
2012-09-12
Fix bug #291 - fix rehashing bind tags not changing them between servers/clie...
Adam
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2011-04-18
Fix mis-implemented irc::sockets::cidr_mask::operator<
Daniel De Graaf
2010-04-26
Define comparator for irc::sockets::sockaddrs
Daniel De Graaf
2010-02-23
Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ...
danieldg
2010-02-03
Fix cidr_mask::str not correctly displaying mask length
danieldg
2010-01-21
Remove unneeded save of errno
danieldg
2010-01-19
ERROR is not a valid log level, so all these messages were getting dropped
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
2009-10-24
Get rid of OpenTCPSocket
danieldg
2009-10-24
Create irc::sockets::cidr_mask
danieldg
2009-10-22
Make irc::sockets::* parameters consistent, add irc::sockets::mask
danieldg
2009-10-21
Kill ListenSocketBase, use OnAcceptConnection for all new connections
danieldg
2009-10-21
Use ConfigTagList as a faster access method for access to configuration
danieldg
2009-10-17
Rewrite ConfigReader again
danieldg
2009-10-10
3rd time lucky? Fix again for setsockopt.
peavey
2009-10-10
Slight tweak to setsockopt fix.
peavey
2009-10-10
Compile fixes for windows.
peavey
2009-10-09
Add server ports to ServerInstance->ports, enable SSL on them using OnHookIO
danieldg
2009-10-03
Fix crash due to null address in DNS
danieldg
2009-10-03
Get rid of a bunch of memory-wasting C-style strings
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-21
Create StreamSocket for IO hooking implementation
danieldg
2009-09-02
Rewrite BindPorts to index ports by their human-readable description
danieldg
2009-09-02
Remove duplicated address conversion from InspIRCd::BindSocket, fix FD leak i...
danieldg
[next]