Compile fixes for the windows crap |
|
More...
|
about 13 years ago
|
More windows crap |
|
More...
|
about 13 years ago
|
Windows CoreExport crap for bascially everything that is global in the bot |
|
More...
|
about 13 years ago
|
Added MODRELOAD, this is not affected by the glibc bug? yet MODUNLOAD is? wtf? |
|
More...
|
about 13 years ago
|
Moved some source files around to make managing the source easier, fixed ubuntu 11.10 builds |
|
More...
|
about 13 years ago
|
world_clock now uses xmlparser, removed old psudo-xmlparser, made m_terminal_input throw a module exception to be unloaded so it does not run when navn is forked. |
|
More...
|
about 13 years ago
|
moved some code around to make compile messages show correctly |
|
More...
|
about 13 years ago
|
Rewrote compile system to fix some errors and help fix the glibc errors (seems to reduse on some of the stack spam) you can say bye bye to ubuntu compiles as ubuntu has a weird compile issue with the dynamic library loader. automake no longer requires version 2.67 (which was causing a lot of issues on non-modern systems) |
|
More...
|
about 13 years ago
|
FINALLY FIXED THE XML PARSER. Also fixed a bit of text in the weather module. |
|
More...
|
about 13 years ago
|
Added beginnings of windows support |
|
More...
|
about 13 years ago
|
Merged SendMessage and Commands class into one class called IRCProto |
|
More...
|
about 13 years ago
|
Removed junk code, added some more documentation for doxygen, small fixes here and there |
|
More...
|
about 13 years ago
|
Added ? tag handling for XMLFile constructor. Compiles, but not tested |
|
More...
|
about 13 years ago
|
Added ? tag handling for XML parser. Compiles, but not tested |
|
More...
|
about 13 years ago
|
Added more docs and fixed build error in channel_logger |
|
More...
|
about 13 years ago
|
Added some doxygen documentation |
|
More...
|
about 13 years ago
|
Do not catch actions as CTCPs |
|
More...
|
about 13 years ago
|
Removed windows crap from Flux::string, cleaned up some code, made XMLFile use constant string on some functions |
|
More...
|
about 13 years ago
|
Fixed FindCommand not finding the commands correctly, added the return chars to the Oper class, converted weather module to use lordofsraams new XMLFile parser.. this should make reading the xml file more accurate and provide more data on your weather |
|
More...
|
about 13 years ago
|
Fixed xmlfile reader include being derp tarded, fixed compile errors |
|
More...
|
about 13 years ago
|
Added a enum for Commands so there is a difference between channel and private message commands, removed FindChanCommand, this commit screws up textfile compile code. |
|
More...
|
about 13 years ago
|
QuickReply module FINALLY works like I wanted it to from the beginning. XMLFile class now parses selfcontained tags. |
|
More...
|
about 13 years ago
|
Merge branch 'master' of gitorious.org:navn/navn |
|
More...
|
about 13 years ago
|
XMLFile class is done. XML parsing is now super cool and fairly easy. QuickReply module is working, and will work even more smoothly once Justasic adds the Command Rehash |
|
More...
|
about 13 years ago
|
Added the following to Flux::string: compare(), max_size(), swap(), and get_allocator() |
|
More...
|
about 13 years ago
|
Added Flux::string.insert() |
|
More...
|
about 13 years ago
|
Removed makefile.am as it is generated by ./Config and should be generated every time the bot needs to be built, added the changes to ChangeLog |
|
More...
|
about 13 years ago
|
Fixed a bug in the XML parser. Added the QuickReply module file, which wont work until the XMLFile class gets finished |
|
More...
|
about 13 years ago
|
Added the XMLfile class. Hasn't been tested. Does not parse tag attributes yet |
|
More...
|
about 13 years ago
|
Made all char array buffer sizes for sending messages out to IRC set at 65535, this is a ridiculous number but we will never run out of send space, also made info string in encyclopedia strip return carrages incase thats whats screwing with the sent notice to the user |
|
More...
|
about 13 years ago
|