summaryrefslogtreecommitdiff
path: root/src/resources/buddylist.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-4/+2
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this.
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-06-05Added command line argument to specify the update host (-H). Also, to avoidBjørn Lindeijer1-1/+5
problems when files with the same name are served by different update hosts, the updates are now stored in an update host specific directory. Based on a patch by Sanga.
2007-11-20Merged revisions 3692 via svnmerge from Bjørn Lindeijer1-2/+6
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3692 | gmelquio | 2007-10-27 11:03:13 +0200 (Sat, 27 Oct 2007) | 1 line Made it compile with GCC 4.3 ........
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-42/+25
2005-10-02Added check for pthread library (needed for FreeBSD, still needs to be checkedBjørn Lindeijer1-3/+3
on MacOS X) and some cleanups.
2005-08-25Adding min and max length check for password, more code cleanups in login ↵Yohann Ferreira1-2/+2
and removing possible buffer overflows by replacing some global char[] by std::strings.
2005-08-03Removed an unneeded header.Björn Steinbrink1-0/+1
2005-07-16Oops forgot two slashes.Yohann Ferreira1-1/+1
2005-07-16Now we don't use the char *homeDir anymore.Yohann Ferreira1-1/+1
2005-06-30Improved buddylist, added talkMateusz Kaduk1-2/+5
2005-06-30No need for xml, for saving buddy. Now saving, loading works.Mateusz Kaduk1-90/+34
2005-06-19Compiling fixesEugenio Favalli1-1/+1
2005-06-19now buddy.xml is saved in home dir...José Ávila1-7/+3
2005-06-19Now added buddy are savedMateusz Kaduk1-7/+72
2005-06-19Saving buddy in xml fileMateusz Kaduk1-1/+50
2005-05-16Formatting updates to buddy window and menu item and made testing menu itemBjørn Lindeijer1-33/+33
visible.
2005-05-15Small fixesMateusz Kaduk1-1/+1
2005-05-15Using guichan ListModelMateusz Kaduk1-20/+19
2005-05-09Added buddylist modelMateusz Kaduk1-3/+32
2005-05-08Added buddylist model, will be implmented laterMateusz Kaduk1-0/+53