]> jfr.im git - irc/quakenet/snircd-patchqueue.git/shortlog
irc/quakenet/snircd-patchqueue.git
2010-05-04  wiebewelcome: correct comment in welcome_resend
2010-05-04  wiebewelcome: change text in stats header line, add : before...
2010-05-03  wiebewelcome: changed a few comments
2010-05-03  wiebewelcome: check if create/lastmod are valid in ms_welcome
2010-05-03  wiebewelcome: remove assert checks for lastmod >= 0
2010-05-03  wiebewelcome: increase WELCOMELEN to 300
2010-05-03  wiebewelcome: changed a few comments and conditions
2010-05-02  wiebewelcome: test flag WELCOME_UNSET instead of variable...
2010-05-02  wiebewelcome: show usage of force in log/snomask
2010-05-02  wiebewelcome: fix assertion in welcome_make
2010-05-02  wiebewelcome: forcing and unsetting by my user or by a remot...
2010-05-02  wiebewelcome: use force when resyncing a server in welcome_r...
2010-05-02  wiebewelcome: add WELCOME_UNSET flag
2010-05-02  wiebewelcome: throw error if global welcome from myuser...
2010-05-02  wiebewelcome: clarified debug messages by using input=value
2010-05-02  wiebewelcome: add ! prefix, force, bypass lastmod check...
2010-05-02  wiebewelcome: add - prefix, delete, add welcome_delete funct...
2010-05-01  wiebewelcome: pass flags to welcome_make, when inserting...
2010-05-01  wiebewelcome: update lastmod of entry being unset once,...
2010-05-01  wiebewelcome: add header line to STATS W
2010-05-01  wiebewelcome: set lastmod to 1 if it was invalid from myuser
2010-05-01  wiebewelcome: use 2 timestamps, creation TS and Lastmod TS
2010-04-29  wiebewelcome: do not use EmptyString()
2010-04-29  wiebewelcome: added assertion checks for timestamp, who...
2010-04-29  wiebewelcome: removed old comment about include assert.h
2010-04-29  wiebewelcome: added WelcomeNameIsValid macro, renamed Welcom...
2010-04-29  wiebewelcome: added syntax of WELCOME/WE in m_welcome.c
2010-04-29  wiebewelcome: added some comments
2010-04-29  wiebewelcome: removed unneeded includes from welcome.c and...
2010-04-29  wiebewelcome: move timestamp check after name check, just...
2010-04-29  wiebewelcome: made protocol violations more consitent, throw...
2010-04-29  wiebewelcome: made flags more clear in debug output
2010-04-29  wiebewelcome: removed unneeded include from welcome.h: sys...
2010-04-29  wiebewelcome: change WELCOME to Welcome in server notice...
2010-04-29  wiebewelcome: pass flags to welcome_announce
2010-04-29  wiebewelcome: updated description in patch file
2010-04-27  wiebewelcome: use MyConnect instead of MyUser
2010-04-27  wieberemoteglinejupe: use MyConnect instead of MyUser
2010-04-27  wiebekillalwaysshowvictimuip: use MyConnect instead of MyUser
2010-04-27  wiebehiskgline: use MyConnect instead of MyUser
2010-04-27  wiebecentralizemodecccheck: use MyConnect instead of MyUser
2010-04-27  wiebelocaloperkill: use MyConnect(victim) instead of MyUser...
2010-04-26  wiebesethost: also count the @ in the buffer length
2010-04-26  wieberealusername: set realusername where username is set...
2010-04-26  wieberealusernamesethost: changed name of patch to realusern...
2010-04-25  wiebeautomodeni: allow usermodes +n and usermode +I to be...
2010-04-25  wiebewhoisnoidle: user with mode +I WHOIS'ing himself can...
2010-04-25  wiebewhonoidle: hide idle time of users with mode +I in...
2010-04-24  wiebewelcome: annouce of local welcome to , global to
2010-04-24  wiebehackdeop: do not send HACK deop notice for +k operator...
2010-04-24  wiebewelcome: refresh for changes by sethost.patch
2010-04-24  wiebeulined: refresh for changes by sethost.patch
2010-04-24  wiebehashiddenhostorissethost: refresh for changes by sethos...
2010-04-24  wiebeopername: refresh for changes by sethost.patch
2010-04-24  wiebecommonchansumode: refresh for changes by sethost.patch
2010-04-24  wiebesnircdumodescheckisanoper: refresh for changes by setho...
2010-04-24  wiebeenforceinvisible: refresh for changes by sethost patch
2010-04-24  wieberemoved showumodehtoclients - covered in sethost patch
2010-04-24  wieberemoved sethostprotocolviolation - covered in sethost...
2010-04-24  wieberemoved sethostoldcode - covered in sethost patch
2010-04-24  wieberemoved sethostnewhostmask - covered in sethost patch
2010-04-24  wieberemoved issethost - covered in sethost patch
2010-04-24  wieberemoved invalidatebanssethost - covered in sethost...
2010-04-24  wieberemoved autosethost - covered in sethost patch
2010-04-24  wiebesethost: minor overhaul of sethost - see file for more...
2010-04-21  wiebewelcome: add welcome count and memusage to STATS z...
2010-04-21  wiebelocaloperkill: made condition simpler
2010-04-20  wiebecheckoutput: remove misplaced : in RPL_CHKHEAD
2010-04-20  wiebeopername: refresh for changes by opernotify patch
2010-04-20  wiebeopernotify: do check user was indeed a local oper when...
2010-04-20  wiebenoopername: add protocol violation when we should have...
2010-04-20  wiebesnircdumodescheckisanoper: check IsAnOper() (local...
2010-04-20  wiebeenforceinvisible: only disallow _local_ users setting...
2010-04-20  wiebewelcome: use strcmp instead of ircd_strcmp - user may...
2010-04-12  wiebeoperautomodes: auto set usermodes +n and +I when opering
2010-04-07  wiebewelcome: added some more assertion checks
2010-04-07  wiebewelcome: do not recheck timestamps and text when the...
2010-04-07  wiebewelcome: only allow announce for local welcome by oper
2010-04-07  wiebewelcome: change announce prefix to $ (was \!), more...
2010-04-07  wiebewelcome: remove redundant strlen check
2010-04-07  wiebewelcome: change WelcomeIsValid macro to use x only...
2010-04-06  wiebeshowumodehtoclients: removed unneeded brackets that...
2010-04-06  wiebeshowumodehtoclients: fix -h mode change not showing...
2010-04-06  wiebeshowumodehtoclients: do not show mode +h when user...
2010-04-06  wiebeshowumodehtoclients: show usermode +h to clients
2010-04-06  wiebewelcome: add assertion checks to welcome_log
2010-04-06  wiebewelcome: always check timestamps, removed timestamp...
2010-04-06  wiebewelcome: use WelcomeText and WelcomeWho for logging...
2010-04-06  wiebewelcome: add assertion checks in welcome_announce
2010-04-06  wiebewelcome: add macros WelcomeTS WelcomeText WelcomeWho
2010-04-06  wiebewelcome add WelcomeIsSet and WelcomeIsEmpty macros
2010-04-06  wiebewelcome: dont allow timestamp to be 0
2010-04-06  wiebewelcome: fix typo in change or truncate error
2010-04-06  wiebewelcome: fix typo in comment
2010-04-06  wiebewelcome: check the length of the message and throw...
2010-04-06  wiebewelcome: add who to the log messages
2010-04-06  wiebewelcome: use max variable instead of WELCOME_MAX_ENTRIE...
2010-04-06  wiebewelcome: add WelcomeIsValid macro
2010-04-06  wiebewelcome: corrected some comments
2010-04-05  wiebewelcome: do not call welcome_insert on last local/globa...
next