]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
Move stuff around a bit:
[user/henk/code/inspircd.git] / src / inspircd.cpp
2013-12-15 Peter PowellMove stuff around a bit:
2013-11-21 attilamolnarFix a few issues
2013-09-08 attilamolnarRemove InspIRCd::HandleRehash functor
2013-08-30 attilamolnarMerge insp20
2013-08-18 attilamolnarm_spanningtree Propagate oper-only quit reason using...
2013-08-12 Attila MolnarMerge pull request #591 from SaberUK/master+config...
2013-08-12 Peter PowellAdd <path> keys for all of the compile-time paths.
2013-08-08 attilamolnarFix a couple of issues
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
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-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-07-02 Attila MolnarMerge pull request #569 from ShutterQuick/inspircd...
2013-07-01 attilamolnarFix a few oversights
2013-06-18 attilamolnarRemove dead code from the InspIRCd and CommandParser...
2013-06-18 attilamolnarMinor changes to the startup and shutdown code
2013-06-18 attilamolnarRemove unused exit codes
2013-06-06 attilamolnarMove code between usermanager.(cpp|h), clarify comments
2013-06-06 attilamolnarMove DoBackgroundUserStuff() and AllModulesReportReady...
2013-06-05 attilamolnarMerge insp20
2013-05-23 attilamolnarUpdate authors
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-19 Peter PowellPurge a ton of code related to non <log> related logging.
2013-05-18 attilamolnarGet rid of the NICKForced extension
2013-05-18 attilamolnarInitialize local_count
2013-05-07 Peter PowellClean up cross-platform compatibility.
2013-04-27 attilamolnarMerge insp20
2013-04-26 AdamModularize DNS
2013-04-14 attilamolnarExtract UID/SID generation logic into a new class:...
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-11 Attila MolnarMerge pull request #487 from SaberUK/master+better...
2013-04-11 Peter PowellConvert ISUPPORT to use a map instead of a string.
2013-04-08 attilamolnarMigrate u_listmode.h into the core, change +b to use it
2013-04-08 attilamolnarAdd builtin modes using AddService()
2013-04-08 attilamolnarRework dynamic_reference management, introduce dynamic_...
2013-04-05 Attila MolnarMerge pull request #472 from SaberUK/master+merge-headers
2013-04-05 Peter PowellMerge inspircd_{config,version}.h into a single header...
2013-04-04 attilamolnarStop recreating hashmaps every hour, move garbage colle...
2013-04-04 attilamolnarLine ending conversion
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 attilamolnarConvert IsSID() to a static member function, modules...
2013-04-01 attilamolnarRemove more deprecated code
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
next