aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Accept functions in place of passwords in ERCF. Jason Park2022-11-235-12/+52
* Add non-IRCv3 SASL module to ERCF. Jason Park2022-11-234-0/+510
* Call erc-login indirectly via new generic wrapperF. Jason Park2022-11-231-2/+6
* Support local ERC modules in erc-mode buffersF. Jason Park2022-11-233-51/+136
* Make erc--server-reconnecting non-buffer-localF. Jason Park2022-11-232-11/+12
* Don't set erc-networks--id until network is knownF. Jason Park2022-11-233-37/+43
* ; Fix typosStefan Kangas2022-11-201-2/+3
* Improve new connections in erc-handle-irc-urlF. Jason Park2022-11-162-19/+105
* Add optional server param to erc-networks--determineF. Jason Park2022-11-161-4/+5
* Default to TLS port when calling erc-tls from lispF. Jason Park2022-11-161-4/+13
* Refactor erc-select-read-argsF. Jason Park2022-11-162-42/+47
* Warn of future breaking change to erc-response.tagsF. Jason Park2022-11-162-3/+57
* Improve auto-reconnect visibility in ERCF. Jason Park2022-11-163-35/+91
* Support auth-source-pass in ERCF. Jason Park2022-11-162-1/+120
* ; Fix typosStefan Kangas2022-11-111-2/+2
* Move ERC's core dependencies to separate filedickmao2022-11-046-345/+475
* Offer completions for GET subcommand flags in erc-dccF. Jason Park2022-11-041-2/+5
* * lisp/erc/erc.el (erc-cmd-RECONNECT): Fix macro arg.F. Jason Park2022-11-041-1/+1
* ; Fix several symbol name typosStefan Kangas2022-10-262-2/+2
* ; Prefer HTTPS to HTTP in many URLsStefan Kangas2022-10-151-2/+2
* Accommodate missing spec values in erc-format-messageF. Jason Park2022-10-101-1/+3
* Remove redundant let-bindings of `inhibit-point-motion-hooks`Stefan Monnier2022-10-072-3/+1
* Revert "Decrease use of the word "Emacsen" in docs"Stefan Kangas2022-10-012-11/+11
* Decrease use of the word "Emacsen" in docsStefan Kangas2022-10-012-11/+11
* Bury new ERC buffers by defaultF. Jason Park2022-09-191-2/+3
* Offer to regexp-quote new items in erc-match commandsF. Jason Park2022-09-192-21/+38
* Don't record undo history in erc-protocol buffersF. Jason Park2022-09-191-1/+2
* Stabilize channels variant of erc-reuse-buffers testF. Jason Park2022-09-191-2/+2
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-3/+0
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-232-2/+2
* Delete two functions obsolete since Emacs 23Stefan Kangas2022-08-191-4/+1
* ; Don't mention obsolete librariesStefan Kangas2022-08-161-2/+1
* Clean up some local variable sectionsStefan Kangas2022-08-081-3/+0
* Add compat from GNU ELPA as a soft dependency in ERCF. Jason Park2022-07-275-68/+31
* Avoid mutating default value of erc-server-last-peersF. Jason Park2022-07-271-12/+11
* Ensure erc-dcc-chat-setup runs in the right bufferF. Jason Park2022-07-271-14/+14
* Fix CTCP regression in erc-server-PRIVMSGF. Jason Park2022-07-272-4/+7
* ; Normalize some "Author" headersStefan Kangas2022-07-201-1/+1
* ; Fix typos: prefer American spellingStefan Kangas2022-07-141-1/+1
* Remove many items obsolete since 24.1Stefan Kangas2022-07-081-2/+0
* Fix missing :value with defcustom const :typeStefan Kangas2022-07-061-1/+1
* * lisp/erc/erc-track.el (erc-track-minor-mode-map): Doc fix.F. Jason Park2022-07-061-1/+1
* Use compatibility macro for ISUPPORT caching in ERCdickmao2022-07-061-6/+9
* Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-032-2/+2
* Normalize definition of erc-track-minor-mode-mapStefan Kangas2022-07-031-5/+5
* ; Fix documentation of recent ERC changesEli Zaretskii2022-07-011-3/+4
* Optionally prevent sending multiline input in ERCF. Jason Park2022-06-301-1/+33
* Improve ERC's handling of multiline prompt inputF. Jason Park2022-06-301-41/+120
* Fix regression in erc-send-input-lineF. Jason Park2022-06-301-0/+2
* Standardize auth-source queries in ERCF. Jason Park2022-06-303-72/+181