]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
Windows: In-depth cleanup (see details)
[user/henk/code/inspircd.git] / src / inspircd.cpp
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-10-04 AdamMerge pull request #314 from ChrisTX/insp20+DnsQueryConfig
2012-10-04 ChrisTXReplace hardcoded paths with configurable ones
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-21 attilamolnarDon't hardcode conf/inspircd.conf as the config file...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-13 attilamolnarUse less memory when rehashing built-in hashmaps
2012-06-27 Attila MolnarMerge pull request #235 from attilamolnar/insp20+invitefix
2012-06-17 attilamolnarFix pending invites not being removed when a channel...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Robin BurchellMerge pull request #62 from nenolod/insp20
2012-04-15 William PitcockExplicitly shut down stdio's stdin/stdout/stderr.
2012-04-14 Robin BurchellMerge pull request #35 from pcarrier/insp20ldap
2011-09-28 JackmcbarnMove my name from regular contributors to developers
2011-04-19 Daniel De GraafMerge commit 'refs/merge-requests/5' of git://gitorious...
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
next