Reduce number of comparisons in msg_tree_parse()
Remove the now-unused IsKTimeChar() macro
Merge pull request #55 from MrIron-no/awayburst
Burst away messages.
Merge branch 'UndernetIRC:u2_10_12_branch' into u2_10_12_branch
Prevents e.g. END_OF_BURST (MSG) to be recognised. Don't ask how I identified this...
Merge pull request #56 from MrIron-no/autoconf
Updated autoconf
Merge pull request #52 from jhoneycutt/username-digit-groups
Fix bug that rejects valid usernames with two digit groups
Merge pull request #51 from MrNorwegian/u2_10_12_branch
Added missing variable resulting in a never ending while loop
Merge pull request #48 from MrIron-no/capset
Minor fix.
Consistently honor CAP_EXTJOIN
Convert struct CapSet to a bare bitfield.
Minor fix to CAP handler for unregistered connections.
Merge pull request #46 from MrIron-no/xflags
Changed datatype of account id and account flags
Fix to send.c to only send capflag messages to from only if capflag condition is met. Simplification of CAP_ACCOUNTNOTIFY. Use of variables in acc_flags handling.
Added new flags param in account messages.
Merge pull request #45 from MrIron-no/username-req
Disable certain username checks per default.
Added support for the invite-notify capability.
Merge pull request #43 from MrIron-no/topicwho
Merge pull request #44 from MrIron-no/invite-notify
Bursting of topic who. Added TOPIC_BURST to example.conf and set to default.
Merge pull request #42 from MrIron-no/iauth-patch
Fix that caused trust_username in iauth-class not working.
Merge pull request #41 from MrIron-no/cap
CHGHOST: Fix bug causing unidented usernames not being included. AWAY: Sending AWAY message on-join (thanks to progval). ACCOUNTNOTIFY: Sending ACCOUNT message to the logged in user.
Merge pull request #39 from hiddn/fixglinelookup
fix /gline command: wc matching will now work for lookups
Merge pull request #38 from MrIron-no/maxflood
Making CLIENT_FLOOD configurable for classes.
Merge pull request #37 from MrIron-no/cap-patch
Minor fix
Added support for IRCv3 capabilities
engine_select: Fix for Mac OS
Merge pull request #35 from hiddn/connectport
Allow the use of port 0 in local /connects
Merge pull request #34 from empus/patch-1
Update supported.h for chanmode +P
Only apply MaxSendq when a class exists
Merge pull request #32 from hiddn/glinereasonfix
Fix gline reason change
Merge pull request #31 from hiddn/hid/notice
Merge pull request #31 from hiddn/hid/notice
Optimization: check IsChannelService() before match()
Apply '/msg nick@server' logic to /notice
Merge pull request #6 from empus/chanmode_P
Merge branch 'u2_10_12_branch' into chanmode_P
Merge pull request #30 from hiddn/infofix
Fixes #29 (few hashes displayed to non-opers)
Merge pull request #23 from davidtorrell/u2_10_12_branch
fix on line 837 example.conf.
enhanced to also prevent quit messages
missing the most crucial piece, the mode
implementation of chanmode +P
do_trace: Remove unused local variable
bmatch: Remove unused local variable.
Declare yyparse(void) because we do not use YYPARSE_PARAM
configure: Limit unet_maxcon to 262144+24
Update autoconf helper scripts
Copy max sendQ for remotely opered clients
Fix DEBUGMODE with Darwin
Quash warning from Clang
Fix compilation on Darwin
Add missing semicolon in example.conf
Allow clients to join more channels in a burst
Make SIGALRM restartable in the modern way
Make check_target_limit() more robust
Flatten client_can_send_to_channel() and add comments
Fix handling of 'WHOWAS <nick> 0'
Support primitive parser generators like byacc
Use a hand-coded lexical analyzer
Regenerate configure with autoconf 2.71
Backport config file inclusion from 'master'
Quash warnings about if (a) MyFree(x) else ...
Slightly clean up ip_registry_find()
Allow exceptions from IPcheck's connect-rate limits
Only gripe about unhashed but named users
Document the overly complex crule_parseprimary()
motd.c:motd_memory_count(): fixed invalid memory stats due to uncount bytes for ptr->hostmask and cache->path
Merge branch 'motd_memory_count' of git://github.com/miwob/ircu2 into u2_10_12_branch
Readded 'unlimit_query' to the default oper privileges
Merge branch 'u2_10_12_branch' of https://github.com/hiddn/ircu2 into u2_10_12_branch
check_auth_finished: Trust webirc's username
ircd_match_t: Run all globbing tests
auth_spoof_user: Avoid sending "<id> u " to iauth
Fix some corner cases in match()
Revert "match(): Only treat \ as an escape when it is before * or ?."
FEAT_HIS_REMOTE: Convert to a Boolean feature
example.conf: Show correct default value for HIS_STATS_w
ircd_features: Allow 0 and 1 for Boolean features
ircd_features: Change OPLEVELS and ZANNELS defaults to FALSE
set_listener_options: Fix typo in name of SO_SNDBUF
Remove the MAXIMUM_LINKS feature setting
readme.features: Clarify documentation for CONNECTTIMEOUT
readme.features: Better explain TLS version features