]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Fixes to WriteCommon and WriteCommonExcept
[user/henk/code/inspircd.git] / src /
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 brainQuote of the day: some strlens are needed.
2005-04-27 brainFixes to all kinds of annoying problems
2005-04-27 brainA little more error checking on the banmask etc
2005-04-27 brainFixed WriteChannelWithServ
2005-04-27 brainAdded preliminary timed bans module
2005-04-27 brainNo suck nickname?! why didn't anyone see this?!
2005-04-27 brainAdded faster wildcard checking routines
2005-04-27 brainOptimized stuff
2005-04-27 brainOptimized modes (removed strlens etc)
2005-04-27 brainFixed empty modes issue that emerged after dodgy code...
2005-04-27 brainAdded explicit oper tracking in a vector of userrec...
2005-04-27 brainA bit of optimization
2005-04-26 brainMissing debug symbols?!
2005-04-26 brainmmmm, green. Elphaba would be so proud :p
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 brainFixed dicky buffer (due to cleanup the wrong variable...
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 brainFixed typo in OnKill
2005-04-23 brainFixed recursive 'splat' in the actors table
2005-04-23 brainAdded preliminary m_sqllog.cpp
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 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 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 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 a chanrec to OnRawMode, om pointed out i hadnt...
2005-04-15 brainFixed a minor bug in text formatting of errors
2005-04-15 brainAdded new API methods:
2005-04-15 brainFixed a minor parameter bug (display glitch, wrong...
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 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...
next