summaryrefslogtreecommitdiff
path: root/lisp/net/rcirc.el
Commit message (Expand)AuthorAgeFilesLines
* Fix typos.Juanma Barranquero2011-11-201-1/+1
* * net/rcirc.el (rcirc-mode): Use hard newlines.Deniz Dogan2011-10-281-0/+1
* New rcirc command rcirc-cmd-inviteLeo Liu2011-09-081-0/+10
* Conditionally initialize rcirc-input-ringLeo Liu2011-09-071-1/+7
* * lisp/net/rcirc.el (rcirc-print): Simplify code for rcirc-scroll-show-maximu...Deniz Dogan2011-09-031-12/+10
* * lisp/net/rcirc.el (rcirc-insert-prev-input)Deniz Dogan2011-08-281-4/+5
* * net/rcirc.el (rcirc-check-auth-status): Adding support for oftc's NickServ ...Deniz Dogan2011-08-271-0/+1
* * lisp/net/rcirc.el (rcirc-handler-333): Clarify docstring.Deniz Dogan2011-08-011-1/+2
* Simplify url handling in rcirc-modeLeo Liu2011-07-271-28/+9
* * lisp/net/rcirc.el: Delete trailing whitespaces once and for all.Deniz Dogan2011-06-201-8/+8
* * lisp/net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced in last...Deniz Dogan2011-06-051-2/+2
* * lisp/net/rcirc.el (rcirc-prompt-for-encryption): New function.Deniz Dogan2011-06-051-9/+12
* Fix last change on rcirc-print and rcirc-decode-coding-systemLeo Liu2011-06-011-5/+4
* Decode all incoming messages in rcirc.elLeo Liu2011-05-301-4/+6
* Use a visible buffer name for rcirc-debug-bufferLeo Liu2011-05-301-1/+1
* * net/rcirc.el (rcirc): Use the user's stored encryption method by default.Deniz Dogan2011-05-291-1/+6
* * lisp/net/rcirc.el (rcirc-markup-urls): Check if rcirc-url-regexp is nil.Deniz Dogan2011-05-191-1/+2
* * lisp/net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.Deniz Dogan2011-05-191-1/+1
* * lisp/net/rcirc.el: Add support for SSL/TLS connections.Stefan Monnier2011-05-111-80/+80
* * lisp/net/rcirc.el (rcirc-handler-353): Fix bug for channels which theDeniz Dogan2011-04-281-2/+5
* * lisp/net/rcirc.el: Update my e-mail address.Deniz Dogan2011-04-051-1/+1
* * lisp/net/rcirc.el (rcirc-mode-map): Remove M-o binding.Deniz Dogan2011-04-051-1/+0
* * net/rcirc.el (rcirc-handler-001): Only authenticate, if there'sTassilo Horn2011-03-311-1/+9
* New variable rcirc-user-authenticated to pacify compilerLeo Liu2011-03-221-0/+1
* Handle the case when re-search-backward errsLeo Liu2011-03-221-15/+21
* * lisp/net/rcirc.el (rcirc-handler-001): Remove uselessDeniz Dogan2011-03-091-3/+2
* * lisp/net/rcirc.el (rcirc-connect): Fix PASS bug.Deniz Dogan2011-03-071-1/+1
* * lisp/net/rcirc.el: Add QuakeNet authentication support.Deniz Dogan2011-03-051-21/+36
* * lisp/net/rcirc.el: Add functionality to authenticate before autojoining cha...Deniz Dogan2011-03-051-1/+52
* * lisp/net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.Deniz Dogan2011-03-031-1/+2
* * lisp/net/rcirc.el (rcirc-float-time): New function.Deniz Dogan2011-02-171-9/+8
* * lisp/net/rcirc.el (defun-rcirc-join): Accept multiple channels.Deniz Dogan2011-02-111-7/+11
* * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.Juanma Barranquero2011-02-111-1/+1
* Move keymap initialization into declaration.Stefan Monnier2011-02-101-44/+45
* * lisp/net/rcirc.el: Add PRIVMSG and CTCP functions.Deniz Dogan2011-02-101-23/+27
* * lisp/net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.Deniz Dogan2011-02-091-1/+1
* * lisp/net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function whenDeniz Dogan2011-02-091-5/+14
* * lisp/net/rcirc.el (rcirc-handler-317): New function. (Bug#6507)Deniz Dogan2011-02-071-0/+14
* * lisp/net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-processDeniz Dogan2011-02-051-1/+4
* rcirc.el trivia.Glenn Morris2011-02-021-11/+12
* * lisp/net/rcirc.el: New customizable nick completion format.Deniz Dogan2011-01-311-5/+14
* * lisp/net/rcirc.el: Clean log filenames (Bug#7933).Deniz Dogan2011-01-311-3/+8
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs.Giorgos Keramidas2011-01-221-0/+3
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* * net/rcirc.el: Adding maintainer info and e-mail addresses.Deniz Dogan2011-01-141-2/+3
* Use run-mode-hooks for major mode hooks.Stefan Monnier2011-01-131-2/+3
* * lisp/net/rcirc.el (rcirc-server-commands, rcirc-client-commands)Leo Liu2010-09-121-43/+70
* merge changes in emacs-23 branchKenichi Handa2010-09-011-11/+20
|\