summaryrefslogtreecommitdiff
path: root/src/modules/m_setidle.cpp
AgeCommit message (Expand)Author
2006-07-28Add support for syntax of commands in place of the text 'Not enough parameter...brain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-02-26Server* Srv marked static or moved to private member of module class in all m...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-16Moved to new command systembrain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-04-13Changed to non-conflicting numeric 948 for invalid idle timebrain
2005-04-11Added getrlimit/setrlimit to set process limits to allow a core dumpbrain
2005-04-10Fixed to not have an idle time greater than the signon timebrain
2005-04-10Added m_setidle, allows opers to set their idle timesbrain