1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/modules/irc
Sandu Liviu Catalin 66d1110733 Rvised the API distribution system to avoid segmentation fault crashes on Linux and make the overal code cleaner.
Moved the constants in IRC module into their own source and implemented a faster method of registering them.
Various other minor changes and adjustments. Some of them in order to comply with the new API distribution system.
2016-07-17 03:24:07 +03:00
..
Common.cpp Rvised the API distribution system to avoid segmentation fault crashes on Linux and make the overal code cleaner. 2016-07-17 03:24:07 +03:00
Common.hpp Update the IRC module to work with the modified API. 2016-06-03 21:27:53 +03:00
Constants.cpp Rvised the API distribution system to avoid segmentation fault crashes on Linux and make the overal code cleaner. 2016-07-17 03:24:07 +03:00
Module.cpp Rvised the API distribution system to avoid segmentation fault crashes on Linux and make the overal code cleaner. 2016-07-17 03:24:07 +03:00
Session.cpp Rvised the API distribution system to avoid segmentation fault crashes on Linux and make the overal code cleaner. 2016-07-17 03:24:07 +03:00
Session.hpp Introduce a new module event to be called after the virtual machine was destroyed. Thus, preventing the release of the virtual machine while still in use. 2016-06-26 16:18:23 +03:00