2
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 9 hours ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed the logging function to convert from \r\n (or \n\r) to only \n, and to add a newline to the end of all lines, even if they do not have one. More... over 19 years ago
Corrected a bug in the splitting of received lines. More... over 19 years ago
Added support for logging output. More... over 19 years ago
Changed End to CTRL-End to go to the bottom of the terminal, because End was already too useful to move to the end of the edit box. More... over 19 years ago
Added an option to prevent sent commands from being echoed in the main window. More... over 19 years ago
The END key can now be used to scroll back to the end of the output. More... over 19 years ago
Messages are now printed to the terminal to show the status of the connection. More... over 19 years ago
Added a status bar to the main window, and the hability to set the text displayed there via a Perl function. More... over 19 years ago
Reorganized the order of the functions, so as not to require predeclaration of the XS functions. More... over 19 years ago
Corrected a little bug that caused command echoes (and possibly other messages) to appear in the wrong color. More... over 19 years ago
Corrected a bug in the trigger matching. More... over 19 years ago
Added an anti-flooding mechanism that prevents a given number of commands from being executed in sequence. More... over 19 years ago
Page Up and Page Down keys can now be used to scroll the terminal window. More... over 19 years ago
Modified the way the matching function is done to use <> as delimiters instead of /, to ease the inclusion of / in patterns. More... over 19 years ago
Added a flag "keepexecuting" to triggers. When on, the trigger matching does not prevent other triggers from being tried. More... over 19 years ago
Added support for aliases. More... over 19 years ago
Corrected bugs in the saving of worlds. More... over 19 years ago
Corrected an error in the labels in the world editor ("Name" and "Perl file to load" were switched). More... over 19 years ago
Triggers can now be enabled or disabled. More... over 19 years ago
Added a help function that displays help on commands. More... over 19 years ago
Added support for timers. More... over 19 years ago
Removed memory leak in the deletion of a trigger. More... over 19 years ago
The selected portion of the command entry is saved and restored when the windows is focused again. More... over 19 years ago
Added notification of new text in the world. More... over 19 years ago
Corrected a bug that sometimes caused a segfault when presenting the world selector dialog. More... over 19 years ago
Corrected a bug that caused a segfault on exit (and prevented the preferences from being saved). More... over 19 years ago
Minor code readability otimization in the world saving function. More... over 19 years ago
Corrected bug that saved gags without actions incorrectly. More... over 19 years ago
Triggers can now be marked to gag the line that triggered them. More... over 19 years ago
Corrected a bug that prevented the window size to be saved when the program was exited by closing the main window. More... over 19 years ago