aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc/erc-backend.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ERC: Add new comaintainer, F. Jason ParkAmin Bandali2022-01-241-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Deprecate instead of redefine erc-server-reconnectingF. Jason Park2021-11-061-5/+21
* | Normalize usage of variable erc-server-reconnectingF. Jason Park2021-11-061-20/+17
* | Fix define-erc-response-handler indentationLars Ingebrigtsen2021-10-241-1/+2
|/
* ; Adjust overly long docstrings to fit 80 charactersStefan Kangas2021-09-261-1/+2
* ; Some more docfixes for erc/*.elStefan Kangas2021-09-191-2/+2
* ; Stylistic docfixes in erc/*.el found by checkdocStefan Kangas2021-09-191-6/+4
* ERC: Use 'string-search' only on Emacs 28 and laterAmin Bandali2021-09-121-5/+16
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-5/+5
* Merge from origin/emacs-27Amin Bandali2021-07-041-1/+1
|\
| * Update IRC-related references to point to Libera.ChatAmin Bandali2021-07-031-1/+1
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+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-221-9/+21
* | lisp/erc: Use lexical-bindingStefan Monnier2021-03-181-26/+11
* | * lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op <&name>): New methodStefan Monnier2021-02-131-7/+5
* | Avoid having erc in irrelevant finder categoriesStefan Kangas2021-02-111-1/+1
* | Prefer defvar-local in ercStefan Kangas2021-01-311-56/+28
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | ; Prefer https to http in more URLsStefan Kangas2020-10-241-1/+1
* | Make erc-compat.el obsoleteStefan Kangas2020-08-131-2/+1
* | Make some erc function aliases obsoleteLars Ingebrigtsen2020-08-021-5/+6
* | Fix race condition in erc-server-send-queue vs quitting ercLars Ingebrigtsen2020-08-021-35/+36
* | Merge from origin/emacs-27Glenn Morris2020-04-291-1/+2
|\ \ | |/
| * Fix error in ERC when 'erc-server-coding-system' is customizedEli Zaretskii2020-04-281-1/+2
* | Merge from origin/emacs-27Glenn Morris2020-03-231-1/+1
|\ \ | |/
| * ERC: Update maintainer addressAmin Bandali2020-03-181-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-01-201-1/+1
|\ \ | |/
| * ERC: New maintainer.Amin Bandali2020-01-171-1/+1
* | Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Use regexp type for regexps in defcustom declarationsMattias EngdegÄrd2019-12-261-1/+1
|/
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-201-10/+11
* Remove lisp/erc/ file-local indent-tabs-mode settingsNoam Postavsky2019-09-211-3/+0
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-6/+6
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Omit/rewrite useless regexp repetitionsPaul Eggert2019-04-121-1/+1
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-16/+14
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Compute erc line lengths correctly for utf-8 (etc.)Lars Ingebrigtsen2018-04-131-3/+7
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Reimplement inline functions in ERC with define-inline.Vibhav Pant2017-11-181-14/+16
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Add support for IRCv3 message tags.Vibhav Pant2017-04-241-5/+25
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\