]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-11-10 brainWhoops, properly handle rehash now that new filters...
2006-11-10 brainFinally update this
2006-11-10 brainDocument changes to m_filter and m_filter_pcre a little.
2006-11-10 brainImplement on-burst synching of filters
2006-11-10 brainOops, forgot command source, these wouldnt be able...
2006-11-10 brainImplement the /filter command. Note that this is curren...
2006-11-10 brainAdd gline type, and <filter:duration> value to say...
2006-11-10 brainInherit m_filter.cpp and m_filter_pcre.cpp from a base...
2006-11-09 w00tMove peaveydk to core developers, jamie to contributors...
2006-11-09 w00tPatch from peavey to fix GCC3.3 crash correctly, withou...
2006-11-08 specialThis should fix the empty iterator crash with gcc3...
2006-11-06 specialFixed broken syncing for glines and elines using idents...
2006-11-06 specialApply patch for bug #165 (compile warning for users...
2006-11-06 w00tFix IPv4 resolution, spank satmd if you were affected...
2006-11-05 specialFixed bug #164 by peaveydk
2006-11-05 specialModified the server-to-server TIME command to report...
2006-11-05 brainWhoops, make targets case insensitive when cutting...
2006-11-05 brainOlder gcc gets confused when the only parameter has...
2006-11-05 brainChange message to indicate that the count only includes...
2006-11-05 brainFix the 'not all ports could be bound' warning to not...
2006-11-05 specialAdded <options:notimesync> to the example config
2006-11-05 specialMade the 'force' parameter to BURST and TIMESET upperca...
2006-11-05 specialAdded the <options:notimesync> flag to disable time...
2006-11-05 specialAdded time syncing! This is fairly simple - servers...
2006-11-04 brainone line tweak, if the prefix is empty, dont echo ...
2006-11-04 brainSmart voodoo to weed out duplicates in a comma seperate...
2006-11-04 brainFix remote quit notices (some were in the wrong snomask)
2006-11-04 brainShow ident when expiring g and k lines
2006-11-04 brainFix comma-seperated list handling by CommandParser...
2006-11-04 brainAs requested by satmd, inspircd will now run with no...
2006-11-04 brainMerge peaveys patch, tracker #162
2006-11-03 brainMerge peaveydk's example conf change.
2006-11-03 brainFixed at last.
2006-11-03 brainIve been unable to commit this since 9am, somehow port...
2006-11-03 brainTook out a header we needed to keep. Im done stick...
2006-11-03 brainHmm, svn said there was a conflict here, but nobody...
2006-11-03 brainRevert special's sqloper change, nice try but only...
2006-11-03 specialSwitched m_sqloper to use OnPostCommand instead of...
2006-11-03 w00tFix compile error, and spank Brain
2006-11-02 brainWhen we get an event on a userrec of EVENT_ERROR, and...
2006-11-02 brainPlease in the future everyone: DO NOT submit patches...
2006-11-02 brainApply patch by satmd which performs ipv4 lookup on...
2006-11-02 brainSomeone forgot to add m_alltime to the example conf :p
2006-11-02 brainMore pipe. Everyone likes pipe
2006-11-02 brainThis is tidier, we dont need a seperate bool and int
2006-11-02 brainLoadModule will now also return false if the glob patte...
2006-11-02 brainAllow wildcards in LoadModule calls. If a filename...
2006-11-02 specialAdded m_alltime
2006-11-01 specialAdded the send_push event to m_spanningtree (send raw...
2006-11-01 brainNew events for special. Event id's "new_server" and...
2006-11-01 specialFixed another overflow, identical to the last one
2006-11-01 specialFixed a little overflow, noticed by satmd
2006-11-01 brainUpdate this too
2006-11-01 brainRemove <helpop file>
2006-11-01 brainRemove <censor file> directive, we've had <include...
2006-10-31 brainFix broken notice (relatively minor, the notice can...
2006-10-31 brain1.1.0b4+FartGas. Powerful and strong, and drives back...
2006-10-31 brainDont worry this is only comments, not worth rebuilding for
2006-10-31 brainWe should be fine without oneshot, i'll test this.
2006-10-31 brainFix a whoopsy
2006-10-31 brainSet write error when detected
2006-10-31 brainError set handlin g for select socketengine, tidyup...
2006-10-31 brainClose an inspsocket on getting error state
2006-10-31 brainSocket error state stuff
2006-10-31 brainStart of stuff to handle socket error state
2006-10-31 brainWe dont want kqueue to go into an infinite loop when...
2006-10-31 specialRemoved OnRawMode - this hasn't been called at all...
2006-10-31 brainAdd peaveydk to contributors section
2006-10-31 brainRemove some debug
2006-10-31 brainFix the makefile confusion removal of these headers...
2006-10-31 brainUpdate configure, remove a bunch of deprecated makefile...
2006-10-31 brainIncorporate stats p patch by peaveydk (shows port numbe...
2006-10-31 brainTest commit 2
2006-10-31 brainTest commit
2006-10-31 brainWhack unused var warning
2006-10-31 brainSet flags correctly when receiving a module-requested...
2006-10-31 brainTidy up WaitingForWriteEvent stuff
2006-10-30 brainFix for crash found by eggy when a user without a cert...
2006-10-30 brainDocument SocketEngine::WantWrite()
2006-10-30 brainFix broken quits (i broke them by taking out a check...
2006-10-30 brainRemove very verbose debugging of event system
2006-10-30 brainMake this properly obey the write/read states. This...
2006-10-30 brainSelect is now done, and some debug removed. Not that...
2006-10-30 brainfix for (less severe) laggehness
2006-10-30 brainFix for laggehness
2006-10-30 brainFor users, we now only write when the socketengine...
2006-10-30 w00tAdd m_hidechans: Adds usermode +I to hide an oper's...
2006-10-30 brainNot tested yet: Write and read at the same time in...
2006-10-30 w00tm_hideoper hooked the wrong event, fixed.
2006-10-30 brainWARNING: This commit breaks kqueue and select -- work...
2006-10-29 brainTest commit
2006-10-28 brainAdd <options:deprotectself> which can allow a +qa user...
2006-10-28 brain* Fix removal of user modes when unloading the mode...
2006-10-28 brainAdd and document m_hideoper, used to hide oper status...
2006-10-28 brainFix these too!
2006-10-28 brainAnd fix typo
2006-10-28 brainAdd 'dest' parameter to OnWhoisLine, contains the user...
2006-10-28 brainDont let users set this mode!!!
2006-10-28 brainFix some next_call stuff
2006-10-28 brainAdd support for OnWhoisLine, which allows modules to...
next