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 |
2006-08-07 |
Alexander Barton | Updated platform list once more ... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Alexander Barton | Updated platform list. |
commit | commitdiff | tree | snapshot |
2006-08-05 |
Florian Westphal | if compiling without -DDEBUG, make LogDebug 'static... |
commit | commitdiff | tree | snapshot |
2006-08-05 |
Florian Westphal | check if compiler supports inline keyword. |
commit | commitdiff | tree | snapshot |
2006-08-05 |
Alexander Barton | Added support for Solaris 11. |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Alexander Barton | Synchronized documentation with branch-0-10-x ... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Alexander Barton | Updated debian changelog. |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Alexander Barton | Don't assert() when a pre-defined channel has no topic. |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Alexander Barton | Flag the format parameter of LogDebug() as "unused... |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Alexander Barton | Removed unused variable "ret" when using the select... |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Alexander Barton | Removed (theoretically) division by zero; reformated... |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Alexander Barton | Validate "ServerName" variable. |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Alexander Barton | Updated documentation. |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Alexander Barton | Allow DIE to send a message to all locally connected... |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Alexander Barton | "Enhanced" debug message for Handle_Write(), only print... |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Alexander Barton | Output some debug messages only if DEBUG_ZIP is #define'd. |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Alexander Barton | Don't include conn.h, conn-func.h is enough. |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Alexander Barton | Updated CVS URLs; enhanced documentation a little bit. |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Alexander Barton | Updated some patch names on Arthur. |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Alexander Barton | Updated copyright notice ;-) |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Alexander Barton | Updated autoconf helper scripts. |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Alexander Barton | Added ngindent. |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Florian Westphal | remove fd from io_event structure |
commit | commitdiff | tree | snapshot |
2006-07-01 |
Florian Westphal | ALIGN_XXX( v ) macros now leave v alone if it was alrea... |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Alexander Barton | Sorted channel modes alphabetically. |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Alexander Barton | Detect the Avahi "howl-compatibility" as well as Howl... |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Alexander Barton | The third parameter of bind() is of type "socklen_t... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Alexander Barton | Use some more specific data types (e. g. pid_t vs.... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Florian Westphal | make splint complain less... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Florian Westphal | disabled most (rather annoying) debug messages using... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Alexander Barton | Removed kqueue bug fix (never released), rephrased... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Alexander Barton | Handle time shifts backwards gracefully. |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Florian Westphal | kqueue now tested on NetBSD3.0, FreeBSD6 and Darwin7.9.0 |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Florian Westphal | kqueue fix. |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Florian Westphal | kqueue support was completely broken; seemed to work... |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Florian Westphal | minor cleanup, removed unneeded check in safemult_sizet |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Alexander Barton | Send invite and ban lists only once and not repeatedly... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Florian Westphal | Fix Connection Pool resizing. |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Florian Westphal | Client_GetFromConn() removed and replaced with new... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Florian Westphal | changes some comments, minor cleanup |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Alexander Barton | Fix up ngt_TrimStr() once more ... :-/ |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Alexander Barton | Mostly whitespace fixes. |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Alexander Barton | Added maintainer-clean-local target to purge generated... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Florian Westphal | fix ngt_TrimStr(), fix format string |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Alexander Barton | ngt_TrimStr(): code cleanup. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Florian Westphal | use strlcat return value; don't call time() repeatedly. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Florian Westphal | corrected return value |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Florian Westphal | removed silly if (foo) { if (foo){ }} statement |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Florian Westphal | s/gehoert// |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Florian Westphal | Client_RegisterWhowas(): call time() only once |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Alexander Barton | Don't use "awk" directly, instead use $(AWK) variable. |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Alexander Barton | Moved now local prototype of Client_New() to C file... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Florian Westphal | Client_New() not used outside client.c -> static |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Florian Westphal | changed connection structure to array-api |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Florian Westphal | new Function: LogDebug() |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Florian Westphal | removed Resolve_SUCCESS() Macro and Res_Stat->sucess... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Florian Westphal | Make connid same as connection fd. |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Florian Westphal | removed obsolete "int Conn_MaxFD" |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Florian Westphal | simplify IRC_Show_MOTD() |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Alexander Barton | Enhanced documentation. Use "default" port 6667 in... |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Alexander Barton | Added some documentation for --with-XXX options of... |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Alexander Barton | Added test if the stress-test expect script itself... |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Alexander Barton | Modified expect script to work with servers having... |
commit | commitdiff | tree | snapshot |
next |