]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspsocket.cpp
Convert the ISO 8859-2 nationalchars files to codepage configs.
[user/henk/code/inspircd.git] / src / inspsocket.cpp
2021-03-05 InspIRCd RobotUpdate copyright headers.
2020-07-30 InspIRCd RobotUpdate copyright headers.
2020-07-27 Matt SchatzFix secure websocket users not being seen as secure.
2020-04-24 InspIRCd RobotUpdate copyright headers.
2020-04-08 Sadie PowellMore HasFd() conversions.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-07-21 Peter PowellAdd a method for swapping user I/O handlers.
2019-05-22 linuxdaemonAdd an overload of StreamSocket::Close which closes...
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-15 Peter PowellFix linking servers with UNIX sockets.
2019-01-14 linuxdaemonRedo OnSetEndPoint logic to fix duplicate clones (...
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-07-18 Peter PowellAdd the family() member to the sockaddrs union.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-04-09 Dylan FrankOptimize some behaviour in the core (#1476).
2018-01-20 Peter PowellPass an irc::socket::sockaddrs to SocketEngine::Connect().
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-17 Peter PowellFix a ton of -Wsign-conversion warnings.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-08-10 Attila MolnarMerge branch 'master+websocket'
2016-08-08 Attila MolnarAdd support for multiple IOHooks per StreamSocket
2016-08-08 Attila MolnarCall StreamSocket::OnDataReady() from only one place
2016-08-08 Attila MolnarExtract code that reads data into a recvq from StreamSo...
2016-08-08 Attila MolnarExtract code that flushes the sendq from StreamSocket...
2016-08-08 Attila MolnarAdd StreamSocket::GetModHook() for obtaining the IOHook...
2016-08-08 Attila MolnarPass sendq to OnStreamSocketWrite
2016-02-22 Attila MolnarMerge insp20
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-06-08 Attila MolnarMerge branch 'master+sendq'
2015-06-06 Attila MolnarClean up indent in StreamSocket::DoWrite()
2015-06-06 Attila MolnarCall OnStreamSocketWrite() once per write event
2015-06-06 Attila MolnarConvert all code to use StreamSocket::SendQueue
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-04-15 Attila MolnarRemove exception handling from StreamSocket methods...
2015-04-15 Attila MolnarMerge branch 'master+ehdispatch'
2015-04-12 Attila MolnarDispatch EventHandler events to dedicated virtual functions
2015-03-22 Attila MolnarMerge pull request #1005 from SaberUK/master+minor...
2015-03-06 Attila MolnarMerge branch 'master+writev'
2015-03-04 Attila MolnarUse the native IOVector type in StreamSocket::DoWrite()
2015-03-04 Attila MolnarRemove DISABLE_WRITEV and StreamSocket code for platfor...
2015-03-04 Attila MolnarAdd SocketEngine::WriteV()
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-10 Attila MolnarStore iovec array on the stack instead of heap allocati...
2015-01-10 Attila MolnarRemove pointless fd == INT_MAX check from StreamSocket...
2015-01-10 Attila MolnarRemove some unnecessary NULL checks
2015-01-10 Attila MolnarReduce std::string::substr() usage
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-07-10 Attila MolnarRemove current time parameter of the Timer constructor
2014-06-14 Attila MolnarKill needless #includes in source files
2014-04-07 Attila MolnarMerge insp20
2014-03-15 Attila MolnarChange allocation of InspIRCd::Timers to be physically...
2014-02-09 Attila MolnarCall DelFd() and SetFd(-1) from SocketEngine::Close...
2014-02-08 Attila MolnarChange all socketengine methods to be static
2014-02-08 Attila MolnarChange SocketEngine functions that do not require an...
2014-01-30 Attila MolnarAllow Timers to delete themselves in Tick()
2014-01-23 Attila MolnarRemove whitespace and minor style changes
2014-01-22 Attila MolnarSplit IOHook into IOHook and IOHookProvider
2014-01-21 Attila MolnarMerge insp20
2013-12-18 Attila MolnarClean up CoreException
2013-08-30 attilamolnarMerge insp20
2013-07-14 AdamUse the correct socket related error messages on Windows
2013-07-12 Attila MolnarMerge pull request #588 from SaberUK/insp20+fix-sockete...
2013-07-07 attilamolnarDo not send too much data over SSL in one go
2013-06-06 attilamolnarCreate IOHook interface (extracted from Module)
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-04-27 attilamolnarMerge insp20
2013-04-26 AdamModularize DNS
2013-04-21 attilamolnarTimer changes and TimerManager enhancements
2013-04-16 AdamFix m_ssl_gnutls and perhaps some other things on Windo...
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2012-11-06 newuser1Fix incorrect substr usage
2012-10-14 Attila MolnarMerge pull request #274 from ChrisTX/insp20+gnutlsdepre...
2012-10-14 Attila MolnarMerge pull request #338 from ChrisTX/insp20+iostream
2012-10-13 attilamolnarRemove IncreaseOSBuffers() completely
2012-10-13 attilamolnarRemove no-op call to IncreaseOSBuffers() from BufferedS...
2012-05-30 Robin BurchellMerge pull request #159 from gholms/md5-memset-20
2012-05-29 Robin BurchellMerge pull request #156 from attilamolnar/insp20+statszfix
2012-05-28 attilamolnarUse socketengine functions for sending and receiving...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2011-04-19 Daniel De GraafMerge commit 'refs/merge-requests/5' of git://gitorious...
2011-04-10 AdamFixed Windows build on VS 2010
2010-03-27 Daniel De GraafBlock writes to pending-connect socket
next