]> jfr.im git - irc/rizon/plexus4.git/shortlog
irc/rizon/plexus4.git
2015-05-08  Adamtor thinking origin/master+tor2
2015-05-08  AdamAdd channel.h and channel_mode.h to swig generator
2015-05-08  AdamCleanup/reorganize of irc_res
2015-05-08  AdamSmarten find_available_ns logic, mostly from charybdis
2015-05-02  AdamFix make dist, use distcheck in release.sh
2015-05-02  AdamAllow opers to query e/I lists
2015-05-01  Adam"identify to a registered nick" -> "login to services"
2015-04-29  AdamRemove useless 0 initialization in all of the module...
2015-04-29  AdamUse c99 array initializers for numeric array
2015-04-27  AdamFix rehash removing database xlines
2015-04-25  AdamDon't kick splitriders who ride past +k
2015-04-24  AdamUpdate module paths in reference.conf for new package...
2015-04-24  AdamMove configuration related snotices to L_ADMIN
2015-04-24  AdamUpdate quiet_on_ban config description
2015-04-24  Adam20150424_0-600 20150424_0-600
2015-04-24  AdamAllow only +b to prevent nickchanges, not other modes...
2015-04-20  AdamLine break fail
2015-04-20  AdamStore invites on channel invite list when from local...
2015-04-19  AdamWe have to store invites remote clients have from local...
2015-04-19  AdamFix compile with no ecdh more
2015-04-19  AdamFix compile with no ecdh
2015-04-19  AdamTry and fix invite throttle stuff. This previous code...
2015-04-18  AdamFix crash from add_invite trying to clear existing...
2015-04-18  AdamCheck the question returned in query responses to be...
2015-04-18  AdamKeep server lists order the same on upgrade/migrate
2015-04-18  AdamMerge branch 'autogen_script' into 'master'
2015-04-18  AdamMerge branch 'gitignore_compile' into 'master'
2015-04-18  AdamUse names for upgrade/migrate so it can happen when...
2015-04-17  AdamNew invite throttle stuff
2015-04-17  AdamSplit ssl profiles from ssl identities
2015-04-16  AdamMake invite throttle configurable, don't bump last...
2015-04-15  Matt UllmanAdd checks to autogen
2015-04-15  Matt UllmanDon't commit the compile script from autoconf
2015-04-11  AdamAdd release script. I don't know of a better way to...
2015-04-11  AdamUpdate patchlevel and version info to reflect plexus...
2015-04-11  AdamRename autoconf project to plexus4
2015-04-11  Adam20150410_0-600 20150410_0-600
2015-04-06  AdamAnti Kyouka-sama
2015-04-06  AdamRemove warn arg to valid_wild_card
2015-04-06  AdamLess casting around
2015-04-06  AdamAdd ipv6 dnsbl support
2015-04-06  AdamModify m4/ax_check_openssl.m4 to just have --with-opens...
2015-04-06  AdamClarify some of the sslprofile comments
2015-04-05  AdamAdd ssl profiles and SNI support
2015-04-05  AdamRequire openssl
2015-04-02  AdamOutgoing connections to servers has no listener either...
2015-04-02  AdamExtbans and channel forwarding
2015-04-02  AdamFix undefined behavior in m_help from 0 length help...
2015-04-02  AdamUpdate help index
2015-04-02  AdamRemove stupid help files
2015-04-02  AdamRemove some unused tokens from lexer and parser
2015-04-02  AdamRequire servers to link on server only ports
2015-04-01  AdamAlso check migrating server isn't me
2015-03-30  AdamMake del_id return the ban mask that is on the ban...
2015-03-29  AdamCleanup uid generator
2015-03-29  AdamDedup certfp code. Update from hybrid8.2
2015-03-22  AdamFix ssl server handshake timeout from 7e078353
2015-03-16  AdamFix compile with no libjansson
2015-03-13  AdamMerge remote-tracking branch 'gl/cmodehelp+nonotices'
2015-03-13  AdamTry harder to ensure servers and users always have...
2015-03-11  AdamMove ERR_OPERONLYCHAN to 520
2015-03-01  AdamFix enforcing whowas max limit on remote clients
2015-02-27  OrillionAdded missing cmode (+N) to help file
2015-02-27  AdamShow sockhost in whowas
2015-02-25  AdamSend realhost and realip in sasl
2015-02-24  ShizFix building on OS X.
2015-02-21  Adam20150221_0-600 20150221_0-600
2015-02-21  AdamFix send_message_remote call in sendto_anywhere
2015-02-20  AdamCleanup send_message_remote to make sense
2015-02-18  AdamMerge branch 'autogen'
2015-02-17  AdamDocument help set IDENTTIMEOUT, MAXTARGETS, MAXREPLYTAR...
2015-02-17  ShizAdd autogen.sh.
2015-02-17  AdamRemove code dup in conf_class
2015-02-17  AdamDon't leak conf if it cannot be attached in CHGCLASS
2015-02-16  AdamDon't bump nickts when changing case of nick when unreg...
2015-02-16  AdamAllow CHGREALHOST on unknown clients too
2015-02-16  AdamStore localaddr with localclient, rename remove_ipv6_ma...
2015-02-16  AdamAssert that only unknown clients can register
2015-02-16  AdamAdd asserts to fd_open and fd_close to ensure they...
2015-02-16  AdamDon't hardcode registration timeout
2015-02-16  AdamUse set_initial_nick for changing case too
2015-02-01  AdamExempt clients with custom flood settings in their...
2015-01-31  AdamDefer script loading until later, after module loading...
2015-01-26  AdamDon't asusme clients have an attached conf in rebuild_c...
2015-01-26  AdamEnsure clients always have an attached client conf...
2015-01-26  Adam20150126_0-600 20150126_0-600
2015-01-25  AdamDeny new connections when shedding, and read redir...
2015-01-25  AdamFix clearing invite in svsjoin
2015-01-25  AdamReadd IRCD_MIN(line_bytes, 510) which is necessary...
2015-01-24  AdamFix get_oper_name to work with oper confs not being...
2015-01-23  AdamLimit CHGCLASS to services
2015-01-23  AdamAdd CHGCLASS to change a uesrs class, using a fake...
2015-01-21  AdamUse anti flood system for unknown clients too
2015-01-21  AdamRevert "Use anti flood system for unknown clients too"
2015-01-21  AdamUse anti flood system for unknown clients too
2015-01-17  AdamFix me_topic to send correct message sources to clients
2015-01-17  AdamFix motd hostmask match to use realhost
2015-01-17  AdamFix HM_HOST bans to match against real IP of clients
2015-01-16  AdamAllow owner and admin to change topics
2015-01-11  AdamShow mempool stats in /stats z
next