summaryrefslogtreecommitdiff
path: root/lisp/erc/erc.el
Commit message (Expand)AuthorAgeFilesLines
* ; Fix typos in symbol namesStefan Kangas2024-01-141-1/+1
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Explain ERC 5.5 regressions in new version 5.5.0.29.1F. Jason Park2023-04-261-9/+32
* Release ERC 5.5F. Jason Park2023-03-031-4/+5
* ; Prepare to update ERC version to 5.5F. Jason Park2023-02-141-22/+22
* Don't load erc-goodies atop erc.elF. Jason Park2023-01-201-1/+2
* Don't preserve non-module minor modes in erc-openF. Jason Park2023-01-171-4/+7
* Use correct buffer for local-module vars in erc-openF. Jason Park2023-01-171-2/+13
* ; Fix wrong type in erc-ignore hide-list optionsF. Jason Park2023-01-101-2/+4
* Fix default-port regression in erc-select-read-argsF. Jason Park2023-01-021-9/+29
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Warn of absent networks module in ERCF. Jason Park2022-12-281-2/+4
* ; Really respect browse-url var in erc-compatF. Jason Park2022-12-191-6/+6
* Fix some naming issues involving query buffers in ERCF. Jason Park2022-12-161-8/+7
* Increment erc-debug-irc-protocol-version to 2F. Jason Park2022-12-161-3/+6
* Limit casemapping to appropriate ranges in ERCF. Jason Park2022-12-141-8/+20
* Actually accept non-symbols as IDs in erc-openF. Jason Park2022-12-141-4/+5
* Respect a nil erc-session-password when reconnectingF. Jason Park2022-12-141-1/+3
* Add dedicated auth-source section in ERC manualF. Jason Park2022-12-141-3/+3
* ; * lisp/erc/erc.el (erc-default-target): Fix comment.F. Jason Park2022-12-091-9/+8
* Accept functions in place of passwords in ERCF. Jason Park2022-11-231-5/+33
* Add non-IRCv3 SASL module to ERCF. Jason Park2022-11-231-0/+1
* Support local ERC modules in erc-mode buffersF. Jason Park2022-11-231-37/+67
* Make erc--server-reconnecting non-buffer-localF. Jason Park2022-11-231-4/+2
* Don't set erc-networks--id until network is knownF. Jason Park2022-11-231-6/+15
* Improve new connections in erc-handle-irc-urlF. Jason Park2022-11-161-17/+75
* Default to TLS port when calling erc-tls from lispF. Jason Park2022-11-161-4/+13
* Refactor erc-select-read-argsF. Jason Park2022-11-161-42/+41
* Improve auto-reconnect visibility in ERCF. Jason Park2022-11-161-15/+30
* Support auth-source-pass in ERCF. Jason Park2022-11-161-1/+3
* Move ERC's core dependencies to separate filedickmao2022-11-041-318/+45
* * lisp/erc/erc.el (erc-cmd-RECONNECT): Fix macro arg.F. Jason Park2022-11-041-1/+1
* 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-071-2/+1
* 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-191-3/+1
* Don't record undo history in erc-protocol buffersF. Jason Park2022-09-191-1/+2
* Add compat from GNU ELPA as a soft dependency in ERCF. Jason Park2022-07-271-22/+11
* Fix CTCP regression in erc-server-PRIVMSGF. Jason Park2022-07-271-2/+3
* ; Normalize some "Author" headersStefan Kangas2022-07-201-1/+1
* Remove many items obsolete since 24.1Stefan Kangas2022-07-081-2/+0
* ; 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-301-45/+153
* Don't call erc-auto-query twice on PRIVMSGF. Jason Park2022-06-301-24/+32
* Register erc-kill-buffer-function locallyF. Jason Park2022-06-301-3/+1
* Address long-standing ERC buffer-naming issuesF. Jason Park2022-06-301-88/+151
* Discourage ill-defined use of buffer targets in ERCF. Jason Park2022-06-301-1/+40