Age | Commit message (Expand) | Author |
2005-05-26 | Modified to ignore *.o and *.so files where our global cvsignore env isnt set | brain |
2005-05-26 | Added/fixed .cvsignore files | brain |
2005-05-25 | Operhosts are now optional (in the type tag) | brain |
2005-05-25 | Added ability to update the helpop file on rehash (Bug #69) | frostycoolslug |
2005-05-25 | Added denychans module, allows blocking of channels | brain |
2005-05-25 | Changed so that when the first in the channel gets founder, the +q mode chang... | brain |
2005-05-23 | Removed m_globops setting +g automatically on oper, m_opermodes.so can do thi... | brain |
2005-05-21 | Added m_opermodes.cpp, allows addition and removal of modes on oper up | brain |
2005-05-20 | *** empty log message *** | brain |
2005-05-20 | Fixed case-sensitivity typo in module name for Addcommand | brain |
2005-05-15 | Changed to use __single_client_alloc, faster on most systems in a single thread | brain |
2005-05-15 | Made modules use irc::string where they were using strcasecmp() | brain |
2005-05-15 | Moved a ton of functions into helperfuncs.h to speed up recompiles | brain |
2005-05-12 | Structure optimizations, changed a lot of bools into binary bitmasks | brain |
2005-05-11 | Added basic sendq stuff - WARNING, there is no configuration yet, this CVS al... | brain |
2005-05-08 | Added USERIP numeric 005 output | brain |
2005-05-08 | Fixed to use numeric 340- | brain |
2005-05-08 | Added m_userip.cpp requested by Selphie | brain |
2005-05-06 | Fixed logging slowdown | brain |
2005-05-06 | Test fix for 3.23 and below | brain |
2005-05-03 | Fixed to remove privilages upon kick | brain |
2005-05-03 | Added another check for 'NoServerUline' type thing. | frostycoolslug |
2005-05-03 | Missed missing ) | frostycoolslug |
2005-05-03 | Added Check for 'NoServer' when +r ing a channel. | frostycoolslug |
2005-05-02 | Fix for bug #62 (replaces only occur once per line) | brain |
2005-04-30 | Added OnAddBan and OnDelBan module api calls, and fixed glitch which required... | brain |
2005-04-27 | A little more error checking on the banmask etc | brain |
2005-04-27 | Fixed WriteChannelWithServ | brain |
2005-04-27 | Added preliminary timed bans module | brain |
2005-04-27 | Added explicit oper tracking in a vector of userrec* pointers, optimizes send... | brain |
2005-04-26 | Added -Wswitch -Wchar-subscripts -Wparentheses - more stable and more pedanti... | brain |
2005-04-26 | Major code tidyup (-W) - expect a few belches | brain |
2005-04-25 | Fixed include issue | brain |
2005-04-25 | Added hostname checking | brain |
2005-04-25 | Added m_sqloper, allows storage of opers within a mysql database | brain |
2005-04-25 | Now works on gcc 2.95.x again. | brain |
2005-04-25 | Removed dependency upon strcasestr() | brain |
2005-04-25 | Optimised SQL | brain |
2005-04-24 | Changed $ModDesc | brain |
2005-04-23 | Added global connect/oper logging | brain |
2005-04-23 | Fixed typo in OnKill | brain |
2005-04-23 | Fixed recursive 'splat' in the actors table | brain |
2005-04-23 | Added preliminary m_sqllog.cpp | brain |
2005-04-22 | Fixed crash-n-burn on rehash | brain |
2005-04-22 | Added module which provides MD5 encryption for oper passwords plus /mkpasswd | brain |
2005-04-21 | Added allowpatterns | brain |
2005-04-21 | Added some extra options | brain |
2005-04-21 | Changed description comment | brain |
2005-04-21 | Added user/password checks and connection code | brain |
2005-04-21 | Added m_sqlauth - allows authorizing of connections via an arbitary mysql tab... | brain |