about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
2009-07-17Client_CheckID(): fix connection informationAlexander Barton
2009-07-17Fix return code of Conf_EnableServer()Alexander Barton
2009-06-05add section and rfc number to comment about QUIT errorFlorian Westphal
2009-05-25enforce upper limit on maximum number of handled commandsFlorian Westphal
2009-05-17conn.c: fix NumConnections imbalanceFlorian Westphal
2009-05-17SSL/TLS: fix error handling when ssl ctx init for outgoing server link failsFlorian Westphal
2009-05-17SSL/TLS: fix error path in gnutls ssl ctx allocationFlorian Westphal
2009-05-16SSL/TLS: remove redundant asserts/ifdefsFlorian Westphal
2009-05-14SSL/TLS: proper indentation, remove erroneous commentFlorian Westphal
2009-05-05Update copyright notice, it's 2009 already!Alexander Barton
2009-05-05security: fix remotely triggerable crash in SSL/TLS codeFlorian Westphal
2009-04-26Fix server list announcementTassilo Schweyer
2009-04-23allow ping timeout quit messages to show the timeout valueDavid Kingston
2009-04-22irc-server: do not remove hostnames from info textFlorian Westphal
2009-04-21conn-zip: fix error handlingFlorian Westphal
2009-04-21remove or translate old commentsFlorian Westphal
2009-04-21client.c: remove unecessary commentsFlorian Westphal
2009-04-21add const qualifier to pointers where possibleFlorian Westphal
2009-04-10Display IPv6 addresses as "[<addr>]" when accepting connections.Alexander Barton
2009-03-25misspelling in ERR_NORECIPIENT replyDana Dahlstrom
2009-03-07testsuite: add more predefined channels to server configFlorian Westphal
2009-03-07allow creation of persistent modeless channelsFlorian Westphal
2009-03-07add and use Channel_IsModeless()Florian Westphal
2009-03-05Enhance INFO command to report compile time, if availableAlexander Barton
2009-03-03Channel mode changes: break on errorAlexander Barton
2009-03-03Channel_Mode(): code cleanup (no functional changes)Alexander Barton
2009-02-05TLS/SSL: remove useless error message when ssl connection is closedFlorian Westphal
2009-02-04SSL/TLS: clear all ssl realted flags on shutdownFlorian Westphal
2009-02-04TLS/SSL: fix memory leak when using compressed server links with sslFlorian Westphal
2009-01-20Fix spelling of log message: "channek" vs. "channel" ...Alexander Barton
2009-01-20Channel key file: store file name and open on each access.Alexander Barton
2009-01-20Support individual channel keys for pre-defined channels.Alexander Barton
2009-01-20RFC 2812, sec. 3.3.1: really check for the last dotAlexander Barton
2009-01-18irc.c: reject masks with wildcard after last dotFlorian Westphal
2009-01-18irc.c: Fix handling of channels containing dotsFlorian Westphal
2009-01-10remove unneeded LOG_DEBUG when not compiling with DEBUG supportFlorian Westphal
2009-01-05Rename Channel_Free() to Free_Channel(), it is a local functionAlexander Barton
2009-01-05Clean up channel allocation table on shutdown/restart.Alexander Barton
2009-01-05Add Channel_Free().Florian Westphal
2009-01-04Clean up (reformat and comment) Delete_Channel() function.Alexander Barton
2009-01-04Free topic array on channel deletion.Alexander Barton
2008-12-30Allow pre-defined server local channels ("&").Alexander Barton
2008-12-27defines.h: remove MAX_LISTEN_PORTS, MAX_SERVICESFlorian Westphal
2008-12-26Remove limit on max number of predefined channels.Florian Westphal
2008-12-26channel.c: constify a few function arguments.Florian Westphal
2008-12-26use %ld as format specifier for posix data typesFlorian Westphal
2008-12-17don't print pid_t type with %ld format specifierFlorian Westphal
2008-12-03Testsuite start-server.sh: return correct exit code.Alexander Barton
2008-12-03Make testsuite (getpid.sh) work on OpenSolaris (i386/pc/solaris2.11).Alexander Barton
2008-11-20Change formatting of some log messagesAlexander Barton