aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net/rcirc.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Specific rcirc log file time stamp formatMatto Fransen2023-12-201-1/+7
* Prefer seq-filter in rcirc.elStefan Kangas2023-10-291-8/+3
* Use text-mode as default value for 'rcirc-multiline-major-mode'Philip Kaludercic2023-10-091-1/+2
* ; Handle authentication properly when reconnecting to IRCManphiz2023-09-211-0/+1
* Merge from origin/emacs-29Po Lu2023-07-201-1/+1
|\
| * ; Improve accuracy of out-out-order message insertionPhilip Kaludercic2023-07-171-1/+1
* | Merge from origin/emacs-29Dmitry Gutov2023-05-061-7/+7
|\ \ | |/
| * Fix order of rcirc-connect argumentsPhilip Kaludercic2023-05-041-2/+2
| * Fix rcirc messages printing in the wrong placeThuna2023-05-041-5/+5
| * ; Fix issues with processing out-of-order IRC messagesPhilip Kaludercic2023-01-261-2/+1
* | ; Fix issues with processing out-of-order IRC messagesPhilip Kaludercic2023-01-261-2/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Fix typo in rcirc function nameStefan Kangas2022-12-161-5/+8
* | Fix typo in rcirc variable nameStefan Kangas2022-12-161-3/+5
|/
* Avoid raw control characters in two filesStefan Kangas2022-11-171-10/+10
* * lisp/net/rcirc.el (rcirc-print): Replace misjudged assertionPhilip Kaludercic2022-11-051-1/+2
* ; Fix several symbol name typosStefan Kangas2022-10-261-1/+1
* * lisp/net/rcirc.el (rcirc-bridged-nick): Inherit from highlightPhilip Kaludercic2022-10-141-5/+1
* * lisp/net/rcirc.el (rcirc-generate-log-filename): Append ".log"Philip Kaludercic2022-10-141-3/+5
* * lisp/net/rcirc.el (rcirc-print): Remove 'fill-region' callPhilip Kaludercic2022-09-251-3/+0
* Add formatting commands to rcircPhilip Kaludercic2022-09-251-0/+86
* ; Don't set nil to be a face fore-/backgroundPhilip Kaludercic2022-09-201-4/+2
* Have rcirc handle bridge botsPhilip Kaludercic2022-09-201-14/+90
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-8/+0
* Untabify rcirc.elPhilip Kaludercic2022-09-071-659/+659
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-1/+1
* Fix electric paring in rcirc buffersPhilip Kaludercic2022-07-311-0/+18
* Prefer defvar-keymap in net/*.elStefan Kangas2022-07-091-41/+34
* Fix rcirc buffer name collisionsLars Ingebrigtsen2022-07-051-1/+1
* Make some defcustom types more restrictiveStefan Kangas2022-07-051-1/+1
* Improve rcirc's CertFP documentationOmar Polo2022-07-021-0/+1
* Merge from origin/emacs-28Stefan Kangas2022-06-241-1/+1
|\
| * ; Fix typos: prefer US spelling.Stefan Kangas2022-06-231-1/+1
* | Fix some command substitutionsStefan Kangas2022-06-171-1/+4
* | Fix error in rcirc for IRC tags without valuesAlex Schroeder2022-04-261-11/+12
* | Fix handling of intspecs as string by rcirc-define-commandPhilip Kaludercic2022-04-191-3/+10
* | Handle connection errors in rcirc-keepalivePhilip Kaludercic2022-04-171-8/+17
* | Add rcirc-cycle-completion-flagPhilip Kaludercic2022-04-151-1/+16
* | Revert "; * rcirc.el (rcirc-print): Prefer sleep-for over sit-for"Philip Kaludercic2022-02-191-1/+1
* | ; * rcirc.el (rcirc-print): Prefer sleep-for over sit-forPhilip Kaludercic2022-02-191-1/+1
* | Add `auth-info-password' and use it instead of ad hoc codeSam Steingold2022-01-071-2/+2
* | ; Fix recent changes in rcirc documentationEli Zaretskii2022-01-061-1/+1
* | Add rcirc-when commandPhilip Kaludercic2022-01-061-0/+7
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Fix minor clock skew issuesPaul Eggert2021-12-051-1/+1
* | ; Simplify rcirc authentication querying functionsOmar Polo2021-11-211-18/+3
* | implement certfp authentication to rcircOmar Polo2021-11-211-4/+22
|/
* * rcirc.el (rcirc-define-command): Fix interactive-spec generationPhilip Kaludercic2021-11-141-1/+1