2
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 11 hours ago.
May 12, 2023 — May 12, 2024
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... almost 17 years ago
Added the form for Trac plugin More... almost 17 years ago
Added the RSSFeed form More... almost 17 years ago
Removed the calls to cursesAtExit in the curses_output_thread as it's now being called from the main shutdown process. More... almost 17 years ago
Added a form for mailbox reports. Attempt to call cursesAtExit from the shutdown procedures. More... almost 17 years ago
Added menus for luascript and mailbox. Seems to want to exit in the middle of the screen again. grrr. More... almost 17 years ago
Factored out cursesSaveOffset. Added details for the plugin menu More... almost 17 years ago
Removed the Database main menu, put the db stuff into System. Implemented the Database Schema screen. More... almost 17 years ago
Added the server number to the channel form. More... almost 17 years ago
Added beginning of the channels form, still need the serverID connection More... almost 17 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... almost 17 years ago
Further generalized the server form so other forms can use the same code. Still need to implement the save though. More... almost 17 years ago
Generalized the server form stuff so it can be further generalized to support other forms More... almost 17 years ago
Fix the include path for trac plugin More... almost 17 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... almost 17 years ago
Attempt to shut gcc4.1 up More... almost 17 years ago
Trying this in another order to see if autoconf 2.61 is happier More... almost 17 years ago
Added a scrollbar to the logs More... almost 17 years ago
Fixed the pagination of forms to properly paginate at buttons More... almost 17 years ago
Make details windows (non-form) scrollable if necessary More... almost 17 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... almost 17 years ago
Forms will now automatically spit into pages if needed More... almost 17 years ago
Added button functionality to the forms. Implemented a revert function for servers. More... almost 17 years ago
Added checkbox support to the forms. Added function callbacks when changes are made, currently not using them. More... almost 17 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... almost 17 years ago
Make it actually clean up forms when we exit them More... almost 17 years ago
Remove the cursor when leaving a form More... almost 17 years ago
Removed ugly 0 padding on numeric fields More... almost 17 years ago
Added the first try at using forms. Added a form for server details. Still need to do something with changed values. More... almost 17 years ago
Ooops, typo in the about screen More... almost 17 years ago