summaryrefslogtreecommitdiff
path: root/src/channels.cpp
AgeCommit message (Expand)Author
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
2012-10-01Fixed handling TOPIC on unreal, dont set topics in Channel::Reset unless we a...Adam
2012-10-01Cleanup of all of the protocol modules, rewrote message handling system to be...Adam
2012-09-07Add chanserv/set/autoop, like nickserv/set/autoop but for channelsAdam
2012-04-25Fixed non-debug buildAdam
2012-04-24Fixed build from the previous mergeAdam
2012-04-23Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2012-04-23Reworked live SQL support yet againAdam
2012-04-13fixed a bug in chanstatsDukePyrolator
2012-04-08Added Chanstats. It uses a new, improved database format and is not compatibl...DukePyrolator
2012-02-26Added chanserv:require config option to set which modes must be on all regist...Adam
2012-02-14Clean up and reorganize our header filesAdam
2012-01-02Updated Copyright to 2012Adam
2011-09-19Fixed /os reload doing weird things to service channels, and allow setting mo...Adam
2011-09-10Allow modules to add their own channel levelsAdam
2011-09-10Removed log:inhabitlogchannel and replaced it with service:channelsAdam
2011-08-27Fixed mlock with param modes if you change (but not unset) the modeAdam
2011-08-09Hopefully sort this AccessGroup::HasPriv once and for allAdam
2011-08-06Give channel founders +qo by defaultAdam
2011-08-06sed'd a few typosAdam
2011-08-01Rewrote the access systems and added a flags access systemAdam