]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2013-04-08 attilamolnarListModeBase: Minor changes to original u_listmode...
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 attilamolnarUnite include/modes/*.h into include/builtinmodes.h
2013-04-08 attilamolnarAllow dynamic references to reference ServiceProviders...
2013-04-08 attilamolnarRework dynamic_reference management, introduce dynamic_...
2013-04-08 attilamolnarRemove OnAddBan and OnDelBan hooks
2013-04-08 Peter PowellAdd support for generating dhparams with GnuTLS to...
2013-04-06 Attila MolnarMerge pull request #475 from SaberUK/master+default...
2013-04-06 Peter PowellDefault to the XML config format.
2013-04-06 Attila MolnarMerge pull request #474 from SaberUK/master+better...
2013-04-06 Peter PowellAdd the ability to deprecate config values as well...
2013-04-06 Peter PowellPurge the 1.1 config deprecations.
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-05 Attila MolnarMerge pull request #465 from Shawn-Smith/master+Service...
2013-04-05 Shawn SmithFixed grammar in whois output for +k'd services.
2013-04-04 attilamolnarStop recreating hashmaps every hour, move garbage colle...
2013-04-04 attilamolnarLine ending conversion
2013-04-04 attilamolnarMove whowas settings into cmd_whowas from ConfigReader
2013-04-04 attilamolnarMake cmd_whowas act like a module, remove special handling
2013-04-03 attilamolnarConvert InspIRCd::Duration() to be static
2013-04-02 Attila MolnarMerge pull request #460 from SaberUK/master+genssl...
2013-04-02 Peter PowellFix a small typo in genssl.
2013-04-02 Attila MolnarMerge pull request #459 from ChrisTX/insp20+fixgeoip
2013-04-02 ChrisTXm_geoip: Fix compilation
2013-04-02 Attila MolnarMerge pull request #456 from SaberUK/master+genssl
2013-04-02 Peter PowellExtract SSL generation to a tool which can be shipped...
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2013-04-01 attilamolnarIgnore empty sid in ServerConfig::Fill()
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 attilamolnarMove member variables from User to LocalUser
2013-04-01 attilamolnarcmd_stats List opers without iterating the whole userlist
2013-04-01 attilamolnarChange IsNickHandler()/IsIdentHandler()/IsChannelHandle...
2013-04-01 attilamolnarConvert IsSID() to a static member function, modules...
2013-04-01 attilamolnarRemove more deprecated code
2013-04-01 Attila MolnarMerge pull request #454 from SaberUK/master+misc-improv...
2013-04-01 Attila MolnarMerge pull request #455 from SaberUK/master+deprecation...
2013-04-01 Peter PowellPurge references to the deprecated GetStackedLine method.
2013-04-01 Peter PowellPurge the deprecated chanprotect module.
2013-04-01 Peter PowellRemove some dead code:
2013-04-01 Peter PowellAdd macro for marking methods as deprecated.
2013-04-01 AdamFix linker error when linking spanningtree caused by...
2013-04-01 Peter PowellPurge the deprecated hash_map from existance.
2013-04-01 attilamolnarChange channel name parameter of Module::OnUserPreJoin...
2013-04-01 AdamRewrote caller.h to be more C++11 ish, currently commen...
2013-03-31 attilamolnarNew API version
2013-03-31 attilamolnarChange User::GetIPString() to return const std::string&
2013-03-31 attilamolnarm_samode Require an oper privilege to change the user...
2013-03-31 attilamolnarSend LUSERS before MOTD
2013-03-31 attilamolnarChange the default value of <options:cyclehosts> to no
2013-03-31 attilamolnarRemove legacy code, mostly related to 1.2 compatibility
2013-03-31 attilamolnarMark as version 2.2
2013-03-31 attilamolnarMinor update to example configs
2013-03-29 attilamolnarRelease 2.0.11
2013-03-29 attilamolnarcmd_kill Send snotice to servers when both the oper...
2013-03-29 attilamolnarUpdate doc and fix the description of m_allowinvite
2013-03-29 attilamolnarm_ldapoper Make the module actually work
2013-03-29 attilamolnarm_ldapoper Fix memory leak
2013-03-28 attilamolnarFix premature overwriting of OLDTIME that resulted...
2013-03-27 attilamolnarcmd_lusers Fix miscounting
2013-03-26 Attila MolnarMerge pull request #443 from ShutterQuick/sasl_external
2013-03-25 Daniel VassdalAdded support for EXTERNAL
2013-03-25 attilamolnarm_xline_db Fix pointless excessive stack usage in ReadD...
2013-03-25 attilamolnarm_xline_db Major enhancements
2013-03-25 attilamolnarAccept -c as a command line argument (equivalent to...
2013-03-25 ChrisTXWin32: Rewrite the service wrapper
2013-03-24 attilamolnarInitialize the FakeClient pointer in InspIRCd::InspIRCd()
2013-03-24 attilamolnarm_timedbans Notice halfops and above when a timed ban...
2013-03-24 Adamwin: Made config, modules, data, and log paths configur...
2013-03-20 attilamolnarFix infinite loop when all DNS request slots are in use
2013-03-20 attilamolnarAdd support for mandatory tags in included config files
2013-03-20 attilamolnarm_spanningtree Fix incoming channel modes being lost...
2013-03-20 attilamolnarm_permchannels Load channels from the config only at...
2013-03-19 attilamolnarm_connflood Ignore e-lined users
2013-03-15 AdamLink win32_memory too inspircd too
2013-03-14 attilamolnarm_ssl_openssl Make it clear that a CA file is not mandatory
2013-03-14 ShutterQuickModified m_timedbans to behave more like setting mode...
2013-03-14 AdamReplace Windows build system and installer with cmake
2013-03-11 attilamolnarRemove dead code from DNS
2013-03-11 attilamolnarm_connectban Switch to OnSetUserIP hook to handle cgiir...
2013-03-11 attilamolnarFix m_dnsbl not checking cgiirc users when the cgiirc...
2013-03-11 attilamolnarEither store the Resolver in DNS::AddResolverClass...
2013-03-11 attilamolnarStop user initialization when the user is marked as...
2013-03-11 attilamolnarm_dnsbl Fix connecting users timeouting when a dnsbl...
2013-03-09 Attila MolnarMerge pull request #437 from SaberUK/insp20+doxygen...
2013-03-08 Peter PowellUpdate Doxyfile for the latest version of Doxygen.
2013-03-03 attilamolnarcmd_lusers Be smart and know how many invisible users...
2013-03-03 attilamolnarcmd_lusers Use of size() instead of counting elements
2013-03-03 attilamolnarcmd_lusers Refresh max local/global user counters after...
2013-03-03 attilamolnarcmd_lusers Convert to a module
2013-03-02 Attila MolnarMerge pull request #430 from SaberUK/insp20+config...
2013-03-02 Peter PowellReorganise configuration files:
2013-02-17 attilamolnarm_ssl_gnutls Fix null pointer dereference in case gnutl...
2013-02-17 Peter PowellFix multiple escape bugs in m_httpd_stats.
2013-02-11 attilamolnarcmd_invite Send invite announcements to halfops and...
2013-02-11 attilamolnarcmd_invite Correct error message when the user has...
2013-02-11 attilamolnarFix exactly <limits:maxchan> long channel names being...
2013-02-03 Attila MolnarMerge pull request #416 from SaberUK/insp20+clang42...
2013-02-01 Peter PowellRemove unused variables detected by Clang 4.2.
next