index
:
torxchat.git
this commit
branch-info
default
fe-web
feature/flexible-cert
feature/fork-branding
feature/tls-srp
feature/tor-i2p-dcc
fix-ub
Unnamed repository; edit this file 'description' to name the repository.
blog
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
checksum
/
checksum.c
Age
Commit message (
Collapse
)
Author
2013-01-19
Correct almost all compiler warning issues
RichardHitt
2013-01-16
Remove #include <malloc.h>, causes a #error in freebsd build
RichardHitt
2013-01-10
Merge branch 'master' into pull350
RichardHitt
2013-01-09
Make source cleah with cppcheck, except for mpc and sasl
RichardHitt
2013-01-09
Fix Issue 350 in checksum.c by changing struct stat64 to struct stat
RichardHitt
2012-11-26
update checksum help info
TingPing
2012-11-20
Use g_strdup
TingPing
2012-11-19
Fix checksum plugin when completed dir is set
TingPing
2012-11-10
Comment out one more unused thing
Berke Viktor
2012-10-30
Rebranding for the rest of plugin*
Berke Viktor
2012-10-30
Rebranding for XCHAT_EAT_*
Berke Viktor
2012-10-30
Rebranding for XCHAT_PRI_*
Berke Viktor
2012-10-26
Eliminate some more plugin warnings
Berke Viktor
2012-10-24
A lot more rebranding
Berke Viktor
2012-07-18
Checksum Unix support and configure.in cosmetics
Berke Viktor
2012-07-13
Remove the last remnants of XChat-WDK
Berke Viktor
2012-01-20
update the checksum plugin to use the plugin config api
Berke Viktor
2011-12-02
don't use hardcoded strings for plugin names
Berke Viktor
2011-11-29
relicense own plugins under the MIT license
Berke Viktor
2011-08-11
minor formatting
Berke Viktor
2011-02-28
add wdk changes to named branch
berkeviktor@aol.com
2011-02-24
nuke the repo
berkeviktor@aol.com
2011-01-13
fix erroneous fcloses and add note to self about this error
berkeviktor@aol.com
2011-01-12
copy-paste is still BAD
berkeviktor@aol.com
2011-01-12
copy-paste is BAD
berkeviktor@aol.com
2011-01-12
decrease size limit once again
berkeviktor@aol.com
2011-01-12
use 1024 for buffer size, otherwise it crashes (why?)
berkeviktor@aol.com
2011-01-12
just to follow conventions
berkeviktor@aol.com
2011-01-12
config_fail may have been uninitialized
berkeviktor@aol.com
2011-01-12
cosmetics
berkeviktor@aol.com
2011-01-12
meh, for these too
berkeviktor@aol.com
2011-01-12
eh, for this one too
berkeviktor@aol.com
2011-01-12
512 should be enough, that's the limit of ntfs
berkeviktor@aol.com
2011-01-12
hardcoding is bad
berkeviktor@aol.com
2011-01-12
some cosmetics
berkeviktor@aol.com
2011-01-12
saner default size limit, human readable printing and some help
berkeviktor@aol.com
2011-01-12
even more minor plugin fixes
berkeviktor@aol.com
2011-01-12
minor plugin fixes
berkeviktor@aol.com
2011-01-12
rework checksum plugin, add option for limiting file size
berkeviktor@aol.com
2011-01-02
eliminate one layer of abstraction
berkeviktor@aol.com
2010-11-14
add minimal installation type
berkeviktor@aol.com
2010-10-21
remove duplication
berkeviktor@aol.com
2010-10-21
insert missing newline
berkeviktor@aol.com
2010-10-21
fix some compilation warnings on linux
berkeviktor@aol.com
2010-10-21
some cosmetics
berkeviktor@aol.com
2010-10-21
send checksum in privmsg, print local sum in the same tab
berkeviktor@aol.com
2010-10-20
even more formatting
berkeviktor@aol.com
2010-10-20
some formatting
berkeviktor@aol.com
2010-10-20
some cosmetics
berkeviktor@aol.com
2010-10-20
convert sha256sum to checksum plugin
berkeviktor@aol.com