Age | Commit message (Expand) | Author |
2013-05-06 | removed an unused variable | DukePyrolator |
2013-05-05 | Rework the config file reader to be much more flexible and move many configur... | Adam |
2013-04-09 | And my bots initially start with no server.. | Adam |
2013-04-09 | 'Me' can not exist when channels are created | Adam |
2013-04-08 | Fix secureops | Adam |
2013-04-08 | Made auto* chanserv privileges not hard coded. | Adam |
2013-04-07 | Optimizations of much of the more commonly used code | Adam |
2013-02-22 | Fix "leave" channel log level | Adam |
2013-02-19 | Allow /os mode clear [all] to unset modes, similar to old clearmodes | Adam |
2013-02-18 | Made the mode bouncing detector harder to hit and ignore syncing channels | Adam |
2013-02-14 | Made chanserv/unban with no parameters unban you in every channel you have ac... | Adam |
2013-02-07 | Use channel mode +r to determine if a channel has either been newly created or | Adam |
2013-01-24 | Channel::HasUserStatus: Don't just return false if cms is NULL. | CuleX |
2013-01-22 | Move channel mode set and unset events to be after the action has been done i... | Adam |
2013-01-22 | Fix crash trying to unset the permanent channel mode during channel syncs of ... | Adam |
2013-01-21 | Merge usefulness of Flags and Extensible classes into Extensible, made most f... | Adam |
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 cha... | Adam |
2013-01-21 | Fix Channel::GetModes, we can never have a negative mode set on a channel so ... | Adam |
2013-01-09 | Update copyright to 2013. This was done with: | Adam |
2012-12-28 | Use the same object for chanusercontainer and userchancontainer | Adam |
2012-12-27 | When processing many modes don't enforce mlock until all are set | Adam |
2012-12-19 | Having these references to bots bugged out older compilers, so simplify this ... | Adam |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam |
2012-11-16 | Fixed some stuff spotted by Cronus, made db_old convert ACCESS_INVALID levels... | Adam |
2012-11-07 | Duplicate check some of these larger hashmaps on insert, just incase | Adam |
2012-10-30 | Send uids everywhere when setting modes on clients | Adam |
2012-10-02 | Attempt #2 at silly topic ts thing, this is actually must cleaner | Adam |
2012-10-02 | Revert "Fix topiclock on inspircd" | Adam |
2012-10-02 | Fix topiclock on inspircd | Adam |
2012-10-01 | Fixed handling TOPIC on unreal, dont set topics in Channel::Reset unless we a... | Adam |
2012-10-01 | Cleanup of all of the protocol modules, rewrote message handling system to be... | Adam |
2012-09-07 | Add chanserv/set/autoop, like nickserv/set/autoop but for channels | Adam |
2012-04-25 | Fixed non-debug build | Adam |
2012-04-24 | Fixed build from the previous merge | Adam |
2012-04-23 | Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9 | Adam |
2012-04-23 | Reworked live SQL support yet again | Adam |
2012-04-13 | fixed a bug in chanstats | DukePyrolator |
2012-04-08 | Added Chanstats. It uses a new, improved database format and is not compatibl... | DukePyrolator |
2012-02-26 | Added chanserv:require config option to set which modes must be on all regist... | Adam |
2012-02-14 | Clean up and reorganize our header files | Adam |
2012-01-02 | Updated Copyright to 2012 | Adam |
2011-09-19 | Fixed /os reload doing weird things to service channels, and allow setting mo... | Adam |
2011-09-10 | Allow modules to add their own channel levels | Adam |
2011-09-10 | Removed log:inhabitlogchannel and replaced it with service:channels | Adam |
2011-08-27 | Fixed mlock with param modes if you change (but not unset) the mode | Adam |
2011-08-09 | Hopefully sort this AccessGroup::HasPriv once and for all | Adam |
2011-08-06 | Give channel founders +qo by default | Adam |
2011-08-06 | sed'd a few typos | Adam |
2011-08-01 | Rewrote the access systems and added a flags access system | Adam |