summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-08Fix a couple of issuesattilamolnar
2013-08-06Issue #604, fix m_dnsbl, broken in accccc212cd4f08a3c5532b1ae7a17e76bac8718Adam
2013-08-04Call ModeParser::Process() directly instead of going through the CommandParserattilamolnar
2013-08-04FakeUsers are only inserted into UserManager::uuidlist; don't try to erase() ...attilamolnar
2013-08-04Merge pull request #599 from SaberUK/master+configure-testsAttila Molnar
2013-08-04Refactor duplicate test code into a run_test subroutine.Peter Powell
2013-08-04Automatically attach modules to eventsattilamolnar
2013-08-04Change the syntax of FOREACH macros to be less dumb.Adam
2013-08-04Merge pull request #590 from SaberUK/master+module-loggingAttila Molnar
2013-08-04Modify the log message to contain the log type.Peter Powell
2013-08-04Change httpd modules to use the MODNAME constant in headers.Peter Powell
2013-08-04Change modules to use the MODNAME constant when logging.Peter Powell
2013-08-04Remove a few not-so-useful debug messagesattilamolnar
2013-08-04Merge pull request #596 from SaberUK/master+genssl-autoAttila Molnar
2013-08-04Merge pull request #593 from SaberUK/master+configure-shuffleAttila Molnar
2013-07-29Add 'auto' option to genssl to automatically select a generator.Peter Powell
2013-07-29Remove a ton of duplicate and obsolete code from configure.Peter Powell
2013-07-24m_spanningtree Change the type of TreeServer::ServerName to std::stringattilamolnar
2013-07-24m_spanningtree Cleanup TreeServer and TreeSocket construction/destructionattilamolnar
2013-07-24umode_s Rewrite ProcessNoticeMasks() and remove a few related useless functionsattilamolnar
2013-07-24Rewrite SnomaskManager::SendMessage() and Flush(), split code into functionsattilamolnar
2013-07-20Enable the LINK snomask from m_spanningtree, remove unused FLOOD snomaskattilamolnar
2013-07-19m_ojoin Stop hardcoding +Y, move global vars into a class, move initializatio...attilamolnar
2013-07-19Get rid of enum UserModes and mark User::modes as privateattilamolnar
2013-07-19Replace hardcoded mode letters, part 3attilamolnar
2013-07-19Move SetNoticeMask(), FormatNoticeMasks() and ProcessNoticeMasks() from the U...attilamolnar
2013-07-19Replace hardcoded mode letters, part 2attilamolnar
2013-07-19Seperate ModeReference into ChanModeReference and UserModeReferenceattilamolnar
2013-07-19Move dynamic_reference and related classes to dynref.hattilamolnar
2013-07-16Merge pull request #589 from SaberUK/master+fix-debug-buildAttila Molnar
2013-07-16Fix some warnings which are causing debug builds to fail.Peter Powell
2013-07-16Merge pull request #587 from SaberUK/master+defer-preprocessorAttila Molnar
2013-07-16Use the preprocessor to check for TCP deferring support.Peter Powell
2013-07-12Merge pull request #585 from SaberUK/master+configure-engine-selectionAttila Molnar
2013-07-07Replace arguments for toggling socketengines with --socketengine.Peter Powell
2013-07-06Remove restriction on changing <limits:maxline> while running.Peter Powell
2013-07-06Merge pull request #578 from SaberUK/master+configure-compiler-detectionAttila Molnar
2013-07-06Merge pull request #573 from ShutterQuick/inspircd+sslhashAttila Molnar
2013-07-06Allow the user to specify any hashing mechanism supported by the underlying S...Daniel Vassdal
2013-07-05Expose compiler name to make.Peter Powell
2013-07-05Rename configuration variable to CXX to match everything else.Peter Powell
2013-07-05Correctly detect the compiler version and whether it is acceptable.Peter Powell
2013-07-05Automatically detect the compiler which the user has installed.Peter Powell
2013-07-05Purge --with-cc in favour of the CXX environment variable.Peter Powell
2013-07-04Merge pull request #577 from SaberUK/master+makefile-cleanupAttila Molnar
2013-07-04Rename CXXFLAGS to CORECXXFLAGS to respect users enviroment.Peter Powell
2013-07-04Use CXX instead of CC.Peter Powell
2013-07-04Add IFNEQ Makefile template macro.Peter Powell
2013-07-04Remove 'make squeakyclean'.Peter Powell
2013-07-04Tidy up CXXFLAGS and LDFLAGS.Peter Powell