aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/erc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | ; Mark erc-log test as :unstableF. Jason Park2023-10-205-6/+6
* | Add command to refill buffer in erc-fill-wrap-modeF. Jason Park2023-10-131-2/+16
* | Swap hook positions of erc-fill and erc-match-messageF. Jason Park2023-10-132-10/+10
* | Manage some text props for ERC insertion-hook membersF. Jason Park2023-10-1315-68/+357
* | Easily excise list-valued text prop members in ERCF. Jason Park2023-10-131-0/+169
* | Allow spoofing process marker in erc-display-line-1F. Jason Park2023-10-137-20/+20
* | Sort and dedupe when loading modules in erc-openF. Jason Park2023-10-131-49/+114
* | Honor nil values in erc--restore-initialize-priorsF. Jason Park2023-10-131-10/+7
* | Skip post-minibuffer restore in erc-scrolltobottom-allF. Jason Park2023-10-131-3/+2
* | Inhibit slash commands in erc--input-review-functionsF. Jason Park2023-10-021-7/+2
* | Improve erc-warn-about-blank-lines behaviorF. Jason Park2023-10-021-41/+139
* | ; Increase ERC test server queue sizeF. Jason Park2023-10-023-31/+26
* | ; Fix example in display-buffer section of ERC manualF. Jason Park2023-09-171-0/+30
* | ; * test/lisp/erc/erc-stamp-tests.el (erc-echo-timestamp): Tag unstable.F. Jason Park2023-09-131-2/+5
* | Consider all windows in erc-scrolltobottom-modeF. Jason Park2023-09-104-0/+457
* | Add optional timezone param to erc-echo-timestampF. Jason Park2023-09-101-0/+30
* | ; Allow alternate ert-info text in ERC test utilityF. Jason Park2023-09-1020-36/+39
* | Allow login to contain NUH delimiters in erc-parse-userF. Jason Park2023-09-101-0/+33
* | Prevent unwanted recursion in erc-nickbar-disableF. Jason Park2023-08-252-4/+10
* | Warn about implicit logging in erc-truncate-modeF. Jason Park2023-08-251-0/+1
* | Ignore erc-response objects in error-notice helperF. Jason Park2023-08-252-5/+33
* | ; Relax timeouts on some ERC testsF. Jason Park2023-08-158-38/+38
* | Fix CTCP ACTION regression in erc-fill-wrapF. Jason Park2023-07-282-0/+41
* | Improve ERC's internal invisibility APIF. Jason Park2023-07-222-32/+113
* | Make erc-fill-wrap work with left-sided stampsF. Jason Park2023-07-224-7/+66
* | Decouple keep-place-indicator from global ERC moduleF. Jason Park2023-07-131-64/+162
* | Add mini modules bufbar and nickbar to ERCF. Jason Park2023-07-131-2/+2
* | Add erc-status-sidebar integration to erc-speedbarF. Jason Park2023-07-131-0/+76
* | Add preset styles to erc-status-sidebarF. Jason Park2023-07-132-4/+97
* | Allow ERC's module toggles access to the prefix argF. Jason Park2023-07-131-6/+8
* | Add module for colorizing nicknames to ERCDavid Leatherman2023-07-132-1/+539
* | Allow custom display-buffer actions in ERCF. Jason Park2023-07-134-26/+196
* | Optionally combine faces in erc-display-messageF. Jason Park2023-07-131-1/+1
* | Add text props for CTCP messages and speakers in ERCF. Jason Park2023-07-132-1/+47
* | Simplify erc-button-add-nickname-buttonsF. Jason Park2023-07-131-0/+9
* | Respect existing invisibility props in erc-stampF. Jason Park2023-07-131-23/+234
* | Deprecate erc-server-alist and erc-server-selectF. Jason Park2023-07-132-0/+53
* | Fix command-line parsing regression in erc-cmd-DCCF. Jason Park2023-07-132-7/+62
* | Revert "Account for leading timestamps in erc-match"F. Jason Park2023-07-032-6/+9
* | Redo erc-nickname-in-use-functions as a local moduleF. Jason Park2023-07-015-0/+298
* | Account for leading timestamps in erc-matchF. Jason Park2023-07-011-0/+120
* | Revert "Allow erc-reuse-frames to favor connections"F. Jason Park2023-06-251-303/+0
* | Revert "Add hook to regain nickname in ERC"F. Jason Park2023-06-113-152/+0
* | Don't insert prompt input before markers in ERCF. Jason Park2023-06-114-49/+39
* | Cement ordering of essential hook members in ERCF. Jason Park2023-06-111-34/+63
* | Measure stamps pixel-wise with erc-fill-wrapF. Jason Park2023-06-118-9/+11
* | Preserve prompt in erc-cmd-CLEARF. Jason Park2023-05-291-0/+207
* | Recompute erc-prompt when inserting messagesF. Jason Park2023-05-291-0/+99
* | ; Silence byte compiler in erc-netsplit-JOINF. Jason Park2023-05-211-1/+1
* | Optionally add spacing between ERC messagesF. Jason Park2023-05-132-3/+22