summaryrefslogtreecommitdiff
path: root/src/channels.cpp
AgeCommit message (Expand)Author
2014-02-27Do not take modes from users in channels with secureops off if we are always ...Adam
2014-02-14Do not sync channels in Channel::Reset if they are in the middle of syncing, ...Adam
2014-02-09Add an opertype priv "protected" to not allow services to kick a user.Adam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-11-16Use the source's sync state and not mine when processing sjoins to determine ...Adam
2013-11-01Don't take modes in SetCorrectModes if the user has the ME privilegeAdam
2013-09-03Dont allow multiple list modes with the same param on the mode list at onceAdam
2013-08-25Fix not resetting channel status modes on our clients when a channel ts lowersAdam
2013-08-25Create persistent channels on startup, which used to work and got lost somewhereAdam
2013-08-22Fix previous commitAdam
2013-08-22Always set +o on users who have access for it, even if higher modes have a pr...Adam
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
2013-07-20Fix not setting the correct compile flags on modules and fix the resulting wa...Adam
2013-07-01Change extensible keys to require explicitly having a type defined for it. Co...Adam
2013-06-01Move OnJoinChannel event to trigger after the user has completely joined and ...Adam
2013-06-01Move CheckKick event to Channel and make os_forbid use it instead of kicking ...Adam
2013-05-28Fix Channel::SetCorrectModes to never remove modes <= voice (currently secure...Adam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-26Get rid of the remaining references in the core to specific services. Move mo...Adam
2013-05-08Fixed some issues and desyncs with creating empty permanent channels on start...Adam
2013-05-06removed an unused variableDukePyrolator
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-09And my bots initially start with no server..Adam
2013-04-09'Me' can not exist when channels are createdAdam
2013-04-08Fix secureopsAdam
2013-04-08Made auto* chanserv privileges not hard coded.Adam
2013-04-07Optimizations of much of the more commonly used codeAdam
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-14Made chanserv/unban with no parameters unban you in every channel you have ac...Adam
2013-02-07Use channel mode +r to determine if a channel has either been newly created orAdam
2013-01-24Channel::HasUserStatus: Don't just return false if cms is NULL.CuleX
2013-01-22Move channel mode set and unset events to be after the action has been done i...Adam
2013-01-22Fix crash trying to unset the permanent channel mode during channel syncs of ...Adam
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most f...Adam
2013-01-21Really fix Channel::GetModesAdam
2013-01-21Revert "Fix Channel::GetModes, we can never have a negative mode set on a cha...Adam
2013-01-21Fix Channel::GetModes, we can never have a negative mode set on a channel so ...Adam
2013-01-09Update copyright to 2013. This was done with:Adam
2012-12-28Use the same object for chanusercontainer and userchancontainerAdam
2012-12-27When processing many modes don't enforce mlock until all are setAdam
2012-12-19Having these references to bots bugged out older compilers, so simplify this ...Adam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-11-16Fixed some stuff spotted by Cronus, made db_old convert ACCESS_INVALID levels...Adam
2012-11-07Duplicate check some of these larger hashmaps on insert, just incaseAdam
2012-10-30Send uids everywhere when setting modes on clientsAdam
2012-10-02Attempt #2 at silly topic ts thing, this is actually must cleanerAdam
2012-10-02Revert "Fix topiclock on inspircd"Adam
2012-10-02Fix topiclock on inspircdAdam