Age | Commit message (Collapse) | Author |
|
The files have been converted using the following script:
for i in *.po; do
cat $i | grep charset | cut -d= -f2 | cut -d\\ -f1 > charset
echo Converting $i from `cat charset` to UTF-8
iconv -f `cat charset` -t UTF-8 < $i | sed "s/`cat charset`/UTF-8/g" > $i~
mv -f $i~ $i
rm -f charset
done
|
|
|
|
|
|
|
|
|
|
|
|
Added chanserv drop to web panel
Allow long lists of akills to scroll
|
|
|
|
|
|
|
|
the template engine
|
|
commit 317ead6b395237fd0fcf8a39ef028404fcd0ece2
Author: MatthewM <mcm@they-got.us>
Date: Tue Dec 11 02:14:06 2012 -0500
Added the HostServ link to the navigation bar
commit 6b15d7fc5e68809f282f5d8597f5bc198851b41c
Author: MatthewM <mcm@they-got.us>
Date: Tue Dec 11 01:58:18 2012 -0500
Correct some slight over sights that was missed eariler
commit b356a46789fabe4f69af8739e721bc069aa7a348
Author: MatthewM <mcm@they-got.us>
Date: Mon Dec 10 23:44:51 2012 -0500
Started work on adding HostServ to the web panel
|
|
|
|
|
|
block in example.conf
|
|
|
|
|
|
include and library directories.
|
|
|
|
actually exists
|
|
SHA256_BLOCK_SIZE. also removed an unneeded trailing NULL byte.
|
|
|
|
m_httpds Log methods to the module version.
|
|
Made enc_old depend on enc_md5.
Allow not loading any encryption modules if you want to only use an
external mechanism.
Removed ns_sendpass since it's just a bad idea.
|
|
|
|
|
|
|
|
|
|
|
|
this was important
|
|
not uid
|
|
|
|
|
|
|
|
|
|
help list to registered users.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Genesis2001
|
|
|
|
an ircd message module event, and a few more fixups
|
|
|
|
|
|
cleanup, and allow protocol mods to depend on each
other
|
|
|
|
|