]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
2013-09-15 Alexander BartonConnSSL_InitLibrary(): Code cleanup
2013-09-06 Alexander BartonTRACE: fix error message when there are too many parameters
2013-09-06 Alexander BartonIRC_SetPenalty(): Code cleanup
2013-09-06 Federico G... Add more penalty times
2013-09-06 Federico G... Rework check for number of parameters
2013-09-05 Federico G... Reorder checks
2013-09-05 Federico G... Move the IRC_SetPenalty() call after the asserts
2013-09-05 Federico G... Correct numeric returned by whois
2013-09-05 Federico G... Minor cosmetic change
2013-09-04 Alexander BartonCommands.txt: Document proprietary DIE <message> parameter
2013-09-03 Alexander Bartongetpid.sh: use /bin/pidof when available
2013-09-03 Alexander BartonDon't enforce channel types for other servers
2013-09-02 Alexander BartonOnly log "IDENT ... no result" when IDENT was looked up
2013-08-31 Florian Westphalngircd: use setgid/setuid errno value in error path
2013-08-31 Alexander BartonShow connection flag "s" (SSL) in RPL_TRACE{LINK|SERVER}
2013-08-26 Federico G... Change away to be allocated dynamically
2013-08-26 Alexander BartonIgnore "operation not permitted" while dropping groups
2013-08-26 Florian Westphalngircd: discard supplementary group ids on startup
2013-08-26 Alexander BartonXcode: update project settings for Xcode 5
2013-08-26 Alexander BartonMerge branch 'bug159-WebircIPA'
2013-08-26 Alexander BartonIntroduce Free_Client() function to free CLIENT structure bug159-WebircIPA
2013-08-26 Alexander BartonSave client IP address text for "WebIRC" users
2013-08-26 Alexander BartonImplement new configuration option "DefaultUserModes" bug160-DefaultUserModes
2013-08-26 Federico G... Change strdup() to strndup()
2013-08-26 Federico G... private strndup() implementation in case libc does...
2013-08-25 Federico G... Cosmetic changes to METADATA
2013-08-25 Federico G... Silence warning
2013-08-25 Federico G... Plug memory leak
2013-08-25 Federico G... Implement account login support
2013-08-24 Federico G... Fix spelling
2013-08-23 Alexander BartonngIRCd Release 20.3
2013-08-23 Alexander BartonCorrectly handle return code of Handle_Write()
2013-08-20 Alexander BartonEnhance log messages on "recursive" connection errors
2013-08-20 Alexander BartonAdd some assert() calls to ng_ipaddr library
2013-08-20 Alexander BartonUpdate ChangeLog file
2013-08-19 Alexander BartonDebian init script: test for binary after reading defaults
2013-08-17 Alexander BartonMerge branch 'ssl-log-messages'
2013-08-14 Alexander BartonMake SSL-related log messages more readable ssl-log-messages
2013-08-13 Federico G... Use _IRC_ARGC_BETWEEN_OR_RETURN_ when possible
2013-08-12 Alexander BartonConnSSL_HandleError: Code cleanup, more documentation
2013-08-11 Alexander BartonChange log level of "SSL connection shutting down"
2013-08-11 Federico G... Fix 2 bugs introduced in 74514b8c23
2013-08-11 Alexander Bartonconfigure: Don't quote IO backend type(s)
2013-08-06 Alexander BartonIRC_SERVER(): Code cleanup
2013-08-06 Alexander BartonIntroduce new function IRC_WriteErrClient()
2013-08-06 Alexander Bartonirc-macros.h: Update copyright, don't forget contributors!
2013-08-06 Alexander Bartonirc-write.c: Clean up code and add more documentation...
2013-08-06 Alexander BartonFix return code of some IRC_WriteXXX() functions
2013-08-06 Alexander BartonStreamline punctuation of log messages
2013-08-06 Alexander BartonUpdate NEWS and ChangeLog files
2013-08-05 Federico G... More spelling corrections
2013-08-05 Federico G... Inline who_flags_status
2013-08-04 Federico G... Convert more code to use Channel_HasMode
2013-08-04 Federico G... Simplify mode checking on channels and users within...
2013-08-04 Federico G... Use Client_HasMode and Client_HasFlag where appropriate
2013-08-04 Alexander BartonMerge branch 'bug152-AllowedChannelTypes'
2013-08-04 Alexander BartonImplement new configuration option "AllowedChannelTypes" bug152-AllowedChannelTypes
2013-08-04 Federico G... More spelling fixes
2013-08-04 Federico G... Change cloaked hostname to be malloc'd on demand
2013-08-04 Federico G... Add Client_HasFlag() to check if a client has certain...
2013-08-04 Federico G... Fix spelling
2013-08-04 Federico G... Rename XXX_Fingerprint to XXX_CertFp
2013-08-03 Federico G... Improved client announcement
2013-08-03 Alexander BartonIntroduce "CHANTYPES" #define
2013-08-02 Alexander BartonMerge remote-tracking branch 'fgsch/certfp'
2013-08-02 Federico G... Simplify MOTD handling
2013-08-02 Federico G... Add certificate fingerprint support
2013-08-02 Alexander BartonUpdate irc-server.c to use irc-macros.h
2013-08-02 Alexander BartonCommands.txt: Update more descriptions
2013-08-02 Alexander BartonUpdate irc-oper.c to use irc-macros.h
2013-08-02 Alexander BartonCommands.txt: Update more descriptions
2013-08-02 Alexander BartonCommands.txt: Fix <target> description of TRACE command
2013-08-01 Alexander BartonUpdate irc-mode.c to use irc-macros.h
2013-08-01 Alexander BartonUpdate irc-channel.c to use irc-macros.h
2013-08-01 Alexander BartonCommands.txt: Update more descriptions
2013-08-01 Alexander BartonCommands.txt: Streamline references to IRC+ protocol
2013-07-31 Alexander BartonShow IRC Operator name when logging a successful OPER...
2013-07-30 Alexander BartonAdd penalty times in error paths of generic IRC helper...
2013-07-30 Alexander BartonAdd more penalty times in error paths
2013-07-30 Alexander BartonUpdate irc-login.c to use irc-macros.h
2013-07-30 Alexander BartonCommands.txt: Update more descriptions
2013-07-19 Alexander BartonCommands.txt: Update description of "PRIVMSG", "NOTICE...
2013-07-18 Alexander BartonAdd "compile" to .gitignore file
2013-07-18 Alexander BartonCommands.txt: Update description of the "ERROR" command
2013-07-18 Alexander BartonUpdate irc.c to use irc-macros.h
2013-07-18 Alexander BartonMerge pull request #4 from fgsch/master
2013-07-18 Federico G... Handle services in IRC_WHOIS_SendReply()
2013-07-18 Federico G... Fix spelling
2013-07-17 Alexander BartonSlightly update ngircd.8 manual page
2013-06-04 Alexander BartonTravis-CI: Enable OpenSSL and libiconv support bug151-iconv
2013-06-04 Alexander BartonUpdated NEWS and ChangeLog files
2013-06-04 Alexander BartonEnhance Travis-CI configuration file
2013-05-30 Alexander BartonMerge pull request #3 from Cofyc/master
2013-05-30 Yecheng FuLINE_LEN -> COMMAND_LEN
2013-05-24 Alexander BartonIncludeDir: default to "$SYSCONFDIR/ngircd.conf.d" bug157-IncludeDir
2013-05-24 Alexander Barton"IncludeDir" can't be overwritten by included files
2013-05-24 Alexander BartonImplement new configuration option "IncludeDir"
2013-05-24 Alexander Bartonconf.c: New function Read_Config_File()
2013-04-21 Alexander BartonRename "Mask" variables into "Pattern" in assert()...
2013-04-20 Federico G... Ensure there is enough space for the mask
next