Fix a compile error |
|
More...
|
over 13 years ago
|
Commit any outstanding changes |
|
More...
|
over 13 years ago
|
Corrected logging |
|
More...
|
over 13 years ago
|
Added !userlist & !chanlist, Fixed not sending /who correctly on join |
|
More...
|
over 13 years ago
|
Fix modflip, added Flux::string.AddSpace() which adds a space to the string.. seems uselsess but its better than fighting cstrings for spaces |
|
More...
|
over 13 years ago
|
Moved process loop to misc.cpp, fixed kick and fixed a crash in kick, other misc stuff |
|
More...
|
over 13 years ago
|
Fixed a crash with source.c being empty |
|
More...
|
over 13 years ago
|
Moved some more into extern.h, removed using namespace std; from defs.h.. made proper corrections |
|
More...
|
over 13 years ago
|
Moved most of the extern's and definitions to extern.h.. this makes functions global through navn, Worked on Flux::string.strip() |
|
More...
|
over 13 years ago
|
Added Flux::string.push_back(Flux::string), added std::string as a friend to operator+ (may need more work, hopefully this fixes string incompatibilities), Added ListChans void, probably added some other stuff too but i have no clue what |
|
More...
|
over 13 years ago
|
Added ModuleHandler class, added some stuff for FOREACH_MOD macro, navn just needs to be cleaned up at this point |
|
More...
|
over 13 years ago
|
Fixed some logic with the new join parser |
|
More...
|
over 13 years ago
|
Fixed sending 2 /who commands to the channel on startup join |
|
More...
|
over 13 years ago
|
Made protocol debug a global variable, made some more protocol debug type info only enable on protocoldebug |
|
More...
|
over 13 years ago
|
Successfully got the /who processor working |
|
More...
|
over 13 years ago
|
Fixed compile error with last commit |
|
More...
|
over 13 years ago
|
Made the socket engine reference strings instead of getting their values, idk what this does but dont seem to hurt lol |
|
More...
|
over 13 years ago
|
Fixed Oper class not using constants |
|
More...
|
over 13 years ago
|
Made Commands class abide by the C++ constants, also added /names to the commands |
|
More...
|
over 13 years ago
|
Corrected quit not sending the quit command through the socket, Added restart on ping timeout |
|
More...
|
over 13 years ago
|
Corrected CTCP notices in terminal to show CTCP's for anything and not just source, time, and version |
|
More...
|
over 13 years ago
|
Corrected User->SendMessage, corrected nickserv auto-identify |
|
More...
|
over 13 years ago
|
Corrected kick handler |
|
More...
|
over 13 years ago
|
Successfully converted all modules to use Channel class except the channel logger which segfaults -_- |
|
More...
|
over 13 years ago
|
Added Channel class |
|
More...
|
over 13 years ago
|
Fixed quitting incorrectly, though this seems to break the quit messages :/ |
|
More...
|
over 13 years ago
|
Fixed crash on forking |
|
More...
|
over 13 years ago
|
Removed unick, chan, ident, host, msg, rply, etc. from global variables as they are no longer needed and caused more problems than they solved, also made the command class compile when a command is made with that class, added the bare beginnings of the channel class, changed source.u to the User class instead of a string, made the variable nick global, many other changes |
|
More...
|
over 13 years ago
|
Converted all modules to use source.Reply('msg here') instead of Send->notice(unick, 'msg here'), much simpler i say :P |
|
More...
|
over 13 years ago
|
converted Command class to use source.Reply |
|
More...
|
over 13 years ago
|