]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/dynamic.cpp
Merge pull request #1162 from SaberUK/insp20+fix-deinstall
[user/henk/code/inspircd.git] / src / dynamic.cpp
2014-04-12 Attila MolnarChange FormatMessage() usage in DLLManager::RetrieveLas...
2014-04-12 Attila MolnarFilter out newlines from error messages on Windows
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
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...
2010-01-14 danieldgMove revision information from Version object to a...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-12 danieldgEncode module API version in the init_module symbol...
2009-10-12 danieldgDLLFactory--
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-02 danieldgCast rework: use C++ style static_cast<> instead of...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-23 brainPedantic safe
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-09-25 brainRemove compiler warnings in windows build
2007-08-28 omFirst step on the road of module loader rewriting....
2007-08-27 w00tRemove more unnecessary header traffic
2007-07-23 w00tFix some comments to be multiline, and remove a redunda...
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-21 brainReorder includes, dont worry there is method to my...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-13 w00tRemove static linking support craq that hasn't been...
2007-01-17 brainIt says something about how excessive our debug output...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-10-28 brainRemove ancient copy-to-tmp system for modules, this...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-07 brainPut casts back :(
2006-08-07 brainThe segfaults on missing init_module symbol are now...
2006-08-07 brainAdded some hax :( to prevent invalid symbols. It seems...
2006-08-07 brainTidy up, make a lot of char*'s const
2006-08-07 brainBetter checks for running out of disk space, inability...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-02-21 brainMore error descriptives
2006-02-21 brainMade error more understandable on 'file not found'
2006-02-06 brainAdded support for changing tempdir via <options:tempdir>
2006-01-30 frostycoolslugSmall minor insignificant ite.. ZOMG CYGWIN DYNAMIC...
2006-01-26 brainAltered so that if running in -debug mode, will not...
2006-01-26 brainAdded back unlink
2006-01-26 brainDamn string exceptions
2006-01-17 brainAdded unlink() to tidy up /tmp after each dlopen()
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-08 brainUsed mkstemp trick similar to anope and unreal which...
2005-05-28 brainFixed fd_Setsize in cygwin
2005-05-20 brainFixed crappy const stuff
2005-05-20 brainRemoved stupid consts
2005-05-20 brain*** empty log message ***
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-03-25 brainAdded implementation of strlcpy and strlcat for systems...
2004-05-16 brainUpdated header comments
2004-04-24 brainChanged layout
2004-04-17 brainAdded calls to sched_yield() to cut down processor...
2003-07-22 randomdanSTL namespace fixes
2003-01-23 brainInitial revision