Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Send vident/vhost in SVSLOGIN with SASL | Zoddo | |
2016-10-02 | Also defer channel deletion when processing sjoins | Adam | |
(cherry picked from commit 79e7c3f98a57b7cffc46d9a7dc250a0e6e25fc98) | |||
2016-10-02 | Implement support for SASL 3.2 mechanism lists. | Peter Powell | |
2016-10-01 | sql_oper: various fixups to compile on 2.1 | 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 | Add declaration for specialization Configuration::Block::Set<Anope::string>, ↵ | Adam | |
gcc bug #56480 | |||
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-07-31 | Update license headers and copyrights on all source files | 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 | Add missing operserv/stats header | Adam | |
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-03 | #1682: store aftype with masks and include cidrs in GetNUHMask | 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-14 | Merge pull request #161 from Zoddo/charybdis/vhost_svslogin | Adam | |
Send vident/vhost in SVSLOGIN with SASL | |||
2016-04-14 | Remove memos from memoinfo more reliably | Adam | |
2016-04-10 | Send vident/vhost in SVSLOGIN with SASL | Zoddo | |
Only charybdis seems to support that for the moment. | |||
2016-03-19 | Also defer channel deletion when processing sjoins | Adam | |
2016-02-28 | Implement support for SASL 3.2 mechanism lists. | Peter Powell | |
2016-02-13 | Rewrite access path system to be simplier and use recursion | Adam | |
Show where access is "from" in chanserv/status | |||
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-23 | Put maxlogins logic a few other important places | Adam | |
2016-01-02 | Add sasl log category for auth log messages | Adam | |
2015-12-31 | Rename haader file names to be consistent with module names | Adam | |
2015-12-31 | Add missing override keyword to methods that require it. | Peter Powell | |
2015-12-31 | Remove repeated expressions from CMake end*() and else() calls. | Peter Powell | |
2015-12-14 | Rename "services.conf" to "anope.conf". | Peter Powell | |
2015-12-14 | Install into "~/anope" by default instead of "~/services". | Peter Powell | |
2015-11-04 | Cleanup after xlines if directly removed | Adam | |
2015-10-27 | Merge branch '2.0' into 2.1 | Adam | |
2015-10-27 | Beginning of new module dependency stuff, seems to compile and link. Move ↵ | Adam | |
some of the madness in chanserv.h to the module. | |||
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 | Allow configuring modes | Adam | |
2015-09-06 | Fix some service bot/botinfo mismatches | Adam | |
2015-09-06 | Merge pull request #126 from SaberUK/2.0+typos | Adam | |
Fix a ton of typos. | |||
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-07 | Fix various Clang compiler warnings. | Peter Powell | |
include/modules/sql.h:103:10: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] modules/database/db_sql.cpp:273:15: warning: declaration shadows a local variable [-Wshadow] modules/pseudoclients/chanserv/chanserv.cpp:319:150: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare] modules/pseudoclients/chanserv/chanserv.cpp:329:80: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare] | |||
2015-07-07 | Fix <stack> not being included via a system header on libc++. | Peter Powell | |
2015-03-22 | Change git version name back to what it was, which the core uses | 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-12 | Show passlen in PASSWORD_TOO_LONG | Adam | |
2015-03-11 | Allow cs clone to clone levels too | Adam | |
2015-03-11 | Redesign m_ldap to no longer rely on undefined behavior | Adam | |
Accessing the same LDAP* from multiple threads at once is always undefined, even if one thread is just polling ldap_result. Instead keep one thread per connection and issue blocking queries on the thread. | |||
2015-02-23 | Move GIT_VERSION define to build.h, otherwise version.h is bumped per commit ↵ | Adam | |
which forces a rebuild | |||
2015-02-03 | Make module version system work | Adam | |