summaryrefslogtreecommitdiff
path: root/lisp/erc
Commit message (Expand)AuthorAgeFilesLines
* Bury new ERC buffers by defaultF. Jason Park2022-09-191-2/+3
* Offer to regexp-quote new items in erc-match commandsF. Jason Park2022-09-192-21/+38
* Don't record undo history in erc-protocol buffersF. Jason Park2022-09-191-1/+2
* Stabilize channels variant of erc-reuse-buffers testF. Jason Park2022-09-191-2/+2
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-3/+0
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-232-2/+2
* Delete two functions obsolete since Emacs 23Stefan Kangas2022-08-191-4/+1
* ; Don't mention obsolete librariesStefan Kangas2022-08-161-2/+1
* Clean up some local variable sectionsStefan Kangas2022-08-081-3/+0
* Add compat from GNU ELPA as a soft dependency in ERCF. Jason Park2022-07-275-68/+31
* Avoid mutating default value of erc-server-last-peersF. Jason Park2022-07-271-12/+11
* Ensure erc-dcc-chat-setup runs in the right bufferF. Jason Park2022-07-271-14/+14
* Fix CTCP regression in erc-server-PRIVMSGF. Jason Park2022-07-272-4/+7
* ; Normalize some "Author" headersStefan Kangas2022-07-201-1/+1
* ; Fix typos: prefer American spellingStefan Kangas2022-07-141-1/+1
* Remove many items obsolete since 24.1Stefan Kangas2022-07-081-2/+0
* Fix missing :value with defcustom const :typeStefan Kangas2022-07-061-1/+1
* * lisp/erc/erc-track.el (erc-track-minor-mode-map): Doc fix.F. Jason Park2022-07-061-1/+1
* Use compatibility macro for ISUPPORT caching in ERCdickmao2022-07-061-6/+9
* Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-032-2/+2
* Normalize definition of erc-track-minor-mode-mapStefan Kangas2022-07-031-5/+5
* ; Fix documentation of recent ERC changesEli Zaretskii2022-07-011-3/+4
* Optionally prevent sending multiline input in ERCF. Jason Park2022-06-301-1/+33
* Improve ERC's handling of multiline prompt inputF. Jason Park2022-06-301-41/+120
* Fix regression in erc-send-input-lineF. Jason Park2022-06-301-0/+2
* Standardize auth-source queries in ERCF. Jason Park2022-06-303-72/+181
* Favor network identities in erc-joinF. Jason Park2022-06-301-71/+50
* Don't call erc-auto-query twice on PRIVMSGF. Jason Park2022-06-302-41/+41
* Register erc-kill-buffer-function locallyF. Jason Park2022-06-301-3/+1
* Address long-standing ERC buffer-naming issuesF. Jason Park2022-06-303-110/+867
* Discourage ill-defined use of buffer targets in ERCF. Jason Park2022-06-304-7/+48
* Add eventual replacement for erc-default-recipientsF. Jason Park2022-06-302-2/+42
* Add helper to determine local channels in ERCF. Jason Park2022-06-301-0/+8
* Make ERC respect spaces in server passwordsF. Jason Park2022-06-301-1/+1
* Recognize ASCII and strict CASEMAPPINGs in ERCF. Jason Park2022-06-301-11/+23
* Update ISUPPORT handling in ERCF. Jason Park2022-06-303-23/+90
* Require erc-networks in erc.elF. Jason Park2022-06-302-11/+5
* Don't set erc-server-announced-name unless knownF. Jason Park2022-06-301-7/+4
* Allow exemption from flood penalty in erc-backendF. Jason Park2022-06-301-9/+10
* Customize displaying of ERC buffers on reconnectF. Jason Park2022-06-302-2/+27
* Remove duplicate ERC prompt on reconnectF. Jason Park2022-06-302-40/+82
* Accept user keyword arg in ERC entry-point commandsF. Jason Park2022-06-302-13/+33
* Initialize erc-server-filter-data in erc-backendF. Jason Park2022-06-302-3/+1
* Rework mutual dependency between erc and erc-backendF. Jason Park2022-06-302-2/+22
* Remove some ancient Emacs compat codeStefan Kangas2022-05-251-2/+1
* Don't use `format-message' to make doc strings in erc-backendLars Ingebrigtsen2022-05-241-2/+2
* Recognize DCC SSEND when receiving files in erc-dccF. Jason Park2022-05-221-5/+17
* Accommodate nonstandard turbo file senders in erc-dccF. Jason Park2022-05-221-21/+60
* Allow matching against string values in erc-dcc-memberF. Jason Park2022-05-221-2/+2
* Don't send reports in erc-dcc-get-filter when nestedF. Jason Park2022-05-221-3/+4