689 Commits

Author SHA1 Message Date
frostycoolslug
4327b13b6f New Perl ./configure
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1196 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-26 15:50:20 +00:00
frostycoolslug
457be34d00 Old sh Version
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1195 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-26 15:49:47 +00:00
brain
4d4e4359d6 Added -Woverloaded-virtual to catch annoying module typos
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1192 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-26 01:47:01 +00:00
brain
15ec8bd377 Added -Wswitch -Wchar-subscripts -Wparentheses - more stable and more pedantic settings :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1191 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-26 01:25:07 +00:00
brain
b6f5d703b0 Major code tidyup (-W) - expect a few belches
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1190 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-26 00:58:31 +00:00
frostycoolslug
d59e531c86 Fixed Non Fatal Warning:
./configure: line 485: [: : integer expression expected


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1045 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-11 17:47:57 +00:00
frostycoolslug
4325a58683 Fixed problem with strlcpy detection.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1035 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-10 20:11:12 +00:00
frostycoolslug
6bccd5409b Fixed badly setting colours, now all non green / yellow text is 'default' (Thanks ol and others)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1033 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-10 19:35:00 +00:00
frostycoolslug
81dfafc091 Removed 'irregular' output caused by Brains test for strlcpy
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1027 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-10 01:03:06 +00:00
frostycoolslug
7c210e205e Modified Module Makefile autogeneration to depend on some .h files and its own cpp file.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1025 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-09 15:38:07 +00:00
frostycoolslug
2e5bad993e Added Dynamic src/modules/Makefile generation, during ./configure the script will search modules for /* $CompileFlags: */ and append any given flags to its g++ line.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1017 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-08 22:39:46 +00:00
frostycoolslug
83210d2ab4 Removed reference to depricated ./makeconf and updated command to exec to build the daemon.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@986 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-05 21:35:37 +00:00
frostycoolslug
c2dd34ae04 Added ./inspircd (start|stop|restart|rehash|status|cron|Cheese-Sandwich) (Happy luigiman?)
Made a slightly nicer method for .Makefile.inc
Updated ./configure to reflect the above changes.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@983 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-05 21:17:33 +00:00
frostycoolslug
e5b0f31c56 Fixed Potential bug in ./configure (case switches should be flag) not (flag)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@933 e03df62e-2008-0410-955e-edbf42e46eb7
2005-03-30 06:03:33 +00:00
brain
8d7a423107 Fixed a dumb -eq bug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@917 e03df62e-2008-0410-955e-edbf42e46eb7
2005-03-27 01:22:59 +00:00
brain
5174091b75 Fixed strlcpy detection
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@906 e03df62e-2008-0410-955e-edbf42e46eb7
2005-03-25 19:51:52 +00:00
brain
9f1bd74b09 Added implementation of strlcpy and strlcat for systems that dont have it
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@905 e03df62e-2008-0410-955e-edbf42e46eb7
2005-03-25 19:25:41 +00:00
brain
ad75aac623 Fixed a little bug that would come back to bite us when gcc3.5 comes out...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@904 e03df62e-2008-0410-955e-edbf42e46eb7
2005-03-25 06:24:18 +00:00
brain
c114e87135 GCC 3.4 detection tested and working
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@903 e03df62e-2008-0410-955e-edbf42e46eb7
2005-03-25 06:14:33 +00:00
brain
a0ef1070aa Added detection for gcc 3.4... where they changed the namespaces again.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@901 e03df62e-2008-0410-955e-edbf42e46eb7
2005-03-25 05:54:33 +00:00
frostycoolslug
5291e2815e Fixed bug with falsly reporting that configs CAN be copied.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@852 e03df62e-2008-0410-955e-edbf42e46eb7
2004-09-04 14:54:45 +00:00
brain
58f012efd7 Made these executable again!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@851 e03df62e-2008-0410-955e-edbf42e46eb7
2004-09-04 14:41:32 +00:00
frostycoolslug
a093aeddff Fixed freebsd -n bug.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@846 e03df62e-2008-0410-955e-edbf42e46eb7
2004-07-23 21:17:04 +00:00
frostycoolslug
9949c65ae5 Added Code Optimisation Option. (Cant you tell we are brits with out spelling? :p)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@638 e03df62e-2008-0410-955e-edbf42e46eb7
2004-04-18 01:17:43 +00:00
frostycoolslug
1ce4e03cba Modified headers
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@446 e03df62e-2008-0410-955e-edbf42e46eb7
2004-04-08 01:48:45 +00:00
frostycoolslug
e909e1a3ca /helpop command Module.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@444 e03df62e-2008-0410-955e-edbf42e46eb7
2004-04-08 01:21:46 +00:00
frostycoolslug
595091ca43 Fix to Bugs #10 and #11
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@427 e03df62e-2008-0410-955e-edbf42e46eb7
2004-04-07 19:14:24 +00:00
frostycoolslug
b69251eb99 removed ``s to fix bug running $MAKEPROG
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@371 e03df62e-2008-0410-955e-edbf42e46eb7
2004-04-03 22:39:14 +00:00
frostycoolslug
5f30e68a76 Fixed FreeBSD bugs.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@369 e03df62e-2008-0410-955e-edbf42e46eb7
2004-04-03 22:26:25 +00:00
frostycoolslug
fb947d5615 Fixed bugs in ./configure
Created new Makefile Generator
Removed some redundant makefiles.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@365 e03df62e-2008-0410-955e-edbf42e46eb7
2004-04-03 19:38:01 +00:00
frostycoolslug
71747e6a92 Added Support for GCC 2 back.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@190 e03df62e-2008-0410-955e-edbf42e46eb7
2003-09-27 18:58:11 +00:00
frostycoolslug
b98ff839df Fixed one or 2 small bugs.. :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@180 e03df62e-2008-0410-955e-edbf42e46eb7
2003-07-27 21:14:20 +00:00
frostycoolslug
d45c44803a Removed the need for Perl
If the FD Script doesnt work, Make guess..
If SD Script works, and entered SD > avaliable, give warning
Added Checking, wont let you enter anything other than numbers.
"Added Extra Cheeze"


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@177 e03df62e-2008-0410-955e-edbf42e46eb7
2003-07-27 19:29:25 +00:00
frostycoolslug
91e310a860 Fixed the CHMOD (nice one Brain` :p)
Added a config.cache to store Previous values.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@164 e03df62e-2008-0410-955e-edbf42e46eb7
2003-02-07 22:05:57 +00:00
brain
7cf2468263 Added copyright notices
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@145 e03df62e-2008-0410-955e-edbf42e46eb7
2003-01-24 14:11:35 +00:00
brain
984035c87f Fixed paths and makefile locations
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@142 e03df62e-2008-0410-955e-edbf42e46eb7
2003-01-23 20:28:13 +00:00
brain
03f3994751 Edited file paths
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@138 e03df62e-2008-0410-955e-edbf42e46eb7
2003-01-23 20:09:07 +00:00
brain
4eabea3a17 Initial revision of changed source layout
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@137 e03df62e-2008-0410-955e-edbf42e46eb7
2003-01-23 19:55:45 +00:00
brain
73b9d0c5cb Initial revision
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@132 e03df62e-2008-0410-955e-edbf42e46eb7
2003-01-23 19:45:57 +00:00