summaryrefslogtreecommitdiff
path: root/src/modules/m_userip.cpp
AgeCommit message (Expand)Author
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-08WHEEEEE!!!!!brain
2006-08-04Change to using userrec::ip as a sockaddr to store port, ip and address famil...brain
2006-08-01The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t...brain
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-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-02-26Server* Srv marked static or moved to private member of module class in all m...brain
2006-02-15Removed a whole lot of strchr's looking for mode +o where we can do if *user-...brain
2006-01-27Improved IP handling. Now uses in_addr to store client ip, not char[16]!brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-26Last set converted to 'Implements'brain
2005-12-16Typo in declarationbrain
2005-12-16Last set of modules converted to new command systembrain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-05-20Fixed case-sensitivity typo in module name for Addcommandbrain
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-05-08Added USERIP numeric 005 outputbrain
2005-05-08Fixed to use numeric 340-brain
2005-05-08Added m_userip.cpp requested by Selphiebrain