aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Send CAP END after authentication has been successfulAlex McGrath2021-06-291-5/+10
| * Fix SASL on rcirc-updateAlex McGrath2021-06-281-2/+13
| * Add SASL authentication to rcircAlex McGrath2021-06-242-2/+46
| * Query encryption using yes-or-no-pPhilip Kaludercic2021-06-211-6/+3
| * Use add-to-list instead of manually modifying minor-mode-alistPhilip Kaludercic2021-06-191-6/+2
| * Force mode line update after modifying activity stringPhilip Kaludercic2021-06-161-1/+2
| * Fix edge case with single argument for rcirc-define-commandPhilip Kaludercic2021-06-151-5/+5
| * Fix argument parser for rcirc-define-command with string inputPhilip Kaludercic2021-06-151-2/+2
| * Check if server buffer is livePhilip Kaludercic2021-06-151-6/+6
| * Improve message markupPhilip Kaludercic2021-06-151-13/+69
| * Fix construction of interactive specification in rcirc-define-commandPhilip Kaludercic2021-06-141-1/+1
| * Rename set-rcirc-{encode,decode}-coding-systemPhilip Kaludercic2021-06-141-2/+12
| * Preserve order of completion during cyclingPhilip Kaludercic2021-06-141-1/+5
| * Add mouse properties to activity stringPhilip Kaludercic2021-06-141-6/+10
| * Update activity string after switching to next active bufferPhilip Kaludercic2021-06-131-1/+2
| * Preserve incoming order of messages with same timestampPhilip Kaludercic2021-06-101-1/+1
| * Allow hiding certain message types after reconnectingPhilip Kaludercic2021-06-101-1/+18
| * Use defvar-local instead of setq-local where applicablePhilip Kaludercic2021-06-101-59/+48
| * Allow for optional arguments using rcirc-define-commandPhilip Kaludercic2021-06-101-41/+38
| * Fix prompt doubling when reconnectingPhilip Kaludercic2021-06-101-3/+7
| * Allow filtering how nicks are presentedPhilip Kaludercic2021-06-101-6/+13
| * Implement invite-notify capabilityPhilip Kaludercic2021-06-101-5/+16
| * Add TAGMSG handlerPhilip Kaludercic2021-06-101-0/+8
| * Implement message-ids extensionPhilip Kaludercic2021-06-101-3/+5
| * Implement batch extensionPhilip Kaludercic2021-06-101-3/+73
| * Implement server-time extensionPhilip Kaludercic2021-06-101-47/+64
| * Create framework for IRCv3 supportPhilip Kaludercic2021-06-101-12/+94
| * Replace defun-rcirc-command with rcirc-define-commandPhilip Kaludercic2021-06-101-95/+99
| * Remove custom rcirc-completion implementationPhilip Kaludercic2021-06-091-43/+24
| * Recognize quoted commands in rcirc-process-input-linePhilip Kaludercic2021-06-091-19/+14
| * Integrate formatting into rcirc-send-stringPhilip Kaludercic2021-06-091-41/+47
| * Fix checkdoc complaints and related issuesPhilip Kaludercic2021-06-091-106/+339
| * Use auth-source for user-passwordsPhilip Kaludercic2021-06-091-0/+7
| * Default to libera instead of freenodePhilip Kaludercic2021-06-091-5/+6
* | Make erc recognize `foo*' as a function Lisp symbolLars Ingebrigtsen2021-07-231-1/+2
* | Make supersession warnings work againLars Ingebrigtsen2021-07-231-1/+1
* | Fix display of line/wrap-prefix when there's a display property at BOLEli Zaretskii2021-07-221-2/+18
* | Make revert-buffer preserve buffer-readednessLars Ingebrigtsen2021-07-222-1/+6
* | `term-char-mode' doc string clarificationLars Ingebrigtsen2021-07-221-1/+4
* | Bind the GIT_LITERAL_PATHSPECS environment variableDmitry Gutov2021-07-222-0/+8
* | Avoid failing in desktop-clear due to killed buffersSergey Organov2021-07-221-2/+3
* | Remove the (value) bits from cus-start Customize stringsLars Ingebrigtsen2021-07-221-20/+22
* | Avoid byte-compilation warningEli Zaretskii2021-07-221-2/+2
* | ; * lisp/emacs-lisp/macroexp.el (macroexp-warn-and-return): Doc fix.Eli Zaretskii2021-07-221-3/+3
* | Move generalized variable specs from cl-lib.el to gv.elLars Ingebrigtsen2021-07-222-105/+100
* | Make vc-git-mode-line-string more robustYan Gajdos2021-07-211-1/+1
* | * lisp/cus-start.el: Add mode-line-compact to CustomizeIllia Ostapyshyn2021-07-211-0/+6
* | Make input of multi-key inputs in different emacsclients more logicalLogan Perkins2021-07-211-10/+16
* | * src/eval.c (signal_quit_p): Fix the usual int/Lisp_Object mixupStefan Monnier2021-07-211-2/+2
* | * lisp/emacs-lisp/macroexp.el (macroexp-warn-and-return): Add arg `category`Stefan Monnier2021-07-214-26/+34