]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Fixed strange join behavior reported by w00t (mirc requesting MODE immediately after...
[user/henk/code/inspircd.git] / src / modules /
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...
2005-03-28 brainFixed to take away +q and +a when the user parts the...
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 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-26 brainAdded m_silence.cpp - implementation of /SILENCE command
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 brainAdded a lot of config error checking
2005-03-24 brainFinally fixed a load of umode change stuff!
2005-03-24 brainFixed minor typo in the bugfix, wrong number of bracket...
2005-03-24 frostycoolslugFix to bug #27
2005-03-15 frostycoolslugAdded Comment with regard to 'hidden command' :D
2004-07-20 typobox43m_showwhois.cpp - adds support for +W umode
2004-07-17 typobox43Initial commit
2004-05-29 brainAdded m_botmode, module that provides unreal style...
2004-05-24 brainFixed perplexing bug in custom mode removal (apparent...
2004-05-23 brainAdded m_stripcolor.so, strips ansi colour (user and...
2004-05-22 brainFixed issue where ReplaceText threw an exception (!)
2004-05-22 brainAdded m_censor.cpp mode +G module
2004-05-22 brainAdded support for changing of text within OnUserPreNoti...
2004-05-22 brainAdded remainder of OnUserPreInvite stuff
2004-05-22 brainadded m_noinvite that uses the new OnUserPreInvite...
2004-05-16 brainUpdated header comments
2004-05-15 brainModified so opers can still change nicks on a +N channel
2004-05-15 brainAdded ability for (H)OP to still change nick on +N...
2004-05-15 brainAdded +N via m_nonicks, restored some stuff from a...
2004-05-10 brainFixes to permissions issues
2004-05-10 brainFixed a permissions error, was doing work as root!
2004-05-10 brainFixed typos and compile bugs
2004-05-10 brainAdded m_knock, +K and /KNOCK support
2004-05-10 brainChanged so that /me doesnt get treated as a ctcp (even...
2004-05-10 brainAdded m_blockcolor, implements unreal-style mode +c...
2004-05-10 brainAdded m_nonotice, implements unreal-style chanmode +T
2004-05-09 brainFixed m_redirect.so which was claiming every mode that...
2004-05-09 brainAdded m_ctcp, adds support for unreal-style chanmode +C
2004-05-08 brainRemoved some debug stuff
2004-05-08 brainAdded user/chanel modes +R, +M
2004-05-08 brainAdded m_nokicks and chanmode +Q
2004-05-05 brainAdded support for +L (services doesnt support this...
2004-05-05 frostycoolslugFixed bug in makefile, all 'edited' modules will now...
2004-05-05 brainAdded m_redirect, handles +L
2004-05-02 brainAdded +O mode support through m_operchans.so
next