summaryrefslogtreecommitdiff
path: root/.inspircd.inc
AgeCommit message (Collapse)Author
2006-08-12Complain if we can't find the binaryom
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4909 e03df62e-2008-0410-955e-edbf42e46eb7
2006-08-06Give a full path to .gdbargs, should let you run the ./inspircd script from ↵om
outside the install dir (from this point of view, anyway git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4755 e03df62e-2008-0410-955e-edbf42e46eb7
2006-06-22Fix for ./inspircd restart not working half the timespecial
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4042 e03df62e-2008-0410-955e-edbf42e46eb7
2006-05-07Add new arguments to ./inspircd, 'screendebug' starts insp inside gdb and ↵om
detaches the session, 'valdebug' starts insp inside valgrind, valgrind will start gdb in the event of a crash, 'screenvaldebug' (ugleh name :[) does the same but runs valgrind in a detached screen session git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3936 e03df62e-2008-0410-955e-edbf42e46eb7
2006-04-07Slight optimisation to config reader, looks nicer even if it's not faster.om
Make ./inspircd script use -nolog (it already used -debug, which didn't exist until now!?) Add commandline options -nolog and -debug, -debug forces all log messages to be output regardless of level. -nolog stops the logfile being written, so you can run with -debug without filling up your disk. make clean && make install, apparently some of the core doesn't depend on inspircd_io.h in the makefiles..so it'll probably segfault if you don't. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3841 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-11Changes to ./inspircd to hopefully work on freebsd as well as linux..om
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3680 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-02Removed sleep()brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3437 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-02Make ./inspircd ignore SIGPIPE and start running without the user having to ↵om
type 'run' / 'r' git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3412 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-21LD_LIBRARY_PATH setting is no longer required by core or m_sql.sobrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2596 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-21Changed $CompileFlags to seperate $CompileFlags and $LinkerFlagsbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2595 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-12Fixed .inspircd.incbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2345 e03df62e-2008-0410-955e-edbf42e46eb7
2005-05-29Added support for the new <include:file> system.frostycoolslug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1561 e03df62e-2008-0410-955e-edbf42e46eb7
2005-05-20*** empty log message ***brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1463 e03df62e-2008-0410-955e-edbf42e46eb7
2005-05-09Fixed Craig's buggy configure :pbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1337 e03df62e-2008-0410-955e-edbf42e46eb7
2005-05-08Changed to fully dynamic core (should be faster compile times)brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1331 e03df62e-2008-0410-955e-edbf42e46eb7
2005-05-03Fixed to always look for the ircd.log within the bin/ dirbrain
Fixed to not spool the error log after ./inspircd debug git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1290 e03df62e-2008-0410-955e-edbf42e46eb7
2005-05-01Sanity checks for fd_ref in addclientbrain
Fixed 'server ignores me forever if i throttle the server with connections' bug git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1272 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-21Fixed to allow debuggingbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1151 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-21Added LD_LIBRARY_PATH hacks/kludges to the .inspircd.inc file to make it ↵brain
find libmysql in funny situations git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1146 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-10Fixed a missing semicolon *LARGE SLAP*brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1028 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-08Modified to kill -9, if a kill -TERM fails.frostycoolslug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1018 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-05Fixed ./inspircd cron actually working.. but not claiming too!frostycoolslug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@985 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-05Fixed careless bug i left in while debugging :/frostycoolslug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@984 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-05Added ./inspircd (start|stop|restart|rehash|status|cron|Cheese-Sandwich) ↵frostycoolslug
(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