]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
2007-03-15 specialFixed hidebans behavior to not always be on as well...
2007-03-15 specialSomeone is getting slapped for this; the new hidesplits...
2007-03-14 brainFix blockcaps. Who on earth thought that percentage...
2007-03-13 brainFix /who thing that dmb spotted
2007-03-13 brainTag with 1.1.3 version name (StinkingBishop)
2007-03-12 brainMake /stats P show 'secs' after idle times
2007-03-11 peaveycleanup indentation
2007-03-11 brainRemove stray "Notice:" - text only change
2007-03-11 brainFix minor bug, number of users listing doesnt decrement...
2007-03-11 brainFix malformed notice
2007-03-11 brainDocument OnBufferFlushed
2007-03-11 brainRemove debug
2007-03-11 brainAdd safelist:maxlisters which prevents more than x...
2007-03-11 brainAdded OnBufferFlush, improved m_safelist, no longer...
2007-03-11 specialFixed a crash with a malformed server-to-server NICK...
2007-03-11 brainJust comments
2007-03-11 brainRemove debug
2007-03-11 brainComments only.
2007-03-11 brainBump protocol revision
2007-03-10 brainThis now makes RemoveStatus remove *everything* as...
2007-03-10 brainAdd a TODO comment
2007-03-10 brainWhoops, fix a silly bug i just introduced :p
2007-03-10 brainMove FJOIN propogation above the FMODEs generated by...
2007-03-10 brainRemove yet more debug
2007-03-10 brainRemove debug code left in here
2007-03-10 brainFix typo
2007-03-10 brainHIGHLY EXPERIMENTAL: This needs heavy testing -- new...
2007-03-10 brainFix the operator== for irc::string -> std::string to...
2007-03-10 brainChange mask variable to irc::string to allow for case...
2007-03-09 brain/who tidyup - needs QA'ing
2007-03-09 specialApply <options:hidewhois> in /who results (bug #239...
2007-03-08 braincompile error fix ahoy
2007-03-08 brainTake away a uline specific check in fmode, which might...
2007-03-08 brainChange options:notimesync to options:timesync -> revers...
2007-03-08 brainUpdate example conf - this needs documenting on the...
2007-03-08 brainoption to allow announce of invites to channel (similar...
2007-03-08 specialPatch by satmd to support using IP addresses with cgiirc
2007-03-06 brainFixes for snotice quit reasons
2007-03-06 brainFix on-rehash reloading of the lists... and why were...
2007-03-06 brainFix for bug #237
2007-03-06 brainThis properly fixes options:hidebans and options:hidesp...
2007-03-05 brainKlosterkrone? wtf kind of cheese is that. It best taste...
2007-03-05 brainState that the channel is full, to avoid confusion
2007-03-05 brainReturn 1 not 0, we dont want two numerics. (thanks...
2007-03-05 brainChange oper notice into a numeric to the user:
2007-03-04 brainChange openssl autoprompting to use pkg-config, so...
2007-03-04 brainAdd xchat :IDENTIFY workaround to example conf
2007-03-03 brainAllow for the cgiirc module to change the users host...
2007-03-03 brainAdd cgi:irc to the example conf, it was omitted for...
2007-03-03 brainFix double-dereference in CheckIdent and CheckPass...
2007-03-03 brainMinor tweak, return of OnUserRegister discarded in...
2007-03-03 peaveyFix m_services_account logout by allowing meta with...
2007-03-03 peaveyRebuild 005 on rehash. Tracker: bug #234
2007-03-02 peaveyDo not perform redirect on chained channel links, tell...
2007-02-27 brainFix for small display issue, when both ssl modules...
2007-02-25 peaveyAdd svshold to example conf.
2007-02-25 peaveyImprove wording on ircumsgprefix.
2007-02-25 brainFixes and optimizations
2007-02-25 brainEnsure that simplemodes are sent first (jilles requeste...
2007-02-25 brainBans are bursted using a large string buffer to save...
2007-02-25 brainAdd max line length value to modestacker, so that it...
2007-02-22 specialAdded sepstream::GetRemaining()
2007-02-20 brainNew and improved /INFO (now with meaty chunks)
2007-02-20 peaveyfix typo.
2007-02-20 brainNo need to .c_str() the quitmsg, it takes const std...
2007-02-20 peaveyMake these vendor modules.
2007-02-20 peaveyPut back quit prefix that got lost in last fix.
2007-02-19 brainAddition of feature request outlined in bug #195, sugge...
2007-02-19 brainToo many small tweaks to list. Most notably tidy up...
2007-02-19 brainWhen a users nick is overruled, remove their nickname...
2007-02-19 brainfix obligotary typos
2007-02-19 brainBetter handling of nickname overruling
2007-02-19 brainWhoops, typo
2007-02-19 brain1) Fix for nickname overruled with new cullList stuff...
2007-02-19 brainFix for crashbugs when quitting users as experienced...
2007-02-18 omFew more cleanups (no need to update, shouldn't have...
2007-02-18 omStop this using some global ServerInstance (where's...
2007-02-18 brainAccount for bearbots whos CTCP TIME misses the ending...
2007-02-18 brainEliminate some string copies, tidy some code, and rever...
2007-02-17 brainChange bytes-used counter for commands (used by /stats...
2007-02-17 brainBump API version
2007-02-17 brainChange /msg $* to have the correct source the same...
2007-02-17 brainRemove redundant debug
2007-02-17 brainDrop the invalid command generated by the bearbot CTCP...
2007-02-17 brainCheck CTCP TIME on bearbots
2007-02-17 peaveyGet rid of a compile warning. We should remember to...
2007-02-17 omYes, we know how to spell voluntary (and involuntary...
2007-02-14 brainForce ipv4 lookups here - cgiirc doesnt support ipv6...
2007-02-12 brainFixed <link:bind> which was only working on an ipv6...
2007-02-12 brainChange around the order of InspIRCd::Cleanup(), as...
2007-02-12 brainI'm not sure OnPostOper is called for remote opering...
2007-02-12 brainOnly apply force join to local clients
2007-02-12 brainFix odd warnings from propolice.
2007-02-12 peaveyGet rid of a compile warning.
2007-02-11 brainAdd m_conn_join, allows force join of a user to one...
2007-02-11 brainSpecial *slap* seems to have set this to true :/
2007-02-11 brainBump API version (chanrec::setby increased from NICKMAX...
2007-02-11 brainAllow for nick!user@host in TOPIC information.
2007-02-10 brainFix rehashing to display a success notice, tidy up...
next