summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-03-29This reference to see if nickcores go away during command execution is no ↵Adam
longer necessary
2013-03-29Fix /bs set privateAdam
2013-03-29Fix detecting module langauge filesAdam
2013-03-22Fix build from earlier mergeAdam
2013-03-22Merge remote branch 'attila/1.9+timermanager' into 1.9Adam
2013-03-22Dont call SetCloakedHost in users constructor, just set chost, because ↵Adam
SetCloakedHost logs a message like the user just changed their host
2013-03-21Check for null pointers in HasMLock/SetMLock/RemoveMLock, cs_register can ↵Adam
pass it some sometimes/possibly other places
2013-03-20Improve TimerManagerattilamolnar
Instead of adding timers into a vector and sorting them every time a timer is added, use a multimap
2013-03-20Check that channels still exist before nulling their ci pointer in ↵Adam
channelinfos destructor Change the persist setting on a channel to mean only that it is being enforced ircd-side
2013-03-15Allow autokicking real names, extbans, and channelsAdam
2013-03-14Add group and hide setings to fantasy{} blocksAdam
2013-03-14Fix setting BSDefFlags from the configAdam
2013-03-13Refactor mask/entry code, allow full matching (against users real host/ip) ↵Adam
if their displayed host is their real real host. Also match against cloaked host even if full matching is not being done
2013-03-03Bump for Anope 1.9.9-gitAdam
2013-03-02Anope 1.9.8 Release1.9.8Adam
2013-03-02Fix Anope::Duration showing years failingAdam
2013-03-02Unset founder/successors when channels are deletedAdam
2013-03-01Only shrink extensible items that are metadata in ExtensibleUnserializeAdam
2013-03-01Fix Windows buildAdam
2013-02-25Don't enforce session limit on clients with no IP on Unreal, fix typo in /cs ↵Adam
down syntax, fix os_session messages to reference ip
2013-02-24On startup check all object typesAdam
2013-02-22Fix "leave" channel log levelAdam
2013-02-19Allow /os mode clear [all] to unset modes, similar to old clearmodesAdam
2013-02-18Made the mode bouncing detector harder to hit and ignore syncing channelsAdam
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-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-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-09Fixed sepstream::GetToken logic failAdam
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-05Made access del by nick and other functions from 326f1a really delete objectsAdam
2013-01-31Update src/config.cppartemiiav
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-27Old botserv flags need BS_ prepended to themAdam
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-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
2013-01-22Fix some compile errorsAdam
2013-01-22Add hidenetsplitquit config option to not show splits in /ns info's last ↵Adam
quit field