| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Remove the integer overloads of irc::tokenparser::GetToken().•••The int overload was never used and the long overload was used in
one place.
| Peter Powell | 2018-08-10 | 1 | -1/+4 |
| * | | Parse CAPAB CAPABILITIES and FJOIN messages with spacesepstream.•••Special tokenisation rules are not necessary here.
| Peter Powell | 2018-08-10 | 2 | -2/+2 |
| * | | Remove the original line parameter of On{Pre,Post}Command.•••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.
| Peter Powell | 2018-08-10 | 17 | -20/+35 |
| * | | Switch m_xline_db to use the xline snomask character. | Peter Powell | 2018-08-10 | 1 | -6/+6 |
| * | | Switch m_dnsbl to use its own snomask character. | Peter Powell | 2018-08-07 | 1 | -7/+12 |
| * | | Remove the 'debug' snotice character. | Peter Powell | 2018-08-07 | 2 | -3/+3 |
| * | | Make the FJOIN timestamp message easier for users to understand. | Peter Powell | 2018-08-05 | 1 | -1/+2 |
| * | | Rename User::fullname to realname and make it private. | Peter Powell | 2018-07-30 | 7 | -13/+13 |
| * | | Replace most usages of "name" with "real" or "real name". | Peter Powell | 2018-07-30 | 5 | -7/+7 |
| * | | Replace most usages of "GECOS" with "real" or "real name". | Peter Powell | 2018-07-30 | 6 | -8/+11 |
| * | | Replace irc::stringjoiner with a generic stdalgo::string::join.•••This can also be used with different types of collection containing
values which are not a string.
| Peter Powell | 2018-07-26 | 3 | -3/+3 |
| * | | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class
that encapsulates both tags and parameters.
| Peter Powell | 2018-07-26 | 116 | -272/+273 |
| * | | Add a module which implements the HAProxy PROXY v2 protocol. | Peter Powell | 2018-07-26 | 1 | -0/+326 |
| * | | Make more config stuff case insensitive. | Peter Powell | 2018-07-24 | 16 | -35/+35 |
| * | | Fix building on Windows. | Peter Powell | 2018-07-24 | 1 | -0/+2 |
| * | | Initial support for listening on UNIX socket endpoints. | Peter Powell | 2018-07-18 | 4 | -1/+19 |
| * | | Add the family() member to the sockaddrs union. | Peter Powell | 2018-07-18 | 5 | -9/+9 |
| * | | Use mysql_real_escape_string instead of mysql_escape string.•••This is not exploitable as far as I know but it is probably best
that we use the newer function just in case.
Closes #649 (although the attack mentioned in that issue was not
feasible).
| Peter Powell | 2018-07-15 | 1 | -3/+2 |
| * | | Allow exempting of registered users from securelist. | Peter Powell | 2018-07-10 | 1 | -1/+9 |
| * | | Use !empty() instead of 'size() > 0' when checking parameter count. | B00mX0r | 2018-07-03 | 3 | -4/+4 |
| * | | Always process MOTD formatting escape codes.•••The options for disabling these were added to keep compatibility
with previous 2.0 releases and are not needed any more.
| Peter Powell | 2018-04-22 | 2 | -5/+2 |
| * | | Fix some oversights relating to numerics.•••- ERR_CANNOTSENDTOCHAN only takes the channel name and a message.
- ERR_INVALIDCAPCMD is 410 not 232.
| Peter Powell | 2018-04-22 | 3 | -3/+3 |
| * | | Move a bunch of optional module numerics to the module source file. | Peter Powell | 2018-04-22 | 6 | -3/+35 |
| * | | Replace ERR_{NOCTCPALLOWED,WORDFILTERED} with ERR_CANNOTSENDTOCHAN.•••There is no reason for these responses to have their own numerics
when other modules do not. The only thing this does is make life
harder for client developers.
| Peter Powell | 2018-04-22 | 2 | -2/+2 |
| * | | Merge tag 'v2.0.26' into master. | Peter Powell | 2018-04-22 | 5 | -2/+49 |
| |\| |
|
| | * | Fix blank instead of empty PART message when a user is shunned | B00mX0r | 2018-04-11 | 1 | -1/+1 |
| | * | Remove swhois messages set in the oper block on deoper.•••Closes #1240.
| Peter Powell | 2018-04-09 | 1 | -4/+33 |
| | * | Set User::host before calling ChangeIP()•••ChangeIP() calls SetClientIP() which revalidates whether the user
matches an ELine. However, because the hostname has not changed yet
the user may incorrectly be marked as non-exempt.
| Peter Powell | 2018-04-06 | 1 | -3/+3 |
| | * | Update the GeoIP ExtItem when CGI:IRC sets the real IP (#1471)•••Since CGI:IRC calls it's 'ChangeIP()' either from 'OnCheckReady()'
or 'OnUserRegister()', both of which are called after the user has
sent NICK/USER, we can safely skip re-setting the ExtItem prior to
this point.
This skips the first 'OnSetUserIP()' from 'User::AddUser()' as
the 'OnSetConnectClass()' catch handles the initial setting. | genius3000 | 2018-03-30 | 1 | -1/+8 |
| | * | m_ssl_openssl: Remove deprecated API members.•••Backported from 2afc1af4639ae2bbef397f4f6acc834950017d91.
| Wade Cline | 2018-03-02 | 1 | -3/+12 |
| | * | Revert std::set changes and add duplicate checking in m_banredirect instead, ... | linuxdaemon | 2018-01-25 | 1 | -11/+18 |
| | * | Fix comparator logic for ordering by channel | linuxdaemon | 2018-01-25 | 1 | -3/+3 |
| | * | Make sure banredirect metadata can not be duplicated | linuxdaemon | 2018-01-25 | 1 | -3/+11 |
| | * | m_chanhistory: optionally exempt bots from receiving history.•••Sending history to some bots can cause problems as without the
IRCv3 chathistory batch they have no way of knowing what messages
are history and what they should respond to.
Closes #1450.
| Michael Hazell | 2017-12-31 | 1 | -0/+5 |
| | * | Always store something in the cgiirc hostname extension.•••This is used by modules like m_sasl to send the cgiirc hostname to
services so it should contain something valid.
Closes #1438.
| Peter Powell | 2017-12-20 | 1 | -7/+3 |
| | * | Fix m_spanningtree sending the wrong setter in S2S ADDLINE. | Peter Powell | 2017-12-15 | 1 | -1/+1 |
| | * | Fix m_xline_db storing the wrong setter in the XLine database. | Peter Powell | 2017-12-15 | 1 | -1/+1 |
| * | | Optionally do not notify users if their messages are blocked by certain modul...•••Closes #711. | Robby | 2018-04-20 | 3 | -8/+36 |
| * | | Rewrite m_denychans.•••- The configuration is now validated on ReadConfig and parsed into
objects.
- Allow redirecting to channels that don't yet exist. There is no
technical reason to not allow this and I believe that it would
be a lot less confusing to users if we allowed this.
- Flatten a bunch of nested if statements.
| Peter Powell | 2018-04-17 | 1 | -66/+120 |
| * | | Convert some usages of ato[il] to use ConvToNum. | Peter Powell | 2018-04-17 | 3 | -8/+10 |
| * | | Fix m_ircv3_sts not having the VF_VENDOR flag set. | Peter Powell | 2018-04-16 | 1 | -1/+1 |
| * | | Call OnUserMessageBlocked when a PRIVMSG or a NOTICE is blocked.•••This is necessary to allow m_ircv3_echomessage to pretend that a
message was echoed successfully. This is useful as it doesn't let
spammers know that their message was blocked.
| Peter Powell | 2018-04-16 | 1 | -0/+7 |
| * | | Add ConfigTag::getUInt for reading unsigned config values. | Peter Powell | 2018-04-16 | 27 | -51/+48 |
| * | | Convert ConfigTag::getDuration to return an unsigned long. | Peter Powell | 2018-04-16 | 6 | -11/+13 |
| * | | Remove the default value in ConfigTag::get{Duration,Float,Int}. | Peter Powell | 2018-04-16 | 6 | -17/+14 |
| * | | Use an oper priv instead of a config flag for overriding nonicks. | Peter Powell | 2018-04-16 | 1 | -7/+1 |
| * | | Use an oper priv instead of a config flag for overriding callerid. | Peter Powell | 2018-04-16 | 1 | -3/+1 |
| * | | Replace the remaining use of irc::string with irc::find. | Peter Powell | 2018-04-16 | 1 | -9/+10 |
| * | | Fix customprefix modes not being deleted when the module unloads. | Peter Powell | 2018-04-14 | 1 | -0/+1 |
| * | | Change some usage of "gecos" to "real name"•••Within the example configs, helpops, some server sent messages, and
simple code comments: change the primary usage of "gecos" to
"real name" (or "realname" where fitting).
| genius3000 | 2018-04-11 | 5 | -10/+10 |