summaryrefslogtreecommitdiff
path: root/src/char_sql/int_mail.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-05Moved the 'changed' mailbox flag from shared mmo.h to mapserver-only.ultramage1-1/+0
2008-11-17- Some "expire_time" = 0 considerations. Please update. (Bugreport 2451)zephyrus1-0/+3
2008-05-16Fixed 64bit timestamps messing up auction/storage (bugreport:1454)ultramage1-2/+2
2008-04-27Removed the calc_times() no-op (bugreport:1289)ultramage1-2/+2
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-2/+2
2008-03-17- Clean up of calc_times function.zephyrus1-9/+3
2008-03-08- Auction System implementation completed.zephyrus1-0/+21
2008-03-02- New optimizations for mail system and adjust to use it on Auctions.zephyrus1-23/+22
2007-11-26* Fixed a memory leak in mail_savemessage (src\char_sql\int_mail.c).FlavioJS1-0/+1
2007-11-12- Important fix to Mail System allowing (by a low change) items duple.zephyrus1-29/+7
2007-10-27Followup fixes to r11583:ultramage1-5/+5
2007-10-27- Improvements to the mail system.zephyrus1-43/+84
2007-10-26* Removed confusing map_nick2sd_nocase(), let the charserver handle itultramage1-24/+22
2007-10-24* Corrected a fex misshaps from r11571:FlavioJS1-2/+2
2007-10-24* Cleaned up some messy guild code (more to come)ultramage1-163/+132
2007-10-23- Another FALSE to false... sorry.zephyrus1-1/+1
2007-10-23- Fixed a compilation bug on linux (FALSE -> false)zephyrus1-5/+5
2007-10-23* Removed the inter_athena.conf maildb settings as they are not required anym...zephyrus1-476/+473
2007-10-22- Added the new mail system. Requires optimization and tests.zephyrus1-0/+476