summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-13Fall back to account vhost in hs on/offAdam
2015-12-08Update LOG dir in anopercAdam
2015-11-05null xline manager when removing so removexline doesn't get calledAdam
2015-11-04Cleanup after xlines if directly removedAdam
2015-11-04Fix logonnews to prioritize the newest entries if it can't show them allAdam
2015-10-24hybrid.cpp: add missing CanSQLineChannel = true; to the protocol optionsmiwob
2015-09-25Fix chanserv botmodes.Robby
2015-09-24Check privilege name is valid in SetLevelAdam
2015-09-23Clear regex xlines on unload, which happens on shutdown, even though they ↵Adam
are perm modules
2015-09-18Update the dutch language file.Robby
2015-09-18Update my email address.Robby
2015-09-18Bold code 2 -> 002.Robby
2015-09-18Fix some sentences to be more correct.Robby
2015-09-17Don't prevent channel destruction because persist is set. Perm mode/a bot ↵Adam
should be assigned anyway which will prevent it. Fixes deleting bots out of perm channels causing desyncs
2015-09-17Channel::DeleteUser delets the containerAdam
2015-09-17Defer channel deletion until after i/o. There are some edge cases with ↵Adam
events kicking users mid-event that can delete them.
2015-09-14Remove associated oper blocks in os_oper when accounts are deletedAdam
2015-09-14Update topic lock help to reflect how it worksAdam
2015-09-14Don't allow suspended users to login to webcpanelAdam
2015-09-14Don't update channel last used time from ns alist access checkAdam
2015-09-11Don't assign bots when persist is set if we aren't synced sinec we might not ↵Adam
know of all modes
2015-09-06Merge pull request #120 from Alef-Burzmali/2.0+nobackupokAdam
Fix db_flatfile to read the "nobackokay" setting
2015-09-06Merge pull request #126 from SaberUK/2.0+typosAdam
Fix a ton of typos.
2015-09-06Merge pull request #128 from SaberUK/2.0+destdirAdam
Fix support for passing relative install paths to CMake.
2015-09-06Merge pull request #129 from AlphaT3ch/placeholderAdam
Placeholder left in French Translation
2015-09-06Merge pull request #134 from retsofaj/2.0Adam
Have CMake first check for libraries in any additional locations
2015-09-06Don't unset modes which have no privilege associated with themAdam
2015-09-02When toggling NOEXPIRE for a nickname, show the actual nickname in addition ↵Robby
to the account name.
2015-08-20Only remove collide timers if the account matches on idAdam
2015-08-12Have CMake check for libraries first in any additional locations and second ↵Jason Foster
in the standard locations. This allows (e.g.) using the Homebrew-installed OpenSSL instead of the system version.
2015-07-31Fix webcpanel/memoserv/memos with a nonexistent channelAdam
2015-07-31Fix use after free from unloading modules which are the last one holding ↵Adam
onto an IdentifyRequest
2015-07-30Make secureops help less weirdAdam
2015-07-23Remove unused variables from m_ldapAdam
2015-07-23Set LDAP_OPT_PROTOCOL_VERSION 3 etc on reconnect, tooAdam
2015-07-16Placeholder left in French TranslationAlphaTech
2015-07-15Fix support for passing relative install paths to CMake.Peter Powell
2015-07-14Also UnsetExtensibles on botinfoAdam
2015-07-13Refuse to configure with old compilers that can't build Anope.Peter Powell
2015-07-13Fix cmake for 2.4 once againAdam
2015-07-13Fix incorrect iteration when destructing modelockimplsAdam
2015-07-13Unset extensibles on larger objects when they destructAdam
Some complex extensibles require the full object to still be alive in their destructors to keep proper bookkeeping
2015-07-11Fix db_flatfile to read "nobackupokay"Thomas Fargeix
2015-07-08Fix a ton of typos.Peter Powell
2015-07-01Fix unused variable warning in cs_cloneAdam
2015-07-01Allow PROGRAM_NAME to be set during configurationDominic Hargreaves
2015-07-01Allow disabling installation of extra tools (with DISABLE_TOOLS)Dominic Hargreaves
2015-07-01Support DESTDIRDominic Hargreaves
If DESTDIR is set it should be prepended to CMAKE_INSTALL_PREFIX. See <http://www.cmake.org/cmake/help/v3.2/variable/CMAKE_INSTALL_PREFIX.html>
2015-07-01Merge pull request #121 from SaberUK/2.0+cmake-improvementsAdam
Various improvements to the build system.
2015-07-01Merge pull request #119 from Jyzee/irc2sql-awayAdam
irc2sql: handle away messages.