]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/connection.h
In the grand tradition of huge fucking commits:
[user/henk/code/inspircd.git] / include / connection.h
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-11 brainTons more docs
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-05-10 brainFix output corruption when host is exactly 64 chars...
2006-04-10 omRouting more socket includes through socket.h
2006-03-02 brainMade host fields more correct 64 in length with 63...
2006-01-27 brainImproved IP handling. Now uses in_addr to store client...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-11-25 brainFixed missing constructor on class connection
2005-11-25 brainRe-added required parts of connection.h
2005-11-25 brainRemoved static meshed linking from core
2005-06-01 brainMany linking fixes
2005-05-25 brainAdded parameters
2005-05-24 brainAdded ping checks for server links (experimental)
2005-05-23 brainBuffer size limits (hard coded to 1mb for now, will...
2005-05-23 brainOutput buffering on server connections
2005-05-17 brainShrunk some datatypes
2005-05-17 brainMoved a load of servers-only stuff into serverrec out...
2005-05-16 brainRemoved __single_client_alloc again because gcc devs...
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-14 brainAdded 'uniqueness sums': http://www.inspircd.org/wiki...
2005-05-12 brainOptimized some static structs
2005-05-12 brainStructure optimizations, changed a lot of bools into...
2005-04-30 brainTried a new way of doing remote versions
2005-04-28 brainAdded remote versioning
2005-04-28 brainChanged some comments
2005-04-26 brainFixed dicky buffer (due to cleanup the wrong variable...
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-23 brainServices speedups for stupid buffered i/o uplinks
2005-04-22 brainAdded server input buffers (for systems that decide...
2005-04-15 brainRemoved deprecated class 'packet'
2005-03-21 brainChanged ordering of sys/socket.h and sys/types.h to...
2004-05-16 brainUpdated header comments
2004-04-29 brainMoved more types into Extensible
2004-04-29 brainAdded 'Extensible' class which allows modules to store...
2004-04-24 brainAdded a bunch of xline stuff and added qline spport...
2004-04-21 brainVarious services compatibility stuff
2004-04-17 brainAdded calls to sched_yield() to cut down processor...
2004-04-17 brainAdded new documentation to cover ircd_connector
2004-04-17 brainUpdated comments here
2004-04-16 brainMesh cookie linking fixes (was giving remote port to...
2004-04-16 brainAdded various routing tokens (such as 'R' redirect...
2004-04-15 brain/MAP and /LINKS added back (do not use - needs testing)
2004-04-15 brainMesh tweaks (wasnt sending the ip in the + packet)
2004-04-15 brainMesh linking stuff
2004-04-15 brainTons of linking tweaks
2004-04-14 brainBuffering fixes
2004-04-14 brainMore fixes to connection buffer handling
2004-04-14 brainChanged server to server links from UDP to TCP due...
2004-04-11 brainPacket buffering
2004-04-11 brainAdded better checking to packet sending (MUST receive...
2004-04-10 brainAdded experimental 'P' token (privmsg)
2004-04-01 brainFixed <link> tags
2003-07-22 randomdanSTL namespace fixes
2003-02-07 brainChanged to using LogLevels
2003-02-02 brainAdded first part of server linking code
2003-01-30 brainMoved to Dev-C++ as an editor for project (more stable...
2003-01-26 brainModified documentation for base classes