summaryrefslogtreecommitdiff
path: root/src/dynamic.cpp
AgeCommit message (Expand)Author
2014-04-12Change FormatMessage() usage in DLLManager::RetrieveLastError() to match Sock...Attila Molnar
2014-04-12Filter out newlines from error messages on WindowsAttila Molnar
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-01-14Move revision information from Version object to a static symboldanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-14Fix module unmapping with culled Module objectsdanieldg
2009-10-12Encode module API version in the init_module symbol; fixes conflic with glibc...danieldg
2009-10-12DLLFactory--danieldg
2009-10-08Update Event and Request APIsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-02Cast rework: use C++ style static_cast<> instead of C-style castsdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-10-23Pedantic safebrain
2007-10-22Remove the need for a bunch of the hard coded arrays/hashes by scanning the s...brain
2007-09-25Remove compiler warnings in windows buildbrain
2007-08-28First step on the road of module loader rewriting. So far this only really re...om
2007-08-27Remove more unnecessary header trafficw00t
2007-07-23Fix some comments to be multiline, and remove a redundant if() case caused by...w00t
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-05-21Reorder includes, dont worry there is method to my madness (i hope)brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-13Remove static linking support craq that hasn't been working/used since 1.0 cy...w00t
2007-01-17It says something about how excessive our debug output is when the ssl module...brain
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-10-28Remove ancient copy-to-tmp system for modules, this is no longer required so ...brain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-07Put casts back :(brain
2006-08-07The segfaults on missing init_module symbol are now gone, and hopefully not c...brain
2006-08-07Added some hax :( to prevent invalid symbols. It seems that instead of return...brain
2006-08-07Tidy up, make a lot of char*'s constbrain
2006-08-07Better checks for running out of disk space, inability to write to tmp dir, etcbrain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-02-21More error descriptivesbrain
2006-02-21Made error more understandable on 'file not found'brain
2006-02-06Added support for changing tempdir via <options:tempdir>brain
2006-01-30Small minor insignificant ite.. ZOMG CYGWIN DYNAMIC MODULES!frostycoolslug
2006-01-26Altered so that if running in -debug mode, will not erase its .so files from ...brain
2006-01-26Added back unlinkbrain
2006-01-26Damn string exceptionsbrain