aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prevent unwanted recursion in erc-nickbar-disableF. Jason Park2023-08-251-43/+69
* Warn about implicit logging in erc-truncate-modeF. Jason Park2023-08-252-9/+45
* Ignore erc-response objects in error-notice helperF. Jason Park2023-08-253-39/+35
* Delete some Emacs 19/21 compat codeStefan Kangas2023-08-201-3/+1
* Add line-wise movement commands for erc-fill-wrapF. Jason Park2023-08-151-23/+54
* Deprecate erc-button-nickname-callback-functionF. Jason Park2023-08-151-2/+11
* ; Prefer HTTPS to HTTP in more linksStefan Kangas2023-08-021-1/+1
* Simplify multi-frame behavior in erc-bufbar-modeF. Jason Park2023-07-281-37/+68
* Fix CTCP ACTION regression in erc-fill-wrapF. Jason Park2023-07-281-1/+2
* Improve ERC's internal invisibility APIF. Jason Park2023-07-223-32/+62
* Make erc-fill-wrap work with left-sided stampsF. Jason Park2023-07-225-105/+274
* Warn when toggling erc-nicks-mode in target buffersF. Jason Park2023-07-191-0/+6
* ; Address some ambiguities in ERC's documentationF. Jason Park2023-07-191-1/+3
* Decouple keep-place-indicator from global ERC moduleF. Jason Park2023-07-131-13/+27
* Add mini modules bufbar and nickbar to ERCF. Jason Park2023-07-131-0/+2
* Add erc-status-sidebar integration to erc-speedbarF. Jason Park2023-07-131-18/+269
* Add preset styles to erc-status-sidebarF. Jason Park2023-07-132-26/+304
* Allow ERC's module toggles access to the prefix argF. Jason Park2023-07-131-3/+11
* Fix buffer-mismatch bug in erc-scroll-to-bottomF. Jason Park2023-07-132-1/+9
* Add module for colorizing nicknames to ERCDavid Leatherman2023-07-132-0/+634
* Allow custom display-buffer actions in ERCF. Jason Park2023-07-133-58/+229
* Optionally combine faces in erc-display-messageF. Jason Park2023-07-134-20/+65
* Add text props for CTCP messages and speakers in ERCF. Jason Park2023-07-132-17/+48
* Simplify erc-button-add-nickname-buttonsF. Jason Park2023-07-133-41/+56
* Respect existing invisibility props in erc-stampF. Jason Park2023-07-132-10/+29
* Deprecate erc-server-alist and erc-server-selectF. Jason Park2023-07-132-36/+59
* Fix command-line parsing regression in erc-cmd-DCCF. Jason Park2023-07-133-22/+37
* Revert "Account for leading timestamps in erc-match"F. Jason Park2023-07-032-28/+12
* Redo erc-nickname-in-use-functions as a local moduleF. Jason Park2023-07-013-2/+129
* Account for leading timestamps in erc-matchF. Jason Park2023-07-011-12/+29
* Avoid "shadows" warning from erc-button--nick slotsF. Jason Park2023-06-251-6/+6
* Revert "Allow erc-reuse-frames to favor connections"F. Jason Park2023-06-251-54/+10
* Define missing groups for ERC modulesF. Jason Park2023-06-113-4/+12
* Revert "Add hook to regain nickname in ERC"F. Jason Park2023-06-112-50/+1
* Don't insert prompt input before markers in ERCF. Jason Park2023-06-112-10/+11
* Cement ordering of essential hook members in ERCF. Jason Park2023-06-114-7/+7
* Measure stamps pixel-wise with erc-fill-wrapF. Jason Park2023-06-112-13/+26
* Allow ERC modules to extend erc-nick-popup-alistF. Jason Park2023-06-111-17/+47
* Deprecate nicknames entry in erc-button-alistF. Jason Park2023-06-111-56/+81
* Add alias erc-buffer-do for erc-buffer-filterF. Jason Park2023-06-115-12/+17
* ; * lisp/erc/erc.el (erc-send-input-line-function): Doc.F. Jason Park2023-06-111-7/+10
* Prefer emacs-news-mode in etc/ERC-NEWSF. Jason Park2023-06-111-7/+10
* Avoid using rx `any` for `not-newline`Mattias EngdegÄrd2023-05-301-3/+3
* Preserve prompt in erc-cmd-CLEARF. Jason Park2023-05-294-17/+46
* Recompute erc-prompt when inserting messagesF. Jason Park2023-05-291-2/+14
* Simplify erc-tab interfaceF. Jason Park2023-05-292-8/+7
* Add command to view ERC-NEWSF. Jason Park2023-05-291-0/+45
* Document recommended way to use ERC over TorF. Jason Park2023-05-291-0/+18
* Fix custom type of erc-autojoin-channels-alistF. Jason Park2023-05-211-4/+5
* ; Silence byte compiler in erc-netsplit-JOINF. Jason Park2023-05-211-1/+3