| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move <security:hidesplits> to the spanningtree module. | 2018-10-01 | 3 | -1/+7 | |
| | | |||||
| * | Fix the chanhistory module being inconsistent across servers. | 2018-10-01 | 1 | -1/+16 | |
| | | | | | Closes #331. | ||||
| * | Amend OnPostCommand to specify whether the command is loopcalled. | 2018-09-11 | 2 | -2/+2 | |
| | | | | | | This restores previous behaviour which was lost when the original line parameter was removed. | ||||
| * | Implement IRCv3 message tag support. | 2018-08-13 | 3 | -5/+6 | |
| | | | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com> | ||||
| * | Convert AWAY to use cross-module events and clean up slightly. | 2018-08-12 | 4 | -19/+29 | |
| | | | | | | | | OnSetAway has been replaced with four events. OnUserPreAway and OnUserPreBack can be used to deny an away state change and/or change the away message of a local user. OnUserAway and OnUserBack allow modules to be notified that a user's away state has changed. | ||||
| * | Split irc::tokenparser::GetToken into GetMiddle and GetTrailing. | 2018-08-10 | 2 | -9/+9 | |
| | | | | | | This simplifies the logic of irc::tokenparser considerably and removes all of the magic index guessing that was used previously. | ||||
| * | Parse CAPAB CAPABILITIES and FJOIN messages with spacesepstream. | 2018-08-10 | 2 | -2/+2 | |
| | | | | | Special tokenisation rules are not necessary here. | ||||
| * | Remove the original line parameter of On{Pre,Post}Command. | 2018-08-10 | 3 | -4/+4 | |
| | | | | | | | | | | In the brave new world of message tags and alternate wire formats this is no longer something that is appropriate to expose. In reality it was only ever used by m_alias which now reconstitutes the command name and parameters into a RFC 1459-style message for whatever it needs to do. | ||||
| * | Remove the 'debug' snotice character. | 2018-08-07 | 2 | -3/+3 | |
| | | |||||
| * | Make the FJOIN timestamp message easier for users to understand. | 2018-08-05 | 1 | -1/+2 | |
| | | |||||
| * | Rename User::fullname to realname and make it private. | 2018-07-30 | 1 | -3/+3 | |
| | | |||||
| * | Replace most usages of "name" with "real" or "real name". | 2018-07-30 | 3 | -3/+3 | |
| | | |||||
| * | Replace most usages of "GECOS" with "real" or "real name". | 2018-07-30 | 4 | -6/+9 | |
| | | |||||
| * | Replace irc::stringjoiner with a generic stdalgo::string::join. | 2018-07-26 | 1 | -1/+1 | |
| | | | | | | This can also be used with different types of collection containing values which are not a string. | ||||
| * | Use CommandBase::Params instead of std::vector<std::string>. | 2018-07-26 | 43 | -138/+138 | |
| | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | Make more config stuff case insensitive. | 2018-07-24 | 1 | -1/+1 | |
| | | |||||
| * | Fix building on Windows. | 2018-07-24 | 1 | -0/+2 | |
| | | |||||
| * | Initial support for listening on UNIX socket endpoints. | 2018-07-18 | 1 | -1/+7 | |
| | | |||||
| * | Add the family() member to the sockaddrs union. | 2018-07-18 | 1 | -1/+1 | |
| | | |||||
| * | Use !empty() instead of 'size() > 0' when checking parameter count. | 2018-07-03 | 1 | -1/+1 | |
| | | |||||
| * | Convert some usages of ato[il] to use ConvToNum. | 2018-04-17 | 1 | -1/+1 | |
| | | |||||
| * | Add ConfigTag::getUInt for reading unsigned config values. | 2018-04-16 | 2 | -2/+2 | |
| | | |||||
| * | Remove the default value in ConfigTag::get{Duration,Float,Int}. | 2018-04-16 | 1 | -7/+4 | |
| | | |||||
| * | Change ServerInfo::gecos to description | 2018-04-11 | 2 | -2/+2 | |
| | | |||||
| * | Move OnStats from the core to a cross-module event. | 2018-04-08 | 2 | -2/+6 | |
| | | | | | | Some core code still exists in the XLine system but this will be replaced when the XLine system is replaced later. | ||||
| * | Rework message handling. | 2018-01-06 | 2 | -12/+12 | |
| | | | | | | | | | | | | | | - Move all message-related types to their own header to make moving them to a cross-module events easier. - Rename OnUserMessage to OnUserPostMessage. - Rename OnText to OnUserMessage. - Replace the dest, target_type, and status parameters with the MessageTarget class. - Replace the text, exempt_list, and msgtype parameters with the MessageDetails struct. - Add echooriginal and originaltext to the MessageDetails struct to allow spam filtering to not be broken by cap echo-message. | ||||
| * | Show server versions in /MAP for opers | 2017-12-19 | 5 | -1/+24 | |
| | | | | | This resolves #1203 | ||||
| * | Move OnSync{Channel,Network,User} to ServerEventListener. | 2017-12-03 | 1 | -5/+4 | |
| | | |||||
| * | Rename the spanningtree module header to server. | 2017-12-03 | 3 | -7/+7 | |
| | | | | | | In the future we will have server linking modules that are not the spanningtree module. | ||||
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 3 | -33/+33 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | Fix a ton of -Wsign-conversion warnings. | 2017-11-17 | 6 | -13/+13 | |
| | | |||||
| * | Merge tag 'v2.0.25' into master. | 2017-11-12 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update wiki links to use HTTPS and point to the correct pages. | 2017-10-15 | 1 | -1/+1 | |
| | | | | | | | | | | | When we release 3.0 these links will break as they will point to the pages for 3.0 rather than 2.0. | ||||
| | * | Fix SpanningTreeProtocolInterface::SendChannelPrivmsg() and ↵ | 2016-12-07 | 1 | -5/+10 | |
| | | | | | | | | | SendChannelNotice() sending statusmsgs to whole channel | ||||
| * | | Hide User#host and User#dhost and use accessors to modify them. | 2017-10-28 | 2 | -5/+5 | |
| | | | | | | | | | | | This removes the need to invalidate the cache after changing a user's hostname. | ||||
| * | | Change SetClientIP to take a C++ string instead of a char array. | 2017-10-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Add a constructor to OperInfo and use it to set the type name. | 2017-10-18 | 1 | -4/+1 | |
| | | | |||||
| * | | Implement support for configurable casemapping & default to ASCII. | 2017-09-08 | 1 | -0/+19 | |
| | | | |||||
| * | | Convert a bunch of time-related config options to getDuration. | 2017-09-03 | 1 | -2/+2 | |
| | | | |||||
| * | | Remove module file extensions from user-visible messages. | 2017-08-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Purge code for Windows XP and MSVC pre-2015. | 2017-08-06 | 1 | -1/+1 | |
| | | | |||||
| * | | Add CXX11_OVERRIDE to overridden members that lack it. | 2017-07-12 | 6 | -13/+13 | |
| | | | | | | | | | | | This fixes a ton of warnings when building on compilers that default to C++11 or newer. | ||||
| * | | Clean up User::FormatModes(), rename to GetModeLetters() | 2016-12-30 | 1 | -1/+1 | |
| | | | | | | | | | Prefix the returned string with '+' | ||||
| * | | Deduplicate nickname overruling code | 2016-12-30 | 1 | -6/+2 | |
| | | | | | | | | | Create LocalUser::OverruleNick(), call it from User::ChangeNick() and the UID handler in spanningtree | ||||
| * | | Replace snprintf usage with InspIRCd::Format. | 2016-09-09 | 1 | -3/+1 | |
| | | | |||||
| * | | Bump version to 3.0 in comments and messages | 2016-09-02 | 3 | -4/+4 | |
| | | | |||||
| * | | m_spanningtree Allow multiple valid ips for link blocks as a result of ↵ | 2016-09-02 | 1 | -3/+6 | |
| | | | | | | | | | SecurityIPResolver | ||||
| * | | m_spanningtree Add workaround to make SVS* commands work when using ENCAP | 2016-09-02 | 1 | -0/+11 | |
| | | | |||||
| * | | m_spanningtree Refuse topic changes that would result in desync | 2016-09-02 | 2 | -0/+14 | |
| | | | | | | | | | This is a workaround until the protocol is updated | ||||
| * | | Replace loop over alphabet with loop over mode list in several places | 2016-08-30 | 1 | -13/+11 | |
| | | | |||||
