about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
2005-07-07use new io event API.Florian Westphal
2005-07-07use dynamically sized unzip/zip bufferFlorian Westphal
2005-07-07new io/buffer api.Florian Westphal
2005-07-07remove FD_SETSIZE check (now in io_* functions)Florian Westphal
2005-07-07use dynamic io buffersFlorian Westphal
2005-07-07use new buffer APIFlorian Westphal
2005-07-07cleanup, use new io layer.Florian Westphal
2005-07-07add new IO layerFlorian Westphal
2005-07-07add new buffer abstraction layerFlorian Westphal
2005-07-07removed Resolve_Init()Florian Westphal
2005-07-05Fixed maximum length of user names, now allow up to 9 characters.Alexander Barton
2005-07-02Handle oversized messages which should be sent to the network better.Alexander Barton
2005-07-02Code and comment cleanups, new #define "CUT_TXTSUFFIX".Alexander Barton
2005-06-26Fix compiler warning "comparision between signed and unsigned".Alexander Barton
2005-06-24Ignore unknown commands received before the client is registered.Alexander Barton
2005-06-24Get rid of Log_SetDaemonized().Alexander Barton
2005-06-24removed global variable NGIRCd_NoDaemonFlorian Westphal
2005-06-18put badchars back inFlorian Westphal
2005-06-17fix embarassing cut&paste error (add missing } )Florian Westphal
2005-06-17fix "Can't get user information for UID" error messageFlorian Westphal
2005-06-17only chdir() to users home when running as daemonFlorian Westphal
2005-06-17s/sprintf/snprintfFlorian Westphal
2005-06-17use strlcpyFlorian Westphal
2005-06-17remove unneeded strpy()Florian Westphal
2005-06-17startup: fork only once, never run with uid 0.Florian Westphal
2005-06-12IRC_LIST(): Added missing calls of Client_ID() and cleand up the code.Alexander Barton
2005-06-12changed formatting to match ngircd coding styleFlorian Westphal
2005-06-12Make sure SimpleMessage() sends <= 512 charsFlorian Westphal
2005-06-12set 3 second penalty after failed /oper command.Florian Westphal
2005-06-12Only register clients that have been connected at least 30 sec. in WHOIS data...Alexander Barton
2005-06-12Modified Conn_StartTime() to use information of the CLIENT structure.Alexander Barton
2005-06-12Removed CONNECTION[].starttime, now saved in CLIENT structure.Alexander Barton
2005-06-12New function Client_StartTime().Alexander Barton
2005-06-04send RFC compliant netsplit messages.Florian Westphal
2005-06-04Fix Handling of quit messages: always send only one QUIT message.Florian Westphal
2005-06-04remove Try_Write(), Call Handle_Write() directly instead.Florian Westphal
2005-06-01Added some Doxygen documentation.Alexander Barton
2005-06-01add FreeRes_stat(), wait for resolver timeout.Florian Westphal
2005-05-28minor cleanupFlorian Westphal
2005-05-23Handle splint errors more gracefully.Alexander Barton
2005-05-22Don't exit server if closing of a socket fails; instead ignore it andAlexander Barton
2005-05-17Reformatted and documented code of the first part of the IRC_NICK()Alexander Barton
2005-05-17New function Client_RegisterWhowas().Alexander Barton
2005-05-16Implemented IRC function "WHOWAS".Alexander Barton
2005-05-16New functions Client_GetWhowas and Client_GetLastWhowasIndex; new structure W...Alexander Barton
2005-05-16New functions Client_GetWhowas, Client_GetLastWhowasIndex, and Register_Whowas.Alexander Barton
2005-05-16New defines MAX_WHOWAS and DEFAULT_WHOWAS.Alexander Barton
2005-05-14Away status texts set due to "a"-Modes received from other servers haveAlexander Barton
2005-04-27Added #include of "defines.h", necessary due to removal of the #include ofAlexander Barton
2005-04-27Reorder #includes, necessary due to removal of #include "defines.h" inAlexander Barton