Age | Commit message (Expand) | Author |
2015-01-28 | More properly track topic change sources and allow users with access to chang... | Adam |
2015-01-10 | Always use source name when logging server kicks | Adam |
2014-08-24 | Change Channel::GetModeList to return a copy of the mode list, not a | Adam |
2014-07-15 | Check modetimes in CheckModes before enabling bouncy modes | Adam |
2014-05-13 | Sanitize nuh masks more to prevent the other side from rewriting them, which ... | Adam |
2014-04-25 | Add "virtual mode" support | Adam |
2014-03-20 | Make bouncymodes harder to trigger by only bumping server modcount when somet... | Adam |
2014-03-14 | Mark all channels as syncing when we connect to our uplink. They will | Adam |
2014-03-04 | Fix 2 crashes from removing the permanent channel mode from channels which do... | Adam |
2014-02-27 | Do not take modes from users in channels with secureops off if we are always ... | Adam |
2014-02-14 | Do not sync channels in Channel::Reset if they are in the middle of syncing, ... | Adam |
2014-02-09 | Add an opertype priv "protected" to not allow services to kick a user. | Adam |
2014-01-01 | Update copyright to 2014. This was done with: | Adam |
2013-11-16 | Use the source's sync state and not mine when processing sjoins to determine ... | Adam |
2013-11-01 | Don't take modes in SetCorrectModes if the user has the ME privilege | Adam |
2013-09-03 | Dont allow multiple list modes with the same param on the mode list at once | Adam |
2013-08-25 | Fix not resetting channel status modes on our clients when a channel ts lowers | Adam |
2013-08-25 | Create persistent channels on startup, which used to work and got lost somewhere | Adam |
2013-08-22 | Fix previous commit | Adam |
2013-08-22 | Always set +o on users who have access for it, even if higher modes have a pr... | Adam |
2013-08-01 | Use MessageSource as the source for many IRCDProto funcs | Adam |
2013-07-20 | Fix not setting the correct compile flags on modules and fix the resulting wa... | Adam |
2013-07-01 | Change extensible keys to require explicitly having a type defined for it. Co... | Adam |
2013-06-01 | Move OnJoinChannel event to trigger after the user has completely joined and ... | Adam |
2013-06-01 | Move CheckKick event to Channel and make os_forbid use it instead of kicking ... | Adam |
2013-05-28 | Fix Channel::SetCorrectModes to never remove modes <= voice (currently secure... | Adam |
2013-05-27 | Initially attach all modules to all events, and detach them as the events are... | Adam |
2013-05-26 | Get rid of the remaining references in the core to specific services. Move mo... | Adam |
2013-05-08 | Fixed some issues and desyncs with creating empty permanent channels on start... | Adam |
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 |