2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added support to save the mailbox definition to the db, and reload. Still need to do so for mailbox reports More... about 18 years ago
Added the form for Trac plugin More... about 18 years ago
Added the RSSFeed form More... about 18 years ago
Removed the calls to cursesAtExit in the curses_output_thread as it's now being called from the main shutdown process. More... about 18 years ago
Added a form for mailbox reports. Attempt to call cursesAtExit from the shutdown procedures. More... about 18 years ago
Added menus for luascript and mailbox. Seems to want to exit in the middle of the screen again. grrr. More... about 18 years ago
Factored out cursesSaveOffset. Added details for the plugin menu More... about 18 years ago
Removed the Database main menu, put the db stuff into System. Implemented the Database Schema screen. More... about 18 years ago
Added the server number to the channel form. More... about 18 years ago
Added beginning of the channels form, still need the serverID connection More... about 18 years ago
Put in hooks for saving data, still need to find a way to actually RELOAD the new data, and save to SQL More... about 18 years ago
Further generalized the server form so other forms can use the same code. Still need to implement the save though. More... about 18 years ago
Generalized the server form stuff so it can be further generalized to support other forms More... about 18 years ago
Fix the include path for trac plugin More... about 18 years ago
Bah. plugin_api.c won't compile quietly on gcc4.1 as it's uber-picky about the type-punning on the dlsym calls... so disable that warning for that file. More... about 18 years ago
Attempt to shut gcc4.1 up More... about 18 years ago
Trying this in another order to see if autoconf 2.61 is happier More... about 18 years ago
Added a scrollbar to the logs More... about 18 years ago
Fixed the pagination of forms to properly paginate at buttons More... about 18 years ago
Make details windows (non-form) scrollable if necessary More... about 18 years ago
Fixed a weird coredump when resizing massively (i.e. while screen was detached and the screen size was changed, then screen reattached). More... about 18 years ago
Forms will now automatically spit into pages if needed More... about 18 years ago
Added button functionality to the forms. Implemented a revert function for servers. More... about 18 years ago
Added checkbox support to the forms. Added function callbacks when changes are made, currently not using them. More... about 18 years ago
Fixed refresh of forms jumping back to the first field. Added a field hook that would update the strings on refresh. Still need a callback into the core code for any changes. More... about 18 years ago
Make it actually clean up forms when we exit them More... about 18 years ago
Remove the cursor when leaving a form More... about 18 years ago
Removed ugly 0 padding on numeric fields More... about 18 years ago
Added the first try at using forms. Added a form for server details. Still need to do something with changed values. More... about 18 years ago
Ooops, typo in the about screen More... about 18 years ago