Age | Commit message (Collapse) | Author |
|
|
|
Conflicts:
src/core/handlers.py
src/tabs/xmltab.py
|
|
this option determines if the non-autojoin bookmarks will
be opened on startup or not.
It is false by default.
|
|
|
|
and not the global info buffer
|
|
|
|
|
|
Because SHA-1 is not really relevant anymore.
Too bad it's significantly longer and tiring to check, even if that is
to be expected.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Improvements: events now occur precisely at the specified date. You don’t
need to stop touching your keyboard to execute them.
|
|
It seems efficient (more than the curses.endwin(); stdscr.refresh() stuf,
which is slow and really really ugly) and it doesn't break my lovely main
loop, so it’s all good (except that it uses shutil…)
|
|
|
|
|
|
|
|
The /reconnect command should now properly work everytime.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks djanos
|
|
|
|
|
|
|
|
|
|
|
|
fix #2545
|
|
For example, a tab can be named muc.example.com, if you do /list
muc.example.com. If you then do /join muc.example.com, the error handler
needs to get the correct tab (the MucTab, not the MucListTab previously
opened).
This commit fixes the above issue (a traceback), and maybe some others like
that.
|
|
|