]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
A few anti-flood features
[user/henk/code/inspircd.git] / src / inspircd.cpp
2005-04-29 brainA few anti-flood features
2005-04-29 brainTidied up zline stuff
2005-04-29 brainMade xline notices neater when notifying of unknown...
2005-04-29 brainAdded code to detect and set local zlines for "flood...
2005-04-29 brainUpdated buffering, faster and more sensible (old code...
2005-04-28 brainFixed WriteCommon not writing to the source user when...
2005-04-28 brainRemote versioning fixes
2005-04-28 brainAdded remote versioning
2005-04-28 brainBlah (ive committed so many times to fix this bug its...
2005-04-28 brainChanged point where routing table is sent so that servi...
2005-04-28 brainFixes to WriteCommon and WriteCommonExcept
2005-04-27 brainDouble nickchange
2005-04-27 brainDouble nickchange issue
2005-04-27 brainFixed stuff
2005-04-27 brainLinking fixes
2005-04-27 brainNo suck nickname?! why didn't anyone see this?!
2005-04-27 brainOptimized stuff
2005-04-27 brainAdded explicit oper tracking in a vector of userrec...
2005-04-26 brainUpdated startup colour scheme
2005-04-26 brainChanged some %d to %lu
2005-04-26 brainstrlen tidyup #2
2005-04-26 brainStrlen tidyup (based on results of gprof output)
2005-04-26 brainFixed problem where nobody could message a channel...
2005-04-26 brainMajor *MAJOR* optimizations by double-referencing chann...
2005-04-26 brainAdded channel 'counter', increases speed of quits,...
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-23 brainSpeedup for buffered uplinks
2005-04-21 brainAdded warning on unresolved symbol errors about 'you...
2005-04-20 brainAdded OnUserDisconnect method to modules.* to fix fd...
2005-04-18 brainAdded PID reporting and testing before daemonize
2005-04-18 brainChanged "is now running" message to AFTER port bind...
2005-04-18 brainFixed /LUSERS server count again
2005-04-18 brainFixed /LUSERS server count
2005-04-18 brainFixed strange join behavior reported by w00t (mirc...
2005-04-18 brainFixed strhashcomp
2005-04-17 brainFixed bug #47 reported (and suggested fix) by Om
2005-04-15 brainAdded new API methods:
2005-04-15 brainFixed bug where if channel limit was lower than the...
2005-04-14 brainAdded ability for modules to hold users in a 'holding...
2005-04-14 brainAdded OnUserKick and OnUserPreKick
2005-04-14 brainStupid typos
2005-04-14 brainFixed minor typo in AllModulesReportReady()
2005-04-14 brainAdded (untested!) OnCheckReady and OnUserRegister ...
2005-04-14 brainAdded OnPreCommand
2005-04-13 brainFixed some 'unknown command' stuff (sorry w00t) :p
2005-04-13 brainUpdated to support OnSendList
2005-04-13 brainFixed m_park stuff
2005-04-13 brainFixed OnBackgroundTimer segfaults
2005-04-12 brainAdded OnBackgroundTimer method, ticks every 5 seconds...
2005-04-12 brainAdded Server::PseudoToUser and Server::UserToPseudo
2005-04-11 brainMore fixes :/
2005-04-11 brainBlah
2005-04-11 brainGrr
2005-04-11 brainMore module fixes
2005-04-11 brainFucking linux
2005-04-11 brainStoopid bloody linux
2005-04-11 brainMore fixes
2005-04-11 brainAttempts to fix broken /loadmodule on some linux
2005-04-11 brainFixed /unloadmodule on crappy gentoo
2005-04-11 brainMade setrlimit a commandline option
2005-04-09 brainChanged parameters of OnPacketTransmit and OnPacketRece...
2005-04-09 brainAdded support for /NAMES with no parameters (just gives...
2005-04-08 brainAdded <disabled:commands> tag!
2005-04-08 brainAdded ability to disable any command for non-opers
2005-04-08 brainAdded customizable pingfreq
2005-04-08 brainAdded optional module path to the configuration file
2005-04-08 brainrehashing now adds and removes modules
2005-04-07 brainAdded module flags output to /MODULES
2005-04-07 brainAdded ability for non-opers to see simplistic /modules...
2005-04-07 brain/LOADMODULE and /UNLOADMODULE all successfully working!
2005-04-07 brainTons of module versionflags stuff, and checks for it...
2005-04-07 brainStarted work on /UNLOADMODULE, resource tracking and...
2005-04-07 brainAdded /LOADMODULE (tested and working)
2005-04-07 brainFixed a double free in dnsqueue.cpp
2005-04-06 brainMoved module loading to a LoadModule function that...
2005-04-06 brainChanged the loglevel of some startup failure messages...
2005-04-06 brainFixed casting warning in ShowMOTD under linux
2005-04-05 brainFix to bug #33 (weird /map)
2005-04-05 brainMajor optimizations!
2005-04-05 brainOptimized connects - motd is sent faster
2005-04-05 brainInspIRCd now logs value of <die> to the logfile on...
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-03 brainStrange crash fix
2005-04-03 brainAdded another check to the mainloop
2005-04-03 brainFix for bug #39, m_redirect returning invalid/random...
2005-04-03 brainAdded code to shutdown listening sockets on exit
2005-04-03 brainFixed a few small dns timeout bugs (allowing users...
2005-04-03 brainMajor optimizations! now uses under 1% cpu all the...
2005-04-02 brainFixes for dns queueing, timeout functions etc moved...
2005-04-02 brainConnection fixes
2005-04-02 brainAdded pid file support, and documentation for it
2005-04-02 brainOne final attempt at fixing some of craigs whinges...
2005-04-01 brainMassive stats L speedup
2005-04-01 brainFixed string format vunerability, thanks again to the...
2005-04-01 brainFixed nasty bugs.
2005-04-01 brainAttempts to fix some random crashes
2005-04-01 brainFixed 'unlikely' crash if nick was changed before dns...
2005-04-01 brainDNS timeout fixes!
2005-04-01 brainAdded nonblocking dns
next