]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2005-05-16 brainRemoved __single_client_alloc again because gcc devs...
2005-05-15 brainFixed typo in die tag
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainChanged to use __single_client_alloc, supposedly faster...
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 brainNew docs
2005-05-15 brainMoved StrHashComp and InAddr_HashComp into the irc...
2005-05-15 brainMade modules use irc::string where they were using...
2005-05-15 brainAdded docs for hashcomp
2005-05-15 brainAdded comments for doxygen
2005-05-15 brainAdded irc::string
2005-05-15 brainA few simple output lines (similar to gnu autoconf...
2005-05-15 brainChanged kqueue warning - no longer experimental code
2005-05-15 brainAdded detection for kqueue, so if your BSD system doesn...
2005-05-15 brainAdded better detection of strlcpy that doesn't involve...
2005-05-15 brainAdded comments to hashcomp.cpp
2005-05-15 brainGCC 3.4/4.0 fixes
2005-05-15 brainsorted hashcomp etc
2005-05-15 brainMaking sure this is compatible with GCC3.4/4.x
2005-05-15 brainMade 'make clean' make cleaner :-P
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 brainUpdated example conf to list all non-extra modules...
2005-05-14 brainAdded uniqueness sums to docs
2005-05-14 brainAdded RFCs
2005-05-14 brainAdded 'uniqueness sums': http://www.inspircd.org/wiki...
2005-05-14 brainUpdated documentation
2005-05-13 brainAdded Server::GetServerDescription() at request of...
2005-05-13 brainCreated new html docs (new css)
2005-05-13 brainRe-added the dot graphs again
2005-05-12 brainAdded docs for new smaller memory footprint classes
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 brainHonking great memory leak fixed that's been there since...
2005-05-12 brainCustomizable by-byte-size recvq stuff
2005-05-12 brainFixed wrong number being shown when sendq exceeded
2005-05-12 brainUpdated default sendq size to 256k
2005-05-11 brainadded sendq stuff, see example config
2005-05-11 brainAdded basic sendq stuff - WARNING, there is no configur...
2005-05-11 brainFixed weird bug where on mass join/part flood, the...
2005-05-11 brainDns poll not called often enough
2005-05-10 brainMade ping check loop less regular in kqueue version
2005-05-10 frostycoolslugAdded Cache support for the KQueue Question
2005-05-10 brainAdded ability to accept() up to 32 pending sockets...
2005-05-10 brainAdded server-listen-sockets to kqueue support (all...
2005-05-10 brainAdded kqueue for listening sockets
2005-05-10 brainFixed crash when socket reads 0 whilst in kqueue mode
2005-05-10 brainAdded socket engine to version response
2005-05-10 brainFixed kqueue setting not being changed
2005-05-10 brainCannot initialize kqueue BEFORE the daemon fork!
2005-05-09 brainHit dns with spork. Repeat until crispy.
2005-05-09 brainBasics of kqueue() implementation for socket engine
2005-05-09 brainChanged pool size from 64 to 1024
2005-05-09 brainFixes to way allocations are handled
2005-05-09 brainOptimized userlist() (a lot faster with many users...
2005-05-09 brainOptimised strlower (much faster, uses a lookup table)
2005-05-09 brainModified to rm the .o files from the modules dir
2005-05-09 brainModified to use -pipe
2005-05-09 brainMissed a -c
2005-05-09 brainNew way of building modules
2005-05-09 brainNew way of building modules, this is supposedly more...
2005-05-09 brainNow secures binaries with 0700 perms as theyre installed
2005-05-09 brainFixed Craig's buggy configure :p
2005-05-08 brainReordered stuff
2005-05-08 brainFixed 'make clean'
2005-05-08 brainFix naming glitches
2005-05-08 brainRenamed core files to all be libIRCD*
2005-05-08 brainMinor tweaks
2005-05-08 brainChanged to fully dynamic core (should be faster compile...
2005-05-08 brain/WHOIS as oper now shows real ip as well as real host
2005-05-08 brainAdded USERIP numeric 005 output
2005-05-08 brainFixed to use numeric 340-
2005-05-08 brainAdded m_userip.cpp requested by Selphie
2005-05-08 brainChanged the final bunch of udp_* vars to server_*/tcp_*
2005-05-08 brainFixed remote kills to display the correct source (spott...
2005-05-07 brainMoved to Beta 5 CVS
2005-05-07 brainAdded final documentation for inspircd Beta 4
2005-05-07 brainUpdated version counter to beta4
2005-05-06 brainEmpty but non-null string passed to is_uline returns...
2005-05-06 brainFixed services not being informed of force joins
2005-05-06 brainFixed logging slowdown
2005-05-06 brainAdded numeric 318 to /WHOIS when nick is not found...
2005-05-06 brainAdded numeric 412 "no text to send"
2005-05-06 brainTest fix for 3.23 and below
2005-05-06 brainRemoval of some pointless debug
2005-05-06 brainRemoved debug output associated with fix of bug #63
2005-05-06 brainFixed park crash bug #63 reported by ViaraiX
2005-05-05 brainFixes to:
2005-05-04 brainChanged to handle : as a NOP token so that 'assuming...
2005-05-04 brainFix to a mode parsing bug (eating wrong version of...
2005-05-03 brainFixed off-by-one error in client read() (improbable...
2005-05-03 brainFixed to remove privilages upon kick
2005-05-03 brainfixed warning of redefinition of RUSAGE_SELF
2005-05-03 brainFix annoying off-by-one error in connection::RecvPacket...
2005-05-03 brainAdded more fault tolerance to server links
2005-05-03 brainFixed 'no such server' when server is found
next