]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
m_callerid, m_dccallow Fix crash caused by allowing unregistered users and SIDs to...
[user/henk/code/inspircd.git] / src / modules /
2012-07-01 attilamolnarm_callerid, m_dccallow Fix crash caused by allowing...
2012-07-01 attilamolnarm_callerid Remove unused parameter
2012-07-01 attilamolnarm_callerid Use std::find() where possible
2012-07-01 attilamolnarm_callerid Remove redundant includes
2012-07-01 attilamolnarm_dccallow Fix unsafe iteration
2012-07-01 attilamolnarm_xline_db Get the xlines from the core, don't maintain...
2012-06-29 attilamolnarm_noctcp Use SimpleChannelModeHandler, reorder checks
2012-06-29 attilamolnarm_opermodes Remove unused OnRehash hook, don't touch...
2012-06-29 attilamolnarm_delaymsg Don't allow mode to be unset when it's not set
2012-06-29 attilamolnarm_nonicks Use SimpleChannelModeHandler
2012-06-29 attilamolnarm_operlevels Remove unused hook
2012-06-29 attilamolnarm_alltime Add a missing space to the notice
2012-06-27 Attila MolnarMerge pull request #235 from attilamolnar/insp20+invitefix
2012-06-27 Attila MolnarMerge pull request #234 from attilamolnar/insp20+chanhi...
2012-06-27 Attila MolnarMerge pull request #233 from attilamolnar/insp20+cap
2012-06-26 attilamolnarm_cap Allow clients to disable specific capabilities...
2012-06-26 attilamolnarm_cap Fix crash when a user issued a CAP CLEAR request...
2012-06-26 attilamolnarm_cap Use an enum to specify cap event type instead...
2012-06-26 Attila MolnarMerge pull request #215 from attilamolnar/insp20+modfixes
2012-06-17 attilamolnarFix pending invites not being removed when a channel...
2012-06-17 attilamolnarm_chanhistory Keep history when changing parameters
2012-06-17 attilamolnarm_chanhistory Don't allow durations that contain an...
2012-06-17 attilamolnarm_chanhistory Add config setting to show/hide the infor...
2012-06-17 attilamolnarm_shun Fix out of bounds vector access leading to crash...
2012-06-17 attilamolnarm_shun Fix a couple of things, namely
2012-06-17 attilamolnarm_rline Fix memory leak when zlineonmatch was true...
2012-06-17 attilamolnarm_svshold Fix a couple of things, namely
2012-06-17 attilamolnarm_cban Fix a couple of things, namely
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-14 Attila MolnarMerge pull request #184 from SaberUK/insp20-copy-all...
2012-06-13 Sir PogsalotMerge pull request #213 from attilamolnar/insp20+namesx
2012-06-13 attilamolnarm_geoip Add support for /stats G
2012-06-13 attilamolnarMake m_cap.h a bit cleverer
2012-06-13 attilamolnarNew module to support IRCv3 extras, namely account...
2012-06-13 attilamolnarm_services_account Send an AccountEvent with an empty...
2012-06-13 attilamolnarm_spanningtree Burst to a new server before introducing...
2012-06-13 Sir PogglesBe consistent with Robby's qQ snomask changes
2012-06-13 William Pitcockm_dnsbl: switch to OnSetClientIP hook which may be...
2012-06-13 attilamolnarFix 2 clang warnings reported by @SaberUK
2012-06-13 Robby-m_check: Include IP and gecos in host/IP-mask lookup...
2012-06-12 attilamolnarm_namesx Add support for altering /WHO replies to be...
2012-06-11 attilamolnarm_spanningtree Only add a resolved server IP as valid...
2012-06-11 attilamolnarm_spanningtree Move SecurityIPResolver code to resolver...
2012-06-11 attilamolnarm_spanningtree Disallow server passwords which contain...
2012-06-11 attilamolnarm_spanningtree Notify opers upon ecountering a configur...
2012-06-01 Robin BurchellMerge pull request #179 from attilamolnar/insp20+desyncfix
2012-06-01 Robin BurchellMerge pull request #182 from attilamolnar/insp20+gnutlsfix
2012-06-01 attilamolnarm_ssl_gnutls Only generate DH params when dh_params...
2012-06-01 attilamolnarm_ssl_gnutls Fix crash caused by calling gnutls_dh_para...
2012-05-31 attilamolnarm_spanningtree Fix desync issue #37 reported by @Joah...
2012-05-30 Robin BurchellMerge pull request #175 from attilamolnar/insp20+chopfix
2012-05-30 Robin BurchellMerge pull request #173 from Robby-/insp20-moddesc
2012-05-30 Robin BurchellMerge pull request #166 from Robby-/insp20-cfgcorrections
2012-05-30 Robin BurchellMerge pull request #159 from gholms/md5-memset-20
2012-05-30 Robby-Module description updates
2012-05-30 attilamolnarm_autoop Fix desync issue #37 reported by @Joah - part 1
2012-05-29 Robin BurchellMerge pull request #156 from attilamolnar/insp20+statszfix
2012-05-28 Garrett Holmstrom[2.0] md5: zero the whole MD5Context, not only part
2012-05-28 attilamolnarUse socketengine functions for sending and receiving...
2012-05-28 Robin BurchellMerge pull request #152 from attilamolnar/insp20+showwh...
2012-05-27 attilamolnarm_showwhois Fix potential crash in WHOISNOTICE handler
2012-05-27 Robin BurchellMerge pull request #142 from attilamolnar/insp20+sestatsfix
2012-05-27 Robin BurchellMerge pull request #145 from SaberUK/insp20-typo-fixes
2012-05-25 Peter PowellA few more typo fixes.
2012-05-25 Peter PowellDebian typo fixes.
2012-05-23 AdamFixed m_mlock
2012-05-23 Robin BurchellMerge pull request #131 from attilamolnar/insp20+hidero...
2012-05-19 attilamolnarFix issue #95 reported by @Joah
2012-05-16 Robin BurchellMerge pull request #113 from nenolod/feature/mlock
2012-05-16 William Pitcockmlock: fix style nitpicks
2012-05-15 William Pitcockmlock: we should only enforce against modes set by...
2012-05-15 William Pitcockmlock: handle case where no mlock has been set on a...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-04 William Pitcockmodules/m_mlock: new module implementing server-side...
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-19 Robin BurchellMerge pull request #85 from Robby-/insp20-typosnstuff
2012-04-19 Robin BurchellMerge pull request #88 from Robby-/insp20-helpop
2012-04-19 Robby-Revert 05e6330fbd6e9a427c09cf90e2cada10656c48f7 and...
2012-04-18 attilamolnarForward port 1d703dcf7858a322c823bbd80f9507b627c5738c.
2012-04-18 Robin BurchellMerge pull request #74 from Robby-/insp20-statsupdates
2012-04-18 Robin BurchellLog mode errors when processing FJOIN.
2012-04-18 Robin BurchellFix typo.
2012-04-18 Robin BurchellMatch the logging in the rest of this module.
2012-04-18 Robin BurchellBe more helpful when processing commands from a linked...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Robin BurchellMerge pull request #28 from DjSlash/classinconnectmsg
2012-04-15 Justin CrawfordFix some of the include guard names (requested by SaberUK)
2012-04-15 Justin CrawfordFixes for bug #12
2012-04-14 Robin BurchellMerge pull request #53 from SaberUK/clang-analyze
2012-04-14 Shawn SmithFixes the j snomask not working properly
2012-04-14 Peter PowellFix unused variables reported by the clang static analyzer.
2012-04-14 Robin BurchellMerge pull request #35 from pcarrier/insp20ldap
2012-04-12 Robin BurchellMerge pull request #43 from Shawn-Smith/insp20+whoisfix
2012-04-12 Robin BurchellMerge pull request #41 from SaberUK/configure-cleanup
2012-04-12 Peter PowellRemove references to old configure commands.
2012-04-10 Pierre Carrierextras/m_ldapauth: CIDR-based whitelisting
2012-04-10 AdamFixed linking m_sqlite3 on Windows
next