summaryrefslogtreecommitdiff
path: root/src/dynamic.cpp
AgeCommit message (Expand)Author
2020-05-19Fix CallInit overriding the error from dlopen.Sadie Powell
2020-04-24Update copyright headers.InspIRCd Robot
2020-04-12Add a missing ';'.Matt Schatz
2020-02-04Include the ABI version with the incompatible module error message.Sadie Powell
2020-02-02Make loading modules considerably more robust and user friendly.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-02-04DLLManager: add a function for retrieving a symbol.Peter Powell
2018-07-15Merge branch 'insp20' into master.Peter Powell
2018-06-08Fix invalid conversion from 'const char*' to 'char*' on FreeBSD.Peter Powell
2017-10-12Merge the latest changes from insp20 into master.Peter Powell
2017-09-06Improve the /MODULES output.Peter Powell
2017-08-26Use DLLManager::RetrieveLastError() on all platforms.Peter Powell
2014-07-25Merge insp20Attila Molnar
2014-06-14Kill needless #includes in source filesAttila Molnar
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