Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-14 | This Serialize::Destroy method isn't actually needed anymore. Fixes ↵ | Adam | |
weirdness from a few Serializable items we had on the stack. Added a comment about why operator< in Reference fails. | |||
2013-02-14 | Iterators suck | Adam | |
2013-02-14 | Magiobiwan is silly | Adam | |
2013-02-14 | Made chanserv/unban with no parameters unban you in every channel you have ↵ | Adam | |
access in | |||
2013-02-14 | Fix CommandCSMode::CanSet letting everyone set voice | Adam | |
2013-02-14 | Store what channels have references to accounts in NickCore to prevent ↵ | Adam | |
having to iterate over all channels and then all access entries when nicks expire or from nickserv/alist | |||
2013-02-14 | Make NickCore::aliases a vector | Adam | |
2013-02-14 | Update obj ts when constructed in db_sql | Adam | |
2013-02-10 | Sort output in ns_list and cs_list | Adam | |
2013-02-09 | Fixed sepstream::GetToken logic fail | Adam | |
2013-02-09 | (re?)add mlock set as a simple way to clear all mlocks and add new ones at once | Adam | |
2013-02-07 | Use channel mode +r to determine if a channel has either been newly created or | Adam | |
created while we were offline (eg, during the inital burst to the uplink). Fixes not knowing whether or not channels ops in non-secureop non-persistent channels obtained op while we were offline by creating the channel or legitimately by being set op by another channel op. | |||
2013-02-07 | Made DNSServer::Find case insensitive | Adam | |
2013-02-05 | Merge pull request #9 from Robby-/1.9-ns_set_misc | Adam | |
Fixed ns_set_misc not showing help for its SASET commands | |||
2013-02-05 | Fixed ns_set_misc not showing help for its SASET commands. | Robby- | |
Added descriptions and SASETs for the remaining commented ns_set_misc examples, without a description they won't show up in HELP if someone actually enabled those. | |||
2013-02-05 | Made access del by nick and other functions from 326f1a really delete objects | Adam | |
2013-02-02 | Merge pull request #7 from artemiiav/patch-2 | Adam | |
Fix validating nickserv:registration when it is set to disable. | |||
2013-02-02 | Merge pull request #8 from Robby-/1.9 | Adam | |
Some more typo and help text fixes, missing privileges, settings corrections, and cs_enforce changes | |||
2013-02-02 | cs_enforce: Make the logging also show the channel it was used on, added 2 ↵ | Robby- | |
missing log calls, can now handle overrides by services operators. | |||
2013-02-02 | Some more typo and help text fixes, proper formatting of control codes, ↵ | Robby- | |
missing privileges, and settings corrections. | |||
2013-01-31 | Updated jquery API to v1.9.0 | MatthewM | |
2013-01-31 | Update src/config.cpp | artemiiav | |
2013-01-30 | Merge pull request #5 from Robby-/1.9 | Jens Voß | |
Config file updates: text changes, ... | |||
2013-01-31 | Some configuration file updates: Removed now non-existing settings. Redid ↵ | Robby- | |
some existing settings to look more consistent/uniform. Added some missing commands/permissions. Merged operserv/modlist permission into operserv/modinfo. Fixed ChanServ INFO privilege to actually work for /BotServ INFO too for those users who have it, instead of only for founders. Fixed some typos aswell as removed whitespaces along the way. | |||
2013-01-30 | Remove sendpass from the configs and the config reader since it no longer exists | Adam | |
2013-01-30 | Made Anope::Duration also show years | Adam | |
2013-01-30 | Don't expire session exceptions if in noexpire mode | Adam | |
2013-01-30 | Evidently Persistant is not a word | Adam | |
2013-01-30 | fixed an infinite loop in ns_recover, caused by a very small typo. | DukePyrolator | |
2013-01-27 | Fixed SQL::Data::IsEqual to really only return if the two are completely ↵ | Adam | |
equal. Fixes oddities with caching objects that are actually updated. | |||
2013-01-27 | Old botserv flags need BS_ prepended to them | Adam | |
2013-01-27 | Add nickserv/alist priv, merge botserv/botlist and botserev/assign/private ↵ | Adam | |
to botserv/administration | |||
2013-01-27 | Fix db_flatfile not clearing databases on save if there are no objects left ↵ | Adam | |
of that type (it will leave the old database with old objects currently) | |||
2013-01-26 | Fix os_session to work with sql properly | Adam | |
2013-01-26 | Fixed db_sql etc being confused on empty vs not set metadata | Adam | |
2013-01-25 | Made Anope::DoTime default to seconds to fix os_akill etc defaulting ↵ | Adam | |
expiries to days | |||
2013-01-25 | I forgot to add this change to a634c7be65113c74736be0fb98f31b0c83ec2882 | Adam | |
2013-01-25 | mysql_insert_id doesn't return an id if one isnt generated, so | Adam | |
check that it really returns a value before using it. Also fix memos to cleanup after themselves when deleted. | |||
2013-01-24 | Fix memo signon and memo receive default flag names | Adam | |
2013-01-24 | Channel::HasUserStatus: Don't just return false if cms is NULL. | CuleX | |
2013-01-23 | Add missing KeySet() func to SQL::Data | Adam | |
2013-01-22 | Fix some compile errors | Adam | |
2013-01-22 | Add hidenetsplitquit config option to not show splits in /ns info's last ↵ | Adam | |
quit field | |||
2013-01-22 | Fixed few minor typos | lethality | |
2013-01-22 | Move channel mode set and unset events to be after the action has been done ↵ | Adam | |
internally to allow easially canceling it | |||
2013-01-22 | Fix crash trying to unset the permanent channel mode during channel syncs of ↵ | Adam | |
empty channels | |||
2013-01-21 | Merge usefulness of Flags and Extensible classes into Extensible, made most ↵ | Adam | |
flags we have juse strings instead of defines/enums | |||
2013-01-21 | Really fix Channel::GetModes | Adam | |
2013-01-21 | Revert "Fix Channel::GetModes, we can never have a negative mode set on a ↵ | Adam | |
channel so this check is unnecessary" This reverts commit 678d27fdb74a3c73b696b6feffc00523f2c233b2. | |||
2013-01-21 | Fix Channel::GetModes, we can never have a negative mode set on a channel so ↵ | Adam | |
this check is unnecessary |