]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_ziplink.cpp
Create StreamSocket for IO hooking implementation
[user/henk/code/inspircd.git] / src / modules / extra / m_ziplink.cpp
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-04 brainHeader tidyups. Apart from module to module API stuff...
2008-09-07 w00tFix IO hooking modules to use the new (not old) hooking...
2008-09-05 brainmysql's windows build is utter hell to get working...
2008-08-29 w00tMake these more descriptive/easy to grok
2008-08-29 psychonSome fixes for the ziplinks modules.
2008-08-28 w00tNewly revamped ziplinks module, work of psychon.. resol...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-04-02 brainAutomatic detection and allocation of max fds. No longe...
2008-03-24 brainWheeeeee
2008-02-13 brainPatch provided by danieldg for fixing 3-figure versions...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-23 brainAll of insp now builds with -pedantic (theres some...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-29 brainSome modules forgotten for conversion to ModuleManager
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-06-17 brainFirst two conversions
2007-06-09 brainA ton more clear() and empty() stuff thats been lingeri...
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 brainSPACE INDENTING ACTION RANGERS -- ATTACK!
2006-12-23 brainRefactored /RESTART (and added InspIRCd::Restart(reason))
2006-12-15 w00tStill more massive commit fun. Headers in include/...
2006-12-12 specialReverted om's commit so we can keep laughing at him...
2006-12-12 omI yell 'LIES' in the face of anyone who says I don...
2006-12-12 brainAnMaster thinks im not committing enough, so heres...
2006-12-12 brainMore comments
2006-12-12 brainFix trivial broken stat counter
2006-12-12 brainWhoops, forgot to unpublish the interface!
2006-12-11 brainJust comments
2006-12-11 brainTidy up a loop a bit so it isnt for(;;) with a break
2006-12-11 brainAnd fix the typos in it.
2006-12-11 brainAttempt another speedup
2006-12-11 brainFix kinda stupid whoopsie
2006-12-11 brainFaster, stronger, ...err no, not the million dollar...
2006-12-11 brainChange how assembling of multiple lines works, avoid...
2006-12-11 brainBetter handling of write() failure, but this might...
2006-12-11 brainThis is better now.
2006-12-11 brainSomeone forgot to add the copyright headers here :p
2006-12-11 brainAnd give it error checking... whoops.
2006-12-11 brainPinch simple output buffering from m_ssl_openssl
2006-12-11 brainTidyup comments and debug
2006-12-11 brainFinally got read buffering working properly
2006-12-11 brain*annoyance*
2006-12-11 brainDamnit damnit damnit!
2006-12-11 brainThis should do it.
2006-12-11 brainRethink
2006-12-11 brainGrr.
2006-12-11 brainMore tweaks
2006-12-11 brainIncrease CHUNK
2006-12-11 brainmore stuff :p
2006-12-11 brainTest
2006-12-11 brainMore crap
2006-12-11 brainTons of debug, dont use
2006-12-11 brainDebug stuff, and some minor fixes
2006-12-11 brainUntested, new clever pointer voodoo class for binary...
2006-12-10 brainChange this to prepend its lines to stats z which alrea...
2006-12-10 brainAdd very funky stats C (compression statistics) for...
2006-12-10 brainRecord compression ratio stats for a /stats char (this...
2006-12-10 brainUpdate comment's ascii diagram to be more like those...
2006-12-10 brainRename ssl.h -> transport.h, as its now used for ziplinks
2006-12-10 brainAdd buffering of last frame, if we dont read the whole...
2006-12-10 brainMore stuff
2006-12-10 brainTweaks
2006-12-10 brainChange name
2006-12-10 brainThis compiles, but isnt tested yet. DO NOT USE.