]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Grr....
[user/henk/code/inspircd.git] / include /
2005-05-24 brainNonblocking connect() for outbound server links (why...
2005-05-24 brainAdded ping checks for server links (experimental)
2005-05-23 brainBuffer size limits (hard coded to 1mb for now, will...
2005-05-23 brainTidied up some socket stuff into userrec
2005-05-23 brainOutput buffering on server connections
2005-05-22 brainChanged revision id's to std::string
2005-05-20 brainRemoved stupid consts
2005-05-20 brain*** empty log message ***
2005-05-20 brainAdded COMMANDS command (yes, really)
2005-05-17 brainShrunk some datatypes
2005-05-17 brainMoved a load of servers-only stuff into serverrec out...
2005-05-16 brainRemoved __single_client_alloc again because gcc devs...
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainUpdated to keep lowermap const within hashcomp.cpp
2005-05-15 brainUpdated strhashcomp to use irc::string internally rathe...
2005-05-15 brainMoved StrHashComp and InAddr_HashComp into the irc...
2005-05-15 brainAdded comments for doxygen
2005-05-15 brainAdded irc::string
2005-05-15 brainsorted hashcomp etc
2005-05-15 brain(Untested) added hashcomp.cpp, seperates out the stl...
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-05-15 brainAdded idea from ircu: /invite with too few params shows...
2005-05-14 brainAdded 'uniqueness sums': http://www.inspircd.org/wiki...
2005-05-13 brainAdded Server::GetServerDescription() at request of...
2005-05-12 brainOptimized some static structs
2005-05-12 brainChanged the type of struct whowas records are stored...
2005-05-12 brainStructure optimizations, changed a lot of bools into...
2005-05-12 brainDocumented new recvq and sendq stuff
2005-05-12 brainCustomizable by-byte-size recvq stuff
2005-05-11 brainadded sendq stuff, see example config
2005-05-11 brainAdded basic sendq stuff - WARNING, there is no configur...
2005-05-08 brainChanged the final bunch of udp_* vars to server_*/tcp_*
2005-05-05 brainFixes to:
2005-05-03 brainFixed to always look for the ircd.log within the bin...
2005-05-01 brainAdded FindDescriptor
2005-05-01 brainAdded and tested fd crossreference table - improves...
2005-04-30 brainTried a new way of doing remote versions
2005-04-30 brainAdded OnAddBan and OnDelBan module api calls, and fixed...
2005-04-29 brainFixed some flood checking
2005-04-29 brainA few anti-flood features
2005-04-29 brainUpdated buffering, faster and more sensible (old code...
2005-04-28 brainAdded remote versioning
2005-04-28 brainChanged some comments
2005-04-27 brainAdded a Server:: method to send server notices to channels
2005-04-27 brainAdded explicit oper tracking in a vector of userrec...
2005-04-26 brainCommented new functions
2005-04-26 brainMajor *MAJOR* optimizations by double-referencing chann...
2005-04-26 brainAdded channel 'counter', increases speed of quits,...
2005-04-26 brainFixed dicky buffer (due to cleanup the wrong variable...
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-23 brainAdded global oper monitoring through modules and global...
2005-04-23 brainServices speedups for stupid buffered i/o uplinks
2005-04-22 brainAdded server input buffers (for systems that decide...
2005-04-22 brainAdded OnOperCompare function to override strcmp in...
2005-04-21 brainAdded password field
2005-04-20 brainAdded extra comment
2005-04-20 brainAdded module message passing architecture
2005-04-20 brainAdded OnUserDisconnect method to modules.* to fix fd...
2005-04-16 brainAdded:
2005-04-16 brainAdded a chanrec to OnRawMode, om pointed out i hadnt...
2005-04-15 brainAdded new API methods:
2005-04-15 brainRemoved deprecated class 'packet'
2005-04-14 brainAdded ability for modules to hold users in a 'holding...
2005-04-14 brainAdded OnUserKick and OnUserPreKick
2005-04-14 brainAdded (untested!) OnCheckReady and OnUserRegister ...
2005-04-14 brainAdded OnPreCommand
2005-04-13 brainAdded IsValidHostMask
2005-04-13 brainAdded Module::OnSendList
2005-04-13 brainAdded Server::AddGLine
2005-04-12 brainAdded OnBackgroundTimer method, ticks every 5 seconds...
2005-04-12 brainAdded Server::PseudoToUser and Server::UserToPseudo
2005-04-11 brainDns free() errors fixed
2005-04-09 brainChanged parameters of OnPacketTransmit and OnPacketRece...
2005-04-08 brainAdded customizable pingfreq
2005-04-07 brainStarted work on /UNLOADMODULE, resource tracking and...
2005-04-07 brainAdded /LOADMODULE (tested and working)
2005-04-07 brainAdded VF_ module flags as discussed with Craig
2005-04-05 brainFix to bug #33 (weird /map)
2005-04-04 brainAdded the module method OnUserPostNick for capturing...
2005-04-04 brainAdded E:Lines, a form of ban exception that can prevent...
2005-04-04 brainAdded new <banlist> tags, allows dynamic banlist sizes...
2005-04-02 brainAdded DNS class to documentation
2005-04-02 brainAdded pid file support, and documentation for it
2005-04-01 brainAttempts to fix some random crashes
2005-04-01 brainDNS timeout fixes!
2005-04-01 brainAdded nonblocking dns
2005-03-27 brainMade config parsing code a bit more lenient
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
next