Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
apparently (freebsd 10?). I don't know why.
|
|
|
|
Show where access is "from" in chanserv/status
|
|
|
|
|
|
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.
|
|
configured for the same user through combinations of os_oper/config/m_sql_oper
|
|
|
|
|
|
|
|
|
|
|
|
|
|
events kicking users mid-event that can delete them.
|
|
|
|
Fix a ton of typos.
|
|
Fix support for passing relative install paths to CMake.
|
|
|
|
onto an IdentifyRequest
|
|
|
|
|
|
Some complex extensibles require the full object to still be alive in
their destructors to keep proper bookkeeping
|
|
|
|
|
|
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>
|
|
|
|
|
|
Update Config.cs to no longer hardcode VS generators, it seems no longer necessary.
Fix new version system, cannot return C++ types from extern C functions
|
|
|
|
|