]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Release v2.0.18
[user/henk/code/inspircd.git] / src / modules /
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-28 attilamolnarm_permchannels Fix empty topic setby
2013-08-27 attilamolnarm_permchannels Add the ability to save listmodes
2013-08-27 attilamolnarm_permchannels Save channel TS, topic set time and...
2013-08-27 attilamolnarm_permchannels Construct the final line that will be...
2013-08-27 attilamolnarUpdate example configs, README.md and more
2013-08-21 attilamolnarm_spanningtree When an IOHook goes away close all pendi...
2013-08-21 attilamolnarm_dnsbl Fix possible use-after-free after a rehash
2013-08-13 attilamolnarm_ssl_gnutls Fix feature testing and cipher suite relat...
2013-07-26 AdamUse server ids when propagating squits
2013-07-16 attilamolnarm_ssl_openssl Fix inverted check that prevented certifi...
2013-07-12 Attila MolnarMerge pull request #588 from SaberUK/insp20+fix-sockete...
2013-07-09 attilamolnarm_userip Fix incorrect "variable may be used uninitiali...
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-05 attilamolnarRemove unnecessary string copies and dead code
2013-06-04 attilamolnarm_spanningtree Fix FIDENT routing
2013-06-04 attilamolnarm_pgsql Same fix as 0e09600a431d0e0f2cde6457e088d84caf6...
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-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-16 AdamFix m_randquote with 0 quotes
2013-05-16 attilamolnarRemove unused variables, avoid copies where possible...
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-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-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-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-10 attilamolnarm_spanningtree Create new TreeServers for incoming...
2013-04-09 attilamolnarRemove some uline checks that ran after an IS_LOCAL...
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-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-24 attilamolnarm_timedbans Notice halfops and above when a timed ban...
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-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-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 attilamolnarm_dnsbl Fix connecting users timeouting when a dnsbl...
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-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 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-14 attilamolnarm_spanningtree Fix rare desync when a KILL crosses...
2013-01-13 attilamolnarm_maphide Ignore unregistered users
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 attilamolnarm_ldapoper Fix typo spotted by @lordsith49
2012-12-17 AdamFixed m_ssl_gnutls build on Windows; gnutls.h uses...
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-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-04 attilamolnarUnbreak m_geoip
2012-12-02 attilamolnarm_remove Fix potential desync caused by committing...
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-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...
next