]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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 ...
2005-04-14 brainAdded OnPreCommand
2005-04-13 brainUpdated /INFO (nothing in here before, was 2 years...
2005-04-13 brainAdded IsValidHostMask
2005-04-13 brainFixed some 'unknown command' stuff (sorry w00t) :p
2005-04-13 brainChanged to non-conflicting numeric 948 for invalid...
2005-04-13 brainFixed stupid m_park disabling privmsgs to all users :/
2005-04-13 brainUpdated to support OnSendList
2005-04-13 brainUpdated to support OnSendList
2005-04-13 brainAdded Module::OnSendList
2005-04-13 brainAdded Server::AddGLine
2005-04-13 brainFixed a typo
2005-04-13 brainFixed /kill bug in m_operlevels (couldnt kill non-opers)
2005-04-13 brainFixed m_park stuff
2005-04-13 brainDouble 367 numeric glitch fixed
2005-04-13 brainNow tracks quits (just in case some oper saquits, then...
2005-04-13 brainTrack user quits in the park list
2005-04-13 brainFixed OnBackgroundTimer segfaults
2005-04-12 brainUnitialized data bites the big one
2005-04-12 brainFixed not reading sessions until a rehash
2005-04-12 brainAdded 005 numeric handling, token is "PARK"
2005-04-12 brainFixed to prevent giving out negative keys
2005-04-12 brainAdded m_park, user parking to keep ops during a ping...
2005-04-12 brainAdded OnBackgroundTimer method, ticks every 5 seconds...
2005-04-12 brainAdded Server::PseudoToUser and Server::UserToPseudo
2005-04-12 brainSomebody *dum de dum, nonchalant* put double closing...
next