]> jfr.im git - irc/quakenet/snircd-patchqueue.git/history - welcome.patch
rename patch files
[irc/quakenet/snircd-patchqueue.git] / welcome.patch
2013-07-20  Paulrefresh remaining patches
2011-03-09  wiebewelcome: updated description
2010-05-04  wiebewelcome: updated description in patch file
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-24  wiebewelcome: annouce of local welcome to , global to
2010-04-24  wiebewelcome: refresh for changes by sethost.patch
2010-04-21  wiebewelcome: add welcome count and memusage to STATS z...
2010-04-20  wiebewelcome: use strcmp instead of ircd_strcmp - user may...
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  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...
2010-04-05  wiebewelcome: when unsetting an entry, move the ones after...
2010-04-05  wiebewelcome: do all logging stuff in welcome_log
2010-04-05  wiebewelcome: moved unsetting to welcome_unset and setting...
2010-04-05  wiebewelcome: update timestamp when moving entries
2010-04-05  wiebewelcome: use variables we already have instead of getti...
2010-04-05  wiebewelcome: manually propagate when the entry number is...
2010-04-03  wiebewelcome: throw error when name param is empty (only...
2010-04-03  wiebewelcome: forgot to change TOPICLEN to WELCOMELEN in...
2010-04-03  wiebewelcome: add + prefix which inserts entry (and moves...
2010-04-03  wiebewelcome: add define WELCOMELEN instead of directly...
2010-04-03  wiebewelcome: check WELCOME_LOCAL flag instead of message...
2010-04-03  wiebewelcome: add protocol violation for invalid message...
2010-04-03  wiebewelcome: check source of welcome listing request, if...
2010-04-03  wiebewelcome: shortend local vs remote listing logic
2010-03-23  wiebewelcome: show global in snomask and notices when dealin...
2010-03-23  wiebewelcome: refresh for changes by checkmscheck to parse.c
2010-03-17  wiebewelcome: fixed for changes to ircd and patch queue
2009-02-15  wiebewelcome.patch - refreshed for ircu merge
2009-02-04  wiebewelcome.patch - fixed conflicts with staffpriv.patch
2009-02-03  wiebeaddopkickcmd.patch welcome.patch split.patch - updated...
2009-02-03  wiebewelcome.patch - added privs LOCAL_WELCOME and WELCOME
2009-01-31  wiebewelcome.patch add #include ircd_snprintf.h to m_welcome.c
2009-01-31  Paulmerge
2009-01-30  wiebewelcome.patch - only compare timestamps during bursts...
2009-01-29  wiebewelcome.patch - add empty line at end of welcome.h
2009-01-28  wiebewelcome.patch redone how messages are saved - split...
2009-01-27  wiebecmdhelp.patch almost done, welcome.patch almost done...
2009-01-26  Paulmerge
2009-01-25  wiebemerge
2009-01-25  wiebecmdhelp.patch almost finished