summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2013-06-02m_devoice Remove FindChan() and HasUser() checks, these are done when parsing...attilamolnar
2013-06-01Watch mode names with ModeWatchers instead of mode lettersattilamolnar
2013-06-01Remove useless ModeType parameter from ModeWatcher::BeforeMode() and AfterMode()attilamolnar
2013-06-01Remove #define MAXPARAMETERS and "MAXPARA" 005 tokenattilamolnar
2013-05-27Simplify user mode removal via ModeHandler::RemoveMode()attilamolnar
2013-05-27Deduplicate RemoveMode() implementationsattilamolnar
2013-05-27Clean up the FileReader class and all of the modules that use it.Peter Powell
2013-05-23Change CacheRefreshTimer tick time back to 5 minutesAdam
2013-05-21Merge pull request #545 from SaberUK/master+logging-cleanupAttila Molnar
2013-05-21Convert XLine::Displayable to return a std::string.Peter Powell
2013-05-20Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On...attilamolnar
2013-05-19Fix spacing in calls to LogManager::Log.Peter Powell
2013-05-18Replaced vsnprintf with VAFORMAT pretty much everywhere.Daniel Vassdal
2013-05-18Change the signature of User::ForceNickChange() to accept const std::string& ...attilamolnar
2013-05-18Get rid of the NICKForced extensionattilamolnar
2013-05-18Deduplicate hex string creation codeattilamolnar
2013-05-18Merge pull request #543 from SaberUK/master+sizeparam-removalAttila Molnar
2013-05-18Remove the size argument from IsChannel and IsNick.Peter Powell
2013-05-18Purge the old chanlog code from the module file.Peter Powell
2013-05-16m_joinflood Make the code friendlier, unset +j when the module is unloadedattilamolnar
2013-05-16Allow spaces (and more) in oper typesattilamolnar
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-05-15Replace some C-isms with C++-isms.Peter Powell
2013-05-14Merge pull request #523 from SaberUK/master+server-noticeAttila Molnar
2013-05-14Add method for writing server notices.Peter Powell
2013-05-14m_spanningtree UID handler: Fix parsing user modesattilamolnar
2013-04-28Merge insp20attilamolnar
2013-04-27Added RMODE command per suggestion #479Daniel Vassdal
2013-04-27Prevent /mode from being incredible näive after failed attempt to samode a u...Daniel Vassdal
2013-04-27Move <performance:nouserdns> to <connect:nouserdns>.Peter Powell
2013-04-26Modularize DNSAdam
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_spanningtree Move CacheTimer into utilsattilamolnar
2013-04-21Timer changes and TimerManager enhancementsattilamolnar
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-19Fix building with libc++.Peter Powell
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