summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-08-14Fix a compile error for IPv6 windows builds, discovered by Flospecial
2009-08-14Make ident handling consistant: use ChangeIdent for all ident manipulation. T...w00t
2009-08-14Print line on empty prefix errors to track down a bugw00t
2009-08-14Set log to null on close and check for null loghandle on FileWriter::WriteLog...w00t
2009-08-14(Hopefully) fix a issue with m_ident's result not being used for display.psychon
2009-08-14Remove some very verbose debug that isn't really needed anymorew00t
2009-08-14Apply fake lag on garbage input to discourage crapw00t
2009-08-13Merge patch from dKingston for missing TOPIC numeric, also replace the litera...brain
2009-08-12Fix printf format warningdanieldg
2009-08-12Change to using read/write not send/recv on the ThreadSignalSocket pipedanieldg
2009-08-12Make rehash work more than once per run, and fix some uninitialized values in...danieldg
2009-08-12Fixes for config readerdanieldg
2009-08-11Fix module prioritization when a module asks to be after spanningtree, which ...danieldg
2009-08-11Fix double-free in ~SocketThreaddanieldg
2009-08-10Fix thread join not working for subclasses of Thread because of C++ destructo...danieldg
2009-08-06Report the correct sizes as set in the configbrain
2009-08-06First space stream seperator test.w00t
2009-08-06Add commasepstream test case.w00t
2009-08-05Don't catch and rethrow, as with the mutexing here removed it's no longer req...w00t
2009-08-05How about we abort if there were errors, not if there weren't any? Great idea...danieldg
2009-08-05Fix config errors being detected even if there were nonedanieldg
2009-08-04Exit if there were errors reading configuration on startup.w00t
2009-08-04Remove m_testcommand toow00t
2009-08-03Comment on what looks like incorrect behaviour in User::Oper().w00t
2009-08-03Revert "Don't do all the oper gubbins if the opertype doesn't exist. I've abs...w00t
2009-08-03Revert "Find the right variable so it actually works, too."w00t
2009-08-03Find the right variable so it actually works, too.w00t
2009-08-03Don't do all the oper gubbins if the opertype doesn't exist. I've absolutely ...w00t
2009-08-03Remove m_foobar. This has no practical purpose, except as a module basis,w00t
2009-08-02Make sure usage lines up neatly.peavey
2009-08-02Fix a few typos in here so it compiles again.peavey
2009-08-02Change all non-fatal GNUTLS initialisation notices to debug level, to avoid u...w00t
2009-08-02Fix a missed referencew00t
2009-08-02Bump version number to rc4w00t
2009-08-02Patch to not increment nickchange counter for nick changes that would be bloc...w00t
2009-08-01Don't apply bans to E:Lined connections. Should fix bug #896.w00t
2009-08-01Show config warnings/errors regardless of loglevel on startup.w00t
2009-08-01Various rehash fixes that it seems were introduced by untested code.w00t
2009-08-01Check that the <connect> block actually specifies a host before checking whet...w00t
2009-08-01Reconnect to LDAP server if connection goes away, fixes bug #818.w00t
2009-07-31Rehash message fixes from Ankit, thanksdanieldg
2009-07-27Send a failure numeric instead of QuitUser when STARTTLS is used after regist...special
2009-07-26don't send out global snotices from every server on NICKUNLOCK, fixes bug #89...dz
2009-07-07Remove bad check for channel op in m_auditorium, fixes bug #886danieldg
2009-07-04Fix possible segfault on giving an unknown cmdline argument. index holds the ...peavey
2009-07-03Use server name for source of remote TIME rather than SIDdanieldg
2009-07-03Fix m_callerid message routing for remote users, destination got no notice of...danieldg
2009-07-03Fix excessive snomask sending on fitler add/removaldanieldg
2009-07-03Fix double-send of SSL metadata in openssl, possible segfault in gnutlsdanieldg
2009-07-02Merge m_ssl_oper_cert into m_sslinfo to reduce the number of SSL modulesdanieldg