summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
2009-10-17configtest: print ssl config options even when unsetFlorian Westphal
2009-09-30Make sure forwarded CONNECT commands are handled correctlyAlexander Barton
2009-09-30Generate WALLOPS message on operator-generated SQUITAlexander Barton
2009-09-30Enable SQUIT command for IRC OperatorsAlexander Barton
2009-09-30Use functions provided by op.c "module"Alexander Barton
2009-09-30New "module" op.c/op.h for IRC operator related functionsAlexander Barton
2009-09-30Allow forwarding of CONNECT commands.Alexander Barton
2009-09-30Check_Oper(): check origin of forwarded messages instead of server.Alexander Barton
2009-09-30No_Privileges(): handle forwarded messages.Alexander Barton
2009-09-30IRC_SendWallops(): support format string and variable parameter lists.Alexander Barton
2009-09-30CONNECT, DISCONNECT: generate WALLOPS messagesAlexander Barton
2009-09-30New function IRC_SendWallops().Alexander Barton
2009-09-30Code cleanup of IRC_DISCONNECT().Alexander Barton
2009-09-30Code cleanup of IRC_SQUIT() in preparation to deal with bug #73.Alexander Barton
2009-09-30New local functions Check_Oper() and No_Privileges().Alexander Barton
2009-09-30Bad_OperPass(): code cleanup.Alexander Barton
2009-09-30New configuration option "AllowRemoteOper"Alexander Barton
2009-09-26fix assertion failure in ng_ipaddr.cFlorian Westphal
2009-09-20configtest: complain when ssl keys are not readableFlorian Westphal
2009-09-14Check for sockaddr_in.sin_len and initialize itAlexander Barton
2009-09-12Fix cb_connserver() to handle aborted outgoing connectionsAlexander Barton
2009-09-11conn.c: fix more sizeof(..dst_addr) misuseFlorian Westphal
2009-09-11resolve.c: fix valgrind 'uninitialized memory' warningFlorian Westphal
2009-09-11conn.c: fix resolver server address backlogFlorian Westphal
2009-09-11Fix "implicit conversion shortens 64-bit value" warningAlexander Barton
2009-09-11Channel_Mode(): fix return code of functionAlexander Barton
2009-09-11IRC_SERVER(): code cleanup, remove unneeded variableAlexander Barton
2009-09-10IRC_PASS(): remove unnecessary variable initializationAlexander Barton
2009-09-10Conn_Close(): remove unused variable "txt"Alexander Barton
2009-08-31do not add default listening port if ssl ports were specifiedFlorian Westphal
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