]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - configure
* Seperate out socket engines into derived classes of SocketEngine.
[user/henk/code/inspircd.git] / configure
2005-12-02 brainSet to use pthread now
2005-12-01 brainFixed @- to \@-
2005-12-01 frostycoolslugRemoved depricated referance to servers.o which remaine...
2005-11-30 brainAdded -lstdc++
2005-11-29 frostycoolslugAdded a 'Base' installation path to allow installing...
2005-11-25 brainRemoved connection.cpp and servers.cpp
2005-11-25 brainFixes for removal of serverrec
2005-11-25 brainRemoved static meshed linking from core
2005-11-23 brainAdjusted configure to generate proper makefiles for...
2005-11-23 brainAdded start of socket classes used by modular linking
2005-08-25 brainFixed code so that it will still work with kernel 2...
2005-08-25 brainAdded a chomp() just to be sure on kernel 2.6 check
2005-08-25 brainFix for bug #72 reported by Hal9000
2005-05-30 brainConfiguration errors now go to the error log
2005-05-30 brainUpdated to allow users to specify their compiler by...
2005-05-30 brainStarted on -Wall - safe compile
2005-05-29 brainAdded warning about gcc2
2005-05-29 brainA lot more of the core consts are now configurable...
2005-05-28 brainFixed fd_Setsize in cygwin
2005-05-26 brainNeater newlines
2005-05-26 brainAdded a ton of missing prompts ;)
2005-05-26 brainChanged representation of MAXNICK in isnick() to allow...
2005-05-25 brainFixed nicklength perpetually increasing on each run...
2005-05-25 brainFixed to preserve epoll/select/kqueue choices
2005-05-24 brainFixed to erase .so and binaries before trying to overwr...
2005-05-24 brainFixed to compensate for null-char on end of nicklength
2005-05-21 brain*** empty log message ***
2005-05-20 brainChanged cygwin warning
2005-05-20 brain*** empty log message ***
2005-05-20 brainChanged to fix minor typo in dynamic-build makefile
2005-05-20 brain*** empty log message ***
2005-05-20 brainModified to detect kqueue on netbsd
2005-05-20 brainEdited to properly detect strlcpy on netbsd (different...
2005-05-19 brainWarning message for openbsd users that try and use gcc
2005-05-19 brainAdded eg++ stuff
2005-05-19 brainCC fixes
2005-05-19 braineg++ stuff
2005-05-19 brainWhat openbsd muppet decided to rename gcc3?!
2005-05-19 brainRemoved debug output
2005-05-19 brainStupid string checks
2005-05-19 brainUname stuff
2005-05-19 brainStupid uname stuff again
2005-05-19 brainFrigging thing
2005-05-19 brainstupid osname stuff
2005-05-19 brainUname fixes
2005-05-19 brainFixes to uname stuff
2005-05-19 brainChanged to use gmake on ALL bsd variants
2005-05-18 brainAdded -lresolv for solaris
2005-05-18 brainAdded -lrt for solaris
2005-05-18 brainMissing newline
2005-05-18 brainFixes to bad filehandle
2005-05-18 brainstupid sunos check wont run
2005-05-18 brainFixes for solaris
2005-05-18 brainFix to minor typo in solaris stuff
2005-05-18 brainupdated for solaris -lsocket / -lnsl
2005-05-18 brainFixes for solaris pwd
2005-05-18 brainFixes for solaris weirdness
2005-05-18 brainsolaris fixes
2005-05-18 brainsolaris randomness
2005-05-18 brainweirdness
2005-05-17 brainMade prompts clearer
2005-05-17 brainDefault epoll/kqueue to yes
2005-05-17 brainkqueue and epoll default to enabled now
2005-05-17 brainExperimental: Epoll support
2005-05-15 brainA few simple output lines (similar to gnu autoconf...
2005-05-15 brainChanged kqueue warning - no longer experimental code
2005-05-15 brainAdded detection for kqueue, so if your BSD system doesn...
2005-05-15 brainAdded better detection of strlcpy that doesn't involve...
2005-05-10 frostycoolslugAdded Cache support for the KQueue Question
2005-05-10 brainFixed kqueue setting not being changed
2005-05-09 brainBasics of kqueue() implementation for socket engine
2005-05-09 brainModified to use -pipe
2005-05-09 brainMissed a -c
2005-05-09 brainNew way of building modules
2005-05-09 brainNow secures binaries with 0700 perms as theyre installed
2005-05-09 brainFixed Craig's buggy configure :p
2005-05-01 frostycoolslugFixed bug resulting in osflags being called BEFORE...
2005-05-01 brainFixed a typo preventing execution
2005-04-30 brainFixed output of src/modules/Makefile saying it was...
2005-04-29 brainUpdated for test gcc4 compatibility
2005-04-28 frostycoolslugAdded support back for ./inspircd
2005-04-26 brainMissing debug symbols?!
2005-04-26 brainUpdated makefile
2005-04-26 brainStrlen tidyup (based on results of gprof output)
2005-04-26 frostycoolslugNew Perl ./configure
2005-04-26 frostycoolslugOld sh Version
2005-04-26 brainAdded -Woverloaded-virtual to catch annoying module...
2005-04-26 brainAdded -Wswitch -Wchar-subscripts -Wparentheses - more...
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-11 frostycoolslugFixed Non Fatal Warning:
2005-04-10 frostycoolslugFixed problem with strlcpy detection.
2005-04-10 frostycoolslugFixed badly setting colours, now all non green / yellow...
2005-04-10 frostycoolslugRemoved 'irregular' output caused by Brains test for...
2005-04-09 frostycoolslugModified Module Makefile autogeneration to depend on...
2005-04-08 frostycoolslugAdded Dynamic src/modules/Makefile generation, during...
2005-04-05 frostycoolslugRemoved reference to depricated ./makeconf and updated...
2005-04-05 frostycoolslugAdded ./inspircd (start|stop|restart|rehash|status...
2005-03-30 frostycoolslugFixed Potential bug in ./configure (case switches shoul...
2005-03-27 brainFixed a dumb -eq bug
2005-03-25 brainFixed strlcpy detection
next