summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-03-27regchannel: fix compile warning from previous commitAdam
2017-03-27Fix autokick destructor to properly remove channel references from accountsAdam
2017-03-16logger.cpp: fix variable shadow warningAdam
2017-03-16Include ip for web clients in command log messages for sourceAdam
2017-03-08modes.cpp: correct usage of format string passed to SendModeAdam
2017-02-21Unwrap mode changes in RemoveMode before checking if it is set, fixes ↵Adam
os_mode not being able to remove extbans etc
2017-02-21Verify configured servername and uplink password are validAdam
2017-01-23logger: some log events rely on empty sourcesAdam
2017-01-22Anope 2.0.6-gitAdam
2017-01-22Anope 2.0.5 Release2.0.5Adam
2017-01-17Cleanup some excess whitespaces and tabs, and fix a few typos along the way.Robby
2017-01-16Update copyright to 2017.Robby
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet.
2016-12-22Move log messages for status mode change for unknown user to debugAdam
2016-12-22Make User::Mask behave more like 1.8Adam
2016-12-15logger: log source nick if there is no user or accountAdam
2016-11-03Don't try to include files with empty pathsAdam
2016-11-03Fix crash loading enc_old prior to the proto modsAdam
2016-08-17Added a Date field to the Headergenius3000
2016-07-23Bump for 2.0.5-gitAdam
2016-07-23Anope 2.0.4 Release2.0.4Adam
2016-07-23Fix making directories from the Windows installerAdam
2016-07-03#1682: store aftype with masks and include cidrs in GetNUHMaskAdam
2016-07-03#1681 update last realname always on signonAdam
2016-07-03#1680: fix Anope::Duration with one year durationsAdam
2016-04-21Optionally strip variable build date from compiled programDominic Hargreaves
To aid build reproducibility, don't include the build date/time if -DREPRODUCIBLE_BUILD is defined. Based on the patch provided by Alexis Bienvenüe in the Debian report. Bug-Debian: https://bugs.debian.org/820152 Patch-Name: reproducible_datetime.diff
2016-04-16Missed channel deletion in ~ChannelInfoAdam
2016-04-14Remove memos from memoinfo more reliablyAdam
2016-04-05Fix subtle typo in command initializer listAdam
2016-03-19Also defer channel deletion when processing sjoinsAdam
2016-03-08language: incrementing _nl_msg_cat_cntr is still required on some systems ↵Adam
apparently (freebsd 10?). I don't know why.
2016-02-13And use account here, user might be nullAdam
2016-02-13Rewrite access path system to be simplier and use recursionAdam
Show where access is "from" in chanserv/status
2016-01-30Anope 2.0.4-gitAdam
2016-01-30Anope 2.0.3 Release2.0.3Adam
2016-01-28Update copyright to 2016. This was done with:Robby
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way.
2016-01-19Fix various inconsistencies/crashes related to having multiple opers ↵Adam
configured for the same user through combinations of os_oper/config/m_sql_oper
2015-12-29Include gecos in GetNUHMaskAdam
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-09-24Check privilege name is valid in SetLevelAdam
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-14Don't update channel last used time from ns alist access checkAdam
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-06Don't unset modes which have no privilege associated with themAdam
2015-07-31Fix use after free from unloading modules which are the last one holding ↵Adam
onto an IdentifyRequest
2015-07-15Fix support for passing relative install paths to CMake.Peter Powell
2015-07-14Also UnsetExtensibles on botinfoAdam