Fixed SendMessage class incorrectly using sepstream, updated some info as a result, changed module handler's prefix commands to /msg commands |
|
More...
|
over 13 years ago
|
forgot flux.h |
|
More...
|
over 13 years ago
|
Added Changes and Todo |
|
More...
|
over 13 years ago
|
Merge of Experimental branch |
|
More...
|
over 13 years ago
|
Send::Message::priv() and Send::Message::notice() now work with va_list. The about me module now complies with module standards 3.0 |
|
More...
|
over 13 years ago
|
Fixed some segfault errors. You have dereference the pointer to the socket before using it. |
|
More...
|
over 13 years ago
|
Separated sendMessage to Send::Message and made Send::Command. Added notice to Send::Message and added kick() and me() to Send::Command. |
|
More...
|
over 13 years ago
|
CAN NOW SEND MESSAGES WITHOUT HAVING TO SAY SOCK << git help commitgit help commitgit help commitgit help commit FUCK YEAH |
|
More...
|
over 13 years ago
|
depracated rejoin as it was spamming people who said 'rejoin' and the command had been replaced by /msg join |
|
More...
|
over 13 years ago
|
Fixed not removing .o files on failed compile |
|
More...
|
over 13 years ago
|
Removed some debug info, updated some stuff |
|
More...
|
over 13 years ago
|
Added #nl to log so message is not logged |
|
More...
|
over 13 years ago
|
Fixed #5 |
|
More...
|
over 13 years ago
|
Strip return carrages before sending a ping |
|
More...
|
over 13 years ago
|
wiki and music search should now work |
|
More...
|
over 13 years ago
|
Modules will now only run if they are activated. |
|
More...
|
over 13 years ago
|
Removed modules/module.h because the module class is now in the flux_net_irc namespace. |
|
More...
|
over 13 years ago
|
Ok, modules arent as simple as I wanted them to be but they are simpler than before and easier to control. See the dummy module to see how new modules should be made. |
|
More...
|
over 13 years ago
|
module can be inherited perfectly fine. I cant figure out how to make the modules actually run though... |
|
More...
|
over 13 years ago
|
Added a vector of modules that is iterated through inside the while loop in main.cpp |
|
More...
|
over 13 years ago
|
module class is now purely virtual. |
|
More...
|
over 13 years ago
|
Added a module.h which will hold the class that from now on, all modules will HAVE to inherit from. |
|
More...
|
over 13 years ago
|
moved some of the functions from system.h to the new navn.h as they are navn specific, cleaned up system.h so its not so messy, added documentation to both modules. |
|
More...
|
over 13 years ago
|
Added location !time like lordofsraam requested. |
|
More...
|
over 13 years ago
|
update the bots version to 1.4.4 for next release |
|
More...
|
over 13 years ago
|
Merge branch 'master' of gitorious.org:navn/navn |
|
More...
|
over 13 years ago
|
Added '/msg navn pid' command to get the pid, fixed incorrect git links. |
|
More...
|
over 13 years ago
|
Added wiki and music search functions |
|
More...
|
over 13 years ago
|
added doxygen commenting for Flux_S3rvices.h |
|
More...
|
over 13 years ago
|
Merge branch 'master' of gitorious.org:navn/navn |
|
More...
|
over 13 years ago
|