Age | Commit message (Expand) | Author |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-23 | Pedantic safe | brain |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-09-25 | Remove compiler warnings in windows build | brain |
2007-08-28 | First step on the road of module loader rewriting. So far this only really re... | om |
2007-08-27 | Remove more unnecessary header traffic | w00t |
2007-07-23 | Fix some comments to be multiline, and remove a redundant if() case caused by... | w00t |
2007-07-16 | OOPS! 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-21 | Reorder includes, dont worry there is method to my madness (i hope) | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-13 | Remove static linking support craq that hasn't been working/used since 1.0 cy... | w00t |
2007-01-17 | It says something about how excessive our debug output is when the ssl module... | brain |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-10-28 | Remove ancient copy-to-tmp system for modules, this is no longer required so ... | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |
2006-08-10 | So much stuff changed in this one, i forgot most of it. | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-07 | Put casts back :( | brain |
2006-08-07 | The segfaults on missing init_module symbol are now gone, and hopefully not c... | brain |
2006-08-07 | Added some hax :( to prevent invalid symbols. It seems that instead of return... | brain |
2006-08-07 | Tidy up, make a lot of char*'s const | brain |
2006-08-07 | Better checks for running out of disk space, inability to write to tmp dir, etc | brain |
2006-04-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |
2006-02-21 | More error descriptives | brain |
2006-02-21 | Made error more understandable on 'file not found' | brain |
2006-02-06 | Added support for changing tempdir via <options:tempdir> | brain |
2006-01-30 | Small minor insignificant ite.. ZOMG CYGWIN DYNAMIC MODULES! | frostycoolslug |
2006-01-26 | Altered so that if running in -debug mode, will not erase its .so files from ... | brain |
2006-01-26 | Added back unlink | brain |
2006-01-26 | Damn string exceptions | brain |
2006-01-17 | Added unlink() to tidy up /tmp after each dlopen() | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2006-01-08 | Used mkstemp trick similar to anope and unreal which copies the .so's to temp... | brain |
2005-05-28 | Fixed fd_Setsize in cygwin | brain |
2005-05-20 | Fixed crappy const stuff | brain |
2005-05-20 | Removed stupid consts | brain |
2005-05-20 | *** empty log message *** | brain |
2005-05-15 | Changed to use __single_client_alloc, faster on most systems in a single thread | brain |
2005-05-15 | Moved a ton of functions into helperfuncs.h to speed up recompiles | brain |
2005-03-25 | Added implementation of strlcpy and strlcat for systems that dont have it | brain |
2004-05-16 | Updated header comments | brain |
2004-04-24 | Changed layout | brain |
2004-04-17 | Added calls to sched_yield() to cut down processor usage - won't work in *bsd | brain |
2003-07-22 | STL namespace fixes | randomdan |