Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-16 | Update 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-22 | Move log messages for status mode change for unknown user to debug | Adam | |
2016-12-22 | Make User::Mask behave more like 1.8 | Adam | |
2016-12-15 | logger: log source nick if there is no user or account | Adam | |
2016-11-03 | Don't try to include files with empty paths | Adam | |
2016-11-03 | Fix crash loading enc_old prior to the proto mods | Adam | |
2016-08-17 | Added a Date field to the Header | genius3000 | |
2016-07-23 | Bump for 2.0.5-git | Adam | |
2016-07-23 | Anope 2.0.4 Release2.0.4 | Adam | |
2016-07-23 | Fix making directories from the Windows installer | Adam | |
2016-07-03 | #1682: store aftype with masks and include cidrs in GetNUHMask | Adam | |
2016-07-03 | #1681 update last realname always on signon | Adam | |
2016-07-03 | #1680: fix Anope::Duration with one year durations | Adam | |
2016-04-21 | Optionally strip variable build date from compiled program | Dominic 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-16 | Missed channel deletion in ~ChannelInfo | Adam | |
2016-04-14 | Remove memos from memoinfo more reliably | Adam | |
2016-04-05 | Fix subtle typo in command initializer list | Adam | |
2016-03-19 | Also defer channel deletion when processing sjoins | Adam | |
2016-03-08 | language: incrementing _nl_msg_cat_cntr is still required on some systems ↵ | Adam | |
apparently (freebsd 10?). I don't know why. | |||
2016-02-13 | And use account here, user might be null | Adam | |
2016-02-13 | Rewrite access path system to be simplier and use recursion | Adam | |
Show where access is "from" in chanserv/status | |||
2016-01-30 | Anope 2.0.4-git | Adam | |
2016-01-30 | Anope 2.0.3 Release2.0.3 | Adam | |
2016-01-28 | Update 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-19 | Fix 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-29 | Include gecos in GetNUHMask | Adam | |
2015-12-08 | Update LOG dir in anoperc | Adam | |
2015-11-05 | null xline manager when removing so removexline doesn't get called | Adam | |
2015-11-04 | Cleanup after xlines if directly removed | Adam | |
2015-09-24 | Check privilege name is valid in SetLevel | Adam | |
2015-09-17 | Channel::DeleteUser delets the container | Adam | |
2015-09-17 | Defer channel deletion until after i/o. There are some edge cases with ↵ | Adam | |
events kicking users mid-event that can delete them. | |||
2015-09-14 | Don't update channel last used time from ns alist access check | Adam | |
2015-09-06 | Merge pull request #126 from SaberUK/2.0+typos | Adam | |
Fix a ton of typos. | |||
2015-09-06 | Merge pull request #128 from SaberUK/2.0+destdir | Adam | |
Fix support for passing relative install paths to CMake. | |||
2015-09-06 | Don't unset modes which have no privilege associated with them | Adam | |
2015-07-31 | Fix use after free from unloading modules which are the last one holding ↵ | Adam | |
onto an IdentifyRequest | |||
2015-07-15 | Fix support for passing relative install paths to CMake. | Peter Powell | |
2015-07-14 | Also UnsetExtensibles on botinfo | Adam | |
2015-07-13 | Unset extensibles on larger objects when they destruct | Adam | |
Some complex extensibles require the full object to still be alive in their destructors to keep proper bookkeeping | |||
2015-07-08 | Fix a ton of typos. | Peter Powell | |
2015-07-01 | Allow disabling installation of extra tools (with DISABLE_TOOLS) | Dominic Hargreaves | |
2015-07-01 | Support DESTDIR | Dominic 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-03-22 | Anope 2.0.3-git | Adam | |
2015-03-22 | Anope 2.0.2 Release2.0.2 | Adam | |
2015-03-12 | Update cmake version parsing code to deal with recent build version changes | Adam | |
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 | |||
2015-03-11 | Allow cs clone to clone levels too | Adam | |
2015-03-11 | Make cs_clone behave closer to how the help describes it | Adam | |
2015-02-03 | Make module version system work | Adam | |
2015-01-28 | More properly track topic change sources and allow users with access to ↵ | Adam | |
change topics through topiclock |