Version 18 (modified by 17 years ago) (diff) | ,
---|
Overview
The goal of this project is to extend the existing logging subsystem of libpurple. This extension allows you to safely store your logs on different types of repositories and synchronize your logs with remote ones. With this extension you don't need to copy valuable information from your computer to external devices any more. You can forget about mailing your own logs to your own mailbox to have access to them from some other place. With this extension you can stop worrying about the hardware failures - because whatever happens with your computer, your logs will be safe.
Tasks
QIP logger.
Making non-blocking Pidgin Log API:nonblocking analogue of purple_log_get_logsnonblocking analogue of purple_log_get_sizenonblocking analogue of purple_log_get_total_sizenonblocking analogue of purple_log_writenonblocking analogue of purple_log_readnonblocking analogue of purple_log_get_log_setsnonblocking analogue of purple_log_get_system_logsnonblocking analogue of purple_log_is_deletablenonblocking analogue of purple_log_deletenonblocking analogue of purple_log_free
- Rewriting existing code for using nonblocking log's functions.
pidgin/gtklog.cpidgin_log_showpidgin_syslog_showpidgin_log_show_contactdestroy_cbsearch_cbdelete_log_cblog_show_popup_menulog_select_cb
- pidgin/plugins/history.c
- historize
pidgin/gtkutils.cadd_completion_list
- pidgin/gtkblist.c
- sort_method_log
libpurple/status.cnotify_buddy_status_updateupdate_buddy_idlepurple_presence_set_idle
libpurple/protocols/qq/sys_msg.c_qq_sys_msg_log_write
libpurple/conversation.cpurple_conversation_close_logspurple_conversation_write
libpurple/connection.cpurple_connection_set_state
libpurple/account.cpurple_account_destroypurple_account_destroy_log
- finch/plugins/gnthistory.c
- historize
- finch/gntblist.c
- get_contact_log_size
- blist_node_compare_log
- Writing database plugin, which would allow you to store your Pidgin logs in databases. This plugin will be the first, because database plugin is rather common request and it's great for business use cases.
- Adding functionality which allows you to encrypt all logs.
Optional features (which maybe not be implemented during the summer)
- Ftp plug-in.
- Gmail plug-in
- External tool which allow simple manage your remote repository without Pidgin. (e.g. “Database log manager” or “FTP log manager”)