]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
Move and rename typedef LocalUserList to UserManager::LocalList
[user/henk/code/inspircd.git] / src / inspircd.cpp
2014-07-19 Attila MolnarMove and rename typedef LocalUserList to UserManager...
2014-06-24 Attila MolnarChange allocation of InspIRCd::Users to be physically...
2014-06-24 Attila MolnarChange allocation of InspIRCd::SNO to be physically...
2014-06-24 Attila MolnarChange allocation of InspIRCd::Modules to be physically...
2014-06-24 Attila MolnarChange allocation of InspIRCd::Logs to be physically...
2014-06-24 Attila MolnarChange allocation of InspIRCd::Modes to be physically...
2014-06-14 Attila MolnarKill needless #includes in source files
2014-06-13 Attila MolnarMake the default ProtocolInterface instance part of...
2014-06-13 Attila MolnarChange allocation of InspIRCd::Parser to be physically...
2014-06-13 Attila MolnarChange allocation of InspIRCd::BanCache to be physicall...
2014-06-13 Attila MolnarPull in bancache.h from inspircd.h
2014-06-13 Attila MolnarChange allocation of InspIRCd::Threads to be physically...
2014-06-13 Attila MolnarChange allocation of InspIRCd::stats to be physically...
2014-05-23 Peter PowellPrefix all definitions in config.h to avoid potential...
2014-04-07 Attila MolnarMerge insp20
2014-03-15 Attila MolnarChange allocation of InspIRCd::Timers to be physically...
2014-03-14 Attila MolnarChange allocation of InspIRCd::chanlist to be physicall...
2014-02-18 Attila MolnarMerge pull request #772 from SaberUK/insp20+llvm34
2014-02-11 Peter PowellFix various problems detected by Clang 3.4.
2014-02-08 Attila MolnarChange all socketengine methods to be static
2014-02-07 Attila MolnarOnly compile the testsuite if INSPIRCD_ENABLE_TESTSUITE...
2014-01-24 Attila MolnarConvert LocalUserList to an intrusively linked list
2014-01-21 Attila MolnarMerge insp20
2014-01-05 Attila MolnarMove server description field from TreeServer into...
2014-01-05 Attila MolnarIntroduce Server class
2013-12-15 Attila MolnarMerge pull request #708 from SaberUK/master+development...
2013-12-15 AdamMerge pull request #689 from SaberUK/master+cxxify
2013-12-15 Peter PowellMove stuff around a bit:
2013-11-21 attilamolnarFix a few issues
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 attilamolnarRemove InspIRCd::HandleRehash functor
2013-09-08 ChrisTXFix a crash when running as systemd service
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...
next