summaryrefslogtreecommitdiff
path: root/lisp/erc/erc-common.el
AgeCommit message (Expand)Author
2026-01-11Use seq-doseq for iterating over strings in ERCF. Jason Park
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-10-27Fix regression involving erc-channel-user accessorsF. Jason Park
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-06-29; Fix typos in symbolsStefan Kangas
2024-06-05Don't recurse in erc-server-delayed-check-reconnectF. Jason Park
2024-05-27Retain client's own user in erc-server-usersF. Jason Park
2024-05-27Tether query rolls to channel membership in ERCF. Jason Park
2024-05-27Mention if an ERC module is local in its doc stringF. Jason Park
2024-04-19Don't nest date stamp insertions in erc-stampF. Jason Park
2024-02-04; Fix typosStefan Kangas
2024-01-24Add replacement-text field to erc-input structF. Jason Park
2024-01-24Actually derive channel membership from PREFIX in ERCF. Jason Park
2024-01-10; Fix overridden erc--input-split slot definitionF. Jason Park
2024-01-07Clarify purpose of module aliases in ERCF. Jason Park
2024-01-07Make ERC's format catalogs more extensibleF. Jason Park
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-27Move ERC test utilities to common fileF. Jason Park
2023-12-17Rename erc-channel-users to erc-channel-membersF. Jason Park
2023-12-17Consolidate status-prefix slots of erc-channel-userF. Jason Park
2023-12-17Use templates for formatting chat messages in ERCF. Jason Park
2023-12-17Skip erc-ignored-user-p when erc-ignore-list is emptyF. Jason Park
2023-12-17Make erc-input's refoldp slot conditionally availableF. Jason Park
2023-12-17Add utility for iterating over arrays in ERCF. Jason Park
2023-12-17Sequester some special-variable declarations in ERCF. Jason Park
2023-12-17Define ERC message-formatting templates with defvarF. Jason Park
2023-11-24Cache UI string for channel modes in ERCF. Jason Park
2023-11-18Favor ISUPPORT params for MODE processing in ERCF. Jason Park
2023-11-18Use caching variant of erc-parse-prefix internallyF. Jason Park
2023-11-18Simplify ISUPPORT-derived data wrangling in ERCF. Jason Park
2023-10-20Prefer erc-target to erc-default-targetF. Jason Park
2023-10-02Improve erc-warn-about-blank-lines behaviorF. Jason Park
2023-09-17Simplify erc--fill-module-docstringF. Jason Park
2023-08-25Ignore erc-response objects in error-notice helperF. Jason Park
2023-07-13Allow ERC's module toggles access to the prefix argF. Jason Park
2023-07-13Simplify erc-button-add-nickname-buttonsF. Jason Park
2023-05-13Add helper for restoring local session vars in ERCF. Jason Park
2023-05-05Preprocess prompt input linewise in ERCF. Jason Park
2023-05-05Restore module var toggles in ERC's Custom buffersF. Jason Park
2023-04-08Make auth-source erc-services tests more readableF. Jason Park
2023-04-08Fill doc strings for ERC modulesF. Jason Park
2023-04-08Warn when customizing minor-mode vars for ERC modulesF. Jason Park
2023-04-08Don't associate ERC modules with undefined groupsF. Jason Park
2023-04-08Leverage loaddefs for migrating ERC modulesF. Jason Park
2023-02-22Yield to erc-move-to-prompt before unhiding promptF. Jason Park
2023-01-17Don't preserve non-module minor modes in erc-openF. Jason Park
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-16; Fix doc string in ERC's module-activation commandsF. Jason Park