]> jfr.im git - irc/rqf/shadowircd.git/history - modules
Unbreak percentage display in /map.
[irc/rqf/shadowircd.git] / modules /
2008-04-03  Jilles TjoelkerUnbreak percentage display in /map.
2008-04-03  Jilles TjoelkerMake m_stats and m_svinfo load again.
2008-04-03  Jilles TjoelkerGet rid of ^M.
2008-04-03  William Pitcocks_log.* -> logger.* (s_foo looks ugly, lets try to...
2008-04-02  Jilles TjoelkerClear event pointer after removing it.
2008-04-02  Jilles TjoelkerRevert 415a87c328d1 as the corresponding ConfItem chang...
2008-04-02  Valery YatskoSynching http://angelforce.ru:8000/ with http://hg...
2008-04-02  William PitcockAutomated merge with http://angelforce.ru:8000/
2008-04-02  Valery Yatskoirc_sockaddr_storage -> rb_sockaddr_storage, changing...
2008-04-02  Valery Yatskom_xline.c fixed
2008-04-02  Valery Yatskom_pass.c fixed
2008-04-02  Valery YatskoReverting some changed related not to moving on libratb...
2008-04-02  William PitcockMake m_resv.so build again.
2008-04-02  Valery Yatskowarnings fixed
2008-04-02  Valery Yatskoreject.h include
2008-04-02  Valery Yatskotstats stuff gone to m_stats.c
2008-04-02  Valery Yatskom_unreject.c fixed
2008-04-02  Valery Yatskom_testline.c fixed
2008-04-02  Valery Yatskoanother fix
2008-04-02  Valery Yatskom_kline.c warning fixed, but read my comment
2008-04-02  Valery Yatskoremove_temp_glines() without legacy api
2008-04-02  Valery Yatskodaddr - unused variable warning fixed
2008-04-02  Valery Yatskofixing dline
2008-04-02  Valery Yatsko'ServerStats->' -> 'ServerStats.'
2008-04-02  Valery YatskoLine doesn't exists in ratbox3 and makes compile warnin...
2008-04-02  Valery YatskoReverting to 398.. trying again with native charybdis...
2008-04-02  Valery Yatskom_message::add_target from ratbox3
2008-04-02  Valery YatskoTrying again - this will need ssld integration from me
2008-04-02  Valery Yatskom_pass.c fix
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.
next