Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-01 | Merge pull request #75 from attilamolnar/2.0+inspircd-globops | Adam | |
InspIRCd 2.0: Recognize GLOBOPS in CAPAB CAPABILITIES | |||
2014-05-01 | Merge pull request #74 from attilamolnar/2.0+fix-os-stats | Adam | |
Fix undefined symbol error when loading os_stats, caused by 82008d50 | |||
2014-04-30 | Fix undefined symbol error when loading os_stats, caused by ↵ | Attila Molnar | |
82008d507cccbf24c73502bc97bc492d21305549 | |||
2014-04-29 | InspIRCd 2.0: Recognize GLOBOPS in CAPAB CAPABILITIES | Attila Molnar | |
2014-04-26 | Fix misc help output to not be case sensitive | Adam | |
2014-04-26 | Fire the on user quit event when bots are deleted too | Adam | |
2014-04-26 | Change the "does not expire" string in ns_group to NO_EXPIRE which is ↵ | Adam | |
translatable | |||
2014-04-26 | Accept non server sources for SQUIT | 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 | Close timed out proxyscan sockets better | Adam | |
2014-04-25 | Fix Stas::Unserialize to return the instance | Adam | |
2014-04-25 | Don't allow users to join channels they are already in | Adam | |
2014-04-24 | Fix botserv/kick/bolds desc | Adam | |
2014-04-24 | Fix os_stats counters not saving with db_sql_live. Bleh. | Adam | |
2014-04-24 | Resend ircd login name on /ns set display | 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-24 | Bug #1587 - fix bot change not properly reintroducing clients | Adam | |
2014-04-21 | Constify message source for OnChannelMode(Un)Set | Adam | |
2014-04-20 | Deprecate enc_old, enc_md5, and enc_sha1 | Adam | |
2014-04-20 | New event system | Adam | |
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-17 | Use OnChanRegistered instead of OnCreateChan to set default mlocks. | Adam | |
Because OnCreateChan is called from ChannelInfo's constructor, during DB loading it could cause mode locks to be unserialized without having all channels loaded, which breaks things. | |||
2014-04-09 | Merge pull request #70 from Jyzee/langFR-Patch | Adam | |
Update French language file. | |||
2014-04-09 | Update French language file. | Jyzee | |
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 | Document that memo_mail can be in nickserv defaults. These should move to ↵ | Adam | |
memoserv.conf one day. | |||
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-06 | Fix /os mode to not require a mode when setting param modes which taken no ↵ | Adam | |
argument when setting | |||
2014-04-04 | Removal of some more inspircd 1.2 stuff | Adam | |
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-04-02 | Fix travis build | Adam | |
2014-04-02 | Use std::thread for the threadengine | Adam | |
2014-04-02 | Remove regex mods, use std::regex instead | Adam | |
2014-04-02 | Merge pull request #69 from ShutterQuick/2.1+noinsp12 | Adam | |
protocol/inspircd12: Remove support | |||
2014-04-01 | protocol/inspircd12: Remove support | Daniel Vassdal | |
2014-04-01 | Add travis config | Adam | |
2014-04-01 | Add travis config | Adam | |
2014-04-01 | Remove documentation files we don't use/don't work/are wrong/seem out of ↵ | Adam | |
scope/why don't we have a wiki | |||
2014-04-01 | Remove version.log because this is 2014 and we have git | Adam | |
2014-04-01 | Require cmake 2.8 and C++11 support | Adam | |
2014-03-31 | Fix compile error in cs_set_misc with C++11 enabled | Adam | |
2014-03-31 | Bump for Anope 2.1.0-git | Adam | |
2014-03-31 | Small Grammar Fix | Zantox | |
2014-03-31 | Fix ns_set password to read the correct parameter. | Adam | |
Even though 1 is past the "end" of the vector, because vectors never shrink and due to how the command parser works, it is always less than the capacity, and almost always contains what is in params[0] (though this is of course implementation dependant), which is why this was not identified sooner, as it executes cleanly under valgrind on every machine I can find. | |||
2014-03-31 | Bump to Anope 2.0.1-git | Adam | |
2014-03-23 | Anope 2.0.0 Release2.0.0 | Adam | |
2014-03-23 | Update version.log | Adam | |