Age | Commit message (Expand) | Author |
2020-01-22 | Tweak the default motd/opermotd slightly. | Sadie Powell |
2020-01-17 | Improve the DNS cache expiration log message. | Sadie Powell |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2019-12-31 | Update my name and email address. | Sadie Powell |
2019-12-08 | Move XLine garbage collection to core_xline. | Peter Powell |
2019-11-17 | Make rehashing messages more consistent. | Peter Powell |
2019-10-22 | Fix some compiler errors in core_hostname_lookup. | Peter Powell |
2019-10-22 | Handle more error cases in core_hostname_lookup. | Peter Powell |
2019-10-22 | On DNS fail reset connecting users hostname to their IP. | Peter Powell |
2019-10-21 | Improve the core_hostname_lookup result log message. | Peter Powell |
2019-10-21 | Remove duplicate code in core_hostname_lookup. | Peter Powell |
2019-10-21 | Get rid of the ptrHosts extension item. | Peter Powell |
2019-10-13 | Add GetTypeStr to the DNS API. | Peter Powell |
2019-10-13 | Convert a bunch of LocalUser* casts to IS_LOCAL. | Peter Powell |
2019-10-01 | Show the list modes which have variable list lengths in 005. | Peter Powell |
2019-08-13 | Fix some remaining uses of ato[il]. | Peter Powell |
2019-08-07 | Convert all core ExtensionItem code away from {un,}serialize. | Peter Powell |
2019-08-07 | Add {To,From}{Human,Internal,Network} to ExtensionItem. | Peter Powell |
2019-07-15 | Send ERR_NOTEXTTOSEND in response to an empty GLOBOPS/WALLOPS. | Peter Powell |
2019-07-03 | Fix error message for splitwhois value. | Matt Schatz |
2019-06-12 | Show the mode syntax in ERR_INVALIDMODEPARAM. | Peter Powell |
2019-06-05 | Allow channels/auspex to see a secret channel topic. (#1654) | Matt Schatz |
2019-05-11 | Move message access checks to OnUserPre{Tag,}Message. | Peter Powell |
2019-05-05 | cmd_names: Fix the syntax. | Robby |
2019-04-28 | Some more text fixes and improvements (#1618). | Robby |
2019-04-28 | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby |
2019-04-21 | Fix grammar in unknown mode/snomask character messages. | Robby |
2019-04-19 | Improve the descriptions of various core modules. | Peter Powell |
2019-04-19 | Demote core_ison and core_userhost to commands in core_user. | Peter Powell |
2019-04-19 | Promote cmd_mode to its own core module. | Peter Powell |
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 |