]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Added m_remove by om, uses a force part to replace a kick to thwart auto rejoin
[user/henk/code/inspircd.git] / include /
2005-03-25 brainFixed gentoo (mainly) compatibility -- missing strlcat...
2005-03-25 brainFixed inspstring strlcpy and strlcat
2005-03-25 brainAdded implementation of strlcpy and strlcat for systems...
2005-03-25 brainAdded a lot of config error checking
2005-03-24 brainFixed a ton of MODE crap 'avec le' services :p
2005-03-21 brainChanged ordering of sys/socket.h and sys/types.h to...
2004-09-11 brainSecurity audit based on RATS output
2004-05-28 brainTest change to verify security settings on brainbox...
2004-05-22 brainAdded support for changing of text within OnUserPreNoti...
2004-05-22 brainAdded remainder of OnUserPreInvite stuff
2004-05-22 brainAdded OnUserPreInvite method for use with +V etc
2004-05-16 brainUpdated header comments
2004-05-01 brainModified OnUserPreJoin to support join overriding
2004-05-01 brainAdded stub to handle SERVER command
2004-05-01 brainAdded documentation of new ConfigReader methods suggest...
2004-05-01 brainAdded extra docs to cover OnUserSync etc
2004-05-01 brainProvided modules with the ability to sync data on a...
2004-05-01 brainAdded Module::OnAccessCheck
2004-04-30 brainAdded support for HasPermission method
2004-04-30 brainAdded Extensible classes
2004-04-29 brainMoved more types into Extensible
2004-04-29 brainAdded 'Extensible' class which allows modules to store...
2004-04-27 brainAdded m_alias module which provides command aliases.
2004-04-26 brainFixed bug #15 - mode case sensitivity issue in mirc...
2004-04-25 brainAdded comments and fixes
2004-04-25 brainAdded some stuff to diffrentiate between global and...
2004-04-24 brainFixed quit-bouncing issue when a user is g-lined
2004-04-24 brainAdded G-line, Z-line and K-line plus SZLINE, SGLINE...
2004-04-24 brainQ-lines fully working, can add and remove other types...
2004-04-24 brainAdded a bunch of xline stuff and added qline spport...
2004-04-24 brainAdded XLine stuff
2004-04-24 brainAdded xline.cpp and xline.h, implements k/g/z/q lines
2004-04-23 braina|KK|y bitching
2004-04-22 brainAdded more services stuff
2004-04-22 brainAdded tons of services/uline stuff. DO NOT USE YET...
2004-04-21 brainVarious services compatibility stuff
2004-04-19 brainFixes to typos and function exporting between source...
2004-04-19 brainChanged occurances of udp_host to tcp_host for readability
2004-04-19 brainThese files now hold the command handler functions
2004-04-19 brainMoved all command handler functions into commands.cpp...
2004-04-19 brainadded mode.h/mode.cpp and seperated mode functions...
2004-04-19 brainMoving yet more stuff into message.cpp
2004-04-19 brainStarted seperating out functions
2004-04-18 brainChanges of RemoveServer to char* to const char*
2004-04-18 brainFixes to recovery
2004-04-18 brainForgot to save some stuff
2004-04-17 brainAdded calls to sched_yield() to cut down processor...
2004-04-17 brainAdded new documentation to cover ircd_connector
2004-04-17 brainUpdated comments here
2004-04-16 brainFixed some SQUIT stuff
2004-04-16 brainMesh cookie linking fixes (was giving remote port to...
2004-04-16 brainSQUIT and routing of messages fixes during periods...
2004-04-16 brainFixes to only send SQUIT tokens to servers that are...
2004-04-16 brainAdded ability to update routing table on the fly if...
2004-04-16 brainAdded various routing tokens (such as 'R' redirect...
2004-04-15 brain/MAP and /LINKS added back (do not use - needs testing)
2004-04-15 brainMesh tweaks (wasnt sending the ip in the + packet)
2004-04-15 brainMesh linking stuff
2004-04-15 brainFixes for nonblocking socket issues
2004-04-15 brainTons of linking tweaks
2004-04-14 brainBuffering fixes
2004-04-14 brainMore fixes to connection buffer handling
2004-04-14 brainChanged server to server links from UDP to TCP due...
2004-04-12 brainAdded 'a' amd 'b' server link tokens (change gecos...
2004-04-12 brainAdded '@' (WALLOPS) link token
2004-04-11 brainPacket buffering
2004-04-11 brainrace condition fixes
2004-04-11 brainAttempted fixes for UDP race conditions
2004-04-11 brainAdded better checking to packet sending (MUST receive...
2004-04-11 brainAdded 'i' and 't' type link datagrams
2004-04-10 brainAdded J, P and Q type datagrams
2004-04-10 brainAdded experimental 'P' token (privmsg)
2004-04-10 brainAdded /map and /links
2004-04-10 brainAdded server to server 'J' token
2004-04-09 brainAdded security function that removes paths from filenames
2004-04-09 brainAdded flood= value to connect allow classes, added...
2004-04-08 brainAdded ConfigReader::EnumValues() (requested by Craig)
2004-04-08 brainTons of buffering fixes and optimisations for user...
2004-04-07 brainadded documentation to FileReader::Exists()
2004-04-07 brainAdded Server::CountUsers function
2004-04-07 brainAdded preliminary support for ConfigReader::Verify...
2004-04-07 brainAdded servernotice back to the user, informing them
2004-04-07 brainModified to support wildcard matching of glob patterns
2004-04-07 brainFixed config reader to cache its files instead of re...
2004-04-06 brainindentation fixes
2004-04-06 brainUpdated docs
2004-04-06 brainOnUserPre* api fixes
2004-04-06 brainAdded OnUserPreMessage and OnUserPreNotice events ...
2004-04-06 brainAdded support for SVS-style Server class methods for...
2004-04-05 brainAdded support for OnWhois, OnOper, OnInfo and SendToMod...
2004-04-05 brainFix for bug ID #5 (PING, PONG And other matters)
2004-04-05 brainFix for bug ID #6 (excessively long commands)
2004-04-05 brainModified the Module::OnExtendedMode() method to use...
2004-04-04 brainCompleted support for module-handled umodes
2004-04-04 brainAdded support for module-based chanmodes with parameter...
2004-04-03 brainTons more sanity checks and length checks
2004-04-03 brainAdded support for module-defined chanmodes with no...
2004-04-02 brainImproved comments
2004-04-02 brainAdded ability to override modes (allows SAMODE support...
2004-04-02 brainAdded support for modules to create commands - this...
next