summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-10-09Adjust reading nickserv core config optsAdam
2016-10-09Fix SendMessage formatting messages with mixes of multiple spaces and wordsAdam
2016-10-09Don't return a reference from the stack in TypeBase::GetTypesAdam
2016-10-07Fix making directories from the Windows installerAdam
2016-10-07Move core message handles to protocol/rfc1459Adam
2016-10-07Set shared library suffix to .so, add missing serializable type GetTypes ↵Adam
definition
2016-10-06#1682: store aftype with masks and include cidrs in GetNUHMaskAdam
2016-10-06#1681 update last realname always on signonAdam
2016-10-06#1680: fix Anope::Duration with one year durationsAdam
(cherry picked from commit 20c1a5d63892deab16af85db85aaac3fcb30de7a)
2016-10-02Optionally 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 (cherry picked from commit fab07d6b75d8ddd9735b4bc02a57bf23cda5330f)
2016-10-02Also defer channel deletion when processing sjoinsAdam
(cherry picked from commit 79e7c3f98a57b7cffc46d9a7dc250a0e6e25fc98)
2016-10-02language: incrementing _nl_msg_cat_cntr is still required on some systems ↵Adam
apparently (freebsd 10?). I don't know why. (cherry picked from commit 1b12b80b48227089be90bfe48a46f499cf4849f8)
2016-09-28Include gecos in GetNUHMaskAdam
2016-09-25Get rid of service alias stuff, make proto mods link to each otherAdam
2016-09-23language: Add some overloaded Translate functions that accept Anope::stringAdam
2016-09-23Update LOG dir in anopercAdam
2016-09-23Remove rfc1459 message framing everywhereAdam
2016-09-13Remove Anope::Decrypt now encryption is mandated.Peter Powell
2016-08-27Optionally allow using Boost.Locale for hashcompAdam
2016-08-17Added a Date field to the Headergenius3000
2016-07-31Update license headers and copyrights on all source filesAdam
2016-07-28Update Config::GetModule tooAdam
2016-07-28Get rid of undefined behavior in configuration blocks by creating them as ↵Adam
necessary, add templated set function
2016-07-28Allow serializable fields to use storage in the respective objects.Adam
Split service management code nito a proper servicemanager. Make service references managed instead of lazy lookup. Also made events and serializable use service manager instead of their respective systems for management
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-31Add missing override keyword to methods that require it.Peter Powell
2015-12-31Replace a ton of nested if statements with elseif statements.Peter Powell
2015-12-31Remove Windows config executable as discussed with Adam.Peter Powell
These are not really used as Windows users get a prebuilt version.
2015-12-31Remove repeated expressions from CMake end*() and else() calls.Peter Powell
2015-12-30Remove anopesmtp because it's stupidAdam
2015-12-29Include gecos in GetNUHMaskAdam
2015-12-14Rename "services.conf" to "anope.conf".Peter Powell
2015-12-14Rename PID file to "anope.pid" from "services.pid".Peter Powell