root/trunk/cjc


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @676 [676] 12/11/06 17:45:58 jajcus - 'typos' patch from PLD applied
(edit) @675 [675] 10/25/06 09:49:55 jajcus - last change (stanza serialization in set_user_info()) reverted -- it was …
(edit) @673 [673] 10/25/06 09:34:18 jajcus - include a serialized stanza in set_user_info() debug output
(edit) @671 [671] 10/25/06 08:43:12 jajcus - some set_user_info() debuging
(edit) @668 [668] 09/29/06 08:03:29 jajcus - screen is now in cjc_globals
(edit) @667 [667] 09/28/06 12:08:50 jajcus - screen is now in cjc_globals
(edit) @666 [666] 09/07/06 22:04:45 jajcus - refactorization: cjc_globals module with three singletons (Application, …
(edit) @665 [665] 09/06/06 20:47:44 jajcus - Updated for recent PyXMPP TLS changes and the new M2Crypto
(edit) @663 [663] 07/23/06 23:08:02 jajcus - use user nickname (instead of room name) during private chat with a MUC …
(edit) @662 [662] 07/23/06 22:50:48 jajcus - default theme for the bottom status bar changed to display active buffer …
(edit) @661 [661] 07/23/06 22:35:40 jajcus - use 'x in s' instead of 's.find(x)>=0'
(edit) @660 [660] 07/23/06 22:30:20 jajcus - don't treat jid-only, no-node-part roster entires as unknown when …
(edit) @657 [657] 06/06/06 20:41:55 jajcus - create ~/.cjc directory and save config files with safe permissions …
(edit) @656 [656] 06/04/06 22:21:19 jajcus - (c) years updated
(edit) @655 [655] 06/04/06 22:18:59 jajcus - addresses updated
(edit) @652 [652] 05/25/06 08:24:49 jajcus - get_best_user() fixed... now really the best JID will be chosen from …
(edit) @650 [650] 04/17/06 21:32:31 jajcus - yet another fix for roster update artefacts
(edit) @649 [649] 04/16/06 19:29:59 jajcus - roster update artefacts (including empty line after a long status …
(edit) @644 [644] 03/21/06 21:57:50 jajcus - do not save user_info under resource 'None'
(edit) @639 [639] 02/24/06 18:04:15 jajcus - more 'jid as string' errors fixed
(edit) @638 [638] 01/08/06 13:13:41 jajcus - /set output fixed for password not set
(edit) @634 [634] 12/26/05 16:47:06 jajcus - another implicit encoding removed (jid.as_string() -> …
(edit) @633 [633] 12/26/05 12:39:31 jajcus - copyright years updated
(edit) @632 [632] 12/25/05 20:15:00 jajcus - fixed handling of 'list-single' fields in data forms
(edit) @631 [631] 12/25/05 19:12:25 jajcus - registrations at services
(edit) @630 [630] 12/25/05 19:10:16 jajcus - fix for non-unicode prompts
(edit) @629 [629] 12/24/05 14:37:08 jajcus - query for password when no password is set in the configuration
(edit) @627 [627] 10/24/05 21:43:28 jajcus - one more JID-as-string usage fixed
(edit) @626 [626] 10/14/05 18:49:09 jajcus - some unicode usage cleanup
(edit) @623 [623] 08/25/05 23:19:33 jajcus - fixed binding commands in specific keytables. This is hack, the …
(edit) @620 [620] 07/08/05 21:58:31 jajcus - registration code updated and registration canceling added
(edit) @619 [619] 06/27/05 22:05:12 jajcus - registration improvements
(edit) @618 [618] 06/27/05 21:18:05 jajcus - basic in-band registration support (/register command for creating …
(edit) @617 [617] 06/27/05 17:38:25 jajcus - typo
(edit) @615 [615] 05/24/05 19:22:32 jajcus - /reorder fixed not to mess displayed buffer numbers
(edit) @614 [614] 05/24/05 19:15:32 jajcus - /reorder command
(edit) @613 [613] 05/07/05 15:33:14 jajcus - simple meta-contacts: multiple JIDs with the same name are treated as …
(edit) @612 [612] 04/27/05 22:38:50 jajcus - added configurable scrollback buffer length
(edit) @611 [611] 04/27/05 22:17:15 jajcus - '#21: 'unable to verify the first certificate is not fatal
(edit) @610 [610] 04/27/05 21:50:49 jajcus - keepalives fixed
(edit) @609 [609] 04/27/05 21:14:08 jajcus - disconnect stream on any stream error - format strings for recent tls.py …
(edit) @608 [608] 04/27/05 21:13:37 jajcus - only some certificate verification errors should be automatically …
(edit) @607 [607] 04/22/05 18:47:33 jajcus - fixed get_users() for users with '@' in roster names
(edit) @606 [606] 04/22/05 18:43:33 jajcus - immutable local variable is not good as context holder for a callback -- …
(edit) @605 [605] 04/21/05 22:48:29 jajcus - a few more ask_question() updates
(edit) @604 [604] 04/17/05 17:39:16 jajcus - support for text-multi and jid-multi fields
(edit) @602 [602] 04/17/05 17:37:19 jajcus - new global 'editor' and 'editor_encoding' options
(edit) @601 [601] 04/14/05 21:47:44 jajcus - 'boolean' form fields work now
(edit) @600 [600] 04/14/05 21:19:16 jajcus - multiple-option tab-completion works again (was broken by recent …
(edit) @598 [598] 04/05/05 22:27:21 jajcus - many of data form field editing work now. Still thinking how to make …
(edit) @597 [597] 03/30/05 21:55:46 jajcus - work on room configuration configured... the configuration form can be …
(edit) @595 [595] 03/04/05 18:09:42 jajcus - bind writer object from codecs module to console instead of using custom …
(edit) @594 [594] 02/26/05 11:56:09 jajcus - call start_color() unconditionally
(edit) @589 [589] 01/20/05 22:17:04 jajcus - update for the recent PyXMPP changes with disco handling
(edit) @587 [587] 01/15/05 19:10:41 jajcus - theme formatting fixed for MUC rooms
(edit) @586 [586] 01/14/05 20:43:13 jajcus - fixed unhandled_keys cache invalidation
(edit) @585 [585] 01/12/05 18:17:57 jajcus - don't ignore meta for cache of keys without handlers
(edit) @584 [584] 01/12/05 17:55:30 jajcus - text input optimizations
(edit) @575 [575] 01/09/05 17:55:36 jajcus - ':' escaping in conditional formats - use 'a in b' instead of …
(edit) @574 [574] 01/09/05 17:34:25 jajcus - updated for recent PyXMPP changes
(edit) @572 [572] 01/05/05 23:38:54 jajcus - fixed processing of empty formatted list
(edit) @569 [569] 01/05/05 18:50:00 jajcus - plugin reloading fixed
(edit) @568 [568] 12/31/04 22:37:25 jajcus - Alt-D in list window dumps window content to debug log (for debugging)
(edit) @567 [567] 12/31/04 21:57:07 jajcus - some debug instructions removed for improved config loading performance
(edit) @566 [566] 12/31/04 21:28:14 jajcus - updated for recent PyXMPP changes
(edit) @565 [565] 12/28/04 13:40:47 jajcus - FIXME comment for checking CN removed -- that has been already working
(edit) @564 [564] 12/28/04 13:30:50 jajcus - do not show errors if certificate is ok
(edit) @562 [562] 12/16/04 22:36:41 jajcus - fixed handling of non-us characters in JID in messages and chats …
(edit) @561 [561] 11/02/04 15:21:07 jajcus - year update
(edit) @551 [551] 10/27/04 17:23:36 jajcus - don't fail on 'ambigous user name' as an argument fo /info -- show info …
(edit) @544 [544] 10/26/04 22:10:25 jajcus - .cvsignore files are not needed in SVN
(edit) @539 [539] 10/24/04 17:54:18 jajcus - cosmetics
(edit) @538 [538] 10/24/04 17:30:18 jajcus - thread locking debugging helpers
(edit) @537 [537] 10/24/04 17:28:31 jajcus - deadlock condition in draw_buffer() removed
(edit) @535 [535] 10/24/04 16:26:59 jajcus - flexible logging configuration support and a sample logging …
(edit) @533 [533] 10/12/04 12:34:22 jajcus - typo
(edit) @531 [531] 10/11/04 20:51:35 jajcus - StartTLS support fixes
(edit) @529 [529] 10/06/04 21:39:04 jajcus - Unicode theme formats and UTF-8 theme files
(edit) @525 [525] 09/24/04 10:48:31 jajcus - always use 'replace' for str.encode()
(edit) @499 [499] 09/09/04 20:48:19 jajcus - don't panic on bad arguments to /move
(edit) @497 [497] 09/08/04 22:32:49 jajcus - /set bad boolean value error handling fixed
(edit) @495 [495] 09/08/04 22:23:30 jajcus - use all available settings for completion, not only those actually set
(edit) @493 [493] 09/08/04 22:01:08 jajcus - .clear() fixed. No it resets cursor position and clears the window
(edit) @491 [491] 09/08/04 21:57:44 jajcus - recently introduced bug fixed and prompt formating improved (include ' ' …
(edit) @490 [490] 09/08/04 21:56:08 jajcus - more arguments to ask_question() made optional
(edit) @488 [488] 09/08/04 17:15:49 jajcus - clearing the pair list was not a good idea -- the theme may be …
(edit) @481 [481] 09/07/04 22:07:09 jajcus - Screen.shell_mode() and Screen.prog_mode() methods to prepare terminal …
(edit) @477 [477] 09/05/04 21:01:22 jajcus - theme switching fixed (CJC was lacking curses color pairs when loading …
(edit) @475 [475] 09/03/04 23:24:22 jajcus - make /whois and /info work without arguments in chat buffers
(edit) @467 [467] 08/29/04 19:50:11 jajcus - got rid of those evil relative imports
(edit) @466 [466] 08/29/04 19:40:22 jajcus - copyright information added to *.py files
(edit) @465 [465] 08/29/04 19:11:31 jajcus - proper debug messaging handling when no -L/-l option is used
(edit) @464 [464] 08/29/04 19:05:42 jajcus - typo
(edit) @463 [463] 08/29/04 19:05:25 jajcus - show right error message when changing a setting to an invalid value
(edit) @461 [461] 08/29/04 18:55:23 jajcus - call Completion.init in constructors of classes derived from …
(edit) @460 [460] 08/29/04 18:35:11 jajcus - debug/info/error messages processing switched to 'logging' module from …
(edit) @458 [458] 08/29/04 11:47:28 jajcus - don't panic on unhandled exception in the stream loop
(edit) @454 [454] 07/27/04 22:43:35 jajcus - basic, but extensible event notifications ('beeps')
(edit) @450 [450] 07/26/04 10:10:54 jajcus - info about registration added to the 'Quickstart'
(edit) @446 [446] 07/21/04 20:28:07 jajcus - don't panic while using /buffer_list when some buffers where closed
Note: See TracRevisionLog for help on using the revision log.