summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2013-05-22m_mysql Fix crash on rehash when the database tags have been changed in the c...attilamolnar
2013-05-18m_channames Fix iteration in ValidateChans()attilamolnar
2013-05-18m_httpd_acl Reread config on rehashattilamolnar
2013-05-18m_geoip Set cc in OnSetConnectClass to the newly created string if it was NULLattilamolnar
2013-05-16Fix m_randquote with 0 quotesAdam
2013-05-16Remove unused variables, avoid copies where possible, check empty() instead o...attilamolnar
2013-05-06Fix an extremely low risk crash bug in m_connectban.Peter Powell
2013-05-02m_ssl_gnutls Call gnutls_transport_set_errno() on Windows onlyattilamolnar
2013-05-02Fix gnutls (again) on Windows by using gnutls_transport_set_errno()Adam
2013-04-24m_ssl_gnutls Add ability to load DH params from fileattilamolnar
2013-04-23m_spanningtree Fix crash when connecting to a remote server that has the same...attilamolnar
2013-04-21m_rline Switch to OnUserRegister hook to disconnect banned users earlierattilamolnar
2013-04-21m_filter, m_rline Remove rlines and filters when the regex engine changes or ...attilamolnar
2013-04-21m_filter Fix memory leak on unloadattilamolnar
2013-04-21Log some internal errors on DEFAULT loglevel instead of DEBUG, log detected e...attilamolnar
2013-04-21m_permchannels Workaround for alphabetical module initialization orderattilamolnar
2013-04-19m_ident Invalidate cache after changing User::identattilamolnar
2013-04-19m_callerid Allow messaging yourself while +g regardless of the ACCEPT listattilamolnar
2013-04-18m_spanningtree Fix IS_LOCAL() check in OnRehash handlerattilamolnar
2013-04-18m_callerid Ignore duplicate entries when unserializing callerid_dataattilamolnar
2013-04-18m_callerid Fix bookkeeping error introduced when unserializing callerid_dataattilamolnar
2013-04-16Fix m_ssl_gnutls and perhaps some other things on Windows by recognizing WSAE...Adam
2013-04-16m_kicknorejoin Store and compare uuids instead pointersattilamolnar
2013-04-16m_kicknorejoin Limit time to 30m by defaultattilamolnar
2013-04-16m_kicknorejoin Minor improvementsattilamolnar
2013-04-10m_spanningtree Create new TreeServers for incoming connections only when they...attilamolnar
2013-04-09Remove some uline checks that ran after an IS_LOCAL() checkattilamolnar
2013-03-29Update doc and fix the description of m_allowinviteattilamolnar
2013-03-29m_ldapoper Make the module actually workattilamolnar
2013-03-29m_ldapoper Fix memory leakattilamolnar
2013-03-26Merge pull request #443 from ShutterQuick/sasl_externalAttila Molnar
2013-03-25Added support for EXTERNALDaniel Vassdal
2013-03-25m_xline_db Fix pointless excessive stack usage in ReadDatabase()attilamolnar
2013-03-25m_xline_db Major enhancementsattilamolnar
2013-03-24m_timedbans Notice halfops and above when a timed ban is placedattilamolnar
2013-03-20m_spanningtree Fix incoming channel modes being lost for 0-user permanent cha...attilamolnar
2013-03-20m_permchannels Load channels from the config only at module load time and onl...attilamolnar
2013-03-19m_connflood Ignore e-lined usersattilamolnar
2013-03-15m_ssl_openssl Make it clear that a CA file is not mandatoryattilamolnar
2013-03-15Modified m_timedbans to behave more like setting mode +b manually.ShutterQuick
2013-03-11m_connectban Switch to OnSetUserIP hook to handle cgiirc users properly, igno...attilamolnar
2013-03-11Fix m_dnsbl not checking cgiirc users when the cgiirc address is elinedattilamolnar
2013-03-11m_dnsbl Fix connecting users timeouting when a dnsbl result is in the dns cacheattilamolnar
2013-02-17m_ssl_gnutls Fix null pointer dereference in case gnutls_xxx_get_name() retur...attilamolnar
2013-02-17Fix multiple escape bugs in m_httpd_stats.Peter Powell
2013-02-01Remove unused variables detected by Clang 4.2.Peter Powell
2013-01-28Use a better server name in m_httpd.Peter Powell
2013-01-28m_ssl_gnutls Fix build with GnuTLS 1.xattilamolnar
2013-01-27m_chanhistory Fix durations containing 'S' being rejectedattilamolnar
2013-01-14m_spanningtree Fix rare desync when a KILL crosses a message that has the kil...attilamolnar