Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-30 | Fix access check in ns_group | Adam | |
2014-05-21 | Core prep for p10 stuff | 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 | Add English language file which users can edit to modify language strings | Adam | |
2014-05-20 | Also search channel descriptions and topics in /cs list | 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 | Accept an optional reason for svspart | Adam | |
2014-05-13 | Don't show both online from's if they have the same mask in ns_info | Adam | |
2014-05-13 | Update Paramater length for os_dns to fix DNS SET | Cronus89 | |
2014-05-01 | Add config options to ns_suspend and cs_suspend to configure which ↵ | Adam | |
information is shown to non opers | |||
2014-05-01 | Pass password to nick register event so modules like m_ldap_authentication ↵ | Adam | |
can create the respective account using the decrypted password which might not always be available | |||
2014-04-30 | Fix undefined symbol error when loading os_stats, caused by ↵ | Attila Molnar | |
82008d507cccbf24c73502bc97bc492d21305549 | |||
2014-04-26 | Fix misc help output to not be case sensitive | Adam | |
2014-04-26 | Change the "does not expire" string in ns_group to NO_EXPIRE which is ↵ | Adam | |
translatable | |||
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 | Fix Stas::Unserialize to return the instance | 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-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-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-03-31 | Fix compile error in cs_set_misc with C++11 enabled | Adam | |
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-19 | cs_set_misc: Add missing override capability for services operators, and ↵ | Robby- | |
logging. | |||
2014-03-13 | Do not allow users to add certs that other users are using. Only allow ↵ | Adam | |
adding certfps if the user is using it. | |||
2014-03-10 | Merge pull request #64 from ShutterQuick/2.0+hsgroupsync | Adam | |
2.0+hsgroupsync | |||
2014-03-09 | Make nickserv/glist show the correct expire time for unconfirmed nicks | Adam | |
2014-03-09 | Add missing space to session exception expiration message | Adam | |
2014-03-09 | Remove mail:restrict as it is no longer useful. Changes nickserv/resetpass ↵ | Adam | |
default to allow normal users to use it. | |||
2014-03-06 | ns_group: Don't require a nick param when logged in | Daniel Vassdal | |
2014-03-06 | hs_group: Allow automatic HS GROUP-ing on NS GROUP, and allow vhosts to be ↵ | Daniel Vassdal | |
per account rather than nick. | |||
2014-03-04 | Fix 2 crashes from removing the permanent channel mode from channels which ↵ | Adam | |
do not exist | |||
2014-03-01 | When unserializing channels with persist, set their ts=now. If we are ↵ | Adam | |
supposed to lower it later we will then. | |||
2014-03-01 | Export interface for cs_entrymsg | Adam | |
2014-03-01 | Make chanserv/invite show who invited you | Adam | |
2014-03-01 | When unserializating channels and persist is set, only assign chanserv if ↵ | Adam | |
the perm channel mode doesnt exist | |||
2014-03-01 | Do not enforce mlock when enforcing mlock | Adam | |
2014-03-01 | Do not allow changing the email of unconfirmed accounts | Adam | |
2014-02-28 | Allow svsjoin/svspart on yourself | Adam | |
2014-02-27 | Allow registration=mail forceemail=false to work, and simply give fully ↵ | Adam | |
registered accounts to people who do not provide an email to nickserv/register | |||
2014-02-27 | Do not take modes from users in channels with secureops off if we are always ↵ | Adam | |
lowering channels timestamps to their creations | |||
2014-02-23 | webcpanel: Update copyright year. | Robby- | |
ns_cert: Bold code 2 -> 002. | |||
2014-02-22 | Store a cert->account map and use it for SASL EXTERNAL and certfp auth | Adam | |
2014-02-21 | Add some missing serial updates in os_dns | Adam | |
2014-02-17 | Fix os_ignore to work correctly with SQL | Adam | |
2014-02-17 | Move most of the implementation details out of os_forbid.h, fixes crashing ↵ | Adam | |
if a module adding a forbid is unloaded without removing the forbid | |||
2014-02-17 | Fix not applying ipv[46]_cidr to connecting clients in os_session, #1573 | Adam | |