]> jfr.im git - irc/rqf/shadowircd.git/history - modules
update CREDITS a little.
[irc/rqf/shadowircd.git] / modules /
2008-04-01  Valery YatskoCurrentTime -> rb_currenttime();
2008-04-01  Valery YatskodlinkAddAlloc -> rb_dlinkAddAlloc
2008-04-01  Valery Yatskolinebuf_len -> rb_linebuf_len for modules
2008-04-01  Valery YatskoFixed another two warnings in m_stats.c
2008-04-01  Valery Yatskoextern void send_pop_queue(struct Client *); in header...
2008-04-01  Valery YatskoDubString -> rb_strdup
2008-04-01  Valery Yatskom_capab.c fixed - please check whether I am correct
2008-04-01  Valery YatskoMyMalloc -> rb_malloc
2008-04-01  Valery Yatskom_away.c derived from ratbox3 - looks much better and...
2008-04-01  Valery YatskoArgh, wrong replace caused by MS VS 2005 interface.
2008-04-01  Valery YatskoMyFree -> rb_free
2008-04-01  Valery Yatskolibcharybdis includes gone.
2008-04-01  Valery YatskoRemoving libcharybdis references.
2008-04-01  William Pitcockmake m_signon build.
2008-04-01  William PitcockMake m_set compile.
2008-04-01  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2008-04-01  William Pitcockfix highest_fd nonsense
2008-04-01  William PitcockClean these modules up.
2008-04-01  Jilles TjoelkerMore changes for libratbox.
2008-04-01  Jilles TjoelkerVarious changes for libratbox.
2008-04-01  Jilles TjoelkerChange over some dlink functions.
2008-04-01  William Pitcockircs[n]printf -> rb_s[n]printf
2008-04-01  William PitcockMake this compile, but lots of warnings.
2008-04-01  William Pitcockircsprintf -> rb_sprintf
2008-04-01  William Pitcockstart making this compile
2008-04-01  William Pitcockbork bork bork
2008-04-01  William PitcockAllow ENCAP GCAP to be reused to broadcast capability...
2008-03-30  Jilles TjoelkerMove PRIVS command from extensions to modules (shows...
2008-03-30  Jilles TjoelkerUse ERR_DISABLED in CHGHOST and STATS e.
2008-03-29  Jilles TjoelkerUnbreak /quote help stats as an oper (all where oper...
2008-03-29  Jilles TjoelkerUse ERR_NOPRIVS when an oper is not allowed to see...
2008-03-29  Jilles TjoelkerFix compiler warning.
2008-03-18  Jilles TjoelkerFix Invalid CAP subcommand error if the user has no...
2008-03-15  Jilles Tjoelkertarget change: use fnv32 hash of UID instead of pointer...
2008-03-02  Jilles TjoelkerShow some target change statistics in /stats t.
2008-02-27  William PitcockRemove CHFL_DEOPPED entirely.
2008-02-24  Jilles TjoelkerRemove CHFL_DEOPPED check from TMODE.
2008-02-04  Jilles TjoelkerFix a UID leak.
2008-01-14  Jilles TjoelkerRemove silly a2client_p, entirely pointless since User...
2008-01-05  Jilles TjoelkerAdd two missing colons for sendto_one_notice().
2008-01-05  Jilles TjoelkerIf stats k is masked for nonopers, treat stats k and...
2008-01-01  Jilles TjoelkerRemove idle time checking (auto disconnecting users...
2007-12-28  William PitcockReplace int fd; in local client object with an fde...
2007-12-28  Jilles TjoelkerMore helpful ERROR server notices.
2007-12-25  Jilles TjoelkerNever allow a duplicate kline; always allow a wider...
2007-12-25  Jilles TjoelkerWhen removing a temp kline, show removed mask, not...
2007-12-25  Jilles TjoelkerSend a few more snotes about remote connects netwide.
2007-12-25  Jilles TjoelkerUse "SID Exists" instead of "Server Exists" where appro...
2007-12-25  Jilles TjoelkerConsolidate duplicate channel mode flags tables to...
2007-12-24  Jilles TjoelkerMake the notable TS delta snote netwide as this may...
2007-12-24  Jilles TjoelkerPut full detail in the SQUIT reason for invalid TS...
2007-12-24  Jilles TjoelkerMake the other notices to snomask +b network wide.
2007-12-24  Jilles TjoelkerAdd mass_notice oper priv, enabled by default for compa...
2007-12-24  Jilles TjoelkerMove various flags from flags2 to flags.
2007-12-24  Jilles TjoelkerBranch merge.
2007-12-24  Jilles TjoelkerRemove dot_in_ip6_addr config option.
2007-12-17  Jilles TjoelkerDon't allow opers to bypass can_create_channel check.
2007-12-17  Jilles TjoelkerDon't allow faking adminwall via wallops, in case anyon...
2007-12-17  Jilles TjoelkerAdd resv oper priv, enabled by default for compatibility.
2007-12-12  Jilles TjoelkerMake /rehash help work again.
2007-12-08  Jilles TjoelkerRemove reject entries on unkline/ungline/unxline.
2007-12-04  William Pitcockhelp system rework, part 1
2007-12-03  William Pitcocknickdelay -> dictionary.
2007-12-02  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2007-12-01  Jilles TjoelkerFix receiving TS5 client introductions.
2007-11-30  Jilles TjoelkerSpeed up /unresv. Rehash bans now only happens if expli...
2007-11-30  Jilles TjoelkerClean up m_xline a bit.
2007-11-30  Jilles TjoelkerSpeed up /unxline similarly.
2007-11-30  Jilles TjoelkerSpeed up /undline similarly
2007-11-28  Jilles TjoelkerSpeed up /unkline
2007-11-25  Jilles TjoelkerCorrect already X-Lined notice.
2007-11-25  Jilles TjoelkerWhen checking if a nick resv or xline already exists...
2007-11-23  Jilles TjoelkerShow opers a list of recently (<24hrs) split servers...
2007-11-23  Jilles TjoelkerMerge links_cache into scache and rework scache.
2007-11-21  Jilles TjoelkerRemove Server.up and Server.upid.
2007-11-20  William PitcockGet rid of User.server.
2007-09-09  jilles[svn] Make /knock send to all channel members on +g...
2007-08-09  nenolod[svn] - TS6 is always enabled now.
2007-07-14  jilles[svn] In a two-argument whois, RPL_ENDOFWHOIS should...
2007-06-22  jilles[svn] Call add_to_hostname_hash() with correct (orig...
2007-05-27  jilles[svn] - allow JOIN 0 from remotes
2007-05-27  nenolod[svn] - disallow JOIN 0
2007-05-19  jilles[svn] Prevent too wide klines with CIDR masks.
2007-05-19  jilles[svn] Exempt klines with a fixed user@ (no */?) from...
2007-05-06  jilles[svn] Target left IRC (more friendly error message...
2007-04-28  jilles[svn] Merge old trunk r2767:
2007-04-25  jilles[svn] chghost: refuse spoofs which are empty or start...
2007-04-22  jilles[svn] SAVE: make the nickTS of the UID nick equal to...
2007-04-22  jilles[svn] Force nickTS to increase when a local user change...
2007-04-15  jilles[svn] Remove #define UFLAGS. We haven't allowed this
2007-04-14  jilles[svn] Use TS6 prefix for server-server JOIN 0.
2007-04-14  jilles[svn] Use orighost in kill server notices.
2007-04-13  jilles[svn] set: Use sendto_one_notice() for MAXCLIENTS too...
2007-04-05  jilles[svn] Show max_clients in /info.
2007-04-05  jilles[svn] Don't allow /quote set max higher than the
2007-04-03  nenolod[svn] - rename m_list_safelist to m_list and remove...
2007-04-03  nenolod[svn] - some more transit to sendto_one_numeric().
2007-04-03  nenolod[svn] - change some sendto_one() to sendto_one_numeric().
2007-04-02  jilles[svn] Repair operspy who !#channel, broken by me in...
2007-03-28  jilles[svn] Don't show the UID if a TS6 server sends a kick...
next