2008-11-17 |
Alexander Barton | Implement local channels (prefix "&") |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Alexander Barton | Added some missing files of GIT tree to distribution... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Alexander Barton | Test suite: start two servers and test server-server... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Alexander Barton | Add conf-ssl.h to "noinst_HEADERS" |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Alexander Barton | Re-add CVE identifiers to ChangeLog. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Alexander Barton | Updated NEWS and ChangeLog to include 0.12.1 and the... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Alexander Barton | Connection counter: count outgoing connections as well. |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Alexander Barton | Ignore numeric 020 ("please wait while we process your... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Alexander Barton | GNUTLS: define new API types when installed library... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Alexander Barton | Console log: output timestamp (seconds since start... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Alexander Barton | Console log: output timestamp (seconds since start... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Florian Westphal | conn-ssl.c: work around gnutls API problems on 64 bit... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Alexander Barton | GIT: don't ignore cvs-version.{h|new}, because it isn... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Alexander Barton | Fix ForwardLookup(): "ISO C90 forbids specifying subobj... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Alexander Barton | Fix ConnSSL_LogCertInfo(): unused variable "cred" ... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Alexander Barton | Debian: build ngircd-full with support for GNU TLS... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Alexander Barton | Debian: make sure that /var/run/ircd is owned by user... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Alexander Barton | GIT: Ignore Debian-related generated files. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Alexander Barton | Updated config.{guess|sub} to version 2008-01-16. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | Enable KICK to be handled from remote servers and from... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | Respect RFC 1459 compatibility mode when announcing... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | Document the server flag "S": SERVICE command is supported. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | Announce IRC services in the network. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | Change Introduce_Client() to set the correct client... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | Convert SQUERY to PRIVMSG on RFC 1459 compliant links. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | Don't allow SQUERY to send to "target masks" and channe... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | Fix PRIVMSG/NOTICE handler (II): keep command when... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | New function ngt_UpperStr() |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | Fix PRIVMSG/NOTICE handler Send_Message(): don't forwar... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | Make real use of the CLIENT_SERVICE client type. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | Allow IRC services to change their nick names. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | New function Client_TypeText() and Destroy_UserOrService(). |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | Send_Message(): really enforce target client type. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | sample-ngircd.conf & ngircd.conf(5): document "ServiceM... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | Allow ngIRCd to detect services connected to an "virtua... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | Centralize logging functions in Introduce_Client(). |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | Get rid of INTRO_INFO structure again: we don't need... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | Announce_User(): support RFC 1459 compatibility mode. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | Introduce_Client(): send MODES in RFC 1459 mode, too. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | numeric.c: whitespace fixes ... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | Server links: detect RFC 1459 mode direct after SERVER... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | Send and handle NICK+USER commands for user registratio... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | New function IRC_WriteStrServersPrefixFlag_CB() using... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | New function Introduce_Client() to announce new local... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | New connection option CONN_RFC1459. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | New global function Conn_SetOption(). |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | USER: servers and services can alter user information... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | NICK: allow servers and services to use RFC 1459 syntax... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Alexander Barton | Whitespace fixes: remove trailing tabulator characters. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Florian Westphal | conn-ssl.c: don't append a newline to ConnSSL_GetCipherInfo |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Florian Westphal | TLS/SSL support: code changes. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Florian Westphal | TLS/SSL support: documentation. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Florian Westphal | TLS/SSL support: core files. |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Florian Westphal | Fix handling of MaxConnections option |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Alexander Barton | Include "mcheck.h" when using mtrace(). |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Alexander Barton | SECURITY: Fixed a message handling bug which could... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Alexander Barton | Enable GNU libc "memory tracing" when compiled with... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Alexander Barton | New make target: "osxpkg" to create an Mac OS X install... |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Alexander Barton | Clean up Mac OS X Xcode environment. |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Alexander Barton | doc/Platforms.txt: added Debian GNU/Hurd, "i686/unknown... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Alexander Barton | Added CVE identifiers to ChangeLog. |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Alexander Barton | Remove de.barton.ngircd.plist on "make clean", its... |
commit | commitdiff | tree | snapshot |
2008-08-01 |
Alexander Barton | Make ngIRCd compile and run on NeXTSTEP 3.3 and OPENSTE... |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Alexander Barton | Merge branch 'master' of git://ngircd.barton.de/ngircd |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Alexander Barton | Install /Library/LaunchDaemons/de.barton.ngircd.plist... |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Florian Westphal | FAQ: add entry about /OPER and OperCanUseMode |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Alexander Barton | GIT: added src/testsuite/message-test to ignore list. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Alexander Barton | Fix Validate_Args(): unused parameter "Idx" and "Req" |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Alexander Barton | message-test: Disable two tests using "localhost" as... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Alexander Barton | Fix Send_Message(): "lastCurrentTarget" may be used... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Alexander Barton | Fix t_diff(): declaration of 'div' shadows a global... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Alexander Barton | Cosmetic whitespace and line length fixes, mostly in... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Alexander Barton | Added "message-test" to Makefile, so it is distrubuted... |
commit | commitdiff | tree | snapshot |
2008-07-26 |
Brandon Beresini | Cleaned up PRIVMSG and NOTICE patches. |
commit | commitdiff | tree | snapshot |
2008-07-26 |
Brandon Beresini | Cumulative Message Patch |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Alexander Barton | Don't allow empty channel names ("#") in strict RFC... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Alexander Barton | Return 461 (syntax error) on "JOIN :" and "PART :" |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Alexander Barton | Channel_Join(): Code cleanup. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Alexander Barton | Added more supported and tested platforms to doc/Platfo... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Alexander Barton | Fixes to misc-test: accept "localhost.<domain>" as... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Alexander Barton | Revert "dpkg-shlibdeps: warning: dependency on libnsl... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Florian Westphal | dpkg-shlibdeps: warning: dependency on libnsl.so.1... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Alexander Barton | Merge autogen.sh changes |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Alexander Barton | autogen.sh: Don't set AUTO{CONF|MAKE}_VERSION and WANT_... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Alexander Barton | autogen.sh: correctly test for and export ACLOCAL variable |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Eric Grunow | Translated comments from German to English |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Alexander Barton | Fix GCC warnings for possibly uninitialized variables... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Alexander Barton | GIT: added src/src/config.h.in~ to ignore list. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Alexander Barton | Allow mixed line terminations (CR+LF/CR/LF) in non... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Alexander Barton | Don't allow stray \r or \n in command parameters |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Alexander Barton | GIT: ignore de.barton.ngircd.plist, it is a generated... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Alexander Barton | ngircd.init: use LSB logging functions, if available. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Alexander Barton | --configtest: return non-zero exit code if there are... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Alexander Barton | Handle_Buffer(): code cleanup. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Alexander Barton | Conn_Handler(): cleanup code, add/translate comments. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Scott Perry | Use strtok_r instead of strchr in IRC_JOIN. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Alexander Barton | Mac OS X LaunchDaemon script: log messages to /Library... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Florian Westphal | configure.in: don't check for "obvious" standard functions. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Alexander Barton | Reset client idle time on NICK, JOIN, and PART |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Florian Westphal | Remove ListenIPv4/ListenIPv6 options. |
commit | commitdiff | tree | snapshot |
next |