2007-11-18 |
Alexander Barton | Fix code to compile using K&R C compiler and ansi2kr... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Florian Westphal | add tiny note about ngircd using syslog(3) by default. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Florian Westphal | if ngircd doesn't run chrooted, it tries to chdir |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Florian Westphal | Document NoDNS Option in changelog |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Florian Westphal | New config option NoDNS: disables all DNS queries. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Florian Westphal | configtest would still print "-1" for MaxConnections... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Alexander Barton | Updates NEWS to reflect changes in CVS HEAD |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Alexander Barton | Fixed propagation of channel mode 'P' on server links. |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Alexander Barton | Xcode project: include manual page template files,... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Alexander Barton | Updated Mac OS X project file for Xcode. |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Florian Westphal | fix doc and manpage wrt. MaxConnections, MaxConnections... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Florian Westphal | accoring to comments in the code, MaxConnections, MaxCo... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Alexander Barton | Updated preferred automake version to 1.9. Only set... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Alexander Barton | Made pointer to the mailing list more prominent. |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Alexander Barton | Numeric 317: implemented "signon time" (displayed in... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Alexander Barton | Updated documentation ("Passive" option, for example). |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Florian Westphal | we now support /WALLOPS |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Florian Westphal | implement /WALLOPS as described in RFC 2812, section... |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Alexander Barton | SECURITY: Fixed a severe bug in handling JOIN commands... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Florian Westphal | last fix accidentially broke reconnect timer. |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Florian Westphal | Don't connect to a server if a connection to another... |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Florian Westphal | Add new server config option to disable automatic conne... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Alexander Barton | Updated documentation to include changes of ngIRCd... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Florian Westphal | fix compile /w gcc 2.95 (reported by Tassilo Schweyer) |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Alexander Barton | Updated config.guess and config.sub. |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Alexander Barton | Add note to INSTALL document. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Alexander Barton | Updated ChangeLog. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Alexander Barton | Reworked read and write buffer handling, introduced... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Alexander Barton | Zip_Flush(): close the connection in all error cases. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Florian Westphal | array_start() cannot legally return NULL if array_lengt... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Alexander Barton | Make Zip_Flush() more graceful. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Florian Westphal | there is no need to treat servers differently than... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Florian Westphal | make needlesly global function Conn_Write static. |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Florian Westphal | remove ZBUFFER constants and increase max buffer size... |
commit | commitdiff | tree | snapshot |
2007-05-02 |
Florian Westphal | fix compressed server links |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Alexander Barton | 2007 :-) |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Alexander Barton | Updated documentation. |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Florian Westphal | - change return type of Conn_InitListeners to unsigned |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Florian Westphal | put parentheses around argument |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Florian Westphal | if we can't bind a socket we now Log the port number... |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Florian Westphal | return false instead of NULL in error path |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Alexander Barton | Remove Client_DestroyNow() to keep semantik "every... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Florian Westphal | fix broken IO_DEBUG build |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Florian Westphal | io_event_add: return if eventtype is already registered. |
commit | commitdiff | tree | snapshot |
2006-12-29 |
Florian Westphal | add support for predefined-channel configuration of... |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Alexander Barton | Added "html" directory to CVS ignore list (it is genera... |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Alexander Barton | distclean: remove "html" folder. |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Alexander Barton | Updated documentation, refer to all the supported IO... |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Alexander Barton | added "portabtest" binary to list of files to ignore. |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Alexander Barton | Added .cvsignore files to hide generated files from... |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Alexander Barton | array_free(): enable debug code only when DEBUG_ARRAY... |
commit | commitdiff | tree | snapshot |
2006-12-26 |
Alexander Barton | New configure option "--without-select"; when usin... |
commit | commitdiff | tree | snapshot |
2006-12-26 |
Alexander Barton | Only "fiddle" with /etc/ngircd in "configure" stage. |
commit | commitdiff | tree | snapshot |
2006-12-26 |
Alexander Barton | Added LSB compliant header. |
commit | commitdiff | tree | snapshot |
2006-12-25 |
Alexander Barton | Fixed typo in #ifdef which tests if this header is... |
commit | commitdiff | tree | snapshot |
2006-12-25 |
Alexander Barton | Customize manual pages to reflect the actual installati... |
commit | commitdiff | tree | snapshot |
2006-12-25 |
Florian Westphal | register io handler before creating new local client... |
commit | commitdiff | tree | snapshot |
2006-12-17 |
Florian Westphal | revert to last good revision again 8-/ |
commit | commitdiff | tree | snapshot |
2006-12-17 |
Florian Westphal | do not call Conn_Close when io_event_create fails |
commit | commitdiff | tree | snapshot |
2006-12-17 |
Florian Westphal | fix possibe buffer-off-by one |
commit | commitdiff | tree | snapshot |
2006-12-17 |
Florian Westphal | don't call Resolve_Shutdown() when io_event_create... |
commit | commitdiff | tree | snapshot |
2006-12-17 |
Alexander Barton | Updated ChangeLog/NEWS to reflect release of ngIRCd... |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Florian Westphal | removed errouneous FD_SETSIZE limit when not using... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Florian Westphal | add PredefChannelsOnly option to man page |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Florian Westphal | minor cleanup |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Florian Westphal | remove unused function Channel_PCount |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Florian Westphal | moved invite/ban lists to channel structure |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Florian Westphal | fix RPL_LOCALUSERS_MSG (%ld -> %lu) |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Florian Westphal | Log(LOG_DEBUG, .. -> LogDebug() |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Florian Westphal | predefined channels MUST start with '#', but this is... |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Alexander Barton | Fixed validation of server names containing digits. |
commit | commitdiff | tree | snapshot |
2006-11-05 |
Florian Westphal | New configuration option "PredefChannelsOnly": if set... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Alexander Barton | Added OpenBSD/ppc to list of tested platforms. |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Florian Westphal | -Whitespace Damage; Client_OperCount(), Client_UnknownC... |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Florian Westphal | channel maxusers now unsigned long |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Florian Westphal | add const qualifier to Hash() and Matche() Arguments |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Florian Westphal | Client_IsValidNick: no need to strcpy. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Florian Westphal | Channel_Join was severely broken. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Alexander Barton | Update info text of local server after re-reading confi... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Alexander Barton | Removed an unused variable -- but where did it come... |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Florian Westphal | add test for strcspn. |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Florian Westphal | cleaned up Channel_IsValidName (now uses strcspn()) |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Alexander Barton | Changed Numerics 265 and 266 to follow ircd 2.11.x... |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Alexander Barton | Allow PASS syntax defined in RFC 1459 for server links... |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Alexander Barton | Enhanced ISUPPORT message (numeric 005). |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Alexander Barton | Updated files from ngIRCd 0.10.0. |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Florian Westphal | array_get: no need to multiply again. remove unneeded... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Florian Westphal | io_close_poll()s closing brace mysteriously disappeared... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Florian Westphal | Added support for the /dev/poll i/o interface. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Florian Westphal | simplify io_library_init* |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Florian Westphal | add support for the poll() interface |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Florian Westphal | cleanup |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Florian Westphal | fix embarassing fileptr leak |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Alexander Barton | Updated autoconf helper scripts to version as of 2006... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Florian Westphal | only test for stack smashing protector if we are using... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Alexander Barton | Updated documentation. |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Florian Westphal | fix gcc 4.1 -fstack-protector detection. |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Florian Westphal | s/Log(LOG_DEBUG/LogDebug(/ , translated comments, etc. |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Florian Westphal | -whitespace damage |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Florian Westphal | simplify Resolve_Read(). |
commit | commitdiff | tree | snapshot |
next |