summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2005-03-27Made config parsing code a bit more lenientbrain
2005-03-25Fixed gentoo (mainly) compatibility -- missing strlcat in this implementation:brain
2005-03-25Fixed inspstring strlcpy and strlcatbrain
2005-03-25Added implementation of strlcpy and strlcat for systems that dont have itbrain
2005-03-25Added a lot of config error checkingbrain
2005-03-24Fixed a ton of MODE crap 'avec le' services :pbrain
2005-03-21Changed ordering of sys/socket.h and sys/types.h to fix compile error on gcc ...brain
2004-09-11Security audit based on RATS outputbrain
2004-05-28Test change to verify security settings on brainbox allow me to commit to cvsbrain
2004-05-22Added support for changing of text within OnUserPreNotice and OnUserPreMessag...brain
2004-05-22Added remainder of OnUserPreInvite stuffbrain
2004-05-22Added OnUserPreInvite method for use with +V etcbrain
2004-05-16Updated header commentsbrain
2004-05-01Modified OnUserPreJoin to support join overridingbrain
2004-05-01Added stub to handle SERVER commandbrain
2004-05-01Added documentation of new ConfigReader methods suggested by Azhrarn for sanitybrain
2004-05-01Added extra docs to cover OnUserSync etcbrain
2004-05-01Provided modules with the ability to sync data on a netjoinbrain
2004-05-01Added Module::OnAccessCheckbrain
2004-04-30Added support for HasPermission methodbrain
2004-04-30Added Extensible classesbrain
2004-04-29Moved more types into Extensiblebrain
2004-04-29Added 'Extensible' class which allows modules to store custom data in objectsbrain
2004-04-27Added m_alias module which provides command aliases.brain
2004-04-26Fixed bug #15 - mode case sensitivity issue in mirc (glitch reported by strik...brain
2004-04-25Added comments and fixesbrain
2004-04-25Added some stuff to diffrentiate between global and local Q/Z linesbrain
2004-04-24Fixed quit-bouncing issue when a user is g-linedbrain
2004-04-24Added G-line, Z-line and K-line plus SZLINE, SGLINE, etc.brain
2004-04-24Q-lines fully working, can add and remove other types of ban (but not enforce...brain
2004-04-24Added a bunch of xline stuff and added qline spport for /nick and svsnickbrain
2004-04-24Added XLine stuffbrain
2004-04-24Added xline.cpp and xline.h, implements k/g/z/q linesbrain
2004-04-23a|KK|y bitchingbrain
2004-04-22Added more services stuffbrain
2004-04-22Added tons of services/uline stuff. DO NOT USE YET! services data isnt replic...brain
2004-04-21Various services compatibility stuffbrain
2004-04-19Fixes to typos and function exporting between source filesbrain
2004-04-19Changed occurances of udp_host to tcp_host for readabilitybrain
2004-04-19These files now hold the command handler functionsbrain
2004-04-19Moved all command handler functions into commands.cpp/commands.hbrain
2004-04-19added mode.h/mode.cpp and seperated mode functions into itbrain
2004-04-19Moving yet more stuff into message.cppbrain
2004-04-19Started seperating out functionsbrain
2004-04-18Changes of RemoveServer to char* to const char*brain
2004-04-18Fixes to recoverybrain
2004-04-18Forgot to save some stuffbrain
2004-04-17Added calls to sched_yield() to cut down processor usage - won't work in *bsdbrain
2004-04-17Added new documentation to cover ircd_connectorbrain
2004-04-17Updated comments herebrain