summaryrefslogtreecommitdiff
path: root/lisp/erc
Commit message (Expand)AuthorAgeFilesLines
* Switch the order of ERC's '/whois' arguments sent to the serverAmin Bandali2021-09-291-3/+6
* Unobsolete erc-compat.elAmin Bandali2021-09-281-0/+161
* ; Adjust overly long docstrings to fit 80 charactersStefan Kangas2021-09-262-4/+4
* Buttonize functions in curved quotes in ERCStefan Kangas2021-09-251-1/+1
* Prefer seq-random-elt to nth+randomStefan Kangas2021-09-241-1/+1
* ; Some more docfixes for erc/*.elStefan Kangas2021-09-194-12/+11
* ; Stylistic docfixes in erc/*.el found by checkdocStefan Kangas2021-09-1915-107/+81
* Add new '/opme' and '/deopme' convenience ERC commandsAmin Bandali2021-09-181-0/+18
* * lisp/erc/erc.el: Add Package-Requires and URL headers.Amin Bandali2021-09-171-3/+4
* ERC: NickServ: Prompt for password last, overall simplifications (bug#46777)Olivier Certner2021-09-171-70/+98
* * lisp/erc/erc-button.el (erc-emacswiki-url): Update to shorter address.Amin Bandali2021-09-161-2/+3
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-1616-75/+78
* Allow irc network symbols in erc-autojoin-channels-alistKevin Brubeck Unhammer2021-09-161-16/+37
* Prefer "website" to "homepage"Stefan Kangas2021-09-161-1/+1
* Change the erc debug logging format to be more repeatableF. Jason Park2021-09-161-27/+52
* Fix erc nick trimmingF. Jason Park2021-09-161-17/+7
* Remove function obsolete since 22.1Stefan Kangas2021-09-151-9/+0
* ERC: Use 'string-replace' only on Emacs 28 and laterAmin Bandali2021-09-122-12/+31
* ERC: Use 'string-search' only on Emacs 28 and laterAmin Bandali2021-09-124-13/+41
* ERC: Track: Fix a perceived minor bug in mode line face selectionOlivier Certner2021-09-121-6/+3
* ERC: Track: Rewrite 'erc-track-find-face' as 'erc-track-select-mode-line-face'Olivier Certner2021-09-121-38/+53
* Merge from origin/emacs-27Amin Bandali2021-09-111-10/+24
|\
| * ERC: Track: Clarify documentation on tracked buffers and add referencesOlivier Certner2021-09-111-8/+19
| * ERC: Track: Fix documentation of structure of 'erc-modified-channels-alist'Olivier Certner2021-09-111-6/+9
* | ; Fix typosStefan Kangas2021-09-031-1/+1
* | Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-094-13/+13
* | Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd2021-08-082-6/+6
* | Merge from origin/emacs-27Glenn Morris2021-08-061-18/+33
|\|
| * ERC right stamps: also use latest buffer's window's width (Bug#44140)Olivier Certner2021-08-061-18/+33
* | Merge from origin/emacs-27Amin Bandali2021-08-021-1/+1
|\|
| * Unbreak ERC's Ibuffer filter (Bug#44100)Olivier Certner2021-08-021-1/+1
* | Remove text props from callback args in erc-buttonF. Jason Park2021-07-231-1/+1
* | Make erc recognize `foo*' as a function Lisp symbolLars Ingebrigtsen2021-07-231-1/+2
* | Update a few more IRC-related references to point to Libera.ChatAmin Bandali2021-07-041-2/+2
* | Merge from origin/emacs-27Amin Bandali2021-07-044-17/+27
|\|
| * Update IRC-related references to point to Libera.ChatAmin Bandali2021-07-034-17/+37
| * Update copyright year to 2021Paul Eggert2021-01-0137-37/+37
* | Fix an example in ERC docsStefan Kangas2021-06-081-2/+2
* | * lisp/erc/erc-services.el: Fix newly-added Libera.Chat entry (bug#48529).Amin Bandali2021-05-241-3/+3
* | Add Libera.chat to `erc-nickserv-alist'Corwin Brust2021-05-241-2/+12
* | Tweak documentation relating to 'erc-tls'Amin Bandali2021-05-101-2/+2
* | * lisp/erc/erc.el: Add past maintainer Michael Olson to Contributors.Amin Bandali2021-04-261-0/+1
* | Fix thinko introduced in the last ERC patch (bug#47788)Amin Bandali2021-04-231-1/+1
* | Add support for using a TLS client certificate with 'erc-tls' (bug#47788)Amin Bandali2021-04-222-28/+102
* | ; Normalize and add missing first and last linesStefan Kangas2021-04-198-8/+8
* | * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-113-5/+0
* | Remove redundant #' before lambda in {calendar,erc,mh-e}/*.elStefan Kangas2021-04-093-28/+28
* | Delete empty "History" sectionsStefan Kangas2021-03-301-3/+0
* | Prefer https and fix broken links in ERCStefan Kangas2021-03-203-8/+9
* | lisp/erc: Use lexical-bindingStefan Monnier2021-03-1835-584/+430