Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-07 | Fix making directories from the Windows installer | Adam | |
2016-10-07 | Move core message handles to protocol/rfc1459 | Adam | |
2016-10-07 | Set shared library suffix to .so, add missing serializable type GetTypes ↵ | Adam | |
definition | |||
2016-10-06 | #1682: store aftype with masks and include cidrs in GetNUHMask | Adam | |
2016-10-06 | #1681 update last realname always on signon | Adam | |
2016-10-06 | #1680: fix Anope::Duration with one year durations | Adam | |
(cherry picked from commit 20c1a5d63892deab16af85db85aaac3fcb30de7a) | |||
2016-10-02 | 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 (cherry picked from commit fab07d6b75d8ddd9735b4bc02a57bf23cda5330f) | |||
2016-10-02 | Also defer channel deletion when processing sjoins | Adam | |
(cherry picked from commit 79e7c3f98a57b7cffc46d9a7dc250a0e6e25fc98) | |||
2016-10-02 | language: 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-28 | Include gecos in GetNUHMask | Adam | |
2016-09-25 | Get rid of service alias stuff, make proto mods link to each other | Adam | |
2016-09-23 | language: Add some overloaded Translate functions that accept Anope::string | Adam | |
2016-09-23 | Update LOG dir in anoperc | Adam | |
2016-09-23 | Remove rfc1459 message framing everywhere | Adam | |
2016-09-13 | Remove Anope::Decrypt now encryption is mandated. | Peter Powell | |
2016-08-27 | Optionally allow using Boost.Locale for hashcomp | Adam | |
2016-08-17 | Added a Date field to the Header | genius3000 | |
2016-07-31 | Update license headers and copyrights on all source files | Adam | |
2016-07-28 | Update Config::GetModule too | Adam | |
2016-07-28 | Get rid of undefined behavior in configuration blocks by creating them as ↵ | Adam | |
necessary, add templated set function | |||
2016-07-28 | Allow 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-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-31 | Add missing override keyword to methods that require it. | Peter Powell | |
2015-12-31 | Replace a ton of nested if statements with elseif statements. | Peter Powell | |
2015-12-31 | Remove Windows config executable as discussed with Adam. | Peter Powell | |
These are not really used as Windows users get a prebuilt version. | |||
2015-12-31 | Remove repeated expressions from CMake end*() and else() calls. | Peter Powell | |
2015-12-30 | Remove anopesmtp because it's stupid | Adam | |
2015-12-29 | Include gecos in GetNUHMask | Adam | |
2015-12-14 | Rename "services.conf" to "anope.conf". | Peter Powell | |
2015-12-14 | Rename PID file to "anope.pid" from "services.pid". | Peter Powell | |
2015-12-14 | Use the binary name "anope" on all platforms. | Peter Powell | |
2015-12-08 | Update LOG dir in anoperc | Adam | |
2015-11-05 | null xline manager when removing so removexline doesn't get called | Adam | |