5
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 19 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- tls_ca_cert_file is not tls_cert_file More... about 14 years ago
- initialize the database on CJC start - inform about the possibility of turning file logging off More... about 14 years ago
- EventListener interface added More... about 14 years ago
- duplicates when scrolling over received chate messages, fixed More... about 14 years ago
- mark the archive end in message window - variable name fix More... about 14 years ago
- fixed duplicates in archive display when scrolling over some received messages More... about 14 years ago
- /migrate_archive command implemented: migrating old file logs into the new sqlite3 archive More... about 14 years ago
- page-up archive browsing added More... about 14 years ago
- expand '~' in path settings More... about 14 years ago
- expang '~' in roster.cache_file setting - display roster when loaded from cache More... about 14 years ago
- allow opening chat window when not connecting - small archive records handling fix More... about 14 years ago
- cache file to persist roster over cjc restart More... about 14 years ago
- emit 'config loaded' event More... about 14 years ago
- usefull command table 'buffer' - with one command: '/close' More... about 14 years ago
- use the True and False constants More... about 14 years ago
- CLI interface for plugins More... about 14 years ago
- include current date (ISO format) when timestamp is not from today More... about 14 years ago
- scrolling fix More... about 14 years ago
- show only those archival records which older than current chat window More... about 14 years ago
- simple chat archive browsing by scrolling over the begining of the current chat More... about 14 years ago
- update window after scrolling, even scrolled to the beginning of the buffer More... about 14 years ago
- do not eat KeyError exceptions generated by command or key-function implementations. Use more specific exception to signal missing command, function, keytable or key binding More... about 14 years ago
- overridable .fill_topunderflow() method - a facility to append extra content at the begining of the buffer when scrolling over the top of the existing data More... about 14 years ago
- code cleanup and documentation More... about 14 years ago
- initial implementation of the sqlite archive More... about 14 years ago
major changes: - plugin subsystem rewritten, so plugin services can be looked up by provided interface (as an abstract base class) - file logging moved from chat and message plugind to the new file_logger plugin (preparing for a database-based archive as an alternative) - Version: 1.1.99, so the trunk differs from the 'stable' 1.1.x branch More... about 14 years ago
- python doesn't recognize \e, use \x1b instead More... about 14 years ago
- catch KeyError instead of checking item for None to detect roster.get_item_by_jid() failure More... about 14 years ago
- Version: 1.1.0 More... about 14 years ago
- copyright header updated More... about 14 years ago