1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00
emacs/lisp/net
Eli Zaretskii db58efbf51 (rcirc-startup-channels-alist): Add irc.freenode.net and #emacs as defaults.
(rcirc-ignore-all-activity-flag): Remove variable.
(rcirc-authinfo): New variable.
(rcirc-authinfo-filename): Remove variable.
(rcirc-always-use-server-buffer-flag): New flag.
(rcirc): M-x rcirc will automatically connect without prompting.
C-u M-x rcirc will prompt.  Use rcirc-connect to create a
connection in lisp.
(rcirc-process-server-response-1): Remove everything but the nick
portion of the sender so it doesn't need to be done everywhere
else.  Update related code.
(global-map): Remove global keybindings.
(rcirc-get-buffer-create): Make sure rcirc-topic is set.
(rcirc-send-input): Split into several functions.
(rcirc-process-input-line, rcirc-process-message, rcirc-process-command):
New functions.
(rcirc-target-buffer): Add function to determine where to route messages.
(rcirc-user-nick): Save match data.
(rcirc-toggle-ignore-buffer-activity)
(rcirc-update-activity-string): Remove global ignore
functionality, which can be done now by toggling rcirc-track-minor-mode.
(rcirc-track-minor-mode-map): New keymap.
(rcirc-track-minor-mode): New minor-mode.
(ignore): Make the ignore output nicer.  Always print it when adding or
removing nicks.
(rcirc-url-regexp): Improve.
(rcirc-mangle-text): Remove properties before using text in the modeline.
(rcirc-authenticate): Authentication data comes from rcirc-authinfo, not
the file pointed to by rcirc-authinfo-file.
(rcirc-server-prefix): Inherit from rcirc-server.
2006-02-08 17:39:10 +00:00
..
.gitignore
ange-ftp.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
browse-url.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
eudc-bob.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
eudc-export.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
eudc-hotlist.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
eudc-vars.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
eudc.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
eudcb-bbdb.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
eudcb-ldap.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
eudcb-mab.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
eudcb-ph.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
goto-addr.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
ldap.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
net-utils.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
netrc.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
newsticker.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
quickurl.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
rcirc.el (rcirc-startup-channels-alist): Add irc.freenode.net and #emacs as defaults. 2006-02-08 17:39:10 +00:00
rcompile.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
rlogin.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
snmp-mode.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
telnet.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
tls.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
tramp-ftp.el Sync with Tramp 2.0.52. 2006-01-22 21:59:55 +00:00
tramp-smb.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
tramp-util.el Sync with Tramp 2.0.52. 2006-01-22 21:59:55 +00:00
tramp-uu.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
tramp-vc.el * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test 2006-01-27 19:38:02 +00:00
tramp.el (tramp-maybe-open-connection): Do not wait for output from a dead connection. 2006-02-08 15:47:31 +00:00
trampver.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
webjump.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
zone-mode.el Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00