]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/dynamic.cpp
Add support for blocking tag messages with the deaf mode.
[user/henk/code/inspircd.git] / src / dynamic.cpp
2021-03-05 InspIRCd RobotUpdate copyright headers.
2020-05-19 Sadie PowellFix CallInit overriding the error from dlopen.
2020-04-24 InspIRCd RobotUpdate copyright headers.
2020-04-13 Matt SchatzAdd a missing ';'.
2020-02-04 Sadie PowellInclude the ABI version with the incompatible module...
2020-02-02 Sadie PowellMake loading modules considerably more robust and user...
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-02-04 Peter PowellDLLManager: add a function for retrieving a symbol.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-06-08 Peter PowellFix invalid conversion from 'const char*' to 'char...
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-11-06 Peter PowellMerge pull request #1359 from genius3000/insp20+sasl_no...
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-09-06 Peter PowellImprove the /MODULES output.
2017-08-26 Peter PowellUse DLLManager::RetrieveLastError() on all platforms.
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
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-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-06-14 Attila MolnarKill needless #includes in source files
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