| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a typedef for the mode status bitset. | Sadie Powell | 2022-03-27 | 1 | -1/+1 |
| * | Abolish the infernal space before accessibility keywords. | Sadie Powell | 2022-01-25 | 1 | -3/+3 |
| * | Add the final keyword to all remaining classes that can have it. | Sadie Powell | 2021-12-20 | 1 | -1/+2 |
| * | Merge branch 'insp3' into master. | Sadie Powell | 2021-05-11 | 1 | -13/+13 |
| |\ |
|
| | * | Fix a bunch of weird indentation and spacing issues. | Sadie Powell | 2021-04-27 | 1 | -13/+13 |
| * | | Make the reason parameter to PartUser const. | Sadie Powell | 2021-04-18 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-03-31 | 1 | -1/+0 |
| |\| |
|
| | * | Fix various documentation comments. | Sadie Powell | 2021-03-31 | 1 | -1/+0 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-03-05 | 1 | -2/+2 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2021-03-05 | 1 | -2/+2 |
| * | | Add first class support for extbans.•••This replaces the previous support which was pretty much a giant
hack and was not synchronised between servers.
| Sadie Powell | 2020-05-07 | 1 | -4/+0 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-05-05 | 1 | -3/+3 |
| |\| |
|
| | * | Fixes by misspell-fixer | InspIRCd Robot | 2020-04-21 | 1 | -3/+3 |
| * | | Use C++11 inline initialisation for class members. | Sadie Powell | 2020-02-06 | 1 | -1/+1 |
| |/ |
|
| * | Update copyright headers. | InspIRCd Robot | 2020-01-31 | 1 | -1/+1 |
| * | Add Channel::WriteRemoteNotice and revert WriteNotice changes.•••This is a partial reversion of 687778b72e.
See also: #1749.
| Sadie Powell | 2020-01-29 | 1 | -0/+1 |
| * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -3/+6 |
| * | Allow Channel::WriteNotice send to other servers and status ranks. | Peter Powell | 2019-11-17 | 1 | -1/+2 |
| * | Add ParamMode::IsParameterSecret and remove special casing of keys. | Peter Powell | 2019-01-28 | 1 | -3/+3 |
| * | Fix warnings from Doxygen. | Peter Powell | 2018-10-21 | 1 | -2/+0 |
| * | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com>
| Peter Powell | 2018-08-13 | 1 | -62/+9 |
| * | Fix a ton of -Wsign-conversion warnings. | Peter Powell | 2017-11-17 | 1 | -1/+1 |
| * | Refactor topic setting logic to go through Channel::SetTopic() in all cases•••- Pass topic set time and optionally the setter to SetTopic()
- Don't do anything if the topic is changed by a local user to what it is currently
| Attila Molnar | 2016-04-11 | 1 | -1/+4 |
| * | Add Channel::WriteNotice() | Attila Molnar | 2016-03-05 | 1 | -0/+5 |
| * | Return true from Channel::PartUser() if the user was on the channel | Attila Molnar | 2015-12-28 | 1 | -1/+2 |
| * | Rewrite invite system•••- Moved out of core, now lives entirely in core_channel
- Accessible using the provided API after including the appropriate header
- Invites are stored in an extension attached to LocalUser/Channel objects, they no longer need special handling when destroying these objects or when lowering TS
- Expiration of timed invites are implemented using Timers
- When creating a new invite let a non-timed invite override a timed one
| Attila Molnar | 2015-11-02 | 1 | -1/+1 |
| * | Move Channel::UserList() from core to cmd_names | Attila Molnar | 2015-05-16 | 1 | -6/+0 |
| * | Store Membership objects physically in the nodes of Channel::MemberMap | Attila Molnar | 2014-09-27 | 1 | -1/+1 |
| * | Remove typedef UserMembIter, use Channel::MemberMap::iterator instead•••Remove the now unused UserMembList typedef too
| Attila Molnar | 2014-07-14 | 1 | -4/+4 |
| * | Rename UserMembList to Channel::MemberMap, switch all code to use it | Attila Molnar | 2014-07-14 | 1 | -2/+8 |
| * | Change return type of Channel::GetUsers() to reference from pointer as it is ... | Attila Molnar | 2014-07-14 | 1 | -1/+1 |
| * | Return the newly created Membership object from Channel::ForceJoin() | Attila Molnar | 2014-06-10 | 1 | -1/+2 |
| * | Change Channel::KickUser() to accept an iterator, add overload that accepts a...•••Remove srcmemb parameter
| Attila Molnar | 2014-06-10 | 1 | -3/+14 |
| * | Avoid double Membership lookup in Channel::UserList()•••The user is always inside if UserList() is called from ForceJoin() and the HasUser() result obtained in the /NAMES handler can be reused
| Attila Molnar | 2014-04-09 | 1 | -1/+2 |
| * | Index Channel::modes and User::modes with the id of the mode instead of its l... | Attila Molnar | 2014-02-21 | 1 | -6/+4 |
| * | Add ParamModeBase and ParamMode, change all parameter modes to inherit from P...•••- Type of the extension used to store data is a template parameter
- The extension is automatically unset when the mode is unset
- Handlers inheriting from ParamMode have to provide OnSet() and SerializeParam(); may optionally provide OnUnset()
- Transparently handle the case when OnSet() modifies the mode parameter
- Remove Channel::custom_mode_params map; ask the mode handlers to serialize their parameters instead
| Attila Molnar | 2014-02-15 | 1 | -12/+19 |
| * | Move GetAllPrefixChars() from Channel to Membership | Attila Molnar | 2014-02-14 | 1 | -8/+0 |
| * | Move GetPrefixChar() from Channel to Membership | Attila Molnar | 2014-02-14 | 1 | -13/+0 |
| * | Convert InviteBase::invites to an intrusively linked list | Attila Molnar | 2014-01-24 | 1 | -1/+1 |
| * | Create a base class for prefix modes•••Move Channel::SetPrefix() into Membership
| attilamolnar | 2013-09-11 | 1 | -11/+0 |
| * | Clean up a few constructors•••Do not silently correct a zero TS in Channel::Channel(); require callers to supply a valid TS instead
| attilamolnar | 2013-08-12 | 1 | -1/+3 |
| * | Replace hardcoded mode letters, part 2•••This changes all remaining Channel::IsModeSet() and Channel::GetModeParameter() calls to use ModeReferences for modes that were created by other modules or the core
| attilamolnar | 2013-07-19 | 1 | -3/+16 |
| * | Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w... | attilamolnar | 2013-07-01 | 1 | -2/+1 |
| * | Fix Doxygen comments. | Peter Powell | 2013-06-21 | 1 | -1/+1 |
| * | Always set the topic in Channel::SetTopic(), move access checks into cmd_topic | attilamolnar | 2013-06-16 | 1 | -4/+3 |
| * | Remove the now unused Channel::RemoveAllPrefixes() and CountInvisible() | attilamolnar | 2013-06-04 | 1 | -12/+0 |
| * | Reduce User* -> Membership* lookups on part and kick | attilamolnar | 2013-06-04 | 1 | -1/+22 |
| * | Move a few trivial functions into headers | attilamolnar | 2013-06-02 | 1 | -5/+8 |
| * | Get rid of strlcpy(), strlcat(), charlcat() and charremove() | attilamolnar | 2013-05-16 | 1 | -1/+1 |
| * | Replace some C-isms with C++-isms.•••* 'const char*' to 'const std::string&'.
* snprintf to std::string concatenation.
* Replace duplicated OneOfMatches with InspIRCd::MatchMask.
| Peter Powell | 2013-05-15 | 1 | -1/+1 |