]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
Fixed Windows build on VS 2010
[user/henk/code/inspircd.git] / src / inspircd.cpp
2011-04-10 AdamFixed Windows build on VS 2010
2010-09-09 Daniel De GraafAdd gettimeofday() fallback for systems without clock_g...
2010-05-08 Daniel De GraafChange -debug to force RAWIO level logging and disable...
2010-02-20 danieldgRestore <options:exemptchanops> with long names
2010-02-18 danieldgReset the already_sent IDs during slow garbage collection
2010-02-12 danieldgImprove support for NetBSD
2010-02-09 danieldgAdd random number generation functions to InspIRCd...
2010-01-19 danieldgClean up some slow iterations
2010-01-18 danieldgRemove excessive gettimeofday system calls
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-25 danieldgForce heap allocation of refcountbase, create usecountb...
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-21 danieldgMove command-line items to CommandLineConf
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-21 danieldgSplit LocalUser and RemoteUser
2009-10-19 danieldgFix null deref on Cleanup() called before FakeUser...
2009-10-19 danieldgClean up some log messages
2009-10-19 danieldgValgrind now runs completely clean.
2009-10-18 danieldgAdd more debug logging of object lifetimes
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-13 peaveyremoves unnecessary checks in modules, removes a superf...
2009-10-13 danieldgChange to new execution directory structure
2009-10-13 danieldgRemove needless chdir() from inspircd executable
2009-10-12 danieldgFix empty SID validation and generation
2009-10-12 danieldgFix automatic SID generation when generated value is...
2009-10-11 peaveyMove 2 static extensibles from user class to inspircd...
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-09-30 danieldgRemove include/inspircd_se_config.h and socketengine...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-26 danieldgClean up SocketEngine interface to allow edge-triggered...
2009-09-24 danieldgMove configuration filename specification to start...
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-16 danieldgFix iteration of ServerInstance->Users->local_users...
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgRemove redundant ServerInstance* fields
2009-09-13 danieldgMembership* changes
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgMove user quit logic out of cull list
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove calls to strdup() in core, it is not better...
2009-09-02 danieldgMore deallocation-at-exit cleanup
2009-09-02 danieldgMisc removal of pointless Extend strings
2009-09-02 danieldgValgrind cleanup: deallocate RFC modes, clientlist...
2009-09-02 danieldgValgrind cleanup: Add RemoveRFCCommands() to dlclose...
2009-09-01 danieldgRemove now-unused insp_sockaddr and insp_inaddr types
2009-09-01 danieldgMove VERSION/REVISION to their own header to avoid...
2009-08-12 danieldgFix printf format warning
2009-08-12 danieldgFixes for config reader
2009-08-10 danieldgFix thread join not working for subclasses of Thread...
2009-08-02 peaveyMake sure usage lines up neatly.
2009-07-04 peaveyFix possible segfault on giving an unknown cmdline...
2009-07-01 danieldgMake rehash generate a new ServerInstance->Config object
2009-07-01 danieldgMove list of open ports out of Config object
2009-06-01 danieldgMakefile updates: clean up command lines
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-13 danieldgUse Utils->ServerUser instead of ServerInstance->FakeCl...
2009-05-13 danieldgMake the previous patches actually work
2009-05-13 danieldgCreate subclass of User for FakeClient, to allow for...
2009-05-06 w00tRemove FindDescriptor wrapper for GetRef, it doesn...
2009-04-09 specialRe-add the default case to commandline parsing (if...
2009-04-09 brainThe correct way to detect unknown parameter for getopt_...
2009-04-09 specialFix the problem described in bug #827; an improper...
2009-03-23 danieldgConfigReaderThread updates: add done flag, remove main...
2009-03-23 danieldgThreadEngine: remove MutexFactory, mutexes should be...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-02-09 brainTrap SIGXFSZ
2009-01-27 w00tCredits updates.
2009-01-03 w00tRemove extra 'i'.. oopsie :P
2009-01-03 w00tRemove silly comment from r10,000.. mostly just testing...
2009-01-02 w00tBranch merge
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-27 w00tMark a member static so it isn't exported needlessly.
2008-12-27 w00tPlace CRT debug defines in win32wrapper.h, so they...
2008-12-27 w00tRemove extra 'i'.. oopsie :P
2008-12-27 w00tRemove silly comment from r10,000.. mostly just testing...
2008-12-18 brainWakey wakey w00t :p
2008-12-18 w00tFix a windows compile screwup, courtesy of me.
2008-12-08 w00tIf we can't find file.conf, search for file.conf.txt...
2008-12-07 brainUgly ugly craq in here in the cleanup stuff. Can be...
2008-12-07 w00tnational_case_sensitive_map -> national_case_insensitiv...
2008-12-07 w00tMove stuff to use ASCII map where required.
2008-12-07 w00tnational_case_sensitive_map must be static, thanks...
2008-12-07 w00tAdd InspIRCd::national_case_sensitive_map pointer,...
2008-11-22 brainThread safety fixes to avoid crashes on rehash, dont...
2008-11-02 w00tThis was never supposed to be invoked on /rehash, only...
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-10-28 w00tdz added to /info, psychon (omitted?!) added to startup :)
2008-10-22 psychonFirst set our group id, then the user id, because we...
2008-10-20 w00tImplement <security:runasuser> and <security:runasgroup...
2008-10-18 w00tWorking privs implementation, and example usage in...
2008-10-18 w00tMigrate oper commands to an std::set, add a set for...
2008-10-18 w00tAdd skeleton of HasPrivPermission.
2008-09-21 brainFix crash
2008-09-20 brainFix a rather nasty race condition revealed by my readin...
2008-09-13 w00tMerge commit 'danieldg/out-12'
2008-09-04 brainmutexengine -> mutexfactory
2008-09-04 braininitialise mutexengine
next