Age | Commit message (Expand) | Author |
2021-04-27 | Fix a bunch of weird indentation and spacing issues. | Sadie Powell |
2021-03-31 | Fix various documentation comments. | Sadie Powell |
2021-03-05 | Update copyright headers. | InspIRCd Robot |
2020-04-21 | Fixes by misspell-fixer | InspIRCd Robot |
2020-01-31 | Update copyright headers. | InspIRCd Robot |
2020-01-29 | Add Channel::WriteRemoteNotice and revert WriteNotice changes. | Sadie Powell |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2019-11-17 | Allow Channel::WriteNotice send to other servers and status ranks. | Peter Powell |
2019-01-28 | Add ParamMode::IsParameterSecret and remove special casing of keys. | Peter Powell |
2018-10-21 | Fix warnings from Doxygen. | Peter Powell |
2018-08-13 | Implement IRCv3 message tag support. | Peter Powell |
2017-11-17 | Fix a ton of -Wsign-conversion warnings. | Peter Powell |
2016-04-11 | Refactor topic setting logic to go through Channel::SetTopic() in all cases | Attila Molnar |
2016-03-05 | Add Channel::WriteNotice() | Attila Molnar |
2015-12-28 | Return true from Channel::PartUser() if the user was on the channel | Attila Molnar |
2015-11-02 | Rewrite invite system | Attila Molnar |
2015-05-16 | Move Channel::UserList() from core to cmd_names | Attila Molnar |
2014-09-27 | Store Membership objects physically in the nodes of Channel::MemberMap | Attila Molnar |
2014-07-14 | Remove typedef UserMembIter, use Channel::MemberMap::iterator instead | Attila Molnar |
2014-07-14 | Rename UserMembList to Channel::MemberMap, switch all code to use it | Attila Molnar |
2014-07-14 | Change return type of Channel::GetUsers() to reference from pointer as it is ... | Attila Molnar |
2014-06-10 | Return the newly created Membership object from Channel::ForceJoin() | Attila Molnar |
2014-06-10 | Change Channel::KickUser() to accept an iterator, add overload that accepts a... | Attila Molnar |
2014-04-09 | Avoid double Membership lookup in Channel::UserList() | Attila Molnar |
2014-02-21 | Index Channel::modes and User::modes with the id of the mode instead of its l... | Attila Molnar |
2014-02-15 | Add ParamModeBase and ParamMode, change all parameter modes to inherit from P... | Attila Molnar |
2014-02-14 | Move GetAllPrefixChars() from Channel to Membership | Attila Molnar |
2014-02-14 | Move GetPrefixChar() from Channel to Membership | Attila Molnar |
2014-01-24 | Convert InviteBase::invites to an intrusively linked list | Attila Molnar |
2013-09-11 | Create a base class for prefix modes | attilamolnar |
2013-08-12 | Clean up a few constructors | attilamolnar |
2013-07-19 | Replace hardcoded mode letters, part 2 | attilamolnar |
2013-07-01 | Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w... | attilamolnar |
2013-06-21 | Fix Doxygen comments. | Peter Powell |
2013-06-16 | Always set the topic in Channel::SetTopic(), move access checks into cmd_topic | attilamolnar |
2013-06-04 | Remove the now unused Channel::RemoveAllPrefixes() and CountInvisible() | attilamolnar |
2013-06-04 | Reduce User* -> Membership* lookups on part and kick | attilamolnar |
2013-06-02 | Move a few trivial functions into headers | attilamolnar |
2013-05-16 | Get rid of strlcpy(), strlcat(), charlcat() and charremove() | attilamolnar |
2013-05-15 | Replace some C-isms with C++-isms. | Peter Powell |
2013-04-13 | Channel::JoinUser() and Channel::ForceChan() changes | attilamolnar |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-08 | Migrate u_listmode.h into the core, change +b to use it | attilamolnar |
2013-04-01 | Change channel name parameter of Module::OnUserPreJoin() and Channel::JoinUse... | attilamolnar |
2012-07-05 | Fix Doxygen syntax errors. | Peter Powell |
2012-06-17 | Fix pending invites not being removed when a channel was deleted or had its T... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-14 | Fixes for bug #12 | Justin Crawford |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2010-01-09 | Disallow adding prefix-mode when it is already set (fixes bug #935) | danieldg |