2012-09-24 |
Alexander Barton | configure.ng: don't require GIT tree to detect version... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Alexander Barton | Include .mailmap file in distribution archives |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Alexander Barton | Include all build-system files into distribution archives |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Alexander Barton | Change build system to support new and old GNU automake |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Alexander Barton | Sort "feature string" alphabetically |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Alexander Barton | Include CAP command even when using "strict RFC mode" |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Alexander Barton | Merge branch 'autoconf-update' |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Alexander Barton | AUTOMAKE_OPTIONS: fix ansi2knr option, include path |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Alexander Barton | Don't use AC_FUNC_MALLOC and AC_FUNC_REALLOC |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Alexander Barton | Make our own targets "silent", if enabled |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Brett Smith | Allow limited punctuation in usernames, for better... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Alexander Barton | configure.in: use AC_CHECK_{FUNCS|HEADERS}_ONCE |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Alexander Barton | Updated config.{guess|sub} to version 2012-08-14 |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Alexander Barton | Make autogen.sh more verbose when VERBOSE=1 is set |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Alexander Barton | configure.in: use AC_SEARCH_LIBS (not AC_CHECK_LIB) |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Alexander Barton | configure.in: use AS_HELP_STRING macro |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Alexander Barton | configure.in: use AC_CANONICAL_HOST (not AC_CANONICAL_T... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Alexander Barton | configure.in: inttypes.h is an optional header file |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Alexander Barton | Merge pull request #2 from briancollins/master |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Alexander Barton | Correctly re-initialize signal handlers on RESTART |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Alexander Barton | Use HAVE_SETSID #define when testing for setsid() |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Alexander Barton | Don't include <stdint.h>, it is included by "portab.h" |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Alexander Barton | Don't check type.h availability, it is required |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Alexander Barton | configure.in: Use AC_CONFIG_FILES macro |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Alexander Barton | configure.in: Don't use AC_C_PROTOTYPES |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Alexander Barton | configure.in: Update checks for required and optional... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Alexander Barton | configure.in: require autoconf 2.67 and automake 1.11 |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Alexander Barton | configure.in: sort some lists (templates, output, ...) |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Alexander Barton | New_Connection(): mark "IsSSL" parameter as UNUSED |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Alexander Barton | Show a warning on startup if config file is not a full... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Alexander Barton | Create &SERVER channel after predefined channels |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Alexander Barton | WHO #channel: don't limit list size |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Alexander Barton | Define EV_SET() for kqueue() on systems that don't... |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Alexander Barton | Fix contrib/Makefile.am to list all files in EXTRA_DIST |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Alexander Barton | Update project description |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Alexander Barton | New function Conn_StartLogin() to finish connection... |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Alexander Barton | Convert CONN_ID and Conf_MaxConnections to "int" datatype |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Alexander Barton | Introduce numeric RPL_HOSTHIDDEN_MSG(396) |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Alexander Barton | Always cloak client hostname, if needed |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Alexander Barton | NoticeAuth: make sure messages are flushed immediately |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Alexander Barton | Merge branch 'umode-B' |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Alexander Barton | Merge branch 'recognize-umode-R' |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Alexander Barton | Only allow IRC services to modify user mode "R" |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Alexander Barton | ngt_RandomStr(): : make it buildable with pre-ANSI... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Alexander Barton | Get_CAP_String(): make it buildable with pre-ANSI C... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Alexander Barton | Enhance "NOTICE AUTH": show hostname and IDENT reply |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Alexander Barton | Merge branch 'cmode-M' |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Alexander Barton | Add new channel mode "M" to doc/Modes.txt |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Alexander Barton | Remove Can_Send_To_Channel_Identified() |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Brian Collins | Fix NAMES response when client has multi-prefix |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Alexander Barton | Merge branch 'better-chan-errors' |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Alexander Barton | Merge branch 'move-connection-password' of git://arthur... |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Alexander Barton | Login_User(): use "conn" insted of calling Client_Conn... |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Alexander Barton | Free already saved password when storing a new one |
commit | commitdiff | tree | snapshot |
2012-08-26 |
DNS777 | Implement channel mode "M" |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Alexander Barton | Remove unused ERR_CANNOTSENDTOCHAN2_MSG message |
commit | commitdiff | tree | snapshot |
2012-08-26 |
DNS777 | Add some more information to channel error numerics |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Alexander Barton | Add new user mode "B" to doc/Modes.txt |
commit | commitdiff | tree | snapshot |
2012-08-26 |
DNS777 | Implement an Unreal-like user mode "B" ("Bot mode") |
commit | commitdiff | tree | snapshot |
2012-08-26 |
DNS777 | Recognize user mode "R" |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Alexander Barton | Enhance "ServiceMask" to handle a list of masks |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Alexander Barton | New function MatchCaseInsensitiveList() to check list... |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Alexander Barton | Block nicknames that are reserved for services |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Alexander Barton | Rename Conf_IsService() to Conf_NickIsService() |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Alexander Barton | Check_Connections(): code cleanup |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Brett Smith | Indentation and style fixes. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Brett Smith | Connection password is not constant. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Brett Smith | Implementation clean-ups. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Brett Smith | Dynamically allocate memory for connection password. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Brett Smith | Move client password from the Client to the Connection... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Alexander Barton | Xcode: use certificate of Alex for code signing |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Alexander Barton | "make uninstall": remove ngircd.conf if not modified |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Alexander Barton | contrib/ngircd.service: systemd service file for ngircd |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Alexander Barton | ngt_RandomStr(): Add implicit cast to "unsigned". |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Alexander Barton | Fix a buffer overflow when initializing the random... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Alexander Barton | configure.in: Use AC_CONFIG_HEADER instead of AM_CONFIG... |
commit | commitdiff | tree | snapshot |
2012-08-05 |
Alexander Barton | Fix compiler warning when not building with ZLIB support |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Alexander Barton | Update NEWS and ChangeLog files for hashed cloaked... |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Sebastian Köhler | Hashed hostnames for CloakHost |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Sebastian Köhler | Implemented hashed cloaked hostnames for +x |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Alexander Barton | ngIRCd release 19.2 rel-19.2 |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Alexander Barton | doc/Capabilities.txt: document "multi-prefix" capability |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Alexander Barton | ngIRCd release 19.2~rc1 rel-19.2-rc1 |
commit | commitdiff | tree | snapshot |
2012-06-11 |
Alexander Barton | Merge branch 'bug124-CloakHostModeX' |
commit | commitdiff | tree | snapshot |
2012-06-09 |
Alexander Barton | Update ChangeLog and NEWS files |
commit | commitdiff | tree | snapshot |
2012-06-09 |
Alexander Barton | Describe "CloakHostModeX" in sample-ngircd.conf an... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Alexander Barton | Rename "CloakModeHost" option to "CloakHostModeX" |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Christoph Biedl | Introduce new configuration option "CloakModeHost" |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Alexander Barton | Correctly handle asynchronously re-established server... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Alexander Barton | Log a debug message when SIGUSR2 is handled |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Alexander Barton | doc/Platforms.txt: more updates |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Alexander Barton | NoticeAuth: Fix test if IDENT reply has been invalid |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Alexander Barton | IDENT reply: only allow alphanumeric characters in... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Alexander Barton | USER command: only allow alphanumeric characters in... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Alexander Barton | doc/Platforms.txt: add powerpc/apple/darwin7.9.0 |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Alexander Barton | Change wording of "TLS initialized" message |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Alexander Barton | Pidfile_Create(): Don't leak file descriptor on error... |
commit | commitdiff | tree | snapshot |
2012-05-18 |
Alexander Barton | INSTALL: Add "satisfy prerequisites" section |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Alexander Barton | NEWS, ChangeLog: fixed some misspellings |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Alexander Barton | Numeric 005 (ISUPPORT), CHANMODES: add missing mode "r" |
commit | commitdiff | tree | snapshot |
next |