2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added more lines to make the screen look nicer. Filled in the tailer line More... about 18 years ago
We do NOT want a curses console when in detached daemon mode More... about 18 years ago
Added a check for pthreads being NPTL, and added it to the versions menu More... about 18 years ago
Added a pile of version strings in the "System->Versions" menu item More... about 18 years ago
Fixed the hyphenation to work with or without trailing whitespace if the string needs it. More... about 18 years ago
Split the "About" page into "About" and "Licensing". More... about 18 years ago
Added several alignment choices for menu text. Added an about entry in the system menu More... about 18 years ago
Make the menu revert to main menu if the current menu is removed. Added skeleton menus for trac and url More... about 18 years ago
Added rssfeed menu skeleton More... about 18 years ago
Make the plugins menu have ALL the plugins, not just the loaded ones More... about 18 years ago
Added the mailbox menu item (still no actions) More... about 18 years ago
Ooops! Try recursing down left & right, not left & left More... about 18 years ago
Added skeleton menu to luascript plugin More... about 18 years ago
Populated the server and channel menus. Fixed reload. More... about 18 years ago
Menus functional, added Ctrl-R for reload (still a bit funky), added plugin menu details More... about 18 years ago
First crack at the ncurses menus. Haven't implemented the second-level menu stuff quite yet. ncurses logging is working (so far) complete with scrollback. More... about 18 years ago
Beginnings of the ncurses console code. Still need to code the menus. More... about 18 years ago
Post-commit release tagging for configure.ac More... about 18 years ago
Release 0.3 tagging More... about 18 years ago
Superficial change. Just needed to mark that this closes #23 More... about 18 years ago
Changed the symbol command to use uintptr_t so it SHOULD work in either 64-bit or 32-bit platforms More... about 18 years ago
Make mailbox close and reopen should the mailbox serverSpec change during reload More... about 18 years ago
Added SIGHUP support for reloading servers/channels More... about 18 years ago
Removed a log message More... about 18 years ago
Added SIGHUP support to the mailbox plugin. Removed potential memory leak in SIGHUP support functions. More... about 18 years ago
Added /g functionality to regexp. Added \B to regexps to match beginning of words. Added SIGHUP reloading for rssfeed. More... about 18 years ago
Plugged more memory leaks. Added the "symbol" command in core. More... about 18 years ago
Changed from ServerList to ServerTree. Minor memory leak fixes. More... about 18 years ago
Added the SIGHUP reloading of plugins. Added trimming out no-longer configured trac setups. More... about 18 years ago
Added reload functionality in the trac thread (for SIGHUP) More... about 18 years ago