]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/inspsocket.h
Update copyright headers.
[user/henk/code/inspircd.git] / include / inspsocket.h
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-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-10-25 Peter PowellStore the type of a StreamSocket within itself.
2018-10-21 Peter PowellFix warnings from Doxygen.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-07-26 Peter PowellAdd a module which implements the HAProxy PROXY v2...
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-21 Peter PowellAdd the override keyword in places that it is missing.
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-08-26 Peter PowellFix a bunch of Doxygen warnings.
2017-08-05 Peter PowellMerge pull request #1351 from SaberUK/master+webirc
2017-07-27 Peter PowellMerge pull request #1271 from SaberUK/master+exemption
2017-07-25 Peter PowellMerge pull request #1300 from SaberUK/master+genssl
2017-07-12 Peter PowellMerge pull request #1270 from SaberUK/master+sasl
2017-07-12 Peter PowellMerge pull request #1267 from SaberUK/master+config
2017-07-12 Peter PowellMerge pull request #1211 from SaberUK/master+override
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-12 Peter PowellAdd CXX11_OVERRIDE to overridden members that lack it.
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 StreamSocket::SendQueue::moveall() for moving data...
2016-08-08 Attila MolnarAdd support for multiple IOHooks per StreamSocket
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-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 MolnarConvert all code to use StreamSocket::SendQueue
2015-06-06 Attila MolnarAdd class StreamSocket::SendQueue
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-04-15 Attila MolnarMerge branch 'master+ehdispatch'
2015-04-12 Attila MolnarChange StreamSocket::DoRead() and DoWrite() to be non...
2015-04-12 Attila MolnarDispatch EventHandler events to dedicated virtual functions
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-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2013-08-30 attilamolnarMerge insp20
2013-06-06 attilamolnarCreate IOHook interface (extracted from Module)
2013-06-05 attilamolnarMerge insp20
2013-04-27 attilamolnarMerge insp20
2013-04-21 attilamolnarTimer changes and TimerManager enhancements
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-01-16 Robin BurchellMerge pull request #403 from SaberUK/insp20+wextra...
2013-01-16 Peter PowellFix warning: "const type qualifier on return type has...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Peter PowellFix Doxygen syntax errors.
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...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Justin CrawfordFix some of the include guard names (requested by SaberUK)
2012-04-15 Justin CrawfordFixes for bug #12
2010-01-17 danieldgFix for incorrect template application by GCC 3.4
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-25 danieldgForce heap allocation of refcountbase, create usecountb...
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-09-30 danieldgAdd explicit reference-counting base class
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-01 danieldgRemove unneeded #ifdef IPV6 lines
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-09 w00tRewrite BufferedSocket::BindAddr to actually make sense...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-09-13 w00tRemove unneeded namespace stuff.
2008-09-12 w00tMinor style tidyup.
2008-09-12 w00tCleanup of some internals. Tested via m_httpd.
2008-09-11 w00tRemove some duplication, everything calls the SE equivi...
2008-09-11 w00tRemove useless parameter.
2008-09-11 w00tFix a comment.
2008-09-11 w00tThere is absolutely no need to cache connect timeout.
2008-09-11 w00tRemove an unused member.
2008-09-11 w00tRemove WaitingForWriteEvent, it seems to do *nothing...
2008-09-09 w00tRemove a totally redundant method (this is already...
2008-09-08 w00tRemove listening from BufferedSocket, it's bloaty and...
2008-07-12 w00tRemove individual read buffers inside of BufferedSocket...
2008-04-01 w00tRemove call to FlushWriteBuffer from BufferedSocket...
next