]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2014-04-13 Attila MolnarCompress the Windows installer with zlib to reduce...
2014-04-13 AdamChange Windows libraries to be dynamically linked
2014-04-13 Attila Molnarm_ssl_openssl Avoid Applink on Windows by calling PEM_r...
2014-04-13 Attila MolnarAllow uppercase letters in IPv6 CIDR masks
2014-04-13 Attila Molnarm_auditorium Handle NULL return from Channel::GetUser...
2014-04-13 Attila MolnarIgnore NULL callbacks in ModuleManager::Reload()
2014-04-13 Attila Molnarm_ojoin Remove pointless FindChan() call
2014-04-12 Attila MolnarChange FormatMessage() usage in DLLManager::RetrieveLas...
2014-04-12 Attila MolnarFilter out newlines from error messages on Windows
2014-04-12 Attila Molnarm_watch Be more strict when checking whether the watch...
2014-04-12 Attila MolnarMerge pull request #827 from Robby-/insp20-helpopconf
2014-04-12 Robby-Some more helpop config updates.
2014-04-12 Robby-Correct the syntax messages of a few modules.
2014-04-06 Attila MolnarRelease 2.0.16
2014-04-06 Attila MolnarFix IPv6 address handling in 6aaf7047297b739377e7d509cb...
2014-04-06 Attila MolnarFix typo in helpop-full that prevented it from loading...
2014-04-04 Attila MolnarFix snotice about disabled command usage being sent...
2014-04-04 Attila MolnarAdd REG_ALL checks to treat unregistered users as nonex...
2014-04-04 Attila MolnarFix typos and update text in the configure script
2014-04-04 Attila MolnarMajor example configuration and helpop update
2014-03-27 Attila Molnarm_watch Validate targ before use, noticed while rewriti...
2014-03-26 Attila Molnarm_globalload Don't pass a callback to ModuleManager...
2014-03-25 Attila Molnarm_httpd Fix typo noticed by @SaberUK
2014-03-23 Attila Molnarm_operprefix Don't set +y on the oper if hideoper is...
2014-03-13 Attila MolnarFix NAMES list getting truncated on servers having...
2014-03-13 Attila MolnarBackport "Refactor Channel::UserList() to use std:...
2014-03-11 Attila Molnarcmd_names Allow opers having the channels/auspex priv...
2014-03-10 Attila MolnarImprove detection for non-cidr masks to prevent unwante...
2014-03-02 Attila Molnarm_spanningtree Do pointer comparison before deleting...
2014-03-02 Attila Molnarm_spanningtree Don't send snotices to servers about...
2014-03-01 Attila MolnarFix NULL dereference on rehash when there is a fatal...
2014-02-28 Attila MolnarMerge pull request #784 from ShutterQuick/patch-1
2014-02-28 Attila MolnarMerge pull request #783 from SaberUK/insp20+solaris...
2014-02-27 ShutterQuickFix build problem on Solaris
2014-02-27 Peter PowellFix Solaris not being able to find modules without...
2014-02-20 AdamFix /who on opers incorrectly showing +i opers to
2014-02-18 Attila MolnarMerge pull request #772 from SaberUK/insp20+llvm34
2014-02-13 Attila Molnarsocketengine_select Reset the values in the timeval...
2014-02-11 Peter PowellFix various problems detected by Clang 3.4.
2014-02-05 Attila Molnarsocketengine_epoll Initialize CurrentSetSize (only...
2014-02-04 AdamFix new file descriptor debug log message in socketengi...
2014-02-03 Attila Molnarm_banredirect Fix typo in a message (transfered ->...
2014-01-26 Attila Molnarm_ssl_openssl Fix memory leaks on /rehash ssl, unload...
2014-01-24 AdamSet a session id on our server ssl context in m_ssl_ope...
2014-01-21 Attila MolnarRelease 2.0.15
2014-01-21 Attila MolnarBump API version because of 3f4d54eb031f1cd6b016dfe1f76...
2014-01-21 Attila Molnarm_httpd_stats Be more conservative when escaping data
2014-01-21 Attila MolnarIncrease the penalty for a few core commands
2014-01-20 Attila Molnarm_joinflood Unset the mode on unload
2014-01-20 Peter PowellFix some logically dead code which was found by Coverity.
2014-01-20 Attila Molnarm_svshold Add config option to hide snotices
2014-01-20 Attila Molnarm_httpd Add timeout option; remove timed out connections
2014-01-20 Attila MolnarUpdate example configs/helpop
2014-01-20 Mantas MikulėnasUse standard example addresses in configs
2014-01-20 Attila Molnarm_services_account Add workaround for wrong host being...
2014-01-20 Attila Molnarm_dnsbl Don't send snotice when the {G|K|Z}line already...
2014-01-19 Attila Molnarm_joinflood Fix remote joins affecting local joinflood...
2014-01-19 Attila MolnarUse FindNickOnly() in a few more places if a local...
2014-01-19 Attila Molnarm_dccallow Increase penalty for /DCCALLOW help
2014-01-19 Attila Molnarm_alias Fix out of bounds string access that happened...
2014-01-17 Daniel VassdalFix OOB error in sa2cidr()
2014-01-16 Attila MolnarMerge pull request #732 from grawity/saslfix
2014-01-14 Attila Molnarm_sajoin Send global snotice when the join happens
2014-01-13 Attila Molnarm_mlock Only deny the mlocked mode from being changed...
2014-01-11 Mantas MikulėnasSupport SASL messages other than 'C' and 'D'
2014-01-11 Mantas MikulėnasHandle SASL failures during SASL_INIT (wrong mechanism...
2014-01-05 Attila MolnarFix possible use of invalid iterator on module unload
2014-01-04 Attila MolnarShow +i users on a channel to opers having the channels...
2013-12-28 Attila MolnarMerge pull request #714 from SaberUK/insp20+fix-helpop
2013-12-27 Peter PowellFix the HELPOP database being destroyed when a rehash...
2013-12-21 Daniel VassdalAllow ranges beginning with 0 in m_channames
2013-12-15 Attila Molnarm_spanningtree Fix nick TS desync on SVSNICK
2013-12-14 Daniel VassdalFix m_override refusing to override modes if the user...
2013-12-09 Daniel VassdalFix ACCEPT propagation bug when it got a nick prefixed...
2013-11-29 Attila MolnarMerge pull request #693 from SaberUK/insp20+modulemanag...
2013-11-29 Peter PowellFix various problems with ModuleManager.
2013-11-12 Daniel VassdalFix remote /MODULES bug
2013-11-09 AdamUse case insensitive comparison for server names for...
2013-11-09 AdamFix parsing ADDLINE with expiration or creation dates...
2013-11-09 AdamFix issue #657, fix sending FNAME with spaces
2013-10-26 Peter PowellFix m_silence looking for maxentries in <showwhois...
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-15 attilamolnarWork around STB_GNU_UNIQUE symbols not allowing module...
2013-09-14 attilamolnarFix ConvToStr(char)
2013-09-13 ChrisTXFix a shadow warning created by ConfigTag::create
2013-09-09 attilamolnarm_httpd Close all open http sockets on unload
2013-09-09 attilamolnarm_showwhois Require 2 parameters for WHOISNOTICE
2013-09-08 ChrisTXFix a crash when running as systemd service
2013-09-04 Attila MolnarMerge pull request #623 from ChrisTX/insp20+compilerfixes
2013-08-31 attilamolnarm_spanningtree Fix timestamp in AWAY
2013-08-30 ChrisTXImprove support for rarely used compilers, EKOPath...
2013-08-30 attilamolnarDon't CoreExport reference, fixes m_dnsbl on Windows
2013-08-28 attilamolnarRelease 2.0.14
2013-08-28 attilamolnarm_permchannels Fix empty topic setby
2013-08-28 Christopher... Update COPYING file with new FSF address.
2013-08-27 attilamolnarFix fd and minor memory leak in threadengine_pthread...
2013-08-27 attilamolnarFix crash caused by passing a large integer to ctime()
2013-08-27 attilamolnarm_permchannels Add the ability to save listmodes
2013-08-27 attilamolnarm_permchannels Save channel TS, topic set time and...
next