Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2015-01-26 | Check virtual mode bases better | Adam | |
2015-01-10 | Always use source name when logging server kicks | Adam | |
2015-01-10 | Log user away messages | Adam | |
2015-01-10 | Add networkinfo:nick_chars option to allow configuring additional characters ↵ | Adam | |
allowed in nicknames | |||
2014-12-28 | Merge pull request #96 from webczat/termfork | Adam | |
Anope will now fork even when not started from a tty, like init scripts. | |||
2014-12-28 | Replace spaces in opertypes with underscores in stats o | Adam | |
2014-12-12 | Anope will now fork even when not started from a tty, like init scrpits. | Michał Zegan | |
It is useful for init systems or startup scripts, because it allows easily waiting until services connect to the uplink, without them forking it wouldn't be possible to tell if they finished initialization or not unless they would communicate directly with init systems like systemd. | |||
2014-12-05 | Change webpanel access add to just add via the commands, split Command::Run ↵ | Adam | |
into two so I can do this as I need to run named commands for it | |||
2014-12-05 | Update Kill() calls to pass source pointer instead of name | Adam | |
2014-11-24 | Fix sid generator generating invalid sids after sid 999 | Adam | |
2014-10-14 | Fix module event prioritization which was broken with the newer | Adam | |
auto-attach event stuff. Also remove logically dead code from os_defcon, and make os_defcon akill similar masks to os_session when enforcing session akills. Fixes #1618 which relies on os_session to be prioritized before os_defcon. | |||
2014-10-12 | Squit uplink when I receive an squit for myself | Adam | |
2014-10-12 | Hide dumb user notice if we are quitting | Adam | |
2014-08-24 | Change Channel::GetModeList to return a copy of the mode list, not a | Adam | |
pair of lower/upper bound iterators. Sometimes when iterating the list, like in cs_mode, we can modify the contents of it, which combined with mlock always agressively trying to readd modes to it can do bad things. | |||
2014-08-03 | Fix stats u on Windows | Adam | |
2014-07-15 | Check modetimes in CheckModes before enabling bouncy modes | Adam | |
2014-07-11 | Fix channelcount with clone | Adam | |
2014-06-28 | Check that the list of items isn't NULL when destructing types | Adam | |
2014-06-28 | Don't try to setuid down until after we signal the parent to exit, unless ↵ | Adam | |
we're not forking. Also don't issue the run as root warning if we're going to setuid later. | |||
2014-06-23 | Hold a reference to the type in Serialize::Checker in the event it goes ↵ | Adam | |
away, and invalidate the type pointer of objects when the type goes away | |||
2014-06-10 | Fix WindowsGetLanguage() | Adam | |
2014-06-01 | Fix Windows release build with gettext | Adam | |