Activity for Undernet IRC Server Development

  • Entrope Entrope committed [a7bc0e] on ircu2

    Reduce number of comparisons in msg_tree_parse()

  • Entrope Entrope committed [76b4a0] on ircu2

    Remove the now-unused IsKTimeChar() macro

  • GitHub committed [a7a61e] on ircu2

    Merge pull request #55 from MrIron-no/awayburst

  • Erik Tørrissen committed [8c396f] on ircu2

    Burst away messages.

  • GitHub committed [967306] on ircu2

    Merge branch 'UndernetIRC:u2_10_12_branch' into u2_10_12_branch

  • Erik Tørrissen committed [9cad72] on ircu2

    Prevents e.g. END_OF_BURST (MSG) to be recognised. Don't ask how I identified this...

  • GitHub committed [6c121d] on ircu2

    Merge pull request #56 from MrIron-no/autoconf

  • MrIron committed [8b9d82] on ircu2

    Updated autoconf

  • GitHub committed [028b09] on ircu2

    Merge pull request #52 from jhoneycutt/username-digit-groups

  • Jon Honeycutt committed [cbe68a] on ircu2

    Fix bug that rejects valid usernames with two digit groups

  • GitHub committed [f241b9] on ircu2

    Merge pull request #51 from MrNorwegian/u2_10_12_branch

  • MrNorwegian committed [bd9519] on ircu2

    Added missing variable resulting in a never ending while loop

  • GitHub committed [ec0e3e] on ircu2

    Merge pull request #48 from MrIron-no/capset

  • Erik Tørrissen committed [cd6e2e] on ircu2

    Minor fix.

  • Entrope Entrope committed [dfd9af] on ircu2

    Consistently honor CAP_EXTJOIN

  • Entrope Entrope committed [6f0fc9] on ircu2

    Convert struct CapSet to a bare bitfield.

  • Entrope Entrope committed [2e9387] on ircu2

    Minor fix to CAP handler for unregistered connections.

  • GitHub committed [3525ba] on ircu2

    Merge pull request #46 from MrIron-no/xflags

  • Erik Tørrissen committed [c38fb6] on ircu2

    Changed datatype of account id and account flags

  • Erik Tørrissen committed [88917f] on ircu2

    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.

  • Erik Tørrissen committed [aa4fa7] on ircu2

    Added new flags param in account messages.

  • GitHub committed [6878a2] on ircu2

    Merge pull request #45 from MrIron-no/username-req

  • Erik Tørrissen committed [85c37e] on ircu2

    Disable certain username checks per default.

  • MrIron-no committed [f78fe0] on ircu2

    Added support for the invite-notify capability.

  • GitHub committed [083200] on ircu2

    Merge pull request #43 from MrIron-no/topicwho

  • GitHub committed [24532c] on ircu2

    Merge pull request #44 from MrIron-no/invite-notify

  • MrIron-no committed [d0757a] on ircu2

    Bursting of topic who. Added TOPIC_BURST to example.conf and set to default.

  • GitHub committed [aba4e2] on ircu2

    Merge pull request #42 from MrIron-no/iauth-patch

  • MrIron-no committed [5dc3f9] on ircu2

    Fix that caused trust_username in iauth-class not working.

  • GitHub committed [644022] on ircu2

    Merge pull request #41 from MrIron-no/cap

  • MrIron-no committed [d4109f] on ircu2

    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.

  • GitHub committed [264338] on ircu2

    Merge pull request #39 from hiddn/fixglinelookup

  • Hidden committed [00c0c1] on ircu2

    fix /gline command: wc matching will now work for lookups

  • GitHub committed [4e44b5] on ircu2

    Merge pull request #38 from MrIron-no/maxflood

  • MrIron committed [acb9b0] on ircu2

    Making CLIENT_FLOOD configurable for classes.

  • GitHub committed [e61670] on ircu2

    Merge pull request #37 from MrIron-no/cap-patch

  • MrIron-no committed [e4c426] on ircu2

    Minor fix

  • MrIron-no committed [4db844] on ircu2

    Added support for IRCv3 capabilities

  • Entrope Entrope committed [9b0b80] on ircu2

    engine_select: Fix for Mac OS

  • GitHub committed [7e9ec9] on ircu2

    Merge pull request #35 from hiddn/connectport

  • Hidden committed [45ae2f] on ircu2

    Allow the use of port 0 in local /connects

  • GitHub committed [668bee] on ircu2

    Merge pull request #34 from empus/patch-1

  • GitHub committed [e87bee] on ircu2

    Update supported.h for chanmode +P

  • Entrope Entrope committed [f8f62f] on ircu2

    Only apply MaxSendq when a class exists

  • GitHub committed [53f766] on ircu2

    Merge pull request #32 from hiddn/glinereasonfix

  • Hidden committed [37a02b] on ircu2

    Fix gline reason change

  • GitHub committed [6779e5] on ircu2

    Merge pull request #31 from hiddn/hid/notice

  • GitHub committed [6779e5] on ircu2

    Merge pull request #31 from hiddn/hid/notice

  • Hidden committed [9f2806] on ircu2

    Optimization: check IsChannelService() before match()

  • Hidden committed [0039f1] on ircu2

    Apply '/msg nick@server' logic to /notice

  • GitHub committed [cda563] on ircu2

    Merge pull request #6 from empus/chanmode_P

  • GitHub committed [87938c] on ircu2

    Merge branch 'u2_10_12_branch' into chanmode_P

  • GitHub committed [0bc6ca] on ircu2

    Merge pull request #30 from hiddn/infofix

  • Hidden committed [9cbac8] on ircu2

    Fixes #29 (few hashes displayed to non-opers)

  • GitHub committed [4be9a0] on ircu2

    Merge pull request #23 from davidtorrell/u2_10_12_branch

  • David Torrell committed [88f58a] on ircu2

    fix on line 837 example.conf.

  • Empus Empus committed [c1bd97] on ircu2

    enhanced to also prevent quit messages

  • Empus Empus committed [2628c3] on ircu2

    missing the most crucial piece, the mode

  • Empus Empus committed [68727a] on ircu2

    implementation of chanmode +P

  • Entrope Entrope committed [2dcf47] on ircu2

    do_trace: Remove unused local variable

  • Entrope Entrope committed [060826] on ircu2

    bmatch: Remove unused local variable.

  • Entrope Entrope committed [c38a37] on ircu2

    Declare yyparse(void) because we do not use YYPARSE_PARAM

  • Entrope Entrope committed [d49c82] on ircu2

    configure: Limit unet_maxcon to 262144+24

  • Entrope Entrope committed [58ab36] on ircu2

    Update autoconf helper scripts

  • Entrope Entrope committed [b9c579] on ircu2

    Copy max sendQ for remotely opered clients

  • Entrope Entrope committed [6ad5f8] on ircu2

    Fix DEBUGMODE with Darwin

  • Entrope Entrope committed [bc32e4] on ircu2

    Quash warning from Clang

  • Entrope Entrope committed [fb7fb9] on ircu2

    Fix compilation on Darwin

  • Entrope Entrope committed [a46655]

    Add missing semicolon in example.conf

  • Entrope Entrope committed [5ffe0a]

    Allow clients to join more channels in a burst

  • Entrope Entrope committed [bfb4ef]

    Make SIGALRM restartable in the modern way

  • Entrope Entrope committed [54cfd5]

    Make check_target_limit() more robust

  • Entrope Entrope committed [500fc0]

    Flatten client_can_send_to_channel() and add comments

  • Entrope Entrope committed [c12193]

    Fix handling of 'WHOWAS <nick> 0'

  • Entrope Entrope committed [e50a5c]

    Support primitive parser generators like byacc

  • Entrope Entrope committed [844238]

    Use a hand-coded lexical analyzer

  • Entrope Entrope committed [bc65d2]

    Regenerate configure with autoconf 2.71

  • Entrope Entrope committed [66304e]

    Backport config file inclusion from 'master'

  • Entrope Entrope committed [c51938]

    Quash warnings about if (a) MyFree(x) else ...

  • Entrope Entrope committed [6b6112]

    Slightly clean up ip_registry_find()

  • Entrope Entrope committed [6ca205]

    Allow exceptions from IPcheck's connect-rate limits

  • Entrope Entrope committed [0ff825]

    Only gripe about unhashed but named users

  • Entrope Entrope committed [3352dc]

    Document the overly complex crule_parseprimary()

  • Michael Michael committed [885f82]

    motd.c:motd_memory_count(): fixed invalid memory stats due to uncount bytes for ptr->hostmask and cache->path

  • Entrope Entrope committed [0bcf2e]

    Merge branch 'motd_memory_count' of git://github.com/miwob/ircu2 into u2_10_12_branch

  • Hidden committed [213e98]

    Readded 'unlimit_query' to the default oper privileges

  • Entrope Entrope committed [fe38db]

    Merge branch 'u2_10_12_branch' of https://github.com/hiddn/ircu2 into u2_10_12_branch

  • Entrope Entrope committed [85f4db]

    check_auth_finished: Trust webirc's username

  • Entrope Entrope committed [06423d]

    ircd_match_t: Run all globbing tests

  • Entrope Entrope committed [7a3658]

    auth_spoof_user: Avoid sending "<id> u " to iauth

  • Entrope Entrope committed [de343d]

    Fix some corner cases in match()

  • Entrope Entrope committed [441763]

    Revert "match(): Only treat \ as an escape when it is before * or ?."

  • Entrope Entrope committed [d7d9b5]

    FEAT_HIS_REMOTE: Convert to a Boolean feature

  • Entrope Entrope committed [896e2c]

    example.conf: Show correct default value for HIS_STATS_w

  • Entrope Entrope committed [170d28]

    ircd_features: Allow 0 and 1 for Boolean features

  • Entrope Entrope committed [87e808]

    ircd_features: Change OPLEVELS and ZANNELS defaults to FALSE

  • Entrope Entrope committed [81c30b]

    set_listener_options: Fix typo in name of SO_SNDBUF

  • Entrope Entrope committed [22c02d]

    Remove the MAXIMUM_LINKS feature setting

  • Entrope Entrope committed [6369d7]

    readme.features: Clarify documentation for CONNECTTIMEOUT

  • Entrope Entrope committed [5d4cfc]

    readme.features: Better explain TLS version features

1 >
MongoDB Logo MongoDB