]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2005-04-05 frostycoolslugAdded ./inspircd (start|stop|restart|rehash|status...
2005-04-05 brainMajor optimizations!
2005-04-05 brainOptimized connects - motd is sent faster
2005-04-05 brainIf writing the PID file fails, it is now written to...
2005-04-05 brainInspIRCd now logs value of <die> to the logfile on...
2005-04-04 brainUpdated docs for ELINE
2005-04-04 brainAdded new documentation for ELine class and OnUserPostN...
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 m_operlevels, prevents opers designated as above...
2005-04-04 brainAdded new <banlist> tags, allows dynamic banlist sizes...
2005-04-03 brainStrange crash fix
2005-04-03 brainAdded shutdown() calls on die
2005-04-03 brainFixed stupid typo again
2005-04-03 brainFixed dumb typo
2005-04-03 brainMore secure checking in 005 handlers
2005-04-03 brainAdded another check to the mainloop
2005-04-03 brainFix for bug #39, m_redirect returning invalid/random...
2005-04-03 brainFixes to crash when setting the key of a channel youre...
2005-04-03 brainAdded code to shutdown listening sockets on exit
2005-04-03 brainFixes to bug#37 and pre-emptive checks for security...
2005-04-03 brainFix to bug #36 reported by Yeti
2005-04-03 brainAdded m_hostchange module, our own homebrew implementat...
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 brainFixed bug number 34, same nick can exist multiple times...
2005-04-02 frostycoolslugFixed cosmetic bug in /who
2005-04-02 brainFixes for dns queueing, timeout functions etc moved...
2005-04-02 brainFixes for dns queueing
2005-04-02 brainFixed dns queue stuff?
2005-04-02 brainConnection fixes
2005-04-02 brainAdded DNS class to documentation
2005-04-02 brainConfig files read by the ircd are now chmod'ed 0600
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 brainTurned an unstable vector into an array
2005-04-01 brainMore dns fixes
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 brainAdded new tags to example config.
2005-04-01 brainDNS timeout fixes!
2005-04-01 frostycoolslugFixed the random seeder thingie!
2005-04-01 brainAdded nonblocking dns
2005-04-01 brainUpdated documentation (html)
2005-04-01 brainUpdated documentation (manpages)
2005-04-01 frostycoolslugFixed Crash bug cause by multiple declarations of ...
2005-03-30 frostycoolslugFixed strcpy vs. strlcpy problem
2005-03-30 frostycoolslugFixed Potential bug in ./configure (case switches shoul...
2005-03-28 brainFixed m_helpop.cpp lowercasing the first line of the...
2005-03-28 brainFixed to take away +q and +a when the user parts the...
2005-03-28 brainFixed to actually CHECK THE PASSWORD of linking servers!
2005-03-28 frostycoolslug/helpop now behaves for opers in the same way it does...
2005-03-28 brainFixed using the wrong function, doh, i must need sleep!
2005-03-28 brainTypos are bad ok?
2005-03-28 brainAdded a module at request of [ed] which stops anyone...
2005-03-28 brainAdded module to restrict channel creation to opers...
2005-03-27 brainFixed 005 numeric to only output 13 tokens per line...
2005-03-27 brainReplaced some 005 constants with their configured values
2005-03-27 brainAdded 005 numeric handling to most of the modules
2005-03-27 brainFixed detection of missing opertypes
2005-03-27 brainAdded SILENCE=999 to 005 numeric
2005-03-27 brainMade config parsing code a bit more lenient
2005-03-27 brainFixed a dumb -eq bug
2005-03-26 brainAdded m_silence.cpp - implementation of /SILENCE command
2005-03-26 brainFixed a minor typo
2005-03-26 brainFixed parsing error with comments that have tabs before...
2005-03-26 brainAdded m_remove by om, uses a force part to replace...
2005-03-26 brainFixed a minor error in error checking (eat that, gramma...
2005-03-25 frostycoolslugAn attempt to Prevent 'Is the same file' problems when...
2005-03-25 brainChanged version to B1
2005-03-25 brainFixed gentoo (mainly) compatibility -- missing strlcat...
2005-03-25 brainFixed inspstring strlcpy and strlcat
2005-03-25 brainFixed strlcpy detection
2005-03-25 brainAdded implementation of strlcpy and strlcat for systems...
2005-03-25 brainFixed a little bug that would come back to bite us...
2005-03-25 brainGCC 3.4 detection tested and working
2005-03-25 brainFixes for GCC3.4 and namespaces (must rerun configure!)
2005-03-25 brainAdded detection for gcc 3.4... where they changed the...
2005-03-25 brainChanged occurances of vector to std::vector
2005-03-25 brainDocumentation update
2005-03-25 brainAdded a lot of config error checking
2005-03-24 brainFinally fixed a load of umode change stuff!
2005-03-24 brainFixed a ton of MODE crap 'avec le' services :p
2005-03-24 brainFixed minor typo in the bugfix, wrong number of bracket...
2005-03-24 frostycoolslugFix to bug #29
2005-03-24 frostycoolslugFix to bug #27
2005-03-24 brainAdded IP addresses to connection notices to support...
2005-03-21 brainChanged ordering of sys/socket.h and sys/types.h to...
2005-03-15 frostycoolslugUpdated it to actually contain items supported by the...
2005-03-15 frostycoolslugMakeconf is pretty much dead, not worth reviving.....
2005-03-15 frostycoolslugInsert Something Funkeh.. err.. There! -->
2005-03-15 frostycoolslugAdded Comment with regard to 'hidden command' :D
2005-03-15 frostycoolslugUpdated SUPPORTED file to reflect some recent changes.
2005-03-14 brainUnknown change
2004-09-11 brainChanges for security based on RATS analysis
2004-09-11 brainSecurity audit based on RATS output
2004-09-04 brainFix to bug #24, stringstream::clear() clears the stream...
next