]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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.
2013-01-28 Attila MolnarMerge pull request #414 from SaberUK/insp20+hashmap
2013-01-28 Attila MolnarMerge pull request #413 from SaberUK/insp20+httpd
2013-01-28 Peter PowellUse the preprocessor to detect whether hash_map is...
2013-01-28 Peter PowellUse a better server name in m_httpd.
2013-01-28 attilamolnarm_ssl_gnutls Fix build with GnuTLS 1.x
2013-01-27 attilamolnarm_chanhistory Fix durations containing 'S' being rejected
2013-01-27 Peter PowellUse GNU install on Solaris.
2013-01-22 Attila MolnarMerge pull request #407 from SaberUK/insp20+fix-openssl...
2013-01-22 Peter PowellFix OpenSSL detection on distributions which modify...
2013-01-16 Robin BurchellMerge pull request #403 from SaberUK/insp20+wextra...
2013-01-16 Peter PowellFix warning: "const type qualifier on return type has...
2013-01-14 attilamolnarm_spanningtree Fix rare desync when a KILL crosses...
2013-01-13 attilamolnarm_maphide Ignore unregistered users
2013-01-05 Attila MolnarMerge pull request #397 from Robby-/insp20+cmode_b...
2013-01-03 Robby-cmode_b: Correction to the maxbans conditional
2013-01-02 attilamolnarm_messageflood Ask to be the last to handle OnUserPreMe...
2013-01-02 attilamolnarm_banredirect Deny the join to the redirect channel...
2013-01-02 attilamolnarm_banredirect Remove unnecessary hooks, cleanup
2012-12-25 Peter PowellReplace a GNUmake idiom with the portable equivalent.
2012-12-25 Peter PowellInclude <list> in base.h to prevent build errors on...
2012-12-25 Peter PowellFix the poll socket engine on BSD's other than FreeBSD.
2012-12-25 Peter PowellOpenBSD does not have KERN_MAXFILESPERPROC.
2012-12-25 attilamolnarm_ldapoper Fix typo spotted by @lordsith49
2012-12-21 attilamolnarFix errors in socketengine_ports so it compiles on...
2012-12-21 Peter PowellFix property list arguments.
2012-12-17 AdamFixed m_ssl_gnutls build on Windows; gnutls.h uses...
2012-12-16 attilamolnarRelease 2.0.10
2012-12-16 attilamolnarm_callerid Fix memory leak in CallerIDExtInfo::free()
2012-12-15 attilamolnarAdd a flag to Command that controls whether an empty...
2012-12-15 attilamolnarm_ident Reject invalid and error replies
2012-12-15 attilamolnarAdd IS_SERVER() and REG_ALL checks to (mostly oper...
2012-12-09 attilamolnarRemove ServerLimits::Finalise(), it's completely wrong
2012-12-08 attilamolnarFix unsafe iteration in DelMode() when unloading m_perm...
2012-12-07 Peter PowellFix #380 on BSD make.
2012-12-07 Attila MolnarMerge pull request #380 from SaberUK/insp20+fix-clang...
2012-12-07 Peter PowellFix invalid argument warnings on clang.
2012-12-05 attilamolnarm_svshold Fix crash when called with 2 params, only...
2012-12-05 attilamolnarm_cban, m_rline, m_shun Don't broadcast when user is...
2012-12-05 attilamolnarChange a few signed counter variables to unsigned so...
2012-12-05 attilamolnarFix expired xlines being treated as live ones in XLineM...
2012-12-04 attilamolnarUnbreak m_geoip
2012-12-03 attilamolnarFix thread handle leak in StartServiceThread()
2012-12-03 attilamolnarFix broken RetrieveLastError()
2012-12-03 attilamolnarFix typos in ebdaf368e137fc933e648ee88a08a4f83e796f87
2012-12-03 attilamolnarProperly shut down stdin
2012-12-02 attilamolnarm_remove Fix potential desync caused by committing...
2012-12-02 attilamolnarFix DLLManager leak when an exception is thrown in...
2012-12-02 attilamolnarThrow an exception when attempting to register an exten...
2012-12-02 attilamolnarRegister a few extensions that weren't registered
2012-12-02 attilamolnarRegister all commands, modes and extensions using AddSe...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-12-02 Attila MolnarMerge pull request #376 from SaberUK/insp20+fix-clean
2012-12-02 Peter PowellFix the list of files to be removed by make.
2012-11-29 attilamolnarMake LocalUserList an std::list
2012-11-29 attilamolnarAdd a typedef for LocalUserList
2012-11-29 attilamolnarm_cgiirc Fix wrong announcement when the host in WEBIRC...
2012-11-29 attilamolnarm_cgiirc Don't apply resolved host or send notification...
2012-11-29 attilamolnarm_cgiirc Don't resolve IPs when <performance:nouserdns...
2012-11-29 attilamolnarm_cgiirc De-duplicate code, recheck elines after ip...
2012-11-29 attilamolnarm_cgiirc Remove dead code, warn when a <cgihost> block...
next