summaryrefslogtreecommitdiff
path: root/lisp/net/rcirc.el
Commit message (Expand)AuthorAgeFilesLines
* Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-1/+1
* rcirc: Match NickServ messages case-insensitively (Bug#39345)Noam Postavsky2020-03-121-6/+10
* Remove subsumed repetitions in regexpsMattias Engdegård2020-02-201-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-4/+4
|/
* Merge from origin/emacs-26Glenn Morris2019-10-261-2/+3
|\
| * Fix rcirc not to interpret nil as nickname (bug#37344)Leo Liu2019-10-071-2/+3
* | lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-201-1/+1
* | Avoid error when killing rcirc bufferLars Ingebrigtsen2019-07-291-0/+3
* | Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-2/+2
* | * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-2/+2
* | Make rcirc parsing more RFC2812 compliant (Bug#36233)Noam Postavsky2019-06-221-8/+19
* | * lisp/net/rcirc.el (rcirc-prompt-for-encryption): Simplify.Noam Postavsky2019-06-221-5/+4
* | Check rcirc-server for auto authentication (Bug#10162)Steve Scott2019-06-051-10/+9
* | Make rcirc PART and QUIT reasons customizable (Bug#12857)Daniel Ralston2019-06-011-4/+15
* | Handle argument to rcirc /part properly (Bug#11157)Noam Postavsky2019-06-011-4/+13
* | * lisp/net/rcirc.el: Remove redundant :group usageNoam Postavsky2019-06-011-106/+50
* | Improve user convenience of the rcirc debug bufferIvan Shmakov2019-05-161-8/+16
* | * lisp/net/rcirc.el: Undo previous change; it was a typo.Paul Eggert2019-03-071-2/+2
* | Be safer about "%" in message formatsPaul Eggert2019-03-071-2/+2
* | Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-7/+7
* | Prefer encode-time to its aliasPaul Eggert2019-02-101-2/+2
* | Run window change functions during redisplayMartin Rudalics2019-01-111-6/+2
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * Avoid byte compilation warning in rcirc.elEli Zaretskii2018-11-031-1/+2
* | Merge from origin/emacs-26Glenn Morris2018-11-041-6/+6
|\ \ | |/
| * Avoid race in rcirc process filter (bug#33145)Basil L. Contovounesios2018-11-031-6/+6
* | Add URL truncation support to rcirc (bug#33043)David Edmondson2018-11-031-8/+18
* | Prune most-positive-fixnum from Lisp sourcePaul Eggert2018-08-221-4/+1
* | Merge from origin/emacs-26Glenn Morris2018-07-131-1/+1
|\ \ | |/
| * Save the server alias on reconnect (Bug#29657)Miciah Masters2018-07-101-1/+1
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-11/+2
* | * lisp/net/rcirc.el (rcirc-prompt-start-marker): Define before using.Glenn Morris2018-02-261-1/+2
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Avoid unnecessary rounding errors in timestampsPaul Eggert2017-10-221-1/+1
* ; Spelling fixesPaul Eggert2017-09-291-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* ; Add a comment for make-text-button in rcirc-markup-urlsMiles Bader2017-09-091-0/+3
* Use text-property buttons in rcirc-markup-urlsMiles Bader2017-09-091-6/+6
* Use define-minor-mode for rcirc-omit-modeAlex Schroeder2017-08-191-30/+24
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | ; Replace "25.2" with "26.1" where appropriate, which is almost everywhereGlenn Morris2016-11-171-1/+1
* | ; Refer to version 25.2 rather than 26.1.Glenn Morris2016-06-101-1/+1
* | Simplify now that float-time etc. are built-inPaul Eggert2016-05-081-7/+4
* | Add ability to give rcirc servers an alias nameDave Barker2016-01-311-12/+24
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-1/+1