| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2022-10-01 | 1 | -8/+0 | |
| |\ | |||||
| | * | Remove error prone missing include logic in calcdep.•••[skip windows ci] | 2022-09-24 | 1 | -8/+0 | |
| * | | Add the new coremods target as a dependency for the all target.•••[skip windows ci] | 2022-01-22 | 1 | -1/+1 | |
| * | | Separate core modules from modules in CI.•••[skip windows ci] | 2022-01-22 | 1 | -4/+8 | |
| * | | Avoid creating unnecessary symlinks. | 2021-06-09 | 1 | -6/+2 | |
| * | | Remove unnecessary prefix from socketengine source files. | 2021-03-05 | 1 | -2/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-01-29 | 1 | -11/+4 | |
| |\| | |||||
| | * | Always use for in Perl modules. | 2021-01-29 | 1 | -1/+1 | |
| | * | Fix unnecessary begin blocks in Perl source files. | 2021-01-25 | 1 | -10/+3 | |
| * | | Initial support for platform-specific module file extensions. | 2020-11-04 | 1 | -6/+7 | |
| * | | Add the vendor directory to the default include path. | 2020-04-12 | 1 | -1/+3 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -1/+3 | |
| |\| | |||||
| | * | Remove whitespace between the shebang and the copyright header. | 2020-01-11 | 1 | -1/+0 | |
| | * | Update copyright headers. | 2020-01-11 | 1 | -0/+3 | |
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -1/+4 | |
| |\| | |||||
| | * | Use separate build dirs when rebuilding with a different compiler. | 2019-10-16 | 1 | -1/+4 | |
| * | | Replace socketengine_{pthread,win32} with C++11 threads. | 2019-05-15 | 1 | -1/+1 | |
| |/ | |||||
| * | Remove trailing whitespace from various source files. | 2019-01-24 | 1 | -1/+1 | |
| * | Remove support for static modules.•••This has been frequently broken in the past and as far as I know is used by literally nobody. Also, even if all modules are compiled into the core any libraries linked against are and have always been linked dynamically making this unusable on platforms without dynamic libraries. | 2018-07-31 | 1 | -52/+3 | |
| * | Extract RFC modes from the core to core_channel and core_user. | 2017-12-10 | 1 | -2/+2 | |
| * | Merge INSPIRCD_MODULE and INSPIRCD_TARGET. | 2017-11-29 | 1 | -0/+9 | |
| * | Merge v2.0.23 and v2.0.24 into master. | 2017-07-09 | 1 | -1/+1 | |
| |\ | |||||
| | * | Fix pure static builds. | 2016-12-02 | 1 | -1/+1 | |
| * | | Pass INSPIRCD_VERBOSE through the environment to unit-cc. | 2016-06-27 | 1 | -5/+5 | |
| * | | Rename PURE_STATIC to INSPIRCD_STATIC. | 2016-04-04 | 1 | -1/+1 | |
| * | | Refuse to link modules to the core binary in dynamic builds•••Fixes issue #912 | 2015-11-16 | 1 | -0/+6 | |
| * | | Fix modules with 2+ files not having their LinkerFlags parsed. | 2015-06-03 | 1 | -1/+1 | |
| * | | calcdep: Unify coremod and module building code. | 2015-05-13 | 1 | -35/+21 | |
| * | | calcdep: Clean up some unused/duplicate variables. | 2015-05-13 | 1 | -11/+11 | |
| * | | calcdep: Use the same preamble as other Perl tools. | 2015-05-13 | 1 | -1/+10 | |
| * | | calcdep: Remove a workaround for a very old version of BSD Make. | 2015-05-13 | 1 | -3/+0 | |
| * | | Remove various broken/useless features from the build system.•••- Removed support for changing the build directory using configure. This can still be set using make BUILDPATH=foo. - Removed support for SPLIT_CC builds. This is not documented anywhere and is quite useless as it doesn't work. - Remove STARTSCRIPT from configure; always install the perl helper. | 2014-04-11 | 1 | -8/+1 | |
| * | | Integrate coremods into the build system | 2014-03-05 | 1 | -17/+25 | |
| * | | Replace arguments for toggling socketengines with --socketengine. | 2013-07-07 | 1 | -2/+2 | |
| * | | Merge inspircd_{config,version}.h into a single header file. | 2013-04-05 | 1 | -1/+1 | |
| |/ | |||||
| * | Replace a GNUmake idiom with the portable equivalent. | 2012-12-25 | 1 | -2/+2 | |
| * | Headers: update remaining scripts too | 2012-04-20 | 1 | -0/+20 | |
| * | Recreate the build/include symlink so that changing the build location works ... | 2010-09-08 | 1 | -0/+1 | |
| * | Use unit-cc for all compile and and link tasks•••This allows splitting .o and .so generation for distcc builds, and also removes some unneeded autodetection of build stage. | 2010-05-07 | 1 | -15/+30 | |
| * | Improve support for NetBSD•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12438 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-12 | 1 | -1/+1 | |
| * | PURE_STATIC improvements: Allow modules to be reloaded, generate linker argum...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12276 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-17 | 1 | -3/+11 | |
| * | GCC 4.5 warning fixups•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12241 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-04 | 1 | -1/+1 | |
| * | Allow static build of inspircd without module support•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12083 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-11-11 | 1 | -4/+51 | |
| * | Clarify comments in Makefiles•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11990 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-11-03 | 1 | -2/+8 | |
| * | Update m_cloaking to use free-form keys instead of weakening the hash IV•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11820 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-10 | 1 | -6/+9 | |
| * | Remove include/inspircd_se_config.h and socketengine-specific headers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11784 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-09-30 | 1 | -1/+2 | |
| * | Move destruction logic for User and Spanningtree into cull()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11783 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-09-30 | 1 | -1/+1 | |
| * | Sort the module list to give a useful indicator of compile progress•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11779 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-09-30 | 1 | -1/+1 | |
