summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-18Made the mode bouncing detector harder to hit and ignore syncing channelsAdam
2013-02-17Merge pull request #11 from grawity/mailmapJens Voß
Add mailmap for Git
2013-02-17Add mailmap for GitMantas Mikulėnas
...to clean up `git shortlog -nes` (and `git log` in future git versions).
2013-02-17SASL sends AUTHFAIL on unsupported mechanisms, fixes bug #1482DukePyrolator
2013-02-16InsIRCd only sends QUIT on KILL for users 1 hop from us, so always ↵Adam
internally kill users that we kill. Bug #1481
2013-02-16Fix missing CheckInit check in db_sql_liveAdam
2013-02-15Fix setting modes on botserv bots in channels that have other bots in them ↵Adam
on startup
2013-02-15Store hashes of the last commit instead of the last commitAdam
2013-02-15Fixed unserializing servers in dns zonesAdam
2013-02-14Switch Destroy methods to deleteAdam
2013-02-14This 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-14Iterators suckAdam
2013-02-14Magiobiwan is sillyAdam
2013-02-14Made chanserv/unban with no parameters unban you in every channel you have ↵Adam
access in
2013-02-14Fix CommandCSMode::CanSet letting everyone set voiceAdam
2013-02-14Store 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-14Make NickCore::aliases a vectorAdam
2013-02-14Update obj ts when constructed in db_sqlAdam
2013-02-10Sort output in ns_list and cs_listAdam
2013-02-09Fixed sepstream::GetToken logic failAdam
2013-02-09(re?)add mlock set as a simple way to clear all mlocks and add new ones at onceAdam
2013-02-07Use channel mode +r to determine if a channel has either been newly created orAdam
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-07Made DNSServer::Find case insensitiveAdam
2013-02-05Merge pull request #9 from Robby-/1.9-ns_set_miscAdam
Fixed ns_set_misc not showing help for its SASET commands
2013-02-05Fixed 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-05Made access del by nick and other functions from 326f1a really delete objectsAdam
2013-02-02Merge pull request #7 from artemiiav/patch-2Adam
Fix validating nickserv:registration when it is set to disable.
2013-02-02Merge pull request #8 from Robby-/1.9Adam
Some more typo and help text fixes, missing privileges, settings corrections, and cs_enforce changes
2013-02-02cs_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-02Some more typo and help text fixes, proper formatting of control codes, ↵Robby-
missing privileges, and settings corrections.
2013-01-31Updated jquery API to v1.9.0MatthewM
2013-01-31Update src/config.cppartemiiav
2013-01-30Merge pull request #5 from Robby-/1.9Jens Voß
Config file updates: text changes, ...
2013-01-31Some 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-30Remove sendpass from the configs and the config reader since it no longer existsAdam
2013-01-30Made Anope::Duration also show yearsAdam
2013-01-30Don't expire session exceptions if in noexpire modeAdam
2013-01-30Evidently Persistant is not a wordAdam
2013-01-30fixed an infinite loop in ns_recover, caused by a very small typo.DukePyrolator
2013-01-27Fixed 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-27Old botserv flags need BS_ prepended to themAdam
2013-01-27Add nickserv/alist priv, merge botserv/botlist and botserev/assign/private ↵Adam
to botserv/administration
2013-01-27Fix 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-26Fix os_session to work with sql properlyAdam
2013-01-26Fixed db_sql etc being confused on empty vs not set metadataAdam
2013-01-25Made Anope::DoTime default to seconds to fix os_akill etc defaulting ↵Adam
expiries to days
2013-01-25I forgot to add this change to a634c7be65113c74736be0fb98f31b0c83ec2882Adam
2013-01-25mysql_insert_id doesn't return an id if one isnt generated, soAdam
check that it really returns a value before using it. Also fix memos to cleanup after themselves when deleted.
2013-01-24Fix memo signon and memo receive default flag namesAdam
2013-01-24Channel::HasUserStatus: Don't just return false if cms is NULL.CuleX