]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Merge commit 'refs/merge-requests/5' of git://gitorious.org/inspircd/inspircd into...
[user/henk/code/inspircd.git] / src / modules /
2011-04-19 Daniel De GraafMerge commit 'refs/merge-requests/5' of git://gitorious...
2011-04-10 AdamFixed Windows build on VS 2010
2011-03-30 DjSlashFix bug 126, thanks to Seb
2011-03-23 JackmcbarnDisplay a message when using /greloadmodule
2011-03-18 DjSlashFix for bug 47
2011-03-01 Daniel De GraafFix timeout defaulting to zero for link blocks
2011-02-14 JackmcbarnFix bug #122
2011-01-30 JackmcbarnFix bug #83
2011-01-24 JackmcbarnFix bug #110
2011-01-20 JackmcbarnFix bug #117, found by satmd, thanks
2010-12-02 JackmcbarnRestore prefix
2010-12-02 JackmcbarnSimplify ClearAllConnections code and fix possible...
2010-12-02 JackmcbarnFix possible crash
2010-10-15 JackmcbarnRegister the silence list extension
2010-10-15 Dennis FriisRemove m_sqlv2.h from these modules, they both use...
2010-10-14 Daniel De GraafFix memory leak in m_conn_waitpong caught by its breaki...
2010-09-25 Daniel De GraafFix unsafe iteration in m_timedbans
2010-09-19 Daniel De GraafA zero return from gnutls_record_send is not an error
2010-09-18 Daniel De GraafFix global notice of timedban add and remove being...
2010-09-18 Daniel De GraafSVSNICK should not translate nicks to UIDs
2010-09-04 Daniel De GraafDo not apply parameter length restrictions or CleanMask...
2010-09-04 Daniel De GraafFix crash in m_silence when provided with a bad pattern...
2010-09-04 Daniel De GraafFix crash on matching j:@#chan ban when the user is...
2010-09-04 Daniel De GraafFix resolved hostname not being changed when WEBIRC...
2010-08-28 Daniel De GraafPrevent setting mode -H if already unset, bug #74
2010-08-17 Daniel De GraafClarify null character append in m_cloaking (fixes...
2010-08-11 Daniel De GraafAlso tidy masks being removed, fixes bug #70
2010-08-11 Daniel De GraafFix NotifyOpers setting not being applied correctly
2010-08-08 Jens VossStop hiding users when a prefix is set on them, fixes...
2010-08-08 Daniel De GraafDon't try to tidy m_autoop entries (fixes extra !*@*)
2010-08-04 Daniel De GraafFix $md5pass and $sha256pass in SQL queries
2010-08-04 AdamFix m_opermodes.so sending modes for unintroduced clien...
2010-08-04 Daniel De GraafUse the remote channel's capitalization on a losing...
2010-08-03 Daniel De GraafAllow halfops to remove their own halfop status
2010-07-30 Daniel De GraafFix incorrect default on <alias:channelcommand>
2010-05-16 Daniel De GraafFix umode -r on nick change being denied by permission...
2010-05-09 Daniel De GraafFix negative array access in channame
2010-05-08 Daniel De GraafCorrect source of initial BURST line from servers sendi...
2010-05-08 Daniel De GraafSend HALFOP= line in CAPAB CAPABILITIES for 1201 compat...
2010-04-29 Daniel De GraafDon't use an empty direction when receiving a sourceles...
2010-04-24 Daniel De GraafEmulate a bug in 1.2 to get matching cloaks
2010-04-24 Daniel De GraafAdd "CLOAK" command to allow opers to see the cloaked...
2010-04-24 Daniel De GraafFix IPv6 cloaking in compatability mode (was using...
2010-04-24 Daniel De GraafAdd custom suffix support for 2.0-style IP cloaking...
2010-04-17 Daniel De GraafPossible fix for OpenSSL SendQ processing halts
2010-04-17 Daniel De GraafFix crash when a remote server has the same name as...
2010-04-17 Daniel De GraafCheck maximum length of ban list for local users, not...
2010-04-15 Daniel De GraafFix cloak key being misread in 2.0 cloaking modes
2010-04-11 Daniel De GraafPrevent using invalid UIDs and enforce UID/SID matching
2010-04-02 Daniel De GraafUse FindNickOnly in a few commands to prevent enumerati...
2010-03-31 Daniel De GraafRemove unneeded inet_aton call
2010-03-31 Daniel De GraafAllow E:lines to make users exempt from DNSBL checks
2010-03-27 Daniel De GraafAdd debouncing to m_cloaking, and fix cloak of hosts...
2010-03-23 danieldgFix CommandFloodPenalty overflow on connect
2010-03-23 danieldgChange 2.0 cloak function to use variable-length segments
2010-03-22 danieldgA few minor fixups
2010-03-22 danieldgFix MySQL crash on module unload with empty query queue
2010-03-22 danieldgMove some unused modules to -extras
2010-03-22 danieldgRemove channel argument from OnSendWhoLine, this inform...
2010-03-19 danieldgAdd RAWIO log level which is more verbose than DEBUG
2010-03-19 danieldgAdd configuration options to m_invisible
2010-03-13 danieldgFix uninit pointer on MySQL initial connection
2010-03-13 danieldgHandle database not present a bit better, add missing...
2010-03-13 danieldgChange SQLv3 to format queries during submission, not...
2010-03-13 danieldgAdd OnUnloadModule hook to MySQL
2010-03-13 danieldgChange lockserv emergency unlock procedure, and add...
2010-03-13 danieldgConvert MySQL to SQLv3
2010-03-13 danieldgImplement OnUnloadModule for postgres
2010-03-13 danieldgConvert pgsql to SQLv3
2010-03-10 danieldgClean up /WHO output for auditorium channels
2010-03-07 danieldgChange "CAP *" reply to "CAP $nick", which is the inten...
2010-03-06 danieldgFix mode +L being visibly reset on every FJOIN
2010-03-06 danieldgAdd column names to SQLv3, allow sqloper to specify...
2010-03-06 danieldgAdd query debug output to m_sqlauth
2010-03-06 danieldgAdd some useful logging output to m_sqloper
2010-03-06 danieldgConvert SQLite driver to SQLv3
2010-03-06 danieldgSQL API v3, drop all the ugly complexity
2010-03-06 danieldgFix mode Z being in the wrong section of the CHANMODES...
2010-03-06 danieldgWe refer to modules using .so not .cpp
2010-03-06 danieldgSearch for SQL service in init(), not in constructor
2010-03-05 danieldgSet m_cgiirc to run its OnUserConnect before m_conn_umodes
2010-03-05 danieldgMake CGI:IRC host resolution block registration, fixes...
2010-03-05 danieldgFix SQL modules not all using AddService, noticed by...
2010-03-05 danieldgFix variable shadowing warning
2010-03-05 danieldgTake auditorium-see into account when building neighbor...
2010-03-05 danieldgRegister channel mode Z when enabled
2010-03-04 danieldgUnset umode +x when a different vhost is set on a user
2010-03-02 danieldgFix m_ident deleting sockets that are still in use
2010-03-02 danieldgFix some more incorrect socket use
2010-03-02 danieldgWhat, I have to make this compile now?
2010-03-02 danieldgLog duplicate UUID events a bit better
2010-03-02 danieldgLog invalid S2S commands a bit better
2010-03-01 danieldgLet ENCAP target match on server names, not just SIDs
2010-02-28 danieldgFix snomask sending having the final-parameter colon...
2010-02-28 danieldgFix misspelling
2010-02-28 danieldgFix m_customprefix trying to add the first tag twice
2010-02-26 danieldgAllow auditorium mode to be customized via exemptchanops
2010-02-25 danieldgMake remote/local snomasks consistent and allow use...
2010-02-25 danieldgDon't strip ENCAP from WHOISNOTICE, it will delink...
2010-02-25 danieldgGCC doesn't like characters being used in array subscripts
next