mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Fixes the SSL SendQ bug Removes duplicate code between User and BufferedSocket Simplify SSL module API Simplify EventHandler API (Readable/Writeable moved to SE) Add hook for culled objects to invoke callbacks prior to destructor Replace SocketCull with GlobalCull now that sockets can close themselves Shorten common case of user read/parse/write path: User::Write is now zero-copy up to syscall/SSL invocation User::Read has only two copy/scan passes from read() to ProcessCommand git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11752 e03df62e-2008-0410-955e-edbf42e46eb7
Because of the dynamic nature of InspIRCd, we do not have traditional documentation in our tarball. The documentation for InspIRCd can be found on our wiki, at http://wiki.inspircd.org Our Bugtracker can be found at http://www.inspircd.org/bugtrack Our Forum can be found at http://www.inspircd.org/forum Our Development blog can be found at http://www.inspircd.com For online support, please connect to irc.inspircd.org, and join #inspircd -- The InspIRCd Team
Description
Languages
C++
96.2%
Perl
2.3%
Makefile
0.5%
CMake
0.3%
Python
0.3%
Other
0.3%