]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2012-05-28 Robin BurchellMerge pull request #152 from attilamolnar/insp20+showwh...
2012-05-28 Robin BurchellMerge pull request #150 from attilamolnar/insp20+increm...
2012-05-27 attilamolnarm_showwhois Fix potential crash in WHOISNOTICE handler
2012-05-27 attilamolnarAdd testsuite tests for UID generation
2012-05-27 attilamolnarWhile at it, use a constant parameter for calling Incre...
2012-05-27 attilamolnarFix generating invalid UIDs after current_uid is 000Z99...
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 attilamolnarCount the actual number of sent/received bytes in Socke...
2012-05-23 Robin BurchellMerge pull request #139 from SaberUK/insp20-unistd...
2012-05-23 Peter PowellFix compile error caused by unistd.h not existing on...
2012-05-23 Robin BurchellMerge pull request #131 from attilamolnar/insp20+hidero...
2012-05-23 Robin BurchellMerge pull request #136 from nenolod/bugfix/epoll-nitpi...
2012-05-20 William Pitcockepoll: make sure EPOLLET flag does not get clobbered
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-16 Chin LeeCheck whether it is empty parameter before checking...
2012-05-16 Chin LeeFix issue #120 reported by @swilde
2012-05-15 Robin BurchellMerge pull request #104 from SaberUK/fix-issue-14
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 Pitcockdocs/modules.conf: document availability of MLOCK module.
2012-05-04 William Pitcockmodules/m_mlock: new module implementing server-side...
2012-05-04 Peter PowellUpdate 'make install' to inform the user about the...
2012-05-04 Justin CrawfordRewrote the color codes parser to be one function,...
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-05-01 Peter PowellInstall example configuration files into their own...
2012-04-23 Justin CrawfordFixed using a function on every call for /motd, causing...
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-21 Justin CrawfordAdded C/C++ style escape codes for color codes in the...
2012-04-20 Robby-resource.rc: update copyright to 2012
2012-04-20 Robby-Headers: update remaining scripts too
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-19 Robby-Add conf/ to include paths and fix some typos
2012-04-19 Robin BurchellMerge pull request #84 from attilamolnar/insp20+whoisfix
2012-04-19 Robin BurchellMerge pull request #83 from attilamolnar/insp20+remotes...
2012-04-18 attilamolnarAvoid sending empty channel list numeric on whois if...
2012-04-18 attilamolnarFix issue #18 reported by @int- (remote restriction...
2012-04-18 Robin BurchellNo need to check elines twice..
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 Robby-/STATS: updates
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-17 Robin BurchellMerge pull request #68 from SaberUK/update-doxygen
2012-04-17 Peter PowellUpdate Doxyfile.
2012-04-16 Robin Burchellremove trailing whitespace
2012-04-16 Robin BurchellFileWriter hasn't been non-blocking for a very, very...
2012-04-16 Christoph Eggerfix build on kfreebsd
2012-04-16 Guillaume DelacourFix compilation with GCC 4.7.
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Robin BurchellMerge pull request #62 from nenolod/insp20
2012-04-15 William PitcockExplicitly shut down stdio's stdin/stdout/stderr.
2012-04-15 Robin BurchellMerge pull request #59 from Robby-/insp20-nosnoticestack
2012-04-15 Robby-Backported Shawn's NoSnoticeStack code from insp21
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 Shawn SmithThis fixes issue #39 reported by @attilamolnar.
2012-04-12 Peter PowellMinor style tweaks.
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
2012-04-10 AdamMerge pull request #33 from Adam-/insp20
2012-04-10 AdamRemove some unused files
2012-04-10 AdamRemoved old VC90 project files, renamed the VC 2010...
2012-04-09 Robin BurchellMerge pull request #27 from DjSlash/maxconnwarn
2012-04-09 Robin BurchellMerge pull request #25 from DjSlash/colour-to-color
2012-04-09 Sir PogsalotMerge pull request #32 from SaberUK/remove-svn-references
2012-04-09 Sir PogsalotMerge pull request #26 from DjSlash/typofix-m_ojoin
2012-04-09 Peter PowellRemove outdated references to SVN.
2012-04-01 RutgerShow class in connectmsg
2012-04-01 RutgerAdd <connect:maxconnwarn>
2012-04-01 RutgerTypofix in m_ojoin
2012-04-01 RutgerReplace [cC]olour with [cC]olor
2012-03-30 Robin BurchellMerge pull request #21 from nenolod/insp20
2012-03-30 William Pitcockconfigure: fix check for eventfd support.
2012-03-29 Robin BurchellMerge pull request #16 from Adam-/insp20
2012-03-28 AdamFixed infinite loop cauesd by invalid dns packets
2012-03-26 AdamFixed out of bounds memory access from malformed DNS...
2012-03-24 Pogs McPoggersoninspircd.com is no longer our dev blog
2012-03-22 Robin BurchellMerge pull request #8 from kylef/hostchange
2012-03-22 Kyle Fullerm_hostchange: Fix a typo preventing port filters from...
next