Age | Commit message (Expand) | Author |
2019-04-19 | Remove the OnNamesListItem event out of the core. | Peter Powell |
2019-04-18 | Fix some bugs in LIST constraint parsing. | Peter Powell |
2019-03-12 | Rename GetFlagIndex -> GetFieldIndex | linuxdaemon |
2019-03-12 | Move field lookup logic out of WhoData constructor | linuxdaemon |
2019-03-12 | Add Who::Request::GetFlagIndex to get field index | linuxdaemon |
2019-02-20 | Fix not showing all modes on a channel | linuxdaemon |
2019-02-19 | Implement support for IRCv3 client-to-client tags. | Peter Powell |
2019-02-18 | Start using DurationString() in X-line additions and | Matt Schatz |
2019-02-18 | Various text improvements: consistency, syntax, help and doc updates/fixes. | Robby |
2019-02-15 | Replace GetServerPort() with server_sa.port(). | Peter Powell |
2019-02-09 | Implement support for SQUERY from RFC 2812. | Peter Powell |
2019-02-09 | Move CommandMessage::Handle into the class definition. | Peter Powell |
2019-02-09 | Move message handling code to Handle{Channel,Server,User}Target. | Peter Powell |
2019-02-09 | Deduplicate firing module events in core_message. | Peter Powell |
2019-02-08 | core_message: remove unnecessary inheritance logic. | Peter Powell |
2019-02-08 | Rename core_privmsg to core_message. | Peter Powell |
2019-02-07 | Fix an unintentionally inverted condition in core_oper. | Peter Powell |
2019-02-05 | Quit users during cleanup instead of when /DIE is executed. | Peter Powell |
2019-02-05 | Move <oper:class> and <oper:vhost> to core_oper. | Peter Powell |
2019-01-29 | Fix -Wnewline-eof warning. | Peter Powell |
2019-01-28 | Fix RPL_ADMINME not having the correct parameters. | Peter Powell |
2019-01-28 | Fix sending the modes in RPL_CHANNELMODEIS as one big parameter. | Peter Powell |
2019-01-28 | Add ParamMode::IsParameterSecret and remove special casing of keys. | Peter Powell |
2019-01-28 | Fix not checking for server names case insensitively. | Peter Powell |
2019-01-24 | Remove trailing whitespace from various source files. | Peter Powell |
2019-01-24 | Fix overriding <options:exemptchanops> with the exemptchanops mode. | Peter Powell |
2019-01-24 | Add the reason to xline removal notices. (#1545) | Matt Schatz |
2019-01-24 | Implement support for the extended tag space for client tags. | Peter Powell |
2019-01-23 | Don't tell the user if DNS lookups are disabled. | Peter Powell |
2019-01-19 | Fix sending the entire VERSION output as a single parameter. | Peter Powell |
2019-01-14 | Redo OnSetEndPoint logic to fix duplicate clones (#1549). | linuxdaemon |
2019-01-09 | core_privmsg: respect the exemption list when sending $* messages. | Peter Powell |
2019-01-09 | Improve X-line text consistency. | Matt Schatz |
2019-01-07 | core_stub: add stubs for the SUMMON and USERS commands. | Peter Powell |
2019-01-04 | Update the names in the /INFO credits. | Peter Powell |
2018-12-21 | Only parse valid durations, don't treat invalid multipliers as seconds (#1538) | linuxdaemon |
2018-12-19 | Add the <maxlist> tag and switch ListModeBase to always use it. | Peter Powell |
2018-12-19 | Make more modules rehash atomically (#1535) | linuxdaemon |
2018-12-17 | Alphabetically sort the modes in MAXLIST tokens. | Peter Powell |
2018-12-15 | Fix a typo in core_user. | Peter Powell |
2018-12-12 | Fix conversion issues by replacing ConvToInt with ConvToNum<T>. | Peter Powell |
2018-12-10 | Fix overly escaping MOTDs if they are in more than one connect class. | Peter Powell |
2018-11-15 | Fix the OnSendWhoLine event being completely broken with WHOX. | Peter Powell |
2018-11-11 | Fix the syntax description for the WHO command. | Peter Powell |
2018-10-01 | Move <security:userstats> into core_stats. | Peter Powell |
2018-10-01 | Move <security:genericoper> into core_whois. | Peter Powell |
2018-10-01 | Move <security:hideulinekills> into core_oper. | Peter Powell |
2018-10-01 | Move <security:hidekills> into core_oper. | Peter Powell |
2018-09-23 | Switch all core modules still using COMMAND_INIT to MODULE_INIT. | Peter Powell |
2018-08-26 | Don't update the idle timer when a user replies to a CTCP. | Peter Powell |