Age | Commit message (Collapse) | Author |
|
|
|
some valgrind errors with db_sql_live
|
|
ngircd protocol module: Fix NJOIN, actually join users to the channel
|
|
Bug introduced by commit d33a0f75: "Pretty large coding style cleanup,
in source doc cleanup, and allow protocol mods to depend on each other":
Since then, the NJOIN command has been "ignored", no users were added
to channels at all while linking ...
|
|
|
|
|
|
|
|
|
|
channels
|
|
isn't needed.
|
|
objects. Fix os_dns for sql(live)
|
|
|
|
users at that point anyway
|
|
install.
|
|
|
|
|
|
|
|
|
|
completely pointless
|
|
|
|
for the modal as it's related
|
|
|
|
intergrate the overlay feedback and do tweaks
|
|
and unread memos different colors
|
|
|
|
|
|
|
|
by just moving pointers to the core
|
|
|
|
|
|
senders name
|
|
an extension on chrome. Reverting to previous commit
|
|
.content in Chrome on Windows
|
|
the main content a little less
|
|
out after a give time (currently 5s)
|
|
homepage when their session is not found
|
|
|
|
|
|
|
|
|
|
Convert locales to utf-8 charset
|
|
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
|
|
|
|
|