]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
(Untested) added hashcomp.cpp, seperates out the stl hash_map stuff
[user/henk/code/inspircd.git] / src / modules /
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-05-12 brainStructure optimizations, changed a lot of bools into...
2005-05-11 brainAdded basic sendq stuff - WARNING, there is no configur...
2005-05-08 brainAdded USERIP numeric 005 output
2005-05-08 brainFixed to use numeric 340-
2005-05-08 brainAdded m_userip.cpp requested by Selphie
2005-05-06 brainFixed logging slowdown
2005-05-06 brainTest fix for 3.23 and below
2005-05-03 brainFixed to remove privilages upon kick
2005-05-03 frostycoolslugAdded another check for 'NoServerUline' type thing.
2005-05-03 frostycoolslugMissed missing )
2005-05-03 frostycoolslugAdded Check for 'NoServer' when +r ing a channel.
2005-05-02 brainFix for bug #62 (replaces only occur once per line)
2005-04-30 brainAdded OnAddBan and OnDelBan module api calls, and fixed...
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 brainAdded explicit oper tracking in a vector of userrec...
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-24 brainChanged $ModDesc
2005-04-23 brainAdded global connect/oper logging
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 brainFixed crash-n-burn on rehash
2005-04-22 brainAdded module which provides MD5 encryption for oper...
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 brainUpdated with a bit more 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 brainTested initial m_sql (works with issues)
2005-04-20 brainAdded preliminary m_sql.cpp
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-15 brainFixed a minor bug in text formatting of errors
2005-04-15 brainFixed a minor parameter bug (display glitch, wrong...
2005-04-15 brainAdded the m_chanfilter module, implements chanmode...
2005-04-15 brainSomeone got a comparison completely the wrong way aroun...
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 m_ident skeleton
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 brainAdded Module::OnSendList
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 brainNow tracks quits (just in case some oper saquits, then...
2005-04-13 brainTrack user quits in the park list
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-11 brainFixed /unloadmodule on crappy gentoo
2005-04-11 brainFixed minor text typos
2005-04-11 brainAdded m_filter_pcre, filters with regular expression...
2005-04-11 brainAdded getrlimit/setrlimit to set process limits to...
2005-04-10 brainFixed to not have an idle time greater than the signon...
2005-04-10 brainAdded m_setidle, allows opers to set their idle times
2005-04-10 brainFine-grained control over what can be overridden by...
2005-04-09 brainFixed matching
2005-04-09 brainNever got committed - added GetVersion()
2005-04-08 frostycoolslugAdded Dynamic src/modules/Makefile generation, during...
2005-04-08 brainAdded m_nicklock module, a module which allows opers...
2005-04-07 brainFixed issue where failing modules would bail by calling...
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 brainAdded version flags
2005-04-07 brainStarted work on /UNLOADMODULE, resource tracking and...
2005-04-06 brainFix by om for 'mode change while not on channel' bug
2005-04-04 brainAdded m_operlevels, prevents opers designated as above...
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 brainFix for bug #39, m_redirect returning invalid/random...
2005-04-03 brainAdded m_hostchange module, our own homebrew implementat...
2005-04-02 brainFixed bug number 34, same nick can exist multiple times...
2005-04-01 frostycoolslugFixed the random seeder thingie!
2005-04-01 frostycoolslugFixed Crash bug cause by multiple declarations of ...
2005-03-30 frostycoolslugFixed strcpy vs. strlcpy problem
2005-03-28 brainFixed m_helpop.cpp lowercasing the first line of the...
next