26
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 10 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
User: Require set.password be sent in private.
James McCoy
as James Vega
More... over 13 years ago
User: Specify chanagename must be used in private in its help.
James McCoy
as James Vega
More... over 13 years ago
Model Admin's ignore help after Channel's.
James McCoy
as James Vega
More... over 13 years ago
Initial pass at Sphinx documentation.
James McCoy
as James Vega
More... over 13 years ago
Consolidate the version string to reside in one central place to ease change making. More... over 13 years ago
Make plugin loading/reloading case-insensitive. More... over 13 years ago
String: make levenshtein command threaded, since it can take a nontrivial amount of time with longer inputs. More... over 13 years ago
String: make re timeout configurable. More... over 13 years ago
Fix error handling for subprocesses. More... over 13 years ago
Status.processes: add output of currently active processes. More... over 13 years ago
commands.process: return immediately when terminating process, without having to deal with the queue. otherwise, we have to block for $smalldelay between putting and getting the item, since queue putting is not instantaneous and sometimes we would get 'nothing returned' instead of the timeout message. More... over 13 years ago
Status: add 'processes' command, the multiprocessing equivalent of the threads command. More... over 13 years ago
Some improvements to the commands.process function - better process naming and informational output. More... over 13 years ago
Create a commands.process function which runs a function inside a separate process. More... over 13 years ago
Ensure channel-specific reply.whenNotAddressed works.
James McCoy
as James Vega
More... almost 14 years ago
Ensure channel-specific reply.whenNotAddressed works.
James McCoy
as James Vega
More... almost 14 years ago
Topic: fix bug in invalid number error output. Previously, when giving an invalid positive number, error would reference number-1 as being invalid. More... almost 14 years ago
Filter: catch invalid input for unbinary command. More... almost 14 years ago
Include String plugin for Utilities' tests.
James McCoy
as James Vega
More... almost 14 years ago
ShrinkUrl: Add serviceRotation config.
James McCoy
as James Vega
More... almost 14 years ago
Socket driver: implement ssl connection support. More... almost 14 years ago
Filter: add unbinary command, as counterpart to binary command. More... almost 14 years ago
Services: Don't filter outgoing JOIN messages on disabled networks
James McCoy
as James Vega
More... almost 14 years ago
Services: Don't filter outgoing JOIN messages on disabled networks
James McCoy
as James Vega
More... almost 14 years ago
Use conf.registerGlobalValue to ensure generated values are properly setup.
James McCoy
as James Vega
More... almost 14 years ago
Use conf.registerGlobalValue to ensure generated values are properly setup.
James McCoy
as James Vega
More... almost 14 years ago
Elide ignored replies from nested command output.
James McCoy
as James Vega
More... almost 14 years ago
Services: Properly register the NickServ.password group and child values.
James McCoy
as James Vega
More... almost 14 years ago
Services: Properly register the NickServ.password group and child values.
James McCoy
as James Vega
More... almost 14 years ago
supybot: Remove extraneous sys.stdin.close()
James McCoy
as James Vega
More... almost 14 years ago