summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-30Require email address to be passed to resetpassAdam
2013-11-24Revert "Fix session user logoff hook"Adam
This reverts commit 3b8f1cd59f523205d96c54c517b4d3e06bc061c4.
2013-11-24Merge pull request #29 from Robby-/1.9-nllangupdateAdam
Update the dutch language file for new and modified strings, and fix some typos while we're at it.
2013-11-24Update the dutch language file for new and modified strings, and fix some ↵Robby-
typos while we're at it.
2013-11-23Fix/clean/clarify some stuff found by coverity scanAdam
2013-11-22fixed webcpanel not html escaping displayed memos, bug reported by MietzieDukePyrolator
2013-11-21Re-find dependant protocol modules on unload, they can be reloaded from ↵Adam
under us while we are running
2013-11-21This actually can't happen, but this is what was meantAdam
2013-11-21Shrink nick and channel default flags in db_old, otherwise converted ↵Adam
nicks/channels always end up with the defaults enabled, even if they explicitly have them set off. Fix setting nickserv defaults to none.
2013-11-21Hybrid has no quit on kill, so internally kill users when killedAdam
2013-11-21Fix session user logoff hookAdam
2013-11-20OnJoinChannel can modify the ts for a channel, so update keep_their_modes in ↵Adam
the sjoin handler before processing a user. Otherwise we can desync and think users have a channel status when they really don't.
2013-11-19Don't claim to support SAVE on charybdis...Adam
2013-11-18Actually we can use this ssl ext type which apparently does existAdam
2013-11-18Give a reason why we cant clear nonssl users on ircds with no ssl usermodeAdam
2013-11-18Make /ms check better able to tell if youve recently sent a memo to someoneAdam
2013-11-18Check override permission in cs_flags for modifying existing entries tooAdam
2013-11-18Merge pull request #27 from Cronus89/patch-1Adam
Update placeholder text for hostmask
2013-11-18Merge pull request #28 from Robby-/1.9+cslevelsAdam
cs_access: Fixed disabling channel levels. Also, correctly log /cs levels commands.
2013-11-18Show the correct setting name in /ns help set messageAdam
2013-11-18Default adding to 1 in mlock add/del, always reply with something even if ↵Adam
the input is invalid
2013-11-18cs_access: Fixed disabling channel levels. Also, correctly log /cs levels ↵Robby-
commands as an override or a normal command at the time it is executed, so, right before levels actually get modified.
2013-11-17Default nogroupchange to on, update comment to make senseAdam
2013-11-17Fix placeholder for akill.htmlCronus89
2013-11-16Don't default /cs list or /ns list to require oper privsAdam
2013-11-16Add missing .founder checks to cs_flagsAdam
2013-11-16Delete notify/client sockets when m_dns is unloadedAdam
2013-11-16Make /cs up set modes you have the priv for, but not the auto priv, because ↵Adam
Robby says so
2013-11-16Also check command names in cs_log when seeing if a newly added entry ↵Adam
already exists. Also force command names lowercase when looking them up.
2013-11-16Fix default level names for access change/list in db_oldAdam
2013-11-16Tell people why they cant disable the founder level instead of claiming it ↵Adam
doesn't exist
2013-11-16Add help for /cs set keepmodesAdam
2013-11-16Allow founders to change flags even if they don't have any matching access ↵Adam
entries on the channel
2013-11-16Use the source's sync state and not mine when processing sjoins to determine ↵Adam
whether or not to sync the channel on creation, instead sync it when the server syncs.
2013-11-15Add general:hideregisteredcommands to hide commands that require you to be ↵Adam
identified to use. This changes the behavior of hideprivilegedcommands to only hide commands users don't have the oper privileges to execute.
2013-11-15Allow mlocking +r on ratbox/whatever elseAdam
2013-11-12Set the default db name to anope.dbAdam
2013-11-12try/catch cs_access AccessUnserialize just incase, don't crash if ns_ajoin ↵Adam
is loaded before the protocol module
2013-11-09Merge pull request #25 from Robby-/1.9-nsidfaillogacctnamesAdam
ns_identify: When logging failures, also show the account name, and that it exists or not.
2013-11-09Do not grant auto privileges to founders if they match other accessAdam
entries. This allows channel founders to disable auto +qo without having to globally disable autoop or the levels.
2013-11-09Show (none) on flags list if a user is on the access list but has no flagsAdam
2013-11-09Remove db_plainAdam
2013-11-08Don't allow users to remove non-flags access entries that are >= them with ↵Adam
/cs flags, also spotted by TGS
2013-11-04Merge pull request #26 from Cronus89/patch-1Jens Voß
CREATE EVENT chanstats_event_cleanup_weekly failed due to calculating im...
2013-11-04Merge pull request #23 from Phr33d0m/1.9Adam
Some fixes here and there
2013-11-04Add a couple of usability and aesthetic changes, fix the half-broken ↵Denis M. (Phr33d0m)
chanlist functionality, add a couple of missing ESCAPED_CHANNEL vars Add missing ESCAPED_CHANNEL Changed EMAIL_TYPE to FORCE_EMAIL. Now makes more sense Make it more obvious when the 'email' field is optional Add a 'Retry' button to go back to the registration page Fixed broken chanlist functionality. Before even if the user clicked on the channels nothing happened, now it goes straight to the 'set' page (at least something happens) Small fix, disable the 'Save' button if user has no SET powers Add another missing ESCAPED_CHANNEL Add a more clear definition of what hostmasks are allowed in that field, either user@host or nick\!user@host Fix wrongly placed var Changed some aesthetics
2013-11-03CREATE EVENT chanstats_event_cleanup_weekly failed due to calculating ↵Cronus89
improper start of week.
2013-11-04ns_identify: When logging failures, also show the account name, and that it ↵Robby-
exists or not.
2013-11-01Attempt #3Adam
2013-11-01Fix release build, not too sure why this is, compiler seems to infer this as ↵Adam
a copy of ChanAccess