summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Expand)Author
2014-05-30Fix access check in ns_groupAdam
2014-05-21Core prep for p10 stuffAdam
2014-05-20Speed up akill xline checksAdam
2014-05-20Add English language file which users can edit to modify language stringsAdam
2014-05-20Also search channel descriptions and topics in /cs listAdam
2014-05-14Fix access lists showing the wrong mask if the display nick for a groupAdam
2014-05-13Accept an optional reason for svspartAdam
2014-05-13Don't show both online from's if they have the same mask in ns_infoAdam
2014-05-13Update Paramater length for os_dns to fix DNS SETCronus89
2014-05-01Add config options to ns_suspend and cs_suspend to configure which informatio...Adam
2014-05-01Pass password to nick register event so modules like m_ldap_authentication ca...Adam
2014-04-30Fix undefined symbol error when loading os_stats, caused by 82008d507cccbf24c...Attila Molnar
2014-04-26Fix misc help output to not be case sensitiveAdam
2014-04-26Change the "does not expire" string in ns_group to NO_EXPIRE which is transla...Adam
2014-04-25Add "virtual mode" supportAdam
2014-04-25Fix Stas::Unserialize to return the instanceAdam
2014-04-24Fix botserv/kick/bolds descAdam
2014-04-24Fix os_stats counters not saving with db_sql_live. Bleh.Adam
2014-04-24Resend ircd login name on /ns set displayAdam
2014-04-24Require at least user@host format for akills. Fix XLine::GetHost() not return...Adam
2014-04-24Bug #1587 - fix bot change not properly reintroducing clientsAdam
2014-04-17Use OnChanRegistered instead of OnCreateChan to set default mlocks.Adam
2014-04-06Do not apply module changes on rehash until after the new config has been app...Adam
2014-04-06Fix /os mode to not require a mode when setting param modes which taken no ar...Adam
2014-03-31Fix compile error in cs_set_misc with C++11 enabledAdam
2014-03-31Fix ns_set password to read the correct parameter.Adam
2014-03-19cs_set_misc: Add missing override capability for services operators, and logg...Robby-
2014-03-13Do not allow users to add certs that other users are using. Only allow adding...Adam
2014-03-10Merge pull request #64 from ShutterQuick/2.0+hsgroupsyncAdam
2014-03-09Make nickserv/glist show the correct expire time for unconfirmed nicksAdam
2014-03-09Add missing space to session exception expiration messageAdam
2014-03-09Remove mail:restrict as it is no longer useful. Changes nickserv/resetpass de...Adam
2014-03-06ns_group: Don't require a nick param when logged inDaniel Vassdal
2014-03-06hs_group: Allow automatic HS GROUP-ing on NS GROUP, and allow vhosts to be pe...Daniel Vassdal
2014-03-04Fix 2 crashes from removing the permanent channel mode from channels which do...Adam
2014-03-01When unserializing channels with persist, set their ts=now. If we are suppose...Adam
2014-03-01Export interface for cs_entrymsgAdam
2014-03-01Make chanserv/invite show who invited youAdam
2014-03-01When unserializating channels and persist is set, only assign chanserv if the...Adam
2014-03-01Do not enforce mlock when enforcing mlockAdam
2014-03-01Do not allow changing the email of unconfirmed accountsAdam
2014-02-28Allow svsjoin/svspart on yourselfAdam
2014-02-27Allow registration=mail forceemail=false to work, and simply give fully regis...Adam
2014-02-27Do not take modes from users in channels with secureops off if we are always ...Adam
2014-02-23webcpanel: Update copyright year.Robby-
2014-02-22Store a cert->account map and use it for SASL EXTERNAL and certfp authAdam
2014-02-21Add some missing serial updates in os_dnsAdam
2014-02-17Fix os_ignore to work correctly with SQLAdam
2014-02-17Move most of the implementation details out of os_forbid.h, fixes crashing if...Adam
2014-02-17Fix not applying ipv[46]_cidr to connecting clients in os_session, #1573Adam