]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
m_namedmodes Only show chan key to members and opers with channels/auspex
[user/henk/code/inspircd.git] / src / inspircd.cpp
2015-09-06 AdamMerge pull request #1050 from Aviator45003/insp20
2015-05-17 The AviatorFixed a build warning
2014-02-18 Attila MolnarMerge pull request #772 from SaberUK/insp20+llvm34
2014-02-11 Peter PowellFix various problems detected by Clang 3.4.
2013-09-26 Attila MolnarMerge pull request #638 from SaberUK/insp20+runas-fix
2013-09-26 Peter PowellImprove error reporting for <security:runas{user,group}>.
2013-09-08 ChrisTXFix a crash when running as systemd service
2013-07-12 Attila MolnarMerge pull request #588 from SaberUK/insp20+fix-sockete...
2013-07-07 Peter PowellFix low risk crash when we can't determine maximum...
2013-05-23 attilamolnarUpdate authors
2013-05-18 attilamolnarInitialize local_count
2013-03-28 attilamolnarFix premature overwriting of OLDTIME that resulted...
2013-03-26 Attila MolnarMerge pull request #443 from ShutterQuick/sasl_external
2013-03-25 attilamolnarAccept -c as a command line argument (equivalent to...
2013-03-24 attilamolnarInitialize the FakeClient pointer in InspIRCd::InspIRCd()
2012-12-03 attilamolnarProperly shut down stdin
2012-11-29 attilamolnarAdd a typedef for LocalUserList
2012-10-14 Attila MolnarMerge pull request #274 from ChrisTX/insp20+gnutlsdepre...
2012-10-14 Attila MolnarMerge pull request #338 from ChrisTX/insp20+iostream
2012-10-14 ChrisTXReplace printf(_c) with iostream
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
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...
next