riece
20 years ago* riece-rdcc.el (riece-command-dcc-receive): Don't set
Daiki Ueno [Tue, 3 Jun 2003 01:44:44 +0000 (01:44 +0000)]
* riece-rdcc.el (riece-command-dcc-receive): Don't set
buffer-file-name.

20 years agoSimplify command buffer's mode-line-format.
Daiki Ueno [Tue, 3 Jun 2003 00:51:29 +0000 (00:51 +0000)]
Simplify command buffer's mode-line-format.

20 years agoSimplify status indicator.
Daiki Ueno [Tue, 3 Jun 2003 00:47:12 +0000 (00:47 +0000)]
Simplify status indicator.

20 years agoHide mode-line-modified.
Daiki Ueno [Tue, 3 Jun 2003 00:41:36 +0000 (00:41 +0000)]
Hide mode-line-modified.

20 years agoAdded section `Windows' and `Indicators'.
Daiki Ueno [Tue, 3 Jun 2003 00:32:34 +0000 (00:32 +0000)]
Added section `Windows' and `Indicators'.

20 years ago* riece-server.el (riece-server-keyword-map): `:coding-system' ->
Daiki Ueno [Tue, 3 Jun 2003 00:31:33 +0000 (00:31 +0000)]
* riece-server.el (riece-server-keyword-map): `:coding-system' ->
`:coding'.
(riece-open-server): Follow the change.

* riece-ctcp.el (riece-command-ctcp-action): New command.
(riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
(riece-handle-ctcp-action-request): New handler.

* riece.el (riece-command-mode): Enclose status indicators with
`{}'; show riece-user-indicator.
(riece-channel-mode): Likewise.
(riece-dialogue-mode): Enclose status indicators with `{}'.
* riece-globals.el (riece-user-indicator): New indicator.
(riece-freeze-indicator): Default to "-".
* riece-display.el (riece-update-channel-indicator): Don't update
modeline.
(riece-update-status-indicators): Set riece-user-indicator.
* riece-300.el (riece-handle-324-message): Update channel indicator.

20 years agoUpdate modeline.
Daiki Ueno [Mon, 2 Jun 2003 18:20:54 +0000 (18:20 +0000)]
Update modeline.

20 years agoFix for status indicators.
Daiki Ueno [Mon, 2 Jun 2003 16:57:32 +0000 (16:57 +0000)]
Fix for status indicators.
* riece.el (riece-command-mode): Don't set riece-freeze-indicator.
(riece-dialogue-mode): Call riece-update-status-indicators.
(riece-channel-mode): Add riece-operator-indicator to
mode-line-buffer-identification.
* riece-user.el (riece-make-user): New attribute `operator'.
(riece-user-operator): New function.
(riece-user-set-operator): New function.
(riece-user-toggle-away): New function.
(riece-user-toggle-operator): New function.
* riece-misc.el (riece-own-frozen): Revive.
* riece-message.el (riece-display-message): Reset riece-freeze if
riece-freeze == 'own && (riece-message-own-p message).
* riece-globals.el (riece-own-freeze): Abolish; use riece-freeze.
(riece-operator-indicator): New variable.
* riece-display.el (riece-update-status-indicators): New function.
(riece-update-buffer-functions): Add it.
* riece-commands.el (riece-command-toggle-freeze): Don't call
riece-freeze.
(riece-command-toggle-own-freeze): Don't call riece-own-freeze.
* riece-300.el (riece-handle-302-message): Use
riece-user-toggle-away instead of riece-user-set-away.
(riece-handle-301-message): Ditto.
(riece-handle-305-message): Ditto.
(riece-handle-306-message): Ditto.
(riece-handle-352-message): Ditto.

20 years ago* riece-commands.el (riece-command-next-channel): Circularly
Yoichi NAKAYAMA [Mon, 2 Jun 2003 11:03:33 +0000 (11:03 +0000)]
* riece-commands.el (riece-command-next-channel): Circularly
follow the channel list.
(riece-command-previous-channel): Ditto.

20 years ago* riece.el (riece-command-mode): Set default value of riece-freeze
Daiki Ueno [Mon, 2 Jun 2003 07:20:55 +0000 (07:20 +0000)]
* riece.el (riece-command-mode): Set default value of riece-freeze
& riece-own-freeze.
* riece-options.el (riece-away-message): New user option.
* riece-commands.el (riece-command-toggle-away): Query user away
message.
* riece-300.el (riece-handle-301-message): Set user's away status.
(riece-handle-305-message): Ditto.
(riece-handle-306-message): Ditto.
(riece-handle-302-message): Ditto.
(riece-handle-352-message): Ditto.

20 years ago* riece-rdcc.el: Require riece-globals, riece-misc, riece-channel,
Daiki Ueno [Mon, 2 Jun 2003 04:24:36 +0000 (04:24 +0000)]
* riece-rdcc.el: Require riece-globals, riece-misc, riece-channel,
and riece-identity.
(riece-command-dcc-receive): Check the existence of
set-buffer-multibyte.

20 years ago(riece-rdcc-send-program): Fixed.
Daiki Ueno [Mon, 2 Jun 2003 03:48:03 +0000 (03:48 +0000)]
(riece-rdcc-send-program): Fixed.

20 years ago* Riece: Version 0.0.3 released.
Daiki Ueno [Mon, 2 Jun 2003 02:10:44 +0000 (02:10 +0000)]
* Riece: Version 0.0.3 released.
* configure.ac: Bump up version to 0.0.3.

20 years ago* Riece: Version 0.0.3 released.
Daiki Ueno [Mon, 2 Jun 2003 02:10:27 +0000 (02:10 +0000)]
* Riece: Version 0.0.3 released.
* riece-version.el (riece-version-number): Bump up to 0.0.3.

* riece-ctcp.el (riece-handle-ctcp-request): Catch errors occured
in hooks.
(riece-handle-ctcp-response): Ditto.

20 years agoRevised.
Daiki Ueno [Mon, 2 Jun 2003 01:33:54 +0000 (01:33 +0000)]
Revised.

20 years ago* Makefile.am (EXTRA_DIST): Add *.el.
Daiki Ueno [Mon, 2 Jun 2003 01:19:37 +0000 (01:19 +0000)]
* Makefile.am (EXTRA_DIST): Add *.el.

20 years ago* infohack.el: Copy from T-gnus.
Daiki Ueno [Mon, 2 Jun 2003 01:17:59 +0000 (01:17 +0000)]
* infohack.el: Copy from T-gnus.
* ptexinfmt.el: Ditto.
* Makefile.am: Use them.

20 years ago* configure.ac: Output doc/Makefile.
Daiki Ueno [Mon, 2 Jun 2003 00:51:52 +0000 (00:51 +0000)]
* configure.ac: Output doc/Makefile.
* Makefile.am (SUBDIRS): Add doc.

20 years agoFixed.
Daiki Ueno [Sun, 1 Jun 2003 20:53:09 +0000 (20:53 +0000)]
Fixed.

20 years ago* riece-user.el (riece-rename-user): Don't modify entry when
Daiki Ueno [Sun, 1 Jun 2003 20:46:47 +0000 (20:46 +0000)]
* riece-user.el (riece-rename-user): Don't modify entry when
old-name == new-name.

20 years ago* riece-display.el (riece-configure-windows): Use window-buffer
Daiki Ueno [Sun, 1 Jun 2003 20:39:56 +0000 (20:39 +0000)]
* riece-display.el (riece-configure-windows): Use window-buffer
instead of current-buffer.

* riece-rdcc.el (riece-rdcc-server-address): Default to nil.
(riece-rdcc-ruby-command): New user option.
(riece-rdcc-send-program): New user option.
(riece-rdcc-decode-address-program): New user option.
(riece-rdcc-substitute-variables): New function.
(riece-command-dcc-send): Use it.
(riece-rdcc-decode-address): Use it.

20 years agoAdded to riece-modules.
Daiki Ueno [Sun, 1 Jun 2003 07:42:49 +0000 (07:42 +0000)]
Added to riece-modules.

20 years ago* configure.ac: Simplified.
Daiki Ueno [Sun, 1 Jun 2003 07:33:53 +0000 (07:33 +0000)]
* configure.ac: Simplified.
* Makefile.am (SUBDIRS): Remove dcc.

20 years ago* riece-rdcc.el: New add-on.
Daiki Ueno [Sun, 1 Jun 2003 07:31:30 +0000 (07:31 +0000)]
* riece-rdcc.el: New add-on.
* Makefile.am (EXTRA_DIST): Add riece-rdcc.el

20 years agoRemove.
Daiki Ueno [Sun, 1 Jun 2003 07:24:40 +0000 (07:24 +0000)]
Remove.

20 years agoRename ldcc -> rdcc, ltcp -> rtcp.
Daiki Ueno [Sun, 1 Jun 2003 05:01:13 +0000 (05:01 +0000)]
Rename ldcc -> rdcc, ltcp -> rtcp.

20 years agoUndo.
Daiki Ueno [Sun, 1 Jun 2003 04:38:28 +0000 (04:38 +0000)]
Undo.

20 years ago* riece-ndcc.el: New add-on.
Daiki Ueno [Sun, 1 Jun 2003 04:36:53 +0000 (04:36 +0000)]
* riece-ndcc.el: New add-on.
* COMPILE (riece-modules): Add riece-ndcc
* Makefile.am (EXTRA_DIST): Add riece-ndcc.el

20 years agoFixed.
Daiki Ueno [Sat, 31 May 2003 23:30:52 +0000 (23:30 +0000)]
Fixed.

20 years ago* riece-server.el (riece-open-server): Simplify message.
Daiki Ueno [Sat, 31 May 2003 23:29:48 +0000 (23:29 +0000)]
* riece-server.el (riece-open-server): Simplify message.

* riece-commands.el (riece-command-open-server): Throw an error
when the server is already opened.

20 years agoFixed.
Daiki Ueno [Sat, 31 May 2003 23:24:46 +0000 (23:24 +0000)]
Fixed.

20 years agoUndo.
Daiki Ueno [Sat, 31 May 2003 23:07:40 +0000 (23:07 +0000)]
Undo.

20 years ago* riece-filter.el (riece-sentinel): Simplified.
Daiki Ueno [Sat, 31 May 2003 23:01:44 +0000 (23:01 +0000)]
* riece-filter.el (riece-sentinel): Simplified.

* riece-display.el (riece-user-list-update-buffer): Check the
existence of riece-user-list-buffer.
(riece-channel-list-update-buffer): Check the existence of
riece-channel-list-buffer.
(riece-set-window-points): Ditto.

* riece-commands.el (riece-command-open-server): Simplified.
(riece-command-toggle-channel-buffer-mode): Set
riece-save-variables-are-dirty to t.
(riece-command-toggle-user-list-buffer-mode): Ditto.
(riece-command-toggle-channel-list-buffer-mode): Ditto.

* riece-server.el (riece-start-server): Abolish.
(riece-open-server): Set riece-server-process-alist and
riece-server-process here.

20 years ago* riece-filter.el (riece-sentinel): Close process even if
Daiki Ueno [Sat, 31 May 2003 22:20:12 +0000 (22:20 +0000)]
* riece-filter.el (riece-sentinel): Close process even if
riece-reconnect-with-password == t.
(riece-handle-message): Catch errors occured in hooks.

* riece-server.el (riece-open-server): Reuse server buffer.
(riece-close-server-process): Delete process even if process is
not running.

* riece.el (riece): Don't set riece-server.

20 years ago* riece-server.el (riece-open-server): No need to reset
Daiki Ueno [Sat, 31 May 2003 02:43:10 +0000 (02:43 +0000)]
* riece-server.el (riece-open-server): No need to reset
riece-reconnect-with-password.

20 years ago* riece-filter.el (riece-sentinel): Don't call riece when
Daiki Ueno [Sat, 31 May 2003 02:25:42 +0000 (02:25 +0000)]
* riece-filter.el (riece-sentinel): Don't call riece when
riece-reconnect-with-password = t and process !=
riece-server-process.

* riece-serevr.el (riece-open-server): Remove docstring.

20 years agoUndo the last change.
Daiki Ueno [Sat, 31 May 2003 01:30:47 +0000 (01:30 +0000)]
Undo the last change.

20 years ago* riece-commands.el (riece-command-next-channel): Circularly
Daiki Ueno [Sat, 31 May 2003 01:16:50 +0000 (01:16 +0000)]
* riece-commands.el (riece-command-next-channel): Circularly
follow the channel list.
(riece-command-previous-channel): Ditto.

20 years ago* riece-url.el: Fix usage.
Daiki Ueno [Sat, 31 May 2003 00:21:17 +0000 (00:21 +0000)]
* riece-url.el: Fix usage.

* riece-inlines.el (string-list-member-ignore-case): Remove docstring.

* riece-unread.el: New add-on.
* COMPILE (riece-modules): Add riece-unread.
* Makefile.am (EXTRA_DIST): Add riece-unread.el

* riece-300.el (riece-handle-322-message): New handler.
(riece-handle-323-message): New handler.

20 years agoRevised.
Daiki Ueno [Fri, 30 May 2003 22:24:54 +0000 (22:24 +0000)]
Revised.

20 years ago* riece-display.el (riece-configure-windows): Select other window
Daiki Ueno [Fri, 30 May 2003 21:50:39 +0000 (21:50 +0000)]
* riece-display.el (riece-configure-windows): Select other window
when minibuffer is active.

* riece-commands.el (riece-command-list): New command.
(riece-command-enter-message-as-notice): New command.
* riece.el (riece-command-mode-map): Bind
riece-command-enter-message-as-notice and riece-command-list.

* riece-server.el (riece-close-server): Skip nil when leaving
channels before closing server.

20 years agoTypo.
Daiki Ueno [Fri, 30 May 2003 20:14:40 +0000 (20:14 +0000)]
Typo.

20 years ago* Riece: Version 0.0.2 released.
Daiki Ueno [Fri, 30 May 2003 20:14:07 +0000 (20:14 +0000)]
* Riece: Version 0.0.2 released.
* configure.ac: Bump up version to 0.0.2.

20 years ago* Riece: Version 0.0.2 released.
Daiki Ueno [Fri, 30 May 2003 20:13:37 +0000 (20:13 +0000)]
* Riece: Version 0.0.2 released.
* riece-version.el (riece-version-number): Bump up to 0.0.2.

* riece.el (riece-load-and-build-addon-dependencies): Fixed.
* riece-url.el (riece-url-requires): Don't assert dependency on
riece-highlight unless it appears in riece-addons.

20 years ago* Makefile.am (EXTRA_DIST): Add riece-url.el.
Daiki Ueno [Fri, 30 May 2003 06:53:42 +0000 (06:53 +0000)]
* Makefile.am (EXTRA_DIST): Add riece-url.el.

20 years ago* riece-url.el: New add-on.
Daiki Ueno [Fri, 30 May 2003 06:53:09 +0000 (06:53 +0000)]
* riece-url.el: New add-on.
* COMPILE (riece-modules): Add riece-url.

20 years ago* riece-message.el (riece-message-make-bracket): Abolish.
Daiki Ueno [Fri, 30 May 2003 06:04:51 +0000 (06:04 +0000)]
* riece-message.el (riece-message-make-bracket): Abolish.
* riece-highlight.el (riece-highlight-font-lock-keywords):
Give up to fontify "-nick-" or "-nick server-".

20 years agoFixed regexp.
Daiki Ueno [Fri, 30 May 2003 05:27:02 +0000 (05:27 +0000)]
Fixed regexp.

20 years ago* riece-highlight.el (riece-highlight-font-lock-keywords):
Daiki Ueno [Fri, 30 May 2003 04:50:17 +0000 (04:50 +0000)]
* riece-highlight.el (riece-highlight-font-lock-keywords):
Simplified regexp.

* riece-ctcp.el (riece-handle-ctcp-request): Don't bind user.
(riece-handle-ctcp-response): Ditto.

20 years ago* riece-highlight.el: Make it an add-on.
Daiki Ueno [Fri, 30 May 2003 02:07:41 +0000 (02:07 +0000)]
* riece-highlight.el: Make it an add-on.
(riece-highlight-insinuate): New function.
* riece.el: Don't require 'riece-highlight.
* riece-options.el (riece-addons): Turn on riece-highlight and
riece-ctcp by default.

20 years ago* riece-display.el (riece-configure-windows-predicate): New function.
Daiki Ueno [Fri, 30 May 2003 01:32:02 +0000 (01:32 +0000)]
* riece-display.el (riece-configure-windows-predicate): New function.
(riece-configure-windows-predicate): New user option.
(riece-redisplay-buffers): Use it.

20 years ago* INSTALL-CVS: New file.
Daiki Ueno [Fri, 30 May 2003 00:57:20 +0000 (00:57 +0000)]
* INSTALL-CVS: New file.
* Makefile.am (EXTRA_DIST): Add INSTALL-CVS.

20 years ago* riece-complete.el: Require 'cl for butlast.
Daiki Ueno [Fri, 30 May 2003 00:44:32 +0000 (00:44 +0000)]
* riece-complete.el: Require 'cl for butlast.
* Don't use pop and push.

20 years ago* Makefile.am (elc): Renamed from "compile".
Daiki Ueno [Fri, 30 May 2003 00:38:44 +0000 (00:38 +0000)]
* Makefile.am (elc): Renamed from "compile".
* Don't use pop and push.

20 years ago* riece.el (riece-dialogue-mode-map): Bind
Daiki Ueno [Fri, 30 May 2003 00:07:50 +0000 (00:07 +0000)]
* riece.el (riece-dialogue-mode-map): Bind
riece-command-toggle-channel-list-buffer-mode.

* riece-display.el (riece-configure-windows): Typo fixed.

20 years ago* riece-user.el (riece-user-toggle-channel): Use member instead of
Daiki Ueno [Fri, 30 May 2003 00:00:43 +0000 (00:00 +0000)]
* riece-user.el (riece-user-toggle-channel): Use member instead of
memq.

20 years agoFixed.
Daiki Ueno [Thu, 29 May 2003 23:33:30 +0000 (23:33 +0000)]
Fixed.

20 years ago* riece-ctcp.el (riece-ctcp-insinuate): New function.
Daiki Ueno [Thu, 29 May 2003 23:29:25 +0000 (23:29 +0000)]
* riece-ctcp.el (riece-ctcp-insinuate): New function.

* riece-options.el (riece-addons): New user option.
(riece-addon-directory): New user option.

* riece.el (riece-load-and-build-addon-dependencies): New function.
(riece-insinuate-addons): New function.
(riece): Call riece-insinuate-addons.

20 years agoNew file.
Daiki Ueno [Thu, 29 May 2003 20:37:21 +0000 (20:37 +0000)]
New file.

20 years ago* Makefile.am (AUTOMAKE_OPTIONS): Add "no-dependencies".
Daiki Ueno [Thu, 29 May 2003 20:16:21 +0000 (20:16 +0000)]
* Makefile.am (AUTOMAKE_OPTIONS): Add "no-dependencies".

20 years ago* riece-misc.el (riece-get-users-on-server): Moved from
Daiki Ueno [Thu, 29 May 2003 20:15:30 +0000 (20:15 +0000)]
* riece-misc.el (riece-get-users-on-server): Moved from
riece-commands.el.

* riece-ctcp.el: New file.
* COMPILE (riece-modules): Add riece-ctcp.
* Makefile.am (EXTRA_DIST): Add riece-ctcp.el

20 years ago* Riece: Version 0.0.1 released.
Daiki Ueno [Thu, 29 May 2003 09:57:14 +0000 (09:57 +0000)]
* Riece: Version 0.0.1 released.

20 years ago* riece-commands.el (riece-command-names): New command.
Daiki Ueno [Thu, 29 May 2003 09:45:22 +0000 (09:45 +0000)]
* riece-commands.el (riece-command-names): New command.
(riece-command-who): New command.

* riece.el (riece-dialogue-mode-map): Bind riece-command-names and
riece-command-who.

20 years ago* riece-300.el (riece-handle-341-message): New handler.
Daiki Ueno [Thu, 29 May 2003 09:20:52 +0000 (09:20 +0000)]
* riece-300.el (riece-handle-341-message): New handler.
(riece-handle-352-message): New handler.

20 years ago* riece-commands.el (riece-command-invite): Don't accept channel
Daiki Ueno [Thu, 29 May 2003 08:27:48 +0000 (08:27 +0000)]
* riece-commands.el (riece-command-invite): Don't accept channel
argument; throw an error when user is not on a channel.
(riece-command-kick): New command.

20 years ago(EXTRA_DIST): Add ChangeLog.
Daiki Ueno [Thu, 29 May 2003 08:05:24 +0000 (08:05 +0000)]
(EXTRA_DIST): Add ChangeLog.

20 years agoNew file.
Daiki Ueno [Thu, 29 May 2003 08:04:51 +0000 (08:04 +0000)]
New file.

20 years agoRevised.
Daiki Ueno [Thu, 29 May 2003 05:50:26 +0000 (05:50 +0000)]
Revised.

20 years agoInitial revision
Daiki Ueno [Thu, 29 May 2003 05:36:41 +0000 (05:36 +0000)]
Initial revision