Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-05-31 | Always log when the uplink socket errors, and give possibly helpful advise | Adam | |
2014-05-31 | Anope 2.0.2-git | Adam | |
2014-05-31 | Update FindGettext.cmake for new Windows stuff and fix language.cpp | Adam | |
compile | |||
2014-05-30 | Anope 2.0.1 Release2.0.1 | Adam | |
2014-05-30 | Fix f627a3bacd0d058e94260dac1555790cafd9a926, really make BotInfo::Part fire ↵ | Adam | |
events like the normal user part message does | |||
2014-05-30 | Fix Windows build and update library names to the newer ones. | Adam | |
Also fix crash on Windows when unloading a module because it threw an exception. | |||
2014-05-30 | Queue the grouped nicks to update when NickCore::SetDisplay is called, since ↵ | Adam | |
they serialize the display field | |||
2014-05-27 | Fix dlerror() on Windows and do not abort if err is not set | Adam | |
2014-05-27 | Do not normalize extban masks | Adam | |
2014-05-21 | Fix deflanguage from 4034b3054aaff28da1db5545063cf8b3c2e8aa24, this ↵ | Adam | |
shouldn't have been removed | |||
2014-05-21 | Core prep for p10 stuff | Adam | |
2014-05-21 | Fix extra space in log messages with logtype channel and no source | Adam | |
2014-05-20 | Speed up akill xline checks | Adam | |
Cache xline nick, user, host, etc instead of rebuilding it everytime its requested. Store users ip in sockaddr form and not string form to prevent having to rebuild sockaddrs when checking xlines. Also do not try to convert empty config values in Config::Get as this can be rather common if a non string configuration value is not set, and the cost of the ConvertException is great. | |||
2014-05-20 | Show account names in log messages | Adam | |
2014-05-20 | Add English language file which users can edit to modify language strings | Adam | |
2014-05-20 | Fix two compile warnings in access.cpp on newer compiles | Adam | |
2014-05-19 | Fix server usercounter not being incremented when servers are bursting | Adam | |
2014-05-19 | Fixup previous commit when serializing access entries | Adam | |
2014-05-14 | Fix access lists showing the wrong mask if the display nick for a group | Adam | |
expires but the group still exists. This can cause access entries for nicks to not be deleted whenever the nicks are deleted. | |||
2014-05-13 | Sanitize nuh masks more to prevent the other side from rewriting them, which ↵ | Adam | |
screws with our internal tracking of them | |||
2014-05-13 | Fix compile warning in base64.cpp:B64Encode | Michael Wobst | |
/home/ircd/anope/src/base64.cpp: In function ‘void Anope::B64Encode(const Anope::string&, Anope::string&)’: /home/ircd/anope/src/base64.cpp:85: warning: ‘input’ is used uninitialized in this function | |||
2014-04-26 | Fire the on user quit event when bots are deleted too | Adam | |
2014-04-26 | Fix ModeManager::RebuildStatusModes, not all modes are in GetChannelModes() ↵ | Adam | |
at the time this is called | |||
2014-04-25 | Add "virtual mode" support | Adam | |
This allows fully tracking extbans and other modes set by a different underlying mode, such as InspIRCd's namedmodes Add two configuration options to cs_ban to configure which mode is set and whether or not to kick banned users. Add default "mute" fantasy command to botserv.example.conf | |||
2014-04-25 | Don't allow users to join channels they are already in | Adam | |
2014-04-24 | Require at least user@host format for akills. Fix XLine::GetHost() not ↵ | Adam | |
returning anything if an xline only has a host | |||
2014-04-20 | Merge pull request #72 from attilamolnar/2.0+svsnickfix | Adam | |
Fix SVSNICK target being a nick even when UIDs are available | |||
2014-04-19 | Fix SVSNICK target being a nick even when UIDs are available | Attila Molnar | |
2014-04-18 | Remove unused event. | Adam | |
Mark some oper only usermodes as oper only. Fix reading SID in TS6_SID_Retrieve | |||
2014-04-07 | Do not clear all extension items tied to objects when unserializing. | Adam | |
Instead, pass the old object to the unserialization functions and let them incrementally update the object. | |||
2014-04-06 | Do not apply module changes on rehash until after the new config has been ↵ | Adam | |
applied. Fix renaming opertypes on reload. | |||
2014-04-02 | Set minus no arg on +l in all proto mods | Adam | |
Set oper modes/vhost on oper too, evan after iding Add umode +q to plexus | |||
2014-03-31 | Bump to Anope 2.0.1-git | Adam | |
2014-03-23 | Anope 2.0.0 Release2.0.0 | Adam | |
2014-03-20 | Make bouncymodes harder to trigger by only bumping server modcount when ↵ | Adam | |
something changes | |||
2014-03-19 | Show a better log message when disconnecting from the uplink | Adam | |
2014-03-14 | Mark all channels as syncing when we connect to our uplink. They will | Adam | |
finish syncing later when the uplink syncs. Normally the channel state is fully synced here anyway, except if we do not know the modes the uplink has yet. Also fix a related issue with resetting chanels and bouncing modes on our clients, if this is done prior to knowing which modes exist it would silently fail. |