]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2005-04-26 brainCommented new functions
2005-04-26 brainMajor *MAJOR* optimizations by double-referencing chann...
2005-04-26 frostycoolslugNew Perl ./configure
2005-04-26 frostycoolslugOld sh Version
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 brainAdded -Woverloaded-virtual to catch annoying module...
2005-04-26 brainAdded -Wswitch -Wchar-subscripts -Wparentheses - more...
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-25 brainFixed include issue
2005-04-25 brainAdded hostname checking
2005-04-25 brainAdded m_sqloper, allows storage of opers within a mysql...
2005-04-25 brainNow works on gcc 2.95.x again.
2005-04-25 brainRemoved dependency upon strcasestr()
2005-04-25 brainOptimised SQL
2005-04-25 brainFixed strange leading ":" on remote Z/K/G lines
2005-04-24 brainFixed so that quitprefixes are shown in client exit...
2005-04-24 brainChanged $ModDesc
2005-04-23 brainAdded global connect/oper logging
2005-04-23 brainAdded global oper monitoring through modules and global...
2005-04-23 brainSpeedup for buffered uplinks
2005-04-23 brainServices speedups for stupid buffered i/o uplinks
2005-04-23 brainUpdated field name in schema (date is a reserved word...
2005-04-23 brainFixed typo in OnKill
2005-04-23 brainFixed recursive 'splat' in the actors table
2005-04-23 brainAdded preliminary m_sqllog.cpp
2005-04-23 brainAdded schema for m_sqllog.so
2005-04-22 brainAdded server input buffers (for systems that decide...
2005-04-22 brainFixed weird issues when anope sends large amounts of...
2005-04-22 brainFixed crash-n-burn on rehash
2005-04-22 brainAdded module which provides MD5 encryption for oper...
2005-04-22 brainAdded OnOperCompare function to override strcmp in...
2005-04-21 brainAdded allowpatterns
2005-04-21 brainAdded some extra options
2005-04-21 brainChanged description comment
2005-04-21 brainAdded user/password checks and connection code
2005-04-21 brainAdded m_sqlauth - allows authorizing of connections...
2005-04-21 brainAdded password field
2005-04-21 brainUpdated with a bit more debug output
2005-04-21 brainRemoved some debug output
2005-04-21 brainAdded documentation to manpages of Request, Event and...
2005-04-21 brainFixed to allow debugging
2005-04-21 brainNew stuff actually compiles now
2005-04-21 brainAdded header for m_sql with inherited Request class
2005-04-21 brainCorrected library paths in $CompileFlags
2005-04-21 brainAdded warning on unresolved symbol errors about 'you...
2005-04-21 brainAdded LD_LIBRARY_PATH hacks/kludges to the .inspircd...
2005-04-21 brainTested initial m_sql (works with issues)
2005-04-20 brainAdded preliminary m_sql.cpp
2005-04-20 brainMoved to B4
2005-04-20 brainMoved to B3 official
2005-04-20 brainAdded extra comment
2005-04-20 brainAdded module message passing architecture
2005-04-20 brainRemoved some unceccessary debug output
2005-04-20 brainAdded OnUserDisconnect method to modules.* to fix fd...
2005-04-19 brainFixed fd leaks
2005-04-19 brainAdded 'server already exists' check for u-type links
2005-04-19 brainFixed bug when ordering a bot to leave using anope...
2005-04-19 brainFixed anope module sending L tokens with 2 instead...
2005-04-18 brainFixed broken server/server handshake for U-type server...
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-17 brainRemoved some old uneeded code
2005-04-16 brainAdded:
2005-04-16 brainFixed lingering (SO_REUSEADDR was being set to 0?)
2005-04-16 brainAdded extra parameter to OnRawMode in docs
2005-04-16 brainUpdated documentation of <connect> tags at request...
2005-04-16 brainAdded a chanrec to OnRawMode, om pointed out i hadnt...
2005-04-15 brainFixed a minor bug in text formatting of errors
2005-04-15 brainNew docs for API:
2005-04-15 brainAdded new API methods:
2005-04-15 brainFixed a minor parameter bug (display glitch, wrong...
2005-04-15 brainRemoved deprecated class 'packet'
2005-04-15 brainRemoved some deprecated documentation (html)
2005-04-15 brainRemoved some deprecated documentation
2005-04-15 brainAdded the m_chanfilter module, implements chanmode...
2005-04-15 brainMade cmode and chanmode more safe
2005-04-15 brainSomeone got a comparison completely the wrong way aroun...
2005-04-15 brainFixed bug where if channel limit was lower than the...
2005-04-14 brainNew documentation on today's new methods etc
2005-04-14 brainBrains law of coding #1: There will always be typos...
2005-04-14 brainSends /LUSERS on connect
2005-04-14 brainMore nice comments (this module is kind of a flagship...
2005-04-14 brainChanged the state engine states to nice constants
2005-04-14 brainMore careful checks for control characters and linefeed...
2005-04-14 brainAdded comments
2005-04-14 brainLots of bugfixes, added timeouts, completely nonblocking!
2005-04-14 brainAdded ability for modules to hold users in a 'holding...
2005-04-14 brainAdded m_ident skeleton
2005-04-14 brainAdded OnUserKick and OnUserPreKick
2005-04-14 brainAdded rm -rf src/modules/*.so to make modclean
2005-04-14 brainFixed typo
2005-04-14 brainStupid typos
2005-04-14 brainFixed minor typo in AllModulesReportReady()
2005-04-14 brainAdded (untested!) OnCheckReady and OnUserRegister ...
next