Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-14 | irc2sql: improved handling of netsplits | DukePyrolator | |
2013-12-09 | irc2sql: fixed incorrect usercount for channels and servers after netsplit, ↵ | DukePyrolator | |
fixed not displaying the channelmodes | |||
2013-12-02 | Send channel topics on initial burst, sync chanels after db load, and try to ↵ | Adam | |
after unserializing persist on | |||
2013-12-01 | Fix crash from loading exceptions with db_old and then unloading db_old | Adam | |
2013-12-01 | Fix 5e4d52ad4717fb07dde629902beb70c252c8c8b4 more | Adam | |
2013-12-01 | made the chanstats fantasy modules work again. | DukePyrolator | |
2013-12-01 | Fix 1542937d64860243dcf410738ee73f433a661a94 | Adam | |
2013-11-30 | Require email address to be passed to resetpass | Adam | |
2013-11-24 | Revert "Fix session user logoff hook" | Adam | |
This reverts commit 3b8f1cd59f523205d96c54c517b4d3e06bc061c4. | |||
2013-11-23 | Fix/clean/clarify some stuff found by coverity scan | Adam | |
2013-11-22 | fixed webcpanel not html escaping displayed memos, bug reported by Mietzie | DukePyrolator | |
2013-11-21 | Re-find dependant protocol modules on unload, they can be reloaded from ↵ | Adam | |
under us while we are running | |||
2013-11-21 | This actually can't happen, but this is what was meant | Adam | |
2013-11-21 | Shrink 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-21 | Hybrid has no quit on kill, so internally kill users when killed | Adam | |
2013-11-21 | Fix session user logoff hook | Adam | |
2013-11-19 | Don't claim to support SAVE on charybdis... | Adam | |
2013-11-18 | Actually we can use this ssl ext type which apparently does exist | Adam | |
2013-11-18 | Give a reason why we cant clear nonssl users on ircds with no ssl usermode | Adam | |
2013-11-18 | Make /ms check better able to tell if youve recently sent a memo to someone | Adam | |
2013-11-18 | Check override permission in cs_flags for modifying existing entries too | Adam | |
2013-11-18 | Merge pull request #27 from Cronus89/patch-1 | Adam | |
Update placeholder text for hostmask | |||
2013-11-18 | Merge pull request #28 from Robby-/1.9+cslevels | Adam | |
cs_access: Fixed disabling channel levels. Also, correctly log /cs levels commands. | |||
2013-11-18 | Show the correct setting name in /ns help set message | Adam | |
2013-11-18 | Default adding to 1 in mlock add/del, always reply with something even if ↵ | Adam | |
the input is invalid | |||
2013-11-18 | cs_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-17 | Fix placeholder for akill.html | Cronus89 | |
2013-11-16 | Add missing .founder checks to cs_flags | Adam | |
2013-11-16 | Delete notify/client sockets when m_dns is unloaded | Adam | |
2013-11-16 | Make /cs up set modes you have the priv for, but not the auto priv, because ↵ | Adam | |
Robby says so | |||
2013-11-16 | Also 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-16 | Fix default level names for access change/list in db_old | Adam | |
2013-11-16 | Tell people why they cant disable the founder level instead of claiming it ↵ | Adam | |
doesn't exist | |||
2013-11-16 | Add help for /cs set keepmodes | Adam | |
2013-11-16 | Allow founders to change flags even if they don't have any matching access ↵ | Adam | |
entries on the channel | |||
2013-11-15 | Add 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-15 | Allow mlocking +r on ratbox/whatever else | Adam | |
2013-11-12 | Set the default db name to anope.db | Adam | |
2013-11-12 | try/catch cs_access AccessUnserialize just incase, don't crash if ns_ajoin ↵ | Adam | |
is loaded before the protocol module | |||
2013-11-09 | Merge pull request #25 from Robby-/1.9-nsidfaillogacctnames | Adam | |
ns_identify: When logging failures, also show the account name, and that it exists or not. | |||
2013-11-09 | Show (none) on flags list if a user is on the access list but has no flags | Adam | |
2013-11-09 | Remove db_plain | Adam | |
2013-11-08 | Don't allow users to remove non-flags access entries that are >= them with ↵ | Adam | |
/cs flags, also spotted by TGS | |||
2013-11-04 | Merge pull request #26 from Cronus89/patch-1 | Jens Voß | |
CREATE EVENT chanstats_event_cleanup_weekly failed due to calculating im... | |||
2013-11-04 | Add 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-03 | CREATE EVENT chanstats_event_cleanup_weekly failed due to calculating ↵ | Cronus89 | |
improper start of week. | |||
2013-11-04 | ns_identify: When logging failures, also show the account name, and that it ↵ | Robby- | |
exists or not. | |||
2013-11-01 | Attempt #3 | Adam | |
2013-11-01 | Fix release build, not too sure why this is, compiler seems to infer this as ↵ | Adam | |
a copy of ChanAccess | |||
2013-11-01 | Compare access entries created with the levels access system by access level ↵ | Adam | |
and not by privilege set, as two entries can have the same privset but different levels, but still represent two different levels of access. This prevented users from adding other users at a lower access level when that level had the same privset as them. Spotted by TSG. |