Activity for Undernet IRC Server Development

  • 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

  • Entrope Entrope committed [40846b]

    Support SSL and TLS (UNTESTED)

  • Entrope Entrope committed [357f6f]

    tls_openssl: Fix sense of FEAT_TLS_* version settings

  • Michael Poole committed [1e6410]

    configure: Compile without OpenSSL or gnutls installed

  • Entrope Entrope committed [765828]

    tls_gnutls: Fix typos in checking I/O results

  • Entrope Entrope committed [8c1c0d]

    tls_libtls: Fix compilation

  • Entrope Entrope committed [2e60f7]

    uping_server: Avoid overrunning destination server name

  • Entrope Entrope committed [27bc52]

    gline_stats: Pacify Coverity Scan

  • Entrope Entrope committed [df499e]

    add_listener: Warn on bad listener mask

  • Entrope Entrope committed [5bbe0c]

    ms_nick: Fix commit for 35cf0933

  • Entrope Entrope committed [3cce30]

    matchexec: Remove redundant assignment to bs

  • Entrope Entrope committed [7bdd74]

    labellen: Mask the length that can be returned

  • Entrope Entrope committed [521973]

    modebuf_extract: Do not trust mb_add for modes with arguments

  • Entrope Entrope committed [20357c]

    feature_reset: Minor code cleanups

  • Entrope Entrope committed [7495ac]

    ircd_chattr: Define the array size for our character tables

  • Entrope Entrope committed [3ce562]

    crule_parseprimary: Remove redundant return.

  • Entrope Entrope committed [8375a8]

    gline_modify: Only allow changes with a new reason

  • Entrope Entrope committed [053e52]

    channel.c: Initialize limitbuf to empty

  • Entrope Entrope committed [8a9a9a]

    mode_parse_client: Sanity-check that i < MAXPARA

  • Entrope Entrope committed [35cf09]

    ms_nick: Move sanity check of sptr

  • Entrope Entrope committed [3940b9]

    umkpasswd: Do not try to print function pointer

  • Entrope Entrope committed [7e978f]

    joinbuf_join: Bail early for PART if no membership

  • Entrope Entrope committed [30d035]

    parse_server: Bail if a server sends us an invalid numeric

  • Entrope Entrope committed [9b7611]

    ipmask_parse: Avoid shadowing local variable "colon"

  • Entrope Entrope committed [87211a]

    client_set_privs: Fix misplaced close parenthesis

  • Entrope Entrope committed [ce2714]

    log_vwrite: Add missing va_end() call.

  • Entrope Entrope committed [22e855]

    match.c: Comment some intentional switch fallthroughs.

  • Entrope Entrope committed [7422b9]

    configure.in: Update for remotely recent autoconf

  • Entrope Entrope committed [d58099]

    res.h: Fix irc_in_addr_valid().

  • Entrope Entrope committed [fd50fd]

    feature_reset: Remove extraneous test of "from".

  • Entrope Entrope committed [fb7dda]

    client.h: Move con_handler for better structure packing.

  • Entrope Entrope committed [d3e340]

    umkpasswd: Fix compiler warnings.

  • Entrope Entrope committed [320cec]

    Make Coverity happier about handling of connClassList.

  • Entrope Entrope committed [1e055c]

    crule: Simplify loops by removing early returns.

1 >