]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2013-07-07 Peter PowellFix low risk crash when we can't determine maximum...
2013-06-24 Attila MolnarMerge pull request #563 from ElementalAlchemist/patch-1
2013-06-24 ElementalAlchemistPrevent m_cgiirc from blocking indefinitely, resulting...
2013-06-12 attilamolnarm_spanningtree FJOIN handler: Merge and take maxmodes...
2013-06-09 attilamolnarFix high CPU use on Windows when connecting to a server
2013-06-05 attilamolnarRelease 2.0.13
2013-06-05 attilamolnarRemove unnecessary string copies and dead code
2013-06-05 attilamolnarReport the full GnuTLS version in configure
2013-06-04 attilamolnarm_spanningtree Fix FIDENT routing
2013-06-04 attilamolnarFix inet_pton on Windows with IPv6 addresses
2013-06-04 attilamolnarm_pgsql Same fix as 0e09600a431d0e0f2cde6457e088d84caf6...
2013-06-01 attilamolnarcmd_who Hide +i users when listing users on a server...
2013-06-01 attilamolnarm_mysql Fix escaping strings longer than MAXBUF/2
2013-06-01 attilamolnarm_userip Allow querying own IP for non-opers, require...
2013-05-23 attilamolnarm_nicklock Fix wrong hook in SetPriority()
2013-05-23 attilamolnarUpdate authors
2013-05-22 attilamolnarm_mysql Fix crash on rehash when the database tags...
2013-05-18 attilamolnarm_channames Fix iteration in ValidateChans()
2013-05-18 attilamolnarm_httpd_acl Reread config on rehash
2013-05-18 attilamolnarm_geoip Set cc in OnSetConnectClass to the newly create...
2013-05-18 attilamolnarInitialize local_count
2013-05-16 AdamFix m_randquote with 0 quotes
2013-05-16 attilamolnarWorkaround for std::list::size() having linear complexi...
2013-05-16 attilamolnarRemove unused variables, avoid copies where possible...
2013-05-15 attilamolnarFix thread handle leak in threadengine_win32
2013-05-07 Attila MolnarMerge pull request #526 from SaberUK/insp20+connectban-fix
2013-05-06 Peter PowellFix an extremely low risk crash bug in m_connectban.
2013-05-02 attilamolnarm_ssl_gnutls Call gnutls_transport_set_errno() on Windo...
2013-05-02 AdamFix gnutls (again) on Windows by using gnutls_transport...
2013-05-02 AdamFix logfile path on Windows
2013-05-02 AdamFix disabling IPV6_V6ONLY on sockets, issue #511
2013-04-27 Attila MolnarMerge pull request #509 from SaberUK/insp20+make-distclean
2013-04-27 Peter PowellFix a few minor issues with `make distclean`.
2013-04-24 attilamolnarRelease 2.0.12
2013-04-24 attilamolnarMove SocketEngine::IgnoreError() code into socketengine...
2013-04-24 attilamolnarm_ssl_gnutls Add ability to load DH params from file
2013-04-23 attilamolnarm_spanningtree Fix crash when connecting to a remote...
2013-04-23 attilamolnarAdd config option to disable somaxconn range() check
2013-04-21 attilamolnarm_rline Switch to OnUserRegister hook to disconnect...
2013-04-21 attilamolnarm_filter, m_rline Remove rlines and filters when the...
2013-04-21 attilamolnarm_filter Fix memory leak on unload
2013-04-21 attilamolnarLog some internal errors on DEFAULT loglevel instead...
2013-04-21 attilamolnarm_permchannels Workaround for alphabetical module initi...
2013-04-21 attilamolnarDon't crop the channel name if it's too long in Channel...
2013-04-19 attilamolnarImmediately stop processing whenever we detect and...
2013-04-19 attilamolnarFix uuids getting truncated in the nick hash in UserMan...
2013-04-19 attilamolnarm_ident Invalidate cache after changing User::ident
2013-04-19 attilamolnarm_callerid Allow messaging yourself while +g regardless...
2013-04-18 attilamolnarm_spanningtree Fix IS_LOCAL() check in OnRehash handler
2013-04-18 attilamolnarm_callerid Ignore duplicate entries when unserializing...
2013-04-18 attilamolnarm_callerid Fix bookkeeping error introduced when unseri...
2013-04-16 AdamFix m_ssl_gnutls and perhaps some other things on Windo...
2013-04-16 attilamolnarm_kicknorejoin Store and compare uuids instead pointers
2013-04-16 attilamolnarm_kicknorejoin Limit time to 30m by default
2013-04-16 attilamolnarm_kicknorejoin Minor improvements
2013-04-16 attilamolnarClose listening sockets regardless of the return value...
2013-04-15 attilamolnarDo not enable SO_LINGER on our sockets
2013-04-10 Attila MolnarMerge pull request #484 from SaberUK/insp20+fix-modulem...
2013-04-10 Peter PowellFix ModuleManager error caused by a lack of arguments.
2013-04-10 attilamolnarm_spanningtree Create new TreeServers for incoming...
2013-04-09 attilamolnarRemove some uline checks that ran after an IS_LOCAL...
2013-04-05 attilamolnarDon't attempt to unload or reload modules that are...
2013-04-05 attilamolnarFix LUSERS not working in a PURE_STATIC build
2013-04-01 attilamolnarcmd_stats List opers without iterating the whole userlist
2013-04-01 attilamolnarcmd_invite Check if the inviting user is on the channel...
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...
next